Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 665 Bytes

tools

a simple collection of random tools

backup

Backups files by compacting them with .tar.gz and encrypting them using gpg with your public key.

fileupload

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.

pling

Pings a target and plays a pling-sound when the targets comes up or goes down (-r flag).

tree

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