A collection of scripts that I made to automate or simplify IT tasks.
This github repository is divided into three categories: Linux
, Windows
and Networking
. Each category stores scripts related to topic or/and platform that the script should be used.
Short explanation for each respective category:
Windows
category holds scripts and tools to be used on Windows Platform (Mostly Windows Server);Networking
category holds scripts to automate network appliances configuration (like MikroTik Devices);Universal
category holds scripts to are not confined to specific hardware or OS;Linux
category holds scripts and tools to be used on Linux systems (Some script may work only on selected platforms).
To run the scripts from this repository, you'll need Git installed on the machine. After installing git, you need to clone this repository by using the following commands:
# Clone this repository
git clone https://github.com/unkn0wnAPI/sysadmin-scripts.git
# or if you prefer to use an ssh connection
git clone git@github.com:unkn0wnAPI/sysadmin-scripts.git
All scripts stored here, were written by unkn0wnAPI
This project is licensed under the MIT License.