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 »
Nice looking HAVP templates
By Mark in Download, LinuxBash script to display connections
By Mark in LinuxAs 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 »
Workaround for Apache2 exploit
By Mark in Apache2, SecurityHere a quick workaround for the current Apache2 expolit which allows a single PC to crash an entire webserver.
Read the rest of this entry »
Create a ssl-certificate for Apache2
By Mark in Apache2, HowTos, SecurityIf 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 »
Add a second root
By Mark in HowTos, LinuxYou 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: administration, bash, linux, tutorial
Font smoothing in OSX Snow Leopard
By Mark in HowTos, OS XIf 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 »
Exchange 2010 commands
By Mark in Exchange 2010, HowTos, WindowsExchange 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: administration, exchange, mail, windows
Apache2 and .htaccess
By Mark in Apache2, HowTos, Linux, SecurityIf 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: administration, apache2, tutorial
Apache2 and the vhost voodoo
By Mark in Apache2, HowTos, LinuxAfter 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: administration, apache2, linux, tutorial
Clone a VM on free VMware ESXi
By Mark in HowTos, VirtualizationIn 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 »