A collection of bash scripts to be used on Linux. All scripts are MIT licensed.
This repository has been archived on 2025-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-07-18 12:49:34 +02:00
borgmatic Re-organized readme files 2024-07-14 13:37:14 +02:00
git Replaced ambiguous unicode character 2024-07-14 13:40:07 +02:00
gitlab2gitea Added README and requirements.txt 2024-07-18 12:49:34 +02:00
ufw Moved scripts to separate folders, started working on GitLab to Gitea migration script 2024-07-13 16:16:38 +02:00
.gitignore chore: Update .gitignore to ignore new files 2024-07-18 12:26:35 +02:00
LICENSE Moved scripts to separate folders, started working on GitLab to Gitea migration script 2024-07-13 16:16:38 +02:00
README.md chore: Add UFW Beautifier script 2024-07-14 13:39:01 +02:00

Linux Scripts Collection by Zion Networks

Who is Zion Networks?

We are a Berlin-based startup focussed on IT Consulting, Administration services, Software Development, Game Development and AI, especially for the games industry. Visit us on our website.

Since we use open source software every day it's also our resposibility to give something back.

We're planning to release a growing amount of open source software, that is free to use for personal and commercial applications.

What scripts can be found here?

Name Description License Current Version Written in Supported Distros File
Borgmatic Setup Tool If you plan to use borg as backup solution, you should also take a look at borgmatic. It's a Python wrapper for the award winning backup tool borgbackup that simplifies creating secure and reliable backups even more. You can even store your configurations in files. This script will do the setup for you to. MIT v1.2.1 Bash Debian and derivates bormatic_setup.sh
Git Rewrite Author USE WITH CAUTION!!!

This script will rewrite the entire history of the remote end and set the author email to the provided one.

This is NOT reversable!
MIT v1.0.0 Bash Most Linux distros git_rewrite_author.sh
UFW Beautifier Simple Python script to get a fancy formatted ufw.log MIT v1.0.0 Python Most Linux distros ufw_beautifier.py