March 30, 2012 0

Nice looking HAVP templates

By in Download, Linux

As the default templates from the HAVP Proxy look like crap I made some nice looking ones to replace them. I hope this will prevent the inevitable eye cancer you will get using the default templates.
Read the rest of this entry »

March 29, 2012 0

Bash script to display connections

By in Linux

As I often need a script to check connections on my linux machines I wrote a small script to simplify this task.
Read the rest of this entry »

August 26, 2011 0

Workaround for Apache2 exploit

By in Apache2, Security

Here a quick workaround for the current Apache2 expolit which allows a single PC to crash an entire webserver.
Read the rest of this entry »

March 1, 2011 0

Create a ssl-certificate for Apache2

By in Apache2, HowTos, Security

If you want to encrpyt the communication between browser and an Apache2 server you will have to enable SSL support. Adding SSL to your Apache2 server is fairly simple.
Read the rest of this entry »

Tags: , ,

February 22, 2011 0

Add a second root

By in HowTos, Linux

You may argue about whether this is necessary but if you ever want to add a second root user to your linux machine here is a guide how to do so.
Read the rest of this entry »

Tags: , , ,

January 9, 2011 0

Font smoothing in OSX Snow Leopard

By in HowTos, OS X

If your fonts look crappy on your Snow Leopard installation, it is quite problably the fault of your monitor. Snow Leopard relies on your monitor to report back that it is a LCD. If the monitor doesn’t do this, Snow Leopard will disable the sub-pixel anti-aliasing of all fonts. But there is a way to fix this. Read the rest of this entry »

Tags: , , ,

December 15, 2010 0

Exchange 2010 commands

By in Exchange 2010, HowTos, Windows

Exchange 2010 does some stuff different than its predecessors. I will note down some commands which I found quite usefull while managing the server at work. This article will be continously updated. Read the rest of this entry »

Tags: , , ,

November 25, 2010 0

Apache2 and .htaccess

By in Apache2, HowTos, Linux, Security

If you want to secure directories of a webserver you can use .htaccess files to accomplish this. Because the .htaccess file sometimes is quite bitchy I will post an example of a working .htaccess file here. Read the rest of this entry »

Tags: , ,

November 19, 2010 0

Apache2 and the vhost voodoo

By in Apache2, HowTos, Linux

After starting up a vhost configured Apache2 webserver you most likely will get some nasty warnings thrown at you. As this is annoying and always takes some time solving, here a fully working apache2 vhost configuration. Read the rest of this entry »

Tags: , , ,

September 17, 2010 0

Clone a VM on free VMware ESXi

By in HowTos, Virtualization

In order to clone a VM on the free Version of ESXi, you will have to access your ESXi via SSH. Once you have SSH access, create a VM directory in the datastore, which is located in “/vmfs/volumes/datastore1/”. Read the rest of this entry »

Tags: , ,