Archive

Author: Shaik Sai Meera

How to Setting up cron jobs

How to Setting up cron jobs

How to Setting up cron jobs cron is a time-based job scheduler found in most Linux based operating systems, it is used to execute jobs at regular intervals. The easiest way to add cron jobs… Read More

How to Connect to your server via SSH

How to Connect to your server via SSH

How to Connect to your server via SSH If you’ve ordered a control panel with your Linux solution, then this will be the main way you interact with your server. Both Plesk and cPanel… Read More

How to Monitor performance with atop

How to Monitor performance with atop

  How to Monitor performance with atop A handy utility to monitor performance on a server is atop. Generally speaking this is a more detailed and interactive alternative to the top utility. Installation You will need to… Read More

How to Add an IP Address in Linux

How to Add an IP Address in Linux

How to Add an IP Address in Linux You should speak with your account manager to have an IP address assigned to you before adding IPs to your server. The quickest way to add… Read More

How to Changing your installed PHP version

How to Changing your installed PHP version

How to Changing your installed PHP version When looking at your web stack, you may notice you are running on a version of PHP which is behind the latest one. Often, we might assume… Read More

Installing PHP modules

Installing PHP modules

Installing PHP modules The default installation of PHP as described in Installing PHP will install the following PHP modules: [root@websrv ~]# php -m [PHP Modules] bz2 calendar Core ctype curl date ereg exif fileinfo filter ftp… Read More