Tuesday, December 04, 2012

Change hostname of Ubuntu machine

To change Ubuntu(Debian/Mint) machine hostname, edit /etc/hostname. You may have to reboot machine for the changes to take effect. Note that for the new name to resolve locally, you need to edit /etc/hosts. The line that contains 127.0.0.1 below localhost should match with the hostname.

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...