a simple collection of random tools
Backups files by compacting them with .tar.gz and encrypting them using gpg with your public key.
HTTP server with a HTML form that allows to upload files to the server. Files are stored in a folder named "files" inside the current directory.
Pings a target and plays a pling-sound when the targets comes up or goes down (-r flag).
Prints PID and the process tree for a given process name. Comes in handy, when you're trying to find out, who is spawning a process, which is gone in htop tree view, before you can find it. Usage: ./tree.sh someprogram