Recently Updated Pages
Formatting a drive in linux
To partition and format your drive in Linux Open the parted utility and then you will work inside...
Check hard drive for bad sectors in Linux
Check for bad sectors with status sudo badblocks -v -s /dev/sdX -v: Verbose out...
Zero a hard drive in Linux
You might want to check the drive to see if it is still good in the first place. Go here first: C...
Creating RAID and mounting it
Is [[Formatting - Drives]] needed? Do that first, then come back. See if mdadm is installed or n...
Error message : Update needed
Error message; (when loading nextcloud frontend) Update neededPlease use the command line...
Docker Container keeps restarting - Troubleshooting Nextcloud
This case, it was already working. Ended up pulling a new image but didnt know it. First, check...
trusted domain - Troubleshooting Nextcloud
Troubleshooting - trusted domain - go to: nextcloud/config and edit the config.php - find:...
Upload failed request entity too large - Troubleshooting Nextcloud
"Upload failed request entity too large" If you have a proxy, go into the config file and change...
Nextcloud update / Upgrade to newest version
To update Nextcloud when automatic updating is disabled in the config.php file from a local machi...
Maintenance Mode for Nextcloud
Find where your Nextcloud config file is and edit it. Mine is stored here/data/config/config.php ...
Speed up Nextcloud
Not uploadingNot uploading more than a few MB at a timeNot uploading more than a few files at a t...
Reset Bruteforce security | multiple invalid login attempts
Error Message: We have detected multiple invalid login attempts from your IP. Therefore your nex...
Migrate Nextcloud To Another Server
Restoring from backup. Use this same method for migrating. 1) You use Rsync to move the backed ...
Install Nextcloud with Apache 2 | locally
Manual install using Apache 2 Get zip file wget [https://download.nextcloud.com/server/releas...
Install Nextcloud on Docker
Version 2 configuration works best on the latest Nextcloud v29.0. As of this version, when it g...
Run Container in Docker / Docker Compose
If you haven't already, you will need to have Docker Desktop an WSL installed. PowerShell and Doc...
Install Docker on Windows local machines
From what I can tell, Docker and PowerShell runs together to get Docker containers running. Ste...
Windows Outlook freezing
Issue: Outlook will freeze randomly. Its different for different people/computers. Some will...
Install n8n on Docker Compose
networks: ai1: x-n8n: &service-n8n image: n8nio/n8n:latest networks: ['ai1'] e...
Install Limesurvey on Docker Compose
version: '3' services: limesurveydb: image: mariadb container_name: limesurveydb...