Articles
- DHCP3-Server failing to start?

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 [...]

No comments

- Life Tip

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

No comments

- Synergy Config

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 = [...]

No comments

- Find out your Ubuntu/Debian Release

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

No comments

- Windows Server 2008 USB WiFi

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.

No comments