Deploying a (simple) docker container system

When a small platform for shipping containers is needed, not speaking about Kubernets [https://en.wikipedia.org/wiki/Kubernetes] or something, you have a couple of common things you might want to deploy at first. Usual things that I have to roll out everytime deloying such a platform: * docker [https:…

[selfnote] Cloning/Backing up NTFS systems

For some reasons, you may need to clone/backup NTFS based systems. Lets say your NTFS system is located at /dev/sda1 and /dev/sdb1 is a spare partition where you can store your image. At first you need to boot a live system to take an image: # mount /dev/…

[security] wordpress 2.5.1 which fixes CVE-2008-1930

Cause the subject, I did build a new package which can be installed on etch, lenny and of course sid. You can fetch it from http://ftp.cyconet.org/debian/archive/bpo/wordpress/2.5.1-1~bpo40+1/ or get via > deb http://ftp.cyconet.org/debian etch-backports main non-free…