Linux Tutorials for Beginners

The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.

Linux Tutorials
centos6

How to Deny ICMP Ping Request on CentOS 6.2

Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP) network. Ping operates by sending Internet Control Message Protocol (ICMP)…

linux

How to See How Many Inodes on Linux Servers?

Inode is a data structure in a Linux file system that stores information about files and directories. Every file and directory on a Linux system has an inode associated with…

rhel

How to Extract a tar.gz file on RHEL 6

Introduction In Linux systems, files are often compressed to save disk space and reduce the time required to transfer them over a network. The tar (tape archive) utility is commonly…

php

How to Install PHP on RHEL 6

In this guide, we will walk you through the process of installing PHP on Red Hat Enterprise Linux 6 (RHEL 6). PHP, a robust server-side scripting language, was originally developed…

MySQL

How to Install MySQL Server on RHEL 6

Introduction MySQL is an open-source relational database management system that is widely used for web-based applications. In this guide, we will be discussing the installation of MySQL server on RHEL…