How to Install php on CentOS 6.2
PHP is a popular scripting language widely used for web development. If you’re using CentOS 6.2, you may need to install PHP to run dynamic websites and applications. In this…
The technology blog that consist of updates, tips, recommendations, how-tos, manuals, troubleshoot solutions, fix errors on linux and windows.
How to Install php on CentOS 6.2
PHP is a popular scripting language widely used for web development. If you’re using CentOS 6.2, you may need to install PHP to run dynamic websites and applications. In this…
How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on CentOS 6.2
In this guide, we will delve into the process of updating and installing RPM packages from a CD-ROM/DVD-ROM image on CentOS 6.2. This method proves to be particularly beneficial when…
How to Change the Current Date and Time on CentOS 6.2
The current date and time are crucial for many system operations and applications. In some cases, you may need to change the current date and time on your CentOS 6.2…
How to Disable the SELinux on CentOS 6.2
SELinux (Security-Enhanced Linux) is a Linux kernel security module that provides a mechanism for supporting access control security policies. However, in certain situations, you might need to disable it. Here’s…
How to Uninstall Webmin on CentOS 6.2
Webmin is a popular web-based interface used for system administration for Unix. It removes the need to manually edit Unix configuration files and lets you manage the system from the…
How to Install Webmin 1.570-1 on CentOS 6.2 using RPM
In this post, i will share you on how to install Webmin, a web-based interface for system administration for Linux, on CentOS 6.2. Assumed that you have root access and…
How to Install Perl in CentOS 6.2
Perl is a popular programming language used for a wide range of tasks, such as web development, system administration, and network programming. CentOS 6.2 is an old version of the…
How to Install wget on CentOS 6.2
Wget is a command-line utility that allows you to download files from the web. It is often used in scripts to automate file downloads. If you’re using CentOS 6.2 and…
How to Configure Static IP Address on CentOS 6.2 Linux Server
In server administration, configuring a static IP address on your CentOS 6.2 Linux server is a fundamental skill. This guide will walk you through the process step-by-step, ensuring you understand…
How to Install Zimbra Collaboration Suite 7.1.3 Mail Server on Redhat Enterprise Linux 5.5
In this post, i will share with you on how to install zimbra open source mail server on Redhat Enterprise Linux 5.5 server. According to wikipedia, Zimbra Collaboration Suite (ZCS)…
How to Fix nslookup, host, dig: -bash: command not found in Linux?
When working with DNS tools like nslookup, host, and dig in Linux, you might encounter the error “-bash: command not found.” This error typically occurs when the required packages for…
How to Install wget on Linux (Ubuntu, CentOS, RHEL, Fedora)
wget is a popular command-line utility for downloading files from the internet. It supports various protocols such as HTTP, HTTPS, and FTP, and is widely used for downloading files, mirroring…