Repo with scripts I made and sometimes use to make thinks easier. Scripts are for Windows, Linux, Raspberry Pi, MDT (Microsoft Deployment Toolkit)
Script | Type | Description |
---|---|---|
Ufw-List | Bash | Script for looping over text file with IP addresses for allowing it in UFW (Uncomplicated Firewall) |
Import-PubKey.sh | Bash | Small script I use for importing public SSH keys |
Kuma.sh | Bash | Script for installing Uptime Kuma on a Linux server |
Script | Type | Description |
---|---|---|
Config - Choco Software | Batch | Installing software using Chocolatey |
Config - Fonts | VBScript | Used for my deployment to install different fonts |
Config - Install Choco | Batch | Installs Chocolatey itself |
Config - RegEdit | Batch | Script for importing different Windows Regristry (RegEdit) files |
Script | Type | Description |
---|---|---|
First-run.sh | Bash | My customization script for Proxmox VE. |
Repo.sh | Bash | Setup the non-paid repo list. And remove the Enterprise subscription based repos from sources.list. |
Script | Type | Description |
---|---|---|
SDR.sh | Bash | Setup the software and settings for a RTL SDR USB device on a Raspberry Pi |
Setup-bcm2835.sh | Bash | Installing the bcm2835 lib |
Setup-RPI.sh | Bash | My custom script for setting up a Raspberry Pi |
Script | Type | Description |
---|---|---|
Install_KMS_Key.ps1 | PowerShell | Can be used in a MDT (Microsoft Deployment Toolkit) for KMS activating different Windows Versions |
Install_WAC.ps1 | PowerShell | Installs Windows Admin Center (WAC) |
Description | Status |
---|---|
License | |
Commits | |
Language | |
Open issues | |
Closed issues | |
Pull requests | |
Closed pull requests |
This project is licensed under the MIT License. You are encouraged to embed the project into your other projects, as long as the license permits.
MIT License
Copyright (c) 2022 Bastiaan de Hart
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.