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 the ..

Read more

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 used ..

Read more

The orders are accessible under all flavors of Linux and can be helpful to screen and locate the genuine reasons for execution issue. This rundown of orders appeared here are sufficient for you to pick the one that is appropriate for your checking situation. It’s diligent work observing and investigating Linux execution issues, however it’s less demanding ..

Read more

WordPress: WordPress is a free and open source blogging tool . It is very popular blogging system in use on the web. It is a software which used to create web site. Installtion Steps: Step1:Login to cpanel   Step2:Got to Software/Services and click to quickinstall   Step3:just below of Blog Software there is WordPress, Just ..

Read more

Cpanel: Cpanel is the web based control panel which run on Linux operating sytem. It provide graphical interface and designed tool which simplify the process of hosting website. Steps: Step1: Login to your cPanel   Step 2: Click on the “File Manager”   Step 3: It will prompt with a pop-up menu ask for directory. ..

Read more

Introduction: Agenti is an open source linux web based control panel. It has graphical interface like webmin. Due to graphical interface very easy to use. Installation steps: Step 1: sudo su Step 2: apt-get update     –>to download the latest package file step 3: wget http://repo.ajenti.org/debian/key -O- | apt-key add – To download the ..

Read more

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 8. ..

Read more