Linux Keep a Process Running even If SSH Session is Interrupted
Saturday, 06 May 2017
Often a long running process like scp, zip or backup etc take very long to complete and sometimes SSH session breaks causing breaks and data loss. Its very easy to
- Published in Servers
Install Imagick Extension for PHP on Ubuntu
Monday, 24 April 2017
It’s fairly straightforward to install imagick extension for PHP on ubuntu For PHP 7 sudo apt-get install php-imagick For PHP 5 sudo apt-get install php5-imagick Restart Apache service apache2 restart
- Published in Servers
Vesta Control Panel – How to install ClamAV and SpamAssassin on a Ubuntu
Sunday, 16 April 2017
This tutorial is created for servers with less than 3Gb of ram availalbe. On “big” servers installation is fully automatic. ClamAV installation apt-get install clamav-daemon wget http://c.vestacp.com/0.9.8/ubuntu/clamd.conf -O /etc/clamav/clamd.conf gpasswd
- Published in Servers
Vesta Control Panel – How to install ClamAV and SpamAssassin on a RHEL or CentOS
Sunday, 16 April 2017
This tutorial is created for servers with less than 3Gb of ram availalbe. On “big” servers installation is fully automatic. ClamAV installation yum install clamd wget http://c.vestacp.com/0.9.8/rhel/clamd.conf -O /etc/clamd.conf wget
- Published in Servers
How to Install Vesta Control panel on Your Linux VPS / Dedicated Server
Sunday, 16 April 2017
Vestacp is among the most popular free alternatives to CPanel. Here’s how you can install it on your Linux VPS / Dedicated Server easily. 1. Connect to your server as root
- Published in Servers
Using Letsencrypt with Cloudflare for a free Full (strict) SSL
Sunday, 16 April 2017
My clients often ask me if there’s a free SSL and my answer is Cloudflare every time. It works great with it’s flexible SSL open but the problem with it’s
- Published in Servers