How to Install and Configure Iptables Firewall on CentOS 6.3
This post covers the steps to install and configure iptables on linux CentOS 6.3 server. Iptables is a packet filtering firewall package in linux. It used to set up, maintain,…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Install and Configure Iptables Firewall on CentOS 6.3
This post covers the steps to install and configure iptables on linux CentOS 6.3 server. Iptables is a packet filtering firewall package in linux. It used to set up, maintain,…
How to Add Webtatic Repository on CentOS 6.3
This post covers the steps on how to setup additional yum repository using Webtatic. Webtatic yum repository is a repository containing updated web-related packages for CentOS and Redhat Enterprise Linux…
How to Add Remi Yum Repository on CentOS 6.3
This post cover the steps to install remi repository on linux CentOS 6.3 server. There are several 3rd party repositories for CentOS 6 server. One of the popular one is…
How to Remove Webmin from Linux CentOS/RHEL
Webmin is a popular web-based control panel that provides a graphical user interface for managing Linux systems. However, if you no longer require Webmin on your CentOS or RHEL server,…
How to Install and Configure Bind 9 DNS on CentOS 6.3
This post covers the steps on how to install Bind DNS server on CentOS 6.3. Bind is the most popular software and the most widely used Domain Name System (DNS)…
How to Install nslookup on CentOS 6.3
nslookup is a command-line tool used to query DNS servers and obtain domain-related information, such as IP addresses, mail servers, and other records. It is a helpful utility for network…
How to Setup Webmin 1.590-1 on CentOS 6.3 using RPM
Webmin is a versatile web-based interface for Linux system administration. With Webmin, you can manage various aspects of your server, such as user accounts, Apache, DNS, and file sharing, all…
How to Check Swap Space/Memory/Size on Linux VPS Server
In Linux, swap space plays a pivotal role as a backup to physical memory, providing an overflow area. This is crucial for two primary reasons. Firstly, when the system demands…
How to Fix “crond: unrecognized service” on Linux CentOS 6.3
I have a CentOS 6.3 which was without cron package installed. When I tried running crond service it says “unrecognized service”. Besides, when try to edit the crontab, it getting…
How to Install and Configure Awstats on CentOS 6.3
AWStats is short for Advanced Web Statistics it’s an powerful open source tool that generates advanced websites statistics, graphically and provides you with detailed statistics regarding visitors to your web…
How to Configure NTP Server for Time Adjustment on CentOS 6.3
This post covers the steps to install NTP server on CentOS 6.3. NTP, Network Time Protocol, it is an Internet protocol used to synchronize the clocks of computers or servers…
How to Setup phpMyAdmin on CentOS 6.3 using EPEL Repository
In web hosting, managing databases effectively is a crucial skill. One of the most popular tools for this task is phpMyAdmin, a free software tool written in PHP designed to…