Archive for the ‘RedHat’ Category

How to clear DNS Cache in Windows, Mac OS X and Linux

August 22nd, 2011 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, Mac OS X, RedHat, Win Vista, Win2k8, Win7, Windows, WinXP

Your DNS cache stores the locations (IP addresses) of pages you have recently viewed. DNS cache help to speeds up the lookups within the same host.  But sometimes if the website page change before your DNS cache is updated, you will failed to access the page. For example, you received a web page with HTML 404 error codes. So you need to flush your DNS cache. Once you clear your DNS cache, your computer will query nameservers for the new DNS information you require.

Clear DNS cache on Windows XP, Vista, Win7 (more…)

Share

Tags: , , , , , , , , , , , , , ,

How to remove Apache 2 Test Page in CentOS/REHL/Fedora

June 21st, 2011 by @HKw@! | 1 Comment | Filed in centos, Fedora, Linux, RedHat

I just installed Apache web server on my Fedora 15 system. After starting HTTP (Apache web server) in Linux & pointing your web browser to http://localhost, you will see below test page. This means your server has configures & ready to use.

(more…)

Share

Tags: , , , ,

Centos 5.6: Find PHP Version using Command Line

May 30th, 2011 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, RedHat, Unix

I wanted to install phpmyadmin on Centos 5.6 Machine. I check from phpmyadmin official web site, phpmyadmin requires at least PHP 5.2 and MySQL 5. I have to check my php version 1st before start install.

Here is a useful command to display or show what version of php you have installed in your Linux Machine.

Just enter following command to check your PHP Version

root@raptor(~)
[ 2]# php -v
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Once you enter the php -v command, you should able to see the result like what i show you above, if you don’t get something like the above, then it means that you don’t have php installed in your server.

 

Share

Tags: , ,

BlogCatalog