OVH VPS Configure failover IP in Ubuntu
On Ubuntu Default config look like root@zecurecode:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and…
On Ubuntu Default config look like root@zecurecode:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and…
To generate SSH key, run If you need RSA key, run To create an SSH key in the current folder, run This…
To change SSH key passphrase, run ssh-keygen -p -f ~/.ssh/id_rsa Example root@ok:~/.ssh# ssh-keygen -p -f ~/.ssh/id_rsa Enter new passphrase (empty for no…
lsblk list all block level devices available on your system. Example root@ok:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0…
Here is a bash script to delete mails in exim mail queue. Helpful when you have lot of spam mails in mail…
MySQL is one of the most popular relational database management systems in use today, powering many popular websites and applications. To get…
Disk read/write speed in Amazon EFS depends on how much data you have on the file system. Amazon EFS have something called…
Here is Nginx configuration for aMember script location ~* ^/amember/.*\.(js|ico|gif|jpg|png|css|swf|csv)$ {} location ~* ^/amember/setup/index.php$ { try_files not-existing-file @php; } location ~* ^/amember/js.php…
After installing r1soft backup agent, you need to add the server to R1Soft Server Backup Manager SE. Click on “Protected Machines” link…
To install R1Soft Agent on CentOS, create a file Add Now you can install Agent with command Install module with command Restart…
When i install software on CentOS server, i get following warning Delta RPMs disabled because /usr/bin/applydeltarpm not installed. You can install deltaparm…
r1soft is a backup software from https://www.r1soft.com Installing Agent Install R1Soft Agent on CentOS Installing r1soft server backup agent on Debian/Ubuntu r1Soft…