Nextcloud accept larger upload filesize
By default, Nextcloud only accept small upload filesize. This is due the configuration of php.ini in Apache, and the settings…
Technical Notes Blog – Proxmox – Pfsense – Servers
By default, Nextcloud only accept small upload filesize. This is due the configuration of php.ini in Apache, and the settings…
Some helpfull notes when installing pfSense on your Zotac Zbox CI327. Install from usb stick Preparing the drive Download pfsense…
# Redirect all pages from olddomain.com # to newdomain.com Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^www.olddomain.com$ [OR] RewriteCond %{HTTP_HOST} ^olddomain.com$…
Run the following command: docker run -d –privileged -p 8082:8082 -p 5005:5013 -p 5055:5055 magnaz/traccar Webserver adres: 808 RF-V16 tracker:…
Install Run the following script: curl -sSL https://install.pi-hole.net | bash Update Just run the following script: pihole -up
Download and install Traccar Download Traccar wget https://github.com/tananaev/traccar/releases/download/v3.4/traccar-linux-arm-3.4.zip Unzip downloadfile unzip traccar-linux-arm-3.4.zip Remove zipfile rm traccar-linux-arm-3.4.zip Run install script sudo…
Open the terminal. Update the software repositories and install the network manager. sudo apt-get update sudo apt-get install network-manager-openvpn Copy…
docker volume ls -qf dangling=true | xargs -r docker volume rm
Set master phone number Password = 123456 (default) Phonenumber = +31619xxxxxx (fill in complete number) 123456,sos1,0031619xxxxxx# Return message: 0031619xxxxxx has…
Docker commands Containers Show running containers docker ps Show all containers docker ps -a Docker start container docker start xxx…