Fedora 12 find out the IP address information

Posted by Shek on May 23, 2010 under Fedora 12, Linux | Be the First to Comment

To be able to find out the IP address information of the fedora computer, here are the steps to do so:
Read more of this article »

Fedora 12 Assign static IP

Posted by Shek on May 13, 2010 under Fedora 12, Linux | Be the First to Comment

Editor’s note: To avoid DHCP server to assign different IP to the Fedora computer with different services such as FTP, web server etc, assign a static IP for it is a great idea.

Read more of this article »

Check ip address of host or website with PHP function and HTML form

Posted by Shek on May 26, 2008 under PHP | Be the First to Comment

Editor’s note: There is a function in PHP to check the IP address of a host. It is called “gethostbyname()“. We could use it to check the IP address of a website. Steps are very simple: Put the website address into the function, for example: gethostbyname(www.phpsuperblog.com); and print the result out and then the IP address of the website would appear.
Read more of this article »