open-source, webdev, sysadm and related stuff

AVD on Linux x64 w/ KVM

Since this setup didn't work out of the box on my Linux machine, and there was quite a few problems to get it to work...

Performance graphs with ab and gnuplot

There are not many tools for generating graphs of server benchmarking. But ab tool from apache2-utils package has an ability of producing results in gnuplot...

Quick SSH connect to AWS instance

Here I'll describe how to be able to ssh to an AWS instance, as well as any other server, just by typing: $ ssh your-server...

Useful Linux commands

$ ldconfig -p # list shared libraries cache # ldconfig # refresh shared libraries cache $ ls | cpio -ov > archive.cpio # create an...

Advanced Git commands

Some of which are used not so often thus harder to memorize $ git config --global color.ui true # enable colors $ git add --all...

RESTful HTTP methods support across browsers

Surprisingly, all of the information I've found on the net about this wasn't quite clear and reliable. So I decided to write a small test...

Custom webfonts for IE 6-8

All versions of Internet Explorer are capable of displaying custom webfonts, but the problem sometimes arises for older versions, when provided EOT font is just...