Skip to main content

Recently Updated Pages

Odoo | Nginx config file

Odoo (Open ERP) Pages

This is my current version: server { server_name mywebsite.com; location /...

Updated 1 year ago by Danicus

Nginx | General Commands

General Linux Commands

A few commands Nginx systemctl start nginxsystemctl stop nginxsystemctl restart nginxsystemctl s...

Updated 1 year ago by Danicus

Odoo addons

Odoo (Open ERP) Pages

To add modules: first create a location of where the modules will be stored. Odoo does not make ...

Updated 1 year ago by Danicus

Samba Users

Samba

Since Samba doesn't use the system account password, we need to set up a Samba password for our u...

Updated 1 year ago by Danicus

Samba Share Setup

Samba

Make sure you have a directory set up that you are going to be sharing. If it is going to be a ne...

Updated 1 year ago by Danicus

Odoo File Locations

Odoo (Open ERP) Pages

/etc/odoo /var/lib/odoo/.local/share/Odoo

Updated 1 year ago by Danicus

Install Odoo "Community" on local machine

Odoo (Open ERP) Pages

 Odoo ‘deb’ package uses PostgreSQL. Install that first sudo apt install postgresql -y Reposito...

Updated 1 year ago by Danicus

Troubleshooting Odoo | Docker permissions:

Odoo (Open ERP) Pages

Docker permissions: FYI: On first setup, main/root directory is set to "root" Inside your roo...

Updated 1 year ago by Danicus

Troubleshooting Odoo Docker and Docker Compose

Docker

I figured out some good debugging methods that both solved this problem and seem generally useful...

Updated 1 year ago by Danicus

Move / Transfer file from host do docker container

Docker

Using terminal From container to host: sudo docker cp container-id:/path/filename.txt ~/Desktop/...

Updated 1 year ago by Danicus

Homer Functions

Homer | Web Dashboard

Server app card status dot: In the config file, include the "type: Ping" for the status dot.  ...

Updated 1 year ago by Danicus

Install on docker compose

Odoo (Open ERP) Pages

Configure your .yml file like this: version: '3.1' services: web: container_name: odo...

Updated 1 year ago by Danicus

"if"

Python

An example of the "if" function age = input("What is your age?") if age > str(30): print...

Updated 1 year ago by Danicus

How to clean log files in Linux

General Linux Commands

Fisrt, See the logs that are in the logs area of /var du -h /var/log/ The du command prints the...

Updated 1 year ago by Danicus

Install Remotely on docker compose

**Remotely

https://hub.docker.com/r/translucency/remotely

Updated 1 year ago by Danicus

Install Kasm on docker compose

***Kasm

https://geekscircuit.com/kasm-workspaces-with-docker/

Updated 1 year ago by Danicus

Install Magetno with Docker Compose

Magento

Updated 1 year ago by Danicus

Recover admin login

Bookstack

Fucked up with your login? Can't get your password/username working?  First, you will need to fi...

Updated 1 year ago by Danicus

BASH | General commands

General Linux Commands

When running bash scripts, you can include other commands on the same line by using these at the ...

Updated 1 year ago by Danicus

Install and configure Library

Libation | Audiobook manager

Start by downloading the correct package needed for your OS.  https://github.com/rmcrackan/Libat...

Updated 1 year ago by Danicus