How to Install and Configure Samba Server on RHEL 6
In this post i will show on how to install and configure a Samba server an also how to transfer files from client side. For this example we are using…
How to Install and Configure Samba Server on RHEL 6
In this post i will show on how to install and configure a Samba server an also how to transfer files from client side. For this example we are using…
Why “portmap unrecognized service” on RHEL 6/CentOS 6
Question : During the deployment of Samba and NFS services on one of the RHEL 6 server, I’m hit by this message when trying to start, stop and restart service…
How to Backup and Restore MySQL Database on CentOS/RHEL
In this guide, we will delve into the process of backing up and restoring a MySQL database on a Linux server, specifically focusing on CentOS and RHEL servers. This tutorial…
How to Check Apache Error Log and Access Log file
The Apache web server keeps two important log files: the error log and the access log. The error log contains diagnostic information, errors, and warnings, whereas the access log records…
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)…
How to Extract ZIP files on Linux using “Unzip” Command
ZIP archives are a popular method of data compression, frequently utilized in Windows and MS-DOS environments. However, they are not limited to these systems and can be effectively managed in…
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…
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…
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…
How to Install Apache Httpd Server on RHEL 6
In this post, i will show on how to install Apache Httpd server on Redhat Enterprise Linux 6 (RHEL 6). The Apache HTTP Server is an open-source web server for…
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…
How to Install WordPress Blog on Linux CentOS 6 / RHEL 6
This article will explain the steps on how to install WordPress blog on Linux CentOS 6, Redhat Enterprise Linux 6 (RHEL 6) and Oracle Linux 6. WordPress is an open-source blogging platform….