Skip to content

A collection of self-made sysadmin scripts

License

Notifications You must be signed in to change notification settings

unkn0wnAPI/sysadmin-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sysadmin Scripts

A collection of scripts that I made to automate or simplify IT tasks.

Getting Started

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).

Usage

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

Author

All scripts stored here, were written by unkn0wnAPI

Contributors

License

This project is licensed under the MIT License.