We already discussed different topics on “screen” command in our previous discussions. You can refer to our previous topics for more details on that. 1) Screen command usage 2) How to access attached screen after connection dropped? The screen command…
commands
15+ maldet command switches and options with examples – Linux
Maldet command switches, that’s what we are discussing today in this blog article. The Maldet is a commonly using malware detector for Linux based server. The installation and usage of maldet is quite simple. We have already discussed about the…
MySQL tweaking – best practices and tips for SysAdmin
Why MySQL tweaking? We all need fast, reliable and secure environment for our online space. Almost all websites has its own databases to store its data. MySQL is one of the most widely using relational database service to manage user…
Cronjob to delete all emails older than one month from server.
Is there any way to remove old emails automatically from server? Before starting with the cronjob script, we must know the locations where the emails stored in the server. Then we can go to the steps to remove them 😉 Exactly…
Simple steps to install and configure sar (sysstat) on Ubuntu/Debian servers
Monitoring servers are very important for every server administrator. There are a lot of command line tools are available to monitor server resource usages. The Sar or Sysstat is one of the great command-line tool to monitor the server resource…
Sar command usage with examples in Linux
Sar is one of the smart command line utility in Linux. Also, System Activity Reporter (SAR) is one of the important tool to monitor Linux servers.This command will helps system administrators to check the server resources status at different time…
15+ Commonly using OpenVZ commands and its usages
OpenVZ is a container based, OS level virtualization technique for Linux. OpenVZ creates multiple secure, isolated Linux containers (otherwise known as VEs or VPSs) on a single physical server. Each container performs and executes exactly like a stand-alone server. These…