Whatever you do, don’t panic!
| Print article | This entry was posted by Florian Beer on 3. October, 2007 at 16:02, and is filed under linux. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
No trackbacks yet.
E.gg Timer – browser based countdown
about 1 year ago - No comments
E.gg Timer This seems like an extremely useful web-app. It displays a countdown in your browser based on whatever you put in the URL after the domain part. e.g: http://e.ggtimer.com/3seconds http://e.ggtimer.com/2years3days45minutes3seconds
Colorful make output
about 1 year ago - No comments
This handy piece of code colors errors and warnings in make output. (put it in your .bash_profile) make() { pathpat="(/[^/]*)+:[0-9]+” ccred=$(echo -e “\033[0;31m") ccyellow=$(echo -e "\033[0;33m") ccend=$(echo -e "\033[0m") /usr/bin/make "$@" 2>&1 | sed -E -e "/[Ee]rror[: ]/ s%$pathpat%$ccred&$ccend%g” -e “/[Ww]arning[: ]/ s%$pathpat%$ccyellow&$ccend%g” return ${PIPESTATUS[0]} } via shawnwilsher.com An
Linuxwochen Eisenstadt 2008
about 2 years ago - No comments
On Mai the 30th & 31st the Austrian “Linuxwochen” will again hit my former university in Eisenstadt. Look ahead for some very interesting talks by several highly skilled people. One event I’d especially like to draw your attention to is Oliver’s pice about “Linux Server Experience with VServer” on Fr. the 30th. at 17:15 hours.
MySecureShell – chrooted SFTP server
about 2 years ago - 1 comment
Yesterday the wonderful Howtoforge had an article that finally freed me from my beloved/hated scponly. MySecureShell offers all the functionality of a proper SFTP server, easily configurable and very well integrated. To get it up and running on Debian, just download the latest *.deb version from Sourceforge. Then install it with the following command: dpkg
Log4Twitter
about 3 years ago - 1 comment
Log4Twitter is very similar to an idea Herbert an me had a couple of years ago, to use a Jabber messaging framework to get distributed logging and alerts from several servers/applications. It is a Java class that allows you to “log” to Twitter. This would easily allow you to set up an application that sends
Colorful grep
about 3 years ago - 4 comments
grep is a useful little *nix command line utility that makes it easy to search for strings in files. The real beauty comes when you start using it with pipes. One thing that kind of bothered me since I started using it, that it didn’t highlight the string you where searching for in it’s output.
Remote controlling computers via Synergy
about 3 years ago - 2 comments
Yesterday I finally set up my good old iBook as juke box. It now sits on a shelf besides my working table and runs iTunes fullscreen wirelessly connected to the net and the stereo via my AirpotExpress. It’s working perfectly and I am really satisfied with it. The only downside was, that when I wanted
Installing eAccelerator on Debian
about 3 years ago - 2 comments
This is a quick HowTo for installing the eAccelerator PHP cache/optimizer on a Debian system (should be applicable to other Linux distros as well). Download the latest release from SourceForge.net to your server and extract the sources. Change to the sources directory and type in the following. export PHP_PREFIX=”/usr” $PHP_PREFIX/bin/phpize ./configure –enable-eaccelerator=shared –with-php-config=$PHP_PREFIX/bin/php-config This should
Periodically delete files per cronjob
about 3 years ago - 2 comments
Another entry in my virtual “braindump” category, so I don’t have to look it up somewhere else all the time. If you want to periodically delete files in a specific directory the unix program find comes to the rescue. In my specific case I needed to delete all the movie files from a surveillance camera
Running A File, Print, Proxy, DHCP, AND Time Server For Small Enterprises
about 3 years ago - No comments
This article shows how to run a file-, print-, HTTP proxy- DHCP-, and time server for small and medium enterprises (SME) on one single Debian Sarge system. It is very easy to set up, and management is done with an easy-to-use web interface called eBox so once the system is set up, you can forget











about 2 years ago
installed and I love it
ubuntu is awesome – and saved my day today