With tons of information out there I searched for way to long to find out how to do basic cookie manipulation in Javascript / jQuery, so here goes: Create/Set cookie…
Create, get, delete cookie Javascript
DirectAdmin website showing as suspended
From time to time DirectAdmin shows a website as suspended even though the website is not suspended. This often happens if a client doesn't pay their hosting invoice, ends up…
Windows mapped network drive over SFTP
After searching the Net high and low I came across some fantastic open-source software called SSHFS-Win. All instructions on how to setup and use are available on the linked GitHub…
Resize/Grow/Shrink LVM disk Proxmox
To resize a LVM disk you can start by listing the disks with the following command: lvdisplay You should get an ouput similar to that shown in the following image:…
Rename Proxmox node
Renaming a Proxmox node isn't as simple as one would imagine, especially if you have existing VMs. Simply follow this guide step by step and you'll be good to go…
Find text in files across Linux machine
To find the word "fishpaste" in all files contained in the root directory / run the following command in the terminal: grep -Rw / -e 'fishpaste'
Proxmox node hangs – detected Hardware Unit Hang
We have had two instances of one of our Proxmox nodes hanging and upon insepecting /var/log/syslog we observed the following error before the crashes: enp0s31f6: Detected Hardware Unit Hang proxmox…
Resize Ubuntu Volume group LVM
So you've seen the light and decided to start using LVM. You'll quickly find out that by default Ubuntu doesn't allocate all available disk space to the volume group. To…
Setup RocketChat with Mongo Cluster Volume and Traefik – Dockerized in Rancher
This assumes you have Traefik already setup in Rancher. docker-compose.yml version: '2' volumes: mongodata: driver: rancher-nfs services: mongo-cluster: image: mongo:3.4 volumes: – mongodata:/data/db environment: CATTLE_SCRIPT_DEBUG: '' MONGO_SERVICE_NAME: mongo-cluster command: -…
Set default page cPanel/WHM
Copy index.html into the following directory: /root/cpanel3-skel/public_html









