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.

Hostname vs. IP - address

I am currently implementing openssl into my application. My problem arose when I had to set the hostname, IP - …

port ip-address hostname
Failed to start hostname.service: Unit hostname.service is masked

Failed to start hostname.service: Unit hostname.service is masked. This happened after hostname update, tried to do a sudo …

ubuntu hostname
Ansible get hostname as defined in inventory

In my inventory I define hosts like this: [server1] 141.151.176.223 I am looking for a variable which keeps the server1 name, …

ansible hostname ansible-inventory
How do I get the local hostname if unresolvable through DNS in Java?

This sounds like something that should have been asked before, and it has sort of, but I'm looking to get …

java hostname
How to get the base URL of the website VB.NET

I may not be the first person to ask this question but I can't find what I was looking for …

url hostname domain-name base-url
Resolve Hostname Error When Accessing Subversion

I get the an error when attempting to do the following commands in Subversion: update, commit, log, list, blame etc. …

svn hostname resolve
How to resolve hostname to an ip address in node js

I need to resolve hostname defined in hosts file to its corresponding IP address. For example my host file look …

javascript node.js ip-address hostname hosts
Mapping a hostname to an IP address on Android

I know that I have to edit the /system/etc/hosts to map an IP address to a host name, …

android hostname
Java regex for accepting a valid hostname,IPv4, or IPv6 address

Anyone have a good (preferably tested) regex for accepting only a valid DNS hostname, IPv4 or IPv6 address?

java regex ipv6 hostname ipv4
How can I add hostnames to a container on the same docker network?

Suppose I have a docker compose file with two containers. Both reference each other in their /etc/hosts file. Container …

docker hostname docker-compose