Category Archives: Script

My (unofficial) package of the day: 3ware-cli and 3dms for monitoring 3ware raid controllers

Having a real hardware raid controller is a nice thing: Especially in a server setup it helps you keeping data safe on multiple disks. Though, a common mistake is, having a raid controller and not monitoring it. Why? Let’s say, … Continue reading

Posted in Backup, CommandLine, Debian, PackeOfTheDay, Raid, Recovery, Script, Ubuntu | 1 Comment

my package of the day – htmldoc – for converting html to pdf on the fly

PDF creation got actually fairly easy. OpenOffice.org, the Cups printing system, KDE provide methods for easily printing nearly everything to a PDF file right away. A feature that even outperforms most Windows setups today. But there are still PDF related … Continue reading

Posted in Allgemein, CommandLine, Debian, PDF, PackeOfTheDay, Php, Script, Security, Shell, Ubuntu | 11 Comments

my package of the day: proggyfonts – tiny fonts for programmers and console users

(Well, it is not yet a package, but trust me: I’ll make sure it gets one.) As a programmer or console user you might know the pain of having not as much characters on you screen as you would like … Continue reading

Posted in Allgemein, CommandLine, Debian, License, PackeOfTheDay, SSH, Script, Shell, Ubuntu, Windows | 10 Comments

my package of the day: file – classify (unknown) files and mime-types on the console

You know this? Somebody just sent you a mail with attachments that don’t have usable file extensions so you don’t really know how to handle them. Audio file? PDF? What is it? The same problem might occur after a file … Continue reading

Posted in Allgemein, Bash, CommandLine, Debian, GNU, Linux, PackeOfTheDay, Script, Shell, Ubuntu | 3 Comments

my package of the day: listadmin – moderate mailman mailing lists from the console

Are you involved in moderating Mailman mailing lists? Then maybe you know the pain: As you try to stop spammers flooding you list you hold messages from unknown senders back for review. Or you have a moderated mailing list that … Continue reading

Posted in Allgemein, Bash, CommandLine, Debian, Mail, PackeOfTheDay, Script, Shell, Ubuntu | Leave a comment

my package of the day: fish – the friendly interactive shell

Always wanted to learn using a shell more deeply? Maybe “fish“, the “friendly interactive shell” is the right kickoff for you. If you are already a heavy command line user with customized .bashrc or even .zshrc (like me), thank you … Continue reading

Posted in Allgemein, Bash, CommandLine, Debian, GNU, Linux, PackeOfTheDay, SSH, Script, Shell, Ubuntu | 6 Comments

my package of the day: weather-util (weather report and forecast for the console)

Let me introduce you today into a tool that a lot of people might evaluate as useless: Jeremy Stanley’s weather-util. Whith this tiny python script, which finally found its way into Debian Etch and Ubuntu repositories, you can retrieve weather … Continue reading

Posted in Allgemein, Bash, CommandLine, Debian, GNU, Linux, Network, PackeOfTheDay, Script, Shell, Ubuntu | 7 Comments

good howto: Bash Pitfalls

There is a very nice collection of common Bash scripting pitfalls and hints on how to avoid them on Greg’s Wiki: Bash Pitfalls If you are writing little Bash scripts from time to time or are even a heavy Bash … Continue reading

Posted in Bash, CommandLine, Debian, Script, Ubuntu | Leave a comment

new kernel release detection snippet

Just a small and old snippet that might be helpful or an example: Some years ago I’s in need of getting to know early about new released Linux kernel versions. Therefore I wrote a (not sophisticated but working) crontabbed script … Continue reading

Posted in Bash, CommandLine, Debian, GNU, Linux, Script, Shell, Ubuntu | 4 Comments