
How to Configure Static IP Address and Set Hostname on Fedora 20
This post will show the step to set the hostname and configure static IP address to the server. DHCP is not recommended if you plan to run this fedora 20…
How to Configure Static IP Address and Set Hostname on Fedora 20
This post will show the step to set the hostname and configure static IP address to the server. DHCP is not recommended if you plan to run this fedora 20…
How to Install and Configure Squid Proxy Server on Fedora 16
Squid service plays two main roles which mainly act as a caching proxy server between the user and the web. Second role, squid also regularly used as a content accelerator,…
How to Install Bind Utilities on Fedora 16
Question : When i try to test mx record using host command and other bind utility command such as nslookup, i get this error : [root@fedora16 ~]# host -t mx…
How to Check Routing Tables on Fedora 16
In Linux operating system, routing table is used by the computer networks or servers to stores the routes of the destinations that responsible for forwarding. Routing tables contain a list…
How to Install Vim on Fedora 16
Vim is a text editor that is upwards compatible to Vi. Vim can be used to edit all kinds of plain text. It is especially useful for editing programs. In…
How to Install and Getting MySQL Support In PHP5 on Fedora 16
PHP: Hypertext Preprocessor is a widely used, free and open-source server-side scripting language that was especially designed for web development to produce dynamic web pages and can be embedded into…
How to Install “man” Command on Fedora 16
The “man” command is a critical utility in Unix-based operating systems that provides detailed information about any command or program available on the system. It stands for “manual,” and it…
How to Setup Local Yum Repository from CD-ROM/DVD-ROM image on Fedora 16
In this post, i will share on how to install, update and remove RPM packages from CD-ROM/DVD-ROM image or local yum repository on linux Fedora 16 server. This will very…
How to Install wget on Fedora 16
In this post, i will show the quick steps to install wget on linux Fedora 16 server. wget command does not exist on your Fedora 16 with minimum installation. Wget…
How to Install php-mcrypt on Fedora 16
php-mcrypt is a standard of PHP module that provides mcrypt library support. In linux systems,mcrypt is necessary for installing CMSes like majento. Before you start to install any software such…
How to Fix “Warning: RPMDB altered outside of yum” Error on Linux Fedora 16 Server
Question : When i try to install the packages or software using the yum command, the following error or warning message appeared: Running Transaction Check Running Transaction Test Transaction Test…
How to Install Subversion 1.6.17 on Fedora 16
Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control system. Some people called it source code control(SCC) software and source code management(SCM) software. By using…