about 1 month ago - 1 comment
Why didn’t I find this sooner? To re-run the last command in terminal use !! which becomes _extremely_ useful, if you forgot you needed root access sudo !! (read: sudo damnit! )
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.
about 2 years ago - 1 comment
If you need to direct output into the void in your program on a *NIX system you simply pipe or redirect it to the null device /dev/null. Needing a similar functionality today in a C# .NET project I found the following equivalent: Stream.Null Seemed fairly useful to me
about 2 years ago - 1 comment
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
about 3 years ago - No comments
Jeff Atwood wrote a funny (and very true) article about what’s new or not so new in these Web 2.0 days. I especially had to laugh at the idea that “new” ideas on the net are merely replicas of old UNIX tools introduced by Marc Hedlund. talk, finger ICQ LISTSERV DejaNews ls Yahoo! directory find,
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.
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
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