{"id":26653090,"url":"https://github.com/bastiaantjuhh/scripts","last_synced_at":"2025-06-25T13:33:17.354Z","repository":{"id":134840343,"uuid":"422523020","full_name":"Bastiaantjuhh/Scripts","owner":"Bastiaantjuhh","description":"Repo with scripts I use. Scripts are for Windows, MacOS, Linux, Raspberry Pi, Microsoft Deployment Toolkit","archived":false,"fork":false,"pushed_at":"2024-07-21T11:48:46.000Z","size":353,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T06:05:02.663Z","etag":null,"topics":["bash","linux","mdt","microsoft-deployment-toolkit","powershell","proxmox","proxmox-ve","raspberry-pi","ubuntu","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bastiaantjuhh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-29T09:51:13.000Z","updated_at":"2024-07-21T11:48:49.000Z","dependencies_parsed_at":"2025-04-11T06:05:07.609Z","dependency_job_id":"a4884219-c7d3-43e7-9d31-db4e770f943e","html_url":"https://github.com/Bastiaantjuhh/Scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bastiaantjuhh/Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bastiaantjuhh%2FScripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bastiaantjuhh%2FScripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bastiaantjuhh%2FScripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bastiaantjuhh%2FScripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bastiaantjuhh","download_url":"https://codeload.github.com/Bastiaantjuhh/Scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bastiaantjuhh%2FScripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261883159,"owners_count":23224444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","linux","mdt","microsoft-deployment-toolkit","powershell","proxmox","proxmox-ve","raspberry-pi","ubuntu","windows"],"created_at":"2025-03-25T03:59:49.291Z","updated_at":"2025-06-25T13:33:17.322Z","avatar_url":"https://github.com/Bastiaantjuhh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\nRepo with scripts I made and sometimes use to make thinks easier. Scripts are for Windows, Linux, Raspberry Pi, MDT (Microsoft Deployment Toolkit)\n\n## Table of content\n- [Scripts](#scripts)\n  - [Table of content](#table-of-content)\n  - [Scripts](#scripts-1)\n    - [Linux](#linux)\n    - [MDT](#mdt)\n    - [Proxmox VE](#proxmox-ve)\n    - [Raspberry Pi](#raspberry-pi)\n    - [Windows](#windows)\n  - [Repository summary](#repository-summary)\n  - [License](#license)\n\n## Scripts\n\n### Linux\n\nScript | Type | Description\n---- | ----- | -----\nUfw-List | Bash | Script for looping over text file with IP addresses for allowing it in [UFW (Uncomplicated Firewall)](https://help.ubuntu.com/community/UFW)\nImport-PubKey.sh | Bash | Small script I use for importing public SSH keys\nKuma.sh | Bash | Script for installing [Uptime Kuma](https://github.com/louislam/uptime-kuma) on a Linux server\n\n### MDT\n\nScript | Type | Description\n---- | ----- | -----\nConfig - Choco Software | Batch | Installing software using [Chocolatey](https://chocolatey.org/) \nConfig - Fonts | VBScript | Used for my deployment to install different fonts\nConfig - Install Choco | Batch | Installs [Chocolatey](https://chocolatey.org/) itself\nConfig - RegEdit | Batch | Script for importing different Windows Regristry (RegEdit) files\n\n### Proxmox VE\n\nScript | Type | Description\n---- | ----- | -----\nFirst-run.sh | Bash | My customization script for Proxmox VE.\nRepo.sh | Bash | Setup the non-paid repo list. And remove the Enterprise subscription based repos from sources.list.\n\n### Raspberry Pi\n\nScript | Type | Description\n---- | ----- | -----\nSDR.sh | Bash | Setup the software and settings for a RTL SDR USB device on a Raspberry Pi\nSetup-bcm2835.sh | Bash | Installing the bcm2835 lib\nSetup-RPI.sh | Bash | My custom script for setting up a Raspberry Pi\n\n### Windows\n\nScript | Type | Description\n---- | ----- | -----\nInstall_KMS_Key.ps1 | PowerShell | Can be used in a [MDT (Microsoft Deployment Toolkit)](https://www.microsoft.com/en-us/download/details.aspx?id=54259) for KMS activating different Windows Versions\nInstall_WAC.ps1 | PowerShell | Installs [Windows Admin Center (WAC)](https://www.microsoft.com/en-us/windows-server/windows-admin-center)\n\n## Repository summary\n\nDescription | Status\n---- | ------\nLicense | ![GitHub](https://img.shields.io/github/license/Bastiaantjuhh/Scripts)\nCommits | ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Bastiaantjuhh/Scripts)\nLanguage | ![GitHub top language](https://img.shields.io/github/languages/top/Bastiaantjuhh/Scripts)\nOpen issues | ![GitHub issues](https://img.shields.io/github/issues/Bastiaantjuhh/Scripts)\nClosed issues | ![GitHub closed issues](https://img.shields.io/github/issues-closed/Bastiaantjuhh/Scripts)\nPull requests | ![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/Bastiaantjuhh/Scripts)\nClosed pull requests | ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/Bastiaantjuhh/Scripts)\n\n## License\nThis project is licensed under the [MIT License](https://github.com/Bastiaantjuhh/Scripts/blob/main/LICENSE). You are encouraged to embed the project into your other projects, as long as the license permits.\n\n\u003e MIT License\n\u003e \n\u003e Copyright (c) 2022 Bastiaan de Hart\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining\n\u003e a copy of this software and associated documentation files (the\n\u003e \"Software\"), to deal in the Software without restriction, including\n\u003e without limitation the rights to use, copy, modify, merge, publish,\n\u003e distribute, sublicense, and/or sell copies of the Software, and to\n\u003e permit persons to whom the Software is furnished to do so, subject to\n\u003e the following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be\n\u003e included in all copies or substantial portions of the Software.\n\u003e \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n\u003e EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\u003e MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n\u003e IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n\u003e CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\u003e TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n\u003e SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastiaantjuhh%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastiaantjuhh%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastiaantjuhh%2Fscripts/lists"}