Advanced Search
Search Results
161 total results found
Update brave browser
On Terminal: sudo apt-get install --only-upgrade brave-browser
Install 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
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
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
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
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
Install on docker compose
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
https://geekscircuit.com/kasm-workspaces-with-docker/
Install Remotely on docker compose
https://hub.docker.com/r/translucency/remotely
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 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"
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
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
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
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:
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 ‘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
/etc/odoo /var/lib/odoo/.local/share/Odoo