Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

161 total results found

Update brave browser

Brave Browser

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

Install Brave Browser

Brave Browser

Install on Debian, Ubuntu, Mint Run these commands to install on terminal: sudo apt install curl sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg echo "d...

Install .deb

Install software | Directly to machine

Packages are manually installed via the dpkg command (Debian Package Management System). dpkg is the backend to commands like apt-get and aptitude, which in turn are the backend for GUI install apps like the Software Center and Synaptic. Install a package: T...

Install and configure Library

Libation | Audiobook manager

Start by downloading the correct package needed for your OS.  https://github.com/rmcrackan/Libation/releases The install the package:.deb install After installation is complete, run Libation. First window select "NEW USER" Second window select the place y...

Install Mealie on Docker Compose

Mealie | Self-hosted

it works best with the  "postgres" data base. The configuration looks like this inside a docker-compose YAML file.  version: "3.1" services: mealie: container_name: mealie image: hkotel/mealie:latest restart: always ports: - 80...

Recover admin login

Bookstack

Fucked up with your login? Can't get your password/username working?  First, you will need to find out where your "artisan" file is. Weather its installed locally or in a docker container or anywhere else, find where its installed then, look for the file. Cou...

Install Magetno with Docker Compose

Magento

Install on docker compose

Odoo (Open ERP) Pages

Configure your .yml file like this: version: '3.1' services: web: container_name: odoo image: odoo:16.0 depends_on: - db ports: - "8069:8069" volumes: - /your/local/directory:/var/lib/odoo - /your/loc...

Install Kasm on docker compose

***Kasm

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

Install Remotely on docker compose

**Remotely

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

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 estimated disk space usage of each file and directory for the path that you specified.The -h argument causes the command to print the information in a human-reada...

"if"

Python

An example of the "if" function age = input("What is your age?") if age > str(30): print("Your getting up there...") elif age >= str(20): print("Your still Young.") elif age >= str(10): print("You lil thang you...") else: print("Baby...

Troubleshooting Odoo Docker and Docker Compose

Docker

I figured out some good debugging methods that both solved this problem and seem generally useful for figuring out Docker persistent data volume issues. Test 1: can the container work with an empty Docker volume? This is a really easy test: just create a new...

Homer Functions

Homer | Web Dashboard

Server app card status dot: In the config file, include the "type: Ping" for the status dot.    -Note: Make sure the P is capitalized, with no quotes. It will not work otherwise.  This should work with or without quotes. services: - name: "Media" ...

Move / Transfer file from host do docker container

Docker

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

Troubleshooting Odoo | Docker permissions:

Odoo (Open ERP) Pages

Docker permissions: FYI: On first setup, main/root directory is set to "root" Inside your root directory, Your main website directory well be set to root. Change it. Go into the docker container and get the user ID number. In my case it was 102. Exit the c...

Install Odoo "Community" on local machine

Odoo (Open ERP) Pages

 Odoo ‘deb’ package uses PostgreSQL. Install that first sudo apt install postgresql -y Repository: wget -q -O - https://nightly.odoo.com/odoo.key | sudo gpg --dearmor -o /usr/share/keyrings/odoo-archive-keyring.gpg echo 'deb [signed-by=/usr/share/keyrings...

Odoo File Locations

Odoo (Open ERP) Pages

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