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.

C++ Windows function call that get local hostname and IP address

Is there built-in windows C++ function call that can get hostname and IP address? Thanks.

c++ winapi ip-address hostname
Setting up WAMP to run on LAN, including mobile access, iPhone

I'm developing a CodeIgniter app on Win 7, using WampServer v2.0 - I've edited my local HOSTS file so that I …

wamp hostname lan
Get Host Name Without Port in Flask

I've just managed to get my app server hostname in Flask using request.host and request.url_root, but both …

python flask request port hostname
Django - How to simply get domain name?

Firstly, I want to say that I'm a beginner in Django. I'm looking for a simple way to retrieve the …

python django host hostname
Get the hostname from a DataSource class

Is there a way to get the hostname from the DataSource class in java? I mean, I have a DataSource …

java database-connection datasource hostname
.NET SMTP mail - error = helo command rejected need fully-qualified hostname

I am trying to send email in a .NET console application. I have an SMTP server with i.P. address …

c# smtp hostname fully-qualified-naming
linux postfix config and hostname FQDN

I'm trying to setup a mail server with postfix and dovecot using the tutorial from https://library.linode.com/email/…

linux dns postfix-mta administration hostname
zsh prompt and hostname

I use the following prompt in .zshrc: PROMPT="%{$fg[magenta]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%1~ %{$reset_color%}%# " …

shell zsh hostname zshrc
How does Apache determine the FQDN?

I'm using Apache2, and when reloading/restarting the server I get this warning: apache2: Could not reliably determine the server's …

apache2 hostname fqdn
Extract domain name from a host name

Is there a programatic way to find the domain name from a given hostname? given -> www.yahoo.co.…

python dns hostname