Skip to main content

Recently Updated Pages

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 2 years 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 2 years 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 2 years 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 2 years 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 2 years 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 2 years ago by Danicus

"if"

Python

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

Updated 2 years 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 2 years ago by Danicus

Install Remotely on docker compose

**Remotely

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

Updated 2 years ago by Danicus

Install Kasm on docker compose

***Kasm

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

Updated 2 years ago by Danicus

Install Magetno with Docker Compose

Magento

Updated 2 years 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 2 years 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 2 years 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 2 years ago by Danicus

Install .deb

Install software | Directly to machine

Packages are manually installed via the dpkg command (Debian Package Management System). dpkg is ...

Updated 2 years ago by Danicus

Install Brave Browser

Brave Browser

Install on Debian, Ubuntu, Mint Run these commands to install on terminal: sudo apt install cur...

Updated 2 years ago by Danicus

Update brave browser

Brave Browser

On Terminal: sudo apt-get install --only-upgrade brave-browser

Updated 2 years ago by Danicus

Parent and Child | Basic Rules for .css

.css

To link a .css from the .html Add the script into the <header> bock. <link rel="stylesheet" h...

Updated 2 years ago by Danicus

UnZip and UnCompress

General Linux Commands

xz-utils: You will need xz-utils if you dont have it already. If not, You have to install xz-uti...

Updated 2 years ago by Danicus

.css auto adjust columns @media

Hubl - Hubspot HTML/HUBL

This is tagged at the "class" in the HTML.   If you are using this for a Hubl module, include a ...

Updated 2 years ago by Danicus