Posted by Shek on May 23, 2010 under Fedora 12, Linux |
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 »
Posted by Shek on May 13, 2010 under Fedora 12, Linux |
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 »
Posted by Shek on May 26, 2008 under PHP |
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 »