Category : Linux

Operating system logs provide a wealth of diagnostic information about your computer, and Linux is no exception. Everything from kernel events to user actions are logged by Linux, allowing you to see almost any action performed on your servers. Linux has a special directory for storing logs called /var/log. This directory contains logs from…
Click here for countinue reading

It is very important to understand the resources available in our linux systems to keep it running smoothly an effortlessly. top command:Linux Top command is a performance monitoring program that is used frequently by many system administrators to monitor Linux performance and it is available under many Linux/Unix-like operating systems. The top command is…
Click here for countinue reading

Webmin It is a web based interface for unix/linux. you can make user account, Setup DNS, Install apache and much more. Installation Steps: 1. yum install wget 2. yum install -y httpd 3. systemctl start httpd 4. systemctl enable httpd 5. yum install -y mariadb mariadb-server 6. systemctl start mariadb 7. systemctl enable mariadb…
Click here for countinue reading