How to Install Iptables on CentOS 5.8
Iptables is used to set up, maintain, and inspect the tables of IPv4 packet filter rules in the Linux kernel. It can run as a host based firewall if properly…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Install Iptables on CentOS 5.8
Iptables is used to set up, maintain, and inspect the tables of IPv4 packet filter rules in the Linux kernel. It can run as a host based firewall if properly…
How to Install Apache Httpd on CentOS 5.8
Apache HTTPD, one of the most popular web servers, is known for its extensibility and versatility, making it an excellent choice for various types of websites. This guide will walk…
How to use Process Explorer 15.13 to Monitor the Process on Windows
Introduction Process Explorer is a powerful tool that can be used to monitor the processes running on a Windows operating system. It is developed by Microsoft and provides advanced features…
How to Install and Configure Apache log analizer, AWstats on Fedora 16
In this guide, we will walk you through the process of installing and configuring AWStats, a powerful Apache log analyzer, on a Fedora 16 Linux server. AWStats is an open-source…
How to Install WordPress Blog on Fedora 16
In this guide, we will walk you through the process of installing a WordPress blog on a Fedora 16 server. WordPress is a widely-used open-source blogging platform and content management…
How to Create and Extract a gzip Compressed Archive File on Linux
Archiving and compressing files are useful when creating backups and transferring data across a network. One of the oldest and most common commands for creating and working with the backup…
How to use Basic Regular Expression with grep command on Linux
In Linux, regular expressions are a powerful tool for searching and matching patterns within text. One of the most common applications of regular expressions is in conjunction with the grep…
How to Create softlink with ln command on Linux
In Linux, a softlink, also known as a symbolic link, is a type of file that acts as a reference or shortcut to another file or directory. Softlinks are useful…
How To Check SELinux Status on CentOS 5.8
SELinux, or Security-Enhanced Linux, is a feature within the Linux operating system that supports the implementation of access control security policies in the Linux kernel. This tutorial will guide you…
How to Change Hostname on CentOS 5.8
In this post, i will show you the basic guides on how to change the hostname on linux CentOS 5.8 server. Assumed that you have root account access on this…
How to Check Opened Port on Linux VPS Server
In the Linux operating system, the “netstat” command can be used to check the opened ports on a VPS (Virtual Private Server) server. Opened ports are important to identify because…
How to Check VPS Network Download Speed
When managing a VPS (Virtual Private Server), it’s crucial to understand its network performance. One of the most common tasks a webmaster or server administrator might want to perform is…