Automatically pulled from Google Starred

The Perfect Server – Karmic Koala ( 9.10) [ISPConfig 2]

This tutorial shows how to set up an Ubuntu Karmic Koala (Ubuntu
9.10) server that offers all services needed by ISPs and hosters:
web server (-capable), Postfix mail server with SMTP-AUTH and
, BIND DNS server, Proftpd FTP server, MySQL server, Courier
POP3/IMAP, Quota, Firewall, etc. In the end you should have a system
that works reliably, and if you like you can install the free
webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).

Go to Source

Tags: , , , , ,

Are you backed up?

Are you backed up?

7.6 has a built notification option. However, its premetive and doesn’t allow for custom messages, alternate ports, or /.

So after much digging and hacking I through together the below which does the job. This is based on the example vbs supplied by retrospect, so cudos to them for the initial work.

Download retroeventhandler.vbs

Also, note that you will need to change your settings according in the last part of the script.

Tags: , , , , , , , , , , , , ,

Great post on how to setup proftpd with .

Only down side is the normal apt repository has proftd 1.3.1 which has a / bug that allows uploading, but doesn’t give a directory listing.

So, my solution was to add the debian sid repo

and then do:

apt-get update

sudo apt-get install proftpd-dev

This installed proftpd 1.3.2a which as of today is the stable release. TSL/SSL works as expected.

Tags: , , , , , , ,

Automatically pulled from My Clippings on NewsGator Online

$ while [ -n "`pgrep wget`" ]; do sleep 2 ;done; [ -e "/tmp/nosleep"] || echo mem >/sys/power/state

[Note: This command needs to be run as root].

If you are downloading something large at night, you can start wget as a normal user and issue the above command as root. When the download is done, the computer will automatically go to sleep. If at any time you feel the computer should not go to sleep automatically(like if you find the download still continuing in the morning), just create an empty file called nosleep in /tmp directory.

commandlinefu.com

by David Winterbottom (codeinthehole.com)



Go to Source

Tags: , ,