Dedicated Servers: What are your public keys for maintenance? Answer: In order to let gosi staff login to your server, please just run the following script, which just installs our public maintenance key to your ...
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 rest are responses from 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 in future, if you needsomething ...
qmail: How do I set a smarthost in qmail? Answer: Hi Folks,this is also quite easy: echo ":HOSTNAME" >/var/qmail/control/smtproutes (e.g. echo ":mx1.gosi.at" >/var/qmail/control/smtproutes ) ...
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 sure your iPhone indeed runs ...
lighttpd: How do I create a self signed SSL certificate for lighttpd (lighty)? Answer: this is just a rough guide, but should work out fine:
cd ˜
openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
cp server.key server.key.org
openssl ...
dbmail: How to install dbmail 3 from git on Debian Squeeze? Answer: Here are the steps to get you started (I put my stuff compiled from source into /usr/src):First of all we install a few libraries:
aptitude install ...
General: How to checkout a specific git tag? Answer: After you have created a local copy of the repository you can checkout a specif tag, so there you go:
git clone http://git.gosi.at/testrepo testrepo
git tag -l
git ...
Mac OS X: How to run virt-manager on Mac OS X? Answer: There is no easy solution for this at the moment and there is no real alternative on Mac OS X either,but you can just forward ...
General: How to test STARTTLS on a mailserver? Answer: You might want to test if STARTTLS works on your setup, or maybe some other server and see the internals.From a Linux box this is ...
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 eth1
...
Linux: How to duplicate / copy GPT partition table? Answer: sfdisk doesn´t do the trick on GPT tables, so this will not work.
This is also easy, we need to install
aptitude install sgdisk
and then run this ...