4 Tools to Manage EXT2, EXT3 and EXT4 Health in Linux
A filesystem is a data structure that helps to control how data is stored and retrieved on a computer system.
A filesystem is a data structure that helps to control how data is stored and retrieved on a computer system.
Installing updates for software packages or the kernel itself, is a highly recommended and beneficial task for system administrators; more
On CentOS/RHEL, you can either install packages individually or install multiple packages in a single operation in a group. Package
How can I see the content of a log file in real time in Linux? Well there are a lot
sudo is a powerful command line tool that enables a “permitted user” to run a command as another user (the
In programming, a library is an assortment of pre-compiled pieces of code that can be reused in a program. Libraries
This tutorial will guide you on the first basic steps you need to configure on a new installed Ubuntu server
YUM plug-ins are small programs that extend and improve the overall performance of the package manager. A few of them
In this tutorial we’ll discuss the first configuration steps you need to take care of after a fresh installation of
firewall-cmd is a command line front-end for firewalld (firewalld daemon), a dynamic firewall management tool with D-Bus interface. It supports
In Linux, hard and soft links are referenced to files, which are very important, if not protected very well, any
strace is a powerful command line tool for debugging and trouble shooting programs in Unix-like operating systems such as Linux.