Redis HA with Redis Sentinel and VIP

For an actual project we decided to use Redis [http://redis.io/] for some reasons. As there is availability a critical part, we discovered that Redis Sentinel [http://redis.io/topics/sentinel] can monitor Redis and handle an automatic master failover to a available slave. Setting up the Redis replication…

PHP.net infected with Malware and Linux Malware Detect

As some of you might have noticed, the Site PHP.net [http://php.net] was infected [http://blog.spiderlabs.com/2013/10/phpnet-site-infected-with-malware.html] yesterday with Malware [http://en.wikipedia.org/wiki/Malware]. If you are running a shared hosting environment, you are also be faced with similar Malware problems.…

Learning Git Branching

If you are comming from an old SCM like subversion, you may have difficulties to internalize the new workflow. Peter Cottle [http://petermcottle.com/] created Learn Git Branching [http://pcottle.github.com/learnGitBranching/] which is really nice.…

BIOS Bootsplash for Thinkpad (T41)

[https://log.cyconet.org/content/images/2007/01/logo_with_brand.jpg] On thinkwiki.org [http://thinkwiki.org] I found 2 articles how to get rid of the IBM BIOS Bootsplash and your own working. One for Windows [http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen_…

LVM and Quota with Vserver on Debian

This article is based on the excellent article on 5dollarwhitebox.org [http://www.5dollarwhitebox.org/wiki/index.php/Howtos_Linux-Vserver_With_LVM_And_Quotas] . At first install nessesary packages: # aptitude -t sarge-backports install lvm2\ util-vserver coreutils linux-image-2.6-vserver-686 Create Volume and Group (Replace '/dev/hda3' to your own needs!…