Please use this link to calculate IP Subnet
You may also like
Set up a virtual IP on proxmox cluster apt updateapt install keepalived -y nano /etc/keepalived/keepalived.conf run this on all nodes on the […]
To check how many emails have been queuing in Postfix (an email server for Linux) and for what period of time you can […]
The below is what I do to delete an email from a Postfix queue. First we need to locate the email that […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/