Top "Hostname" questions

A hostname is a human-readable nickname that is assigned to a device connected to a computer network and that is used to identify the device.

MySQL error: Can't get hostname from your ip address

I use my remote MySQL database during long time. But today I suddenly have found that I cannot connect to …

mysql ip hostname
Is there an easy way to get the ServerName in Symfony?

I have been searching for an easy way to get the ServerName of the machine where Symfony runs in Symfony (…

symfony hostname
IP Address to Hostname in Java?

My hosts file (C:\WINDOWS\system32\drivers\etc\hosts) has a bunch of IP Address to host name mappings: # Switches 192.168.200.254 …

java ip-address hostname hosts
Validate a hostname string

Following up to Regular expression to match hostname or IP Address? and using Restrictions on valid host names as a …

python regex validation hostname fqdn
What is the maximum length of a DNS name

I saw several mentions that the maximum string length of a DNS name (domain name) is 253 characters. Wikipedia seems to …

dns hostname rfc rfc1035
Setting the Hostname in IIS Bindings Breaks Website

I just got a Windows Server 2008 VPS and I'm having trouble getting IIS7 setup. I created a new website in …

iis binding hostname
puppet node hostname

I'm using puppet to configure servers. I want to print current machine (node) name in *.erb template. There is hostname …

hostname puppet
Get hostname from Rails controller

I am trying to get the hostname of the machine which a rails application is running on from the controller. …

ruby-on-rails hostname
Is there a way to get a hostname from an IP address without depending on a DNS inquiry?

I'm trying to write a script that depends on knowing the names of the computers on a network segment, but …

powershell hostname
python: check if a hostname is resolved

How can I have a function in python that returns 1 if the a hostname resolves and 0 if a hostname does …

python hostname