Recently Updated Pages
Install Mealie on Docker Compose
it works best with the "postgres" data base. The configuration looks like this inside a docker-...
Odoo | Nginx config file
This is my current version: server { server_name mywebsite.com; location /...
Nginx | General Commands
A few commands Nginx systemctl start nginxsystemctl stop nginxsystemctl restart nginxsystemctl s...
Odoo addons
To add modules: first create a location of where the modules will be stored. Odoo does not make ...
Samba Users
Since Samba doesn't use the system account password, we need to set up a Samba password for our u...
Samba Share Setup
Make sure you have a directory set up that you are going to be sharing. If it is going to be a ne...
Odoo File Locations
/etc/odoo /var/lib/odoo/.local/share/Odoo
Install Odoo "Community" on local machine
Odoo ‘deb’ package uses PostgreSQL. Install that first sudo apt install postgresql -y Reposito...
Troubleshooting Odoo | Docker permissions:
Docker permissions: FYI: On first setup, main/root directory is set to "root" Inside your roo...
Troubleshooting Odoo Docker and Docker Compose
I figured out some good debugging methods that both solved this problem and seem generally useful...
Move / Transfer file from host do docker container
Using terminal From container to host: sudo docker cp container-id:/path/filename.txt ~/Desktop/...
Homer Functions
Server app card status dot: In the config file, include the "type: Ping" for the status dot. ...
Install on docker compose
Configure your .yml file like this: version: '3.1' services: web: container_name: odo...
"if"
An example of the "if" function age = input("What is your age?") if age > str(30): print...
How to clean log files in Linux
Fisrt, See the logs that are in the logs area of /var du -h /var/log/ The du command prints the...
Install Remotely on docker compose
https://hub.docker.com/r/translucency/remotely
Install Kasm on docker compose
https://geekscircuit.com/kasm-workspaces-with-docker/
Install Magetno with Docker Compose
Recover admin login
Fucked up with your login? Can't get your password/username working? First, you will need to fi...
BASH | General commands
When running bash scripts, you can include other commands on the same line by using these at the ...