Linux

post thumbnail

How to find Softlink in Linux

In Linux, a symbolic link (also called a symlink or softlink) is a special type of file that acts as a shortcut to another file or directory. Softlinks can be…

How to Setup nmon – Monitor Linux Performance

Nmon (Nigel’s Monitor) is a great performance monitoring tool for Linux operating system. It was written initially for AIX to monitor system performance. nmon for Linux can be used to…

post thumbnail

How to Check Linux System Reboot Date and Time

As a Linux system administrator, it is essential to know when your system was last rebooted. This information can be useful for troubleshooting and maintenance purposes. In this tutorial, we…

How to Secure MySQL Server on CentOS 6.5 / CentOS 6.6

MySQL, the world’s most popular open source database and the second most widely used open-source relational database management system (RDBMS), is a crucial component of many web applications. However, its…