Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justintime50/os-scripting
A collection of macOS, Linux, Windows, and other operating system scripts that can be used to automate deploying and administering computers.
https://github.com/justintime50/os-scripting
automate bash bash-scripting deploy linux mac macos operating-system os powershell raspberry-pi script scripting ubios vagrant windows
Last synced: 3 months ago
JSON representation
A collection of macOS, Linux, Windows, and other operating system scripts that can be used to automate deploying and administering computers.
- Host: GitHub
- URL: https://github.com/justintime50/os-scripting
- Owner: Justintime50
- License: mit
- Created: 2019-07-16T17:26:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:41:09.000Z (4 months ago)
- Last Synced: 2024-10-04T21:53:02.843Z (4 months ago)
- Topics: automate, bash, bash-scripting, deploy, linux, mac, macos, operating-system, os, powershell, raspberry-pi, script, scripting, ubios, vagrant, windows
- Language: Shell
- Homepage:
- Size: 161 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS Scripting
A collection of macOS, Linux, Windows, and other operating system scripts that can be used to automate deploying and administering computers.
[![Build Status](https://github.com/Justintime50/os-scripting/workflows/build/badge.svg)](https://github.com/Justintime50/os-scripting/actions)
[![Licence](https://img.shields.io/github/license/justintime50/os-scripting)](LICENSE)This project is intended to save IT professionals valuable hours, reduce user error, and provide consistency configuring computers. OS Scripting contains scripts to troubleshoot typical OS problems, configure and deploy new machines, and administer other machines - perfect for a fleet of devices or just as a template to script for your own device.
## Usage
Each operating system has a separate folder in the `src` directory with its own `README` file describing the available scripts and how to use them.
**Note:** Some of the macOS and Linux scripts can be used on either OS.
* [Linux Scripting](src/linux/README.md)
* [macOS Scripting](src/macos/README.md)
* [Raspberry Pi Scripting](src/raspberry-pi/README.md)
* [UbiOS Scripting](src/ubios/README.md)
* [Vagrant Scripting](src/vagrant/README.md)
* [Windows Scripting](src/windows/README.md)