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…
Windows mapped network drive over SFTP
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
Calculator and System monitor won't open Ubuntu 18.04
The system monitor and calculator apps are installed with snap in Ubuntu 18.04 and from time to time you might find you won't be able to open these apps. To…
Change shell Ubuntu
Sometimes you might create a new user without specifiying the necessary arguments, resulting the shell for that user being something other than the default bash shell you're used. This often…









