8 Recent Entries tagged with »Server«
Running attachr.com for quite a while i noticed that the email service (you can send an email to save@attachr.com to save a code snippet) became target for spam mails.
I decided to install spam...
Add svnserver to /etc/services:
svnserve 3690/tcp # Subversion svnserve
svnserve 3690/udp # Subversion svnserve
Create the xinetd configuration file for svnserve (using svnadmin as the...
Small shell script to restart lighttpd. The script kills all dispatch.fcgi processes and restarts the webserver.
See: http://weblog.textdrive.com/article/185/happy-thanksgiving-daedalus-is-for-dinner, http://weblog.textdrive.com/article/178/fun and http://forum.textdrive.com/viewtopic.php?id=7081 for further information.
www:~# apt-get [-o=APT::Force-LoopBreak=true] install proftpd
www:~# addgroup ftpuser
Adding group ftpuser (105)...
Done.
www:~# usermod -G ftpuser ftp
www:~# cp /bin/false /bin/ftp
www:...
[1] http://weblog.textdrive.com/article/31/ having-ones-own-lighttpd-and-running-it-too
[2] http://lighttpd.net/
[3] http://weblog.0x7b.com/articles/2005/09/17/lighttpd-setup-on-textdrive-co...
newsyslog is a highly configurable program for managing and archiving log files.
/usr/sbin/newsyslog -r -f /home/sts/etc/newsyslog.conf
Ausgabe des Outputs ohne die Logfiles zu bearbe...
The following command will install all packages and libraries with "ruby1.8" in the package name, which should lead to a more or less complete installation of ruby on your machine:
apt-...