Look before you leap into Disk Encryption

Posted by tong on Tue 28 May 2013 at 16:42

Thinking Disk Encryption give you more peace of mind? Then think again. It's well known that "fail to plan" means "plan to fail". But when comes to Disk Encryption I did not see any reasonable planning on disk failure, even though I've googled extensively.

( Read 1073 more words ~ 5 comments posted )

Debian 7.0, "Wheezy" released

Posted by Steve on Sun 5 May 2013 at 09:11

After many months of constant development, the Debian project is proud to present its new stable version 7.0 (code named "Wheezy").

( Read 202 more words ~ 6 comments posted )

A brief introduction to the beanstalkd queue

Posted by Steve on Wed 24 Apr 2013 at 11:42
Tags: ,

There are many times when having access to a queue is useful when you're developing projects and code. These days there are several available queueing daemons available, and here we're going to look at one of them, beanstalkd.

( Read 869 more words ~ 1 comment posted )

Writing a simple indexer and searcher with Lucy::Simple

Posted by Steve on Mon 22 Apr 2013 at 09:34

This site was previously hosted upon a single machine, and was recently moved to a cluster instead. This broke the search interface which had to be reworked and this article describes how the new site-search was implemented.

( Read 653 more words ~ 0 comments posted )

The next release of Debian GNU/Linux is due soon ..

Posted by Steve on Fri 19 Apr 2013 at 09:39

According to the most recent update from the project we should be seeing the next stable release of Debian GNU/Linux in early May.

( Read 74 more words ~ 1 comment posted )

So, your cronjob did not run?

Posted by Steve on Thu 21 Feb 2013 at 09:26
Tags: ,

Recently I was hit be a problem which was ultimately caused by a failure to run a cron-job. Here I'm going to document the three most common means for failure that I know about, in the hopes of avoiding them in the future.

( Read 386 more words ~ 11 comments posted )

Install PHP5 Taint in Debian Squeeze

Posted by simonw on Mon 4 Feb 2013 at 15:55

This article describes the setting up of PECL Taint module for PHP5 in Debian Squeeze.

( Read 790 more words ~ 0 comments posted )

Restricting SSH logins to particular IP addresses

Posted by Steve on Mon 28 Jan 2013 at 23:37
Tags: ,

Many people use SSH keys for password-less logins, and the increase in security that keys provide over (traditionally weaker) passwords. But few people seem to realize that you can also restrict logins to known-good IP addresses, via that same mechanism.

( Read 369 more words ~ 4 comments posted )

Sending email on submission of some syslog-ng events

Posted by bennichols on Fri 25 Jan 2013 at 10:14

Several years ago, I implemented a centralized syslog-ng server for our Linux servers, switches, routers and firewalls. It worked very well, but I ran into situations where I would not be in front of my laptop but I wanted to be notified of something coming through.

( Read 237 more words ~ 4 comments posted )

Redeploying Debian-Administration.org ...

Posted by Steve on Mon 21 Jan 2013 at 12:59

For the past nine years this site has been hosted upon a single dedicated server, graciously donated by my employer Bytemark. Over time it has been upgraded, but despite that it has become apparent that a single-server wasn't sufficient, unless it was a huge server - so with that in mind I've recently redeployed this site in a mini-cluster.

( Read 1487 more words ~ 15 comments posted )