Fork me on GitHub
Nation Pigeon

Viewing Monthly Archive July 2011

DHCP3-Server failing to start?

31st July 11 | Linux

When I was troubleshooting a DHCP Server, I found that in the /etc/dhcp3/dhcpd.conf file someone had declared a subnet with an IP range which was not the same as the server. For example, this would not work: Interface: 192.168.1.1 subnet 192.168.0.0 netmask 255.255.255.0 {} But this would: subnet 192.168.1.0 netmask 255.255.255.0 {} Because the subnet [...]

[ Read More → ]

Life Tip

27th July 11 | Anime, Systemless

Eat your breakfast before you goto bed… then sleep for longer in the morning! Click for full size 1920×1200 – http://wallbase.cc/wallpaper/264803

[ Read More → ]

Synergy Config

27th July 11 | Linux

To get synergy working, both the client and the server need to have a /etc/synergy.conf file, like the one below. make sure to replace “server” and “client” with their respective hostnames: section: screens server: client: end section: aliases server: 10.0.0.2 end section: aliases client: 10.0.0.50 end section: links server: left = client client: right = [...]

[ Read More → ]

Find out your Ubuntu/Debian Release

24th July 11 | Linux

lsb_release -c or cat /etc/debian_version I can never remember, and now you don’t have to.

[ Read More → ]

Windows Server 2008 USB WiFi

10th July 11 | Windows

Make sure to enable “Wireless Lan Service” Feature. After a fresh install of Windows Server 2008, I was unable to enable my USB Wireless Device, windows would attempt to enable it but the interface would not active. Problem solved by enable the “Wireless Lan Service” Feature.

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub