Category Archives: Bash

my package of the day – gpg for symmetric encryption

Though asymmetric encryption is state of the art today, there are still cases when you probably are in need of a simple symmetric encryption. In my case, I need an easy scriptable interface for encrypting files for backup as transparent … Continue reading

Posted in Allgemein, Backup, Bash, Bashup, CommandLine, Debian, PackeOfTheDay, SSH, Security, Ubuntu | 11 Comments

my package of the day – sash – the Stand Alone SHell for system recovery

Let me introduce you today to a package that is quite unknown as you hopefully never need it. But when you need it and have not thought about it before, it is probably already too late. I am talking about … Continue reading

Posted in Allgemein, Bash, CommandLine, Debian, GNU, PackeOfTheDay, Recovery, SSH, Security, Ubuntu | 2 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