Skip to main content

Recently Updated Pages

Moodle SSL/DNS troubleshooting

Moodle

By default, Moodle needs to use a SSL cert on its own. If you choose to use a 3rd party proxy to ...

Updated 1 year ago by Danicus

Troubleshooting Samba / Cifs share Permissions

Samba

Cifs share doesn't preserve permission configuration in smb.conf (755 instead of 777) There ...

Updated 1 year ago by Danicus

Map Network drive

Samba

First, Need to make sure you have Samba and smbclient and, Cifs-utils. Install them. create a mo...

Updated 1 year ago by Danicus

Slimjet Web Browser

Web Browsers

https://www.slimjet.com/ Fast video downloader by slimjet To install on linux You can download...

Updated 1 year ago by Danicus

Torrents using audiobookbay

Audiobookbay How to Use It

https://audiobookbay.lu You first need to be in the correct geographic location. Might need to u...

Updated 1 year ago by Danicus

Create a dump file

MySQL/MariaDB

If this is running on your local machine, do this. You will need to be inside the container or, i...

Updated 1 year ago by Danicus

Change internal IP to DNS | Odoo backend

Odoo Back end

Possible error messages: "device_id and device_name are required for private IP: http://192.168....

Updated 1 year ago by Danicus

Odoo Website | how to remove header menu item

Odoo Back end

Go to your website section and then configuration Website> Configuration> Menus There you sho...

Updated 1 year ago by Danicus

Docker | General Commands

General Linux Commands

Do you have docker? docker -v Install Docker: apt install docker Do you have docker-compose? d...

Updated 1 year ago by Danicus

Install Mealie on Docker Compose

Mealie | Self-hosted

it works best with the  "postgres" data base. The configuration looks like this inside a docker-...

Updated 1 year ago by Danicus

Odoo | Nginx config file

Odoo (Open ERP) Pages

This is my current version: server { server_name mywebsite.com; location /...

Updated 1 year ago by Danicus

Nginx | General Commands

General Linux Commands

A few commands Nginx systemctl start nginxsystemctl stop nginxsystemctl restart nginxsystemctl s...

Updated 1 year ago by Danicus

Odoo addons

Odoo (Open ERP) Pages

To add modules: first create a location of where the modules will be stored. Odoo does not make ...

Updated 1 year ago by Danicus

Samba Users

Samba

Since Samba doesn't use the system account password, we need to set up a Samba password for our u...

Updated 1 year ago by Danicus

Samba Share Setup

Samba

Make sure you have a directory set up that you are going to be sharing. If it is going to be a ne...

Updated 1 year ago by Danicus

Odoo File Locations

Odoo (Open ERP) Pages

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

Updated 1 year ago by Danicus

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 1 year 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 1 year 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 1 year 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 1 year ago by Danicus