|
change hostname on MacOSX
2008-04-14 16:28:00 here's a quick tip about how you can change the hostname on your MacOSX and keep it changed after a reboot: scutil --set HostName your.server.name Of course you have to type that as root. It seems there is also possible to set in it /etc/hostconfig but that file on it's own will not work. You have ...
By: PatchLog
Change iphone hostname
2008-01-06 02:25:00 Does anyone know how to change the iphone hostname? I tried using the terminal to change the hostname by doing this:hostname myHostnameIt worked, but after exiting the terminal it reset to the default.I can't remember if this was something i set up...
By: iPhone Hacks
hostname: Unknown host ? hostname not resolving error
2007-12-17 08:53:00 Recently, I encountered the following error message on one of our openSUSE boxes (version 10.2 — if you are not sure which distro version you are running, then see this short post: finding out Linux release version).
By: Linux Blog
hostname: Unknown host ? hostname not resolving error
2007-12-15 08:53:00 Recently, I encountered the following error message on one of our openSUSE boxes (version 10.2 — if you are not sure which distro version you are running, then see this short post: finding out Linux release version).
By: Linux Blog
How can you get the hostname on the basis of IP addres ?
2007-06-19 16:52:00 The following snippet of code helps you in finding hostname on the basis of IP address:-InetAddress inetAddress = InetAddress.getByName("67.83.45-.98");System.out.println ("Host Name: " + inetAddress.getHostName());
How will you get an IP address of a machine from its hostname?
2007-06-19 16:47:00 The following code snippet gives you the IP address on the basis of Hostname:InetAddress inetAddress = InetAddress.getByName("www.inte-rviewjava.blogspot.com");System-.out.println ("IP Address: " + inetAddress.getHostAddress());-
Disabling SSH Client Hostname Resolution on Solairs 10
2007-05-22 10:29:00 Outside of a whole raft of "celebrity" features (i.e ZFS, Dtrace, SMF, FMA, etc, etc.) added into Solaris 10, I'm still discovering nice little changes that leave a good feeling of added improvement. One such nicety I discovered today is the LookupClientHostnames option available for the SSH daemon. Before this option was available the Solaris SSH daemon would always try to resolve the address of
By: The Unix Blog
how to set hostname of the server: VPS or dedicated server.
2007-03-03 16:43:23 Hello, The hostname must be FQDN - Fully Qualified Domain Name hostname is the your server’s name that you want to set. For example if you want to set it server.domain.com. Always set the hostname with the DomainName that you owns. 1. http://IP/whm edit dns zone .. select your domain server IN A YourSeverIPHere www.server ... |



