Uncategorized

fds

What is a result of connecting two or more switches together? The number of broadcast domains is increased. The size of the broadcast domain is increased.* The number of collision domains is reduced. The size of the collision domain is increased. Refer to the exhibit. How many broadcast domains are …

Read More »

What Makes Linux the Most Adopted Operating System

The Linux computer operating system designed on the lines of the UNIX is now the world’s most used operating system. It is assembled under the free and open software system. This means that the underlying source code may be used, modified and distributed by anyone under licenses like GNU GPL. …

Read More »

Tracking centos server with bash script

In this article I will show you how to use bash shell to test the system periodically, to check the connection port 80, server load, queue exim, and mysql process … The script will automatically notify you via email if there are anything unusual. Script will use a while loop …

Read More »

Linux file system structure

Linux_file_system_structure_namhuy

Linux Operating System and Linux File System are totally different from Microsoft Windows. In Microsoft Windows, you usually see Windows is installed in C:\ drive. In Linux, the Filesystem Hierarchy Standard (FHS) defines the structure of file systems on Linux and other UNIX-like operating systems, everything is configured as a …

Read More »

How to install Webmin on CentOS 7

I have upgraded some of my systems from Centos 6 to Centos 7. There are many new features in Centos 7 that Centos 6 does not have, but the way Centos 7 work is sort of different from Centos 6. Back to our topic, I’m going to show you how to …

Read More »

What is Linux ?

At some point you will ask yourself what is Linux? Well, Linux is a combination of Linus Torvalds’s Linux kernel and other programs to make it an open source operating system which was designed for personal computer users at a very low-cost or even free. The heart of Linux called …

Read More »

Rsync with SSH without prompting for password

rsync is a free software computer program for Unix and Linux like systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. Install rsync For ubuntu or debian # apt-get install rsync For RHEL/CentOS 4.x or older # up2date rsync …

Read More »

How to fix phpMyAdmin session error

here is what i get when i run phpMyAdmin on my newly setup server phpMyAdmin – Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. To test and find out where is session.save path http://wiki.phpmyadmin.net/pma/session.save_path run …

Read More »