Dedicated Servers / Linux How to restart network card auto-negotiation? Answer: This might be necessary some times, here the line to do it with ethtool:
ethtool -r eth1
And here with mii-tool:
mii-tool -r ...
General / iPhone How to unlock your iPhone 3G / 3Gs? Answer: Thanks again to the iPhone dev team there is already a solution for this, once you have jailbreaked your iPhone: make ...
Dedicated Servers / Linux / Debian How to fix "Failed to fetch Packages 404 Not Found"? Answer: Depending on which Debian mirror you are using, the error message looks like this:
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-i386/Packages 404 Not ...
Dedicated Servers / Daemon How to debug a POP3 connection/server? Answer: You can do that quite easily with your windows/linux client by just using telnet:(bold text are commands from us, the ...
Domains Which TLDs does gosi offer? Answer: here at gosi you can get:.at, .eu, .de, .nl, .com, .net, .org, .info, .biz, .agAll the other TLDs might come ...
Dedicated Servers / Linux How to convert an ext3 partition to ext4? Answer: Well, this is actually not too hard and ext4 gives better performance in various cases, so an update to ext4 ...
Dedicated Servers / Linux / Debian How to compile a custom kernel in Debian Lenny / Etch? Answer: This is usually quite straight forward, since Debian brings utilities with it to do this:
aptitude install build-essential kernel-package fakeroot libncurses5-dev ...