Submitted by Hans Salvisberg on Thu, 2007-03-08 00:42
I was running a mail server (SMTP and POP3) for the domain example.com on the old.example.com host and needed to move it to new.example.com. Here's how to do this:
Submitted by Hans Salvisberg on Wed, 2007-02-14 14:12
I have a number of email addresses that get nothing but spam, and I like to feed these to SpamCop's quick reporting service. This is easy to do with qmail, if you know how and if you have a paid SpamCop account.
Submitted by Hans Salvisberg on Mon, 2007-01-22 13:44
Submitted by Hans Salvisberg on Tue, 2007-01-02 23:08
The User Login block is not a pretty sight. If you'd like to set up a website where part of the audience is anonymous users, then the User Login block is not welcome on each and every page. This is one of the first things I wanted to customize on my Drupal site, and it's easy:
Install the loginmenu module, enable it in admin/modules, and disable the User Login block in admin/block.
Submitted by Hans Salvisberg on Sun, 2006-12-31 00:38
logrotate keeps Linux logs from growing indefinitely.
/var/lib/logrotate.status
shows the list of the logs under logrotate control as well as the date of when each was last rotated.
Submitted by Hans Salvisberg on Fri, 2006-12-29 12:57
If you need a way to control who can see your content, then you should tackle this early on. Generally, in Drupal 4.7, modules cannot deny access to certain nodes, but they must hide all nodes and then grant access selectively. If you already have content, installing such a module will make all of your content vanish!
I'm trying to find my way here, reporting as I go...
Submitted by Hans Salvisberg on Fri, 2006-12-29 12:47
By default, Drupal allows only the following tags in the HTML filter:
<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
That's not enough for writing any reasonably formatted content, and I prefer the shorter <b> over the clumsy <strong>, even though the latter may be preferable in some contexts.
Submitted by Hans Salvisberg on Fri, 2006-12-29 09:44
The purpose of my blog is to document setting up and running a Linux web server with the Drupal content management system. I will write on all sorts of issues more or less related to that main topic.
Pages