Advanced Search
Search Results
161 total results found
Samba Share Setup
Make sure you have a directory set up that you are going to be sharing. If it is going to be a new one, create that directory where you need it, on the local machine that the data will live. /home/the/share/file/location or something like that. If it already...
Samba Users
Since Samba doesn't use the system account password, we need to set up a Samba password for our user account sudo smbpasswd -a username Note: The user name must belong to a system account or else it won't work. The password is the part that will change to i...
Troubleshooting Samba / Cifs share Permissions
Cifs share doesn't preserve permission configuration in smb.conf (755 instead of 777) There are two options that can help 'save the day': dir_mode and file_mode. (placeholders in green italics) Setting both these to 0777 gives full permissions that the ho...
Odoo addons
To add modules: first create a location of where the modules will be stored. Odoo does not make one by default. You will need to create your own path. /home/some/location/you/want/extra-addons Edit the files: /etc/odoo/odoo.conf Add path in that file: An...
Odoo | Nginx config file
This is my current version: server { server_name mywebsite.com; location / { proxy_pass http://127.0.0.1:8069; proxy_connect_timeout 3600; proxy_read_timeout 3600; ...
Odoo Website | how to remove header menu item
Go to your website section and then configuration Website> Configuration> Menus There you should have the option to choose the website you want to see the menus of. The first option for the website should be the one you want. click on that one. In ther...
Change internal IP to DNS | Odoo backend
Possible error messages: "device_id and device_name are required for private IP: http://192.168.0.0:8069/google_gmail/confirm" "How to change ip to domain name(http://144.144.144.144:8069/?db=A1010101=>A1010101?" Or something like that... This means Odoo i...
Migrate Nextcloud To Another Server
Restoring from backup. Use this same method for migrating. 1) You use Rsync to move the backed up files to the new server. It will keep the tags and other permission that the backup was oriniglally stored with. If you don't care about that, just copy it. (rs...
Create a dump file
If this is running on your local machine, do this. You will need to be inside the container or, in a directory/location that is local to the mysql/mariadb database. mysqldump --single-transaction --default-character-set=utf8mb4 -h [server] -u [username] -p[pa...
Reset Bruteforce security | multiple invalid login attempts
Error Message: We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds To fix it You need to reset the bruteforce thingy. If you are in a docker container, you can use this code from outside th...
Speed up Nextcloud
Not uploadingNot uploading more than a few MB at a timeNot uploading more than a few files at a timeNot downloadingDownloading/Uploading slowly Mess with these files: Your php is probably messing with most of that. Find out where you php is located and also ...
Maintenance Mode for Nextcloud
Find where your Nextcloud config file is and edit it. Mine is stored here/data/config/config.php In the last block of commands, add this somewhere in there. 'maintenance' => true, Save and quit. You should now be in Maintenance mode. You don't always have...
Nextcloud update / Upgrade to newest version
To update Nextcloud when automatic updating is disabled in the config.php file from a local machine, you need to use the command line updater (occ upgrade). Here are the steps: Open a terminal and navigate to the Nextcloud root directory. Run the following...
Torrents using audiobookbay
https://audiobookbay.lu You first need to be in the correct geographic location. Might need to use a VPN to get yourself in the right place. Europe somewhere. Look up whatever book you want. If you use quotes in the search, you will get better results. "the...
Slimjet Web Browser
https://www.slimjet.com/ Fast video downloader by slimjet To install on linux You can download the video from the browser. If you want to convert it to mp3, you can use an extension to have it convert it on the spot.
How to install Moodle on Docker Compose
If you don't have docker and docker compose, do that now. docker-compose.yaml file looks like: version: '2' services: mariadb: image: docker.io/bitnami/mariadb:11.4 environment: # ALLOW_EMPTY_PASSWORD is recommended only for developme...
Moodle SSL/DNS troubleshooting
By default, Moodle needs to use a SSL cert on its own. If you choose to use a 3rd party proxy to do it for you, you will need to change some settings. Find your config.php file. It will be wherever you put it. Mine is located documents/moodle/moodledata/conf...
Answering the Phone 1
Answering the Phone GTH Phone Etiquette & Request Handling Reference Guide Welcome to the team! This guide will help you navigate phone calls, manage inquiries you may not know how to answer, and ensure messages are properly forwarded to the right people. Pl...