Suppose you created a datastore of 5TB in the new Proxmox Backup and wish to increase this, the process isn't quite as simple as in Proxmox VE. If you're running…
Resize/increase Proxmox Backup datastore disk
Remove files/directories starting with certain string
In Linux if you want to remove all files and folders starting with the string "2020" you can run the following command: rm -rf 2020*
Redirect www to non-www htaccess
Using www in web addresses is definitely a thing of the past, and if you want everything starting with www to be redirected to non-www you can use the following…
Run MySQL commands from Bash
Add option to php memory_limit CloudLinux
By default CloudLinux only allows a memory limit in the PHP Selector of up to 512M. To add more options you can edit the following file: nano /etc/cl.selector/php.conf And then…
Deny direct access to php files
If you have a contact form or any other form that communicates with a php file in order to send you an email etc, but you don't want that php…
Identify spamming accounts cPanel/DirectAdmin Exim
An webhost server admin knows the frustrations of spamming accounts, the trouble is putting together a toolkit to identify spamming accounts. I'll write a series of posts on how to…
Train Proxmox Mail Gateway SpamAssassin from cPanel Spam
Proxmox Mail Gateway (PMG) is a great solution for filtering incoming and outgoing mail for spam. By default SpamAssassin in is not trained with what emails should be considered spam…
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'









