Advanced Search
Search Results
244 total results found
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...
Acumatica Releases | Software updates
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...
AI Rules and Troubleshooting
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...
Honeywell
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...
Jellyfin
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...
arr Stack
"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...
Skyrim Mods
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...
Minecraft
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" ...