The computer file hosts is an operating system file that maps hostnames to IP addresses. You can edit the hosts file in Windows Server 2016 to manually point a host name to an IP address.
Step 1
Navigate to:
C:\Windows\System32\drivers\etc\
Step 2
Edit the hosts file in a text editor of your choice. Add the ip address of the machine you want to reach press tab and then enter the name you’d like it to be reachable over.
Save and exit the file.
You will now be able to navigateto that machine via the name you set in the hosts file.
This is a tip which has got be out of a few binds before. So what happens is you are called to a job to troubleshoot a issue on a Linux server. You access the terminal and the keys you are typing are not appearing on the screen. For example, when you type @ you see ” and when you type # you see \.
This is happening because the terminal is expecting input from a US keyboard and you are using a UK keyboard.
You can solve this very quickly by typing the command:
sudo loadkeys uk
When this command is run successfully you should see a screen that looks like the one below.
Your keys should now be working correctly.
A video that shows this process can be found here:
“WildFly formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms.”
In this tutorial we will be installing Wildfly on windows server 2016, however the process should be much the same on windows 10.
Installing Java
First we will download and install Java JRE. it is available from: