Adding a new disk to an Ubuntu VM running on Proxmox can be achieved as follows: Click on the VM -> Hardware -> Add "Hard Disk". I always choose cahce…
Add new disk to Proxmox VM
Create, get, delete cookie Javascript
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…
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…
Fix Unms is starting issue – Redis
You might receive this message after upgrading UNMS. To resolve, simply run the following 3 commands: sudo ~unms/app/unms-cli stop sudo ~unms/app/unms-cli fix-redis-aof sudo ~unms/app/unms-cli start
1:1 NAT Ubiquiti Edgerouter
Assuming you have a static IP you'd like to map to an internal IP with all the ports open, then you'd need a 1:1 NAT. This is straightforward to setup…









