
How to Grep Multiples Lines and using Specific Keyword on Linux
grep is a command line text search utility originally written for Unix or linux. In linux you can grep multiple lines before or after matching the keywords. This examples has…
How to Grep Multiples Lines and using Specific Keyword on Linux
grep is a command line text search utility originally written for Unix or linux. In linux you can grep multiple lines before or after matching the keywords. This examples has…
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 Install “setup” Command on Fedora 16
Question : When i try to use setup command on linux Fedora 16, i will get the following error : [root@fedora16 ~]# setup -bash: setup: command not found Answer :…
How to Setup and Configure 389 Directory Server on CentOS 6.2
On previous post(Install 389 Directory Server) shows you on how to install 389 Directory Server on linux CentOS 6.2 server using EPEL repository. 389 Directory Server is an enterprise-class open…
How to Install and Configure yum-priorities on RHEL 6/CentOS 6
In this post, i will show on how to install and configure yum-priorities on CentOS 6 or RHEL 6 Linux server. Theoretically, the repositories with the lowest numerical priority number…
How to Install phpMyAdmin on CentOS 5.8 using EPEL Repository
In this post, i will show on how to install phpMyAdmin on CentOS 5.8 using EPEL repository. phpMyAdmin is a opensource tool written in PHP intended to handle the MySQL…
How to Start, Stop and Restart 389 Directory Server on CentOS 6.2
This post will guide you on how to start, stop, restart and check dirsrv status for 389 Directory Server on linux CentOS 6.2 server using EPEL repository. 389 Directory Server…
How to Tuning 389 Directory Server on CentOS 6.2
This post will share with you on how to perform system tuning analysis for 389 Directory Server on linux CentOS 6.2 server. 389 Directory Server is an enterprise-class open source…
How to Open the File in Read Only Mode on Linux
Question : How to open a file on read only mode on linux? Answer : This command has been tested on Redhat Enterprise linux 6 (RHEL6) server. To open the…
How to Install Webmin 1.580 on Ubuntu 11.10
Webmin is a freeware program that provide web-based interface for system administration and system configuration tool for administrators. With Webmin you can setup user accounts, DNS, file sharing and etc….