Re: Outrageous Xenophobia. Was: Outrageous sexism. Was: Re: Mail client, threads, etc...

2012-11-26 Thread Titanus Eramius
On Mon, 26 Nov 2012 16:45:52 +0100 Ralf Mardorf wrote: > On Mon, 2012-11-26 at 16:28 +0100, Titanus Eramius wrote: > > On Mon, 26 Nov 2012 15:28:04 +0100 > > Ralf Mardorf wrote: > > > > > > > > > IMO nothing can be bad with a joke about men, women, G

Re: Outrageous Xenophobia. Was: Outrageous sexism. Was: Re: Mail client, threads, etc...

2012-11-26 Thread Titanus Eramius
On Mon, 26 Nov 2012 15:28:04 +0100 Ralf Mardorf wrote: > IMO nothing can be bad with a joke about men, women, Germans, Jews > etc., it becomes bad if people have got bad intentions. Tony has got > a bad intention or he's serious sick and not aware about the > difference of the order to kill peo

Re: Outrageous sexism. Was: Re: Mail client, threads, etc...

2012-11-22 Thread Titanus Eramius
On Thu, 22 Nov 2012 00:11:08 +0100 Ralf Mardorf wrote: > On Wed, 2012-11-21 at 23:28 +0100, François TOURDE wrote: > > Le 15665ième jour après Epoch, > > Lisi Reisz écrivait: > > > > > On Wednesday 21 November 2012 16:55:22 Beco wrote: > > >> Use of smiley face should point this was just a joke.

Re: Number of Debian packages available.

2012-10-16 Thread Titanus Eramius
On Tue, 16 Oct 2012 11:30:41 +0100 Lisi wrote: > Hello, all! > I have searched Wikipedia and the Debian wiki. I have Googled. I am > clearly using the wrong search terms, although I tried rewording in > sundry different ways. > > Approximately, in round terms, how may packages are available in

Re: Install and setup of a mailserver (solved)

2012-08-20 Thread Titanus Eramius
On Mon, 30 Jul 2012 21:18:39 +0200 Titanus Eramius wrote: > and the last task which needs doing is getting a mailserver > to work. I would like to share a little of the gianed experience since I started setting this up some 3 weeks ago. First up, a setup like a mailserver is no ordinar

Re: Debian multimedia repository (was: Shockwave Flash)

2012-08-01 Thread Titanus Eramius
On Wed, 01 Aug 2012 21:20:59 +0300 Teemu Likonen wrote: > Gary Dale [2012-08-01 13:55:09 -0400] wrote: > > > Agreed. I would also advise people to stay away from > > debian-multimedia. It's packages are incompatible with standard > > Debian packages in many cases. [...] debian-multimedia can be

Install and setup of a mailserver

2012-07-30 Thread Titanus Eramius
Hello good folks of Debian Together with 3 other admins I'm in the process of moving a Danish forum for Linux to a VPS since standard hosting is becomming to slow. The VPS (offcourse) runs Debian stable, and the last task which needs doing is getting a mailserver to work. It's primary function wi

Re: Crontab, Scripting and Syslog (solved)

2012-07-04 Thread Titanus Eramius
On Mon, 02 Jul 2012 15:07:46 +0100 Chris Davies wrote: > Titanus Eramius wrote: > > * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 > > > The line runs every morning at 4, and AFAIK, the /dev/-part should > > redirect all but errors to null. &g

Re: Crontab, Scripting and Syslog (solved)

2012-07-04 Thread Titanus Eramius
On Mon, 2 Jul 2012 15:47:35 +0200 Titanus Eramius wrote: > snip > > > # min hr dom mon dow command > > > * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 > > > > That is, every minute during hour 4, on every day of every mon

Re: Crontab, Scripting and Syslog

2012-07-02 Thread Titanus Eramius
snip > # min hr dom mon dow command > > * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 > > That is, every minute during hour 4, on every day of every month (that > being every day of the week), the command is run. > > Presumably, webalizer writes its output to the same place

Crontab, Scripting and Syslog

2012-07-02 Thread Titanus Eramius
Hi folks On my webserver I've recently added a log-sorting and presentation program by the name of Webalizer. To make it run, I've put this line in the crontab (everything runs as a normal user): * 04 * * * /home/titanus/scripts/web-log >> /dev/null 2>&1 The line runs every morning at 4, and AFAI

The permissions of the apache2 log dir

2012-06-02 Thread Titanus Eramius
Hi list Last week i ran into the very restrictive folder permissions of the apache2 log dir. They where "drwxr-x--- root adm" but I changed them to "rwxr-xr-x root adm" so a unprivileged user may opdate webalizer[1] at night. That got me thinking (which I generally don't like...), does anyone kno