A collection of tools I use for my Linux Servers.
I will over time add more to this repository. Each tool or toolset is in it's own folder.
Updated 2024-11-16 21:15:20 +02:00
A Bash script to convert Font Awesome Sprite SVG files into Inkscape Symbol Pack SVG files. Bringing Font Awesome to Inkscape.
My most recent builds of the version 5 and version 6 Font Awesome Symbol Packs are in the folder `font-awesome`.
The script I created and used to make the Symbol Packs is in the `script` folder.
Updated 2024-10-23 18:46:06 +02:00
This tool allows for the installation of bash auto completion of hostnames when using SSH or RSync in Bash.
Updated 2024-08-02 03:43:47 +02:00
A script to fully install the latest Invoice Ninja. Prompts are provided for you to enter details in.
Updated 2024-07-28 03:45:40 +02:00
This little script will load all the id3 tag information for your entire MP3 library into a TSV file.
Updated 2024-05-21 20:48:32 +02:00
Updated 2024-04-23 00:10:44 +02:00
Updated 2024-03-26 17:28:41 +02:00
Updated 2024-02-14 16:45:47 +02:00
Updated 2024-02-06 15:14:46 +02:00
Updated 2024-02-05 20:15:10 +02:00
This is a blank script for if you want to log the times of each step of your Bash script.
Basically, it uses traps to write out runtime in seconds, the last command executed, and if applicable, the exit code. This all gets written to a file called time.log
It is useful if you want to gauge the time each command in your script takes to run.
Updated 2024-02-05 19:30:25 +02:00
BASH tool to convert cbr files to cbz files either in batch or one by one.
Updated 2024-02-05 19:28:46 +02:00
Create PDF pages for a movie catalog. Also downloads the torrent files from YTS.MX
Updated 2024-02-05 19:27:13 +02:00