{"id":49585174,"url":"https://github.com/matthewdavidmiller/scripts","last_synced_at":"2026-05-03T22:06:08.260Z","repository":{"id":133153261,"uuid":"164702162","full_name":"MatthewDavidMiller/scripts","owner":"MatthewDavidMiller","description":"Scripts","archived":false,"fork":false,"pushed_at":"2025-11-17T06:01:40.000Z","size":469,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T07:26:00.903Z","etag":null,"topics":["arch-linux","bash","debian","linux","openmediavault","openwrt","pihole","pivpn","powershell","python","raspberry-pi","scripts","shell","windows-10"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/MatthewDavidMiller.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-01-08T17:42:59.000Z","updated_at":"2025-11-17T06:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e7b2143-46aa-4032-8cb4-50d5eead33cb","html_url":"https://github.com/MatthewDavidMiller/scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MatthewDavidMiller/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDavidMiller%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDavidMiller%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDavidMiller%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDavidMiller%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewDavidMiller","download_url":"https://codeload.github.com/MatthewDavidMiller/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewDavidMiller%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["arch-linux","bash","debian","linux","openmediavault","openwrt","pihole","pivpn","powershell","python","raspberry-pi","scripts","shell","windows-10"],"created_at":"2026-05-03T22:05:57.792Z","updated_at":"2026-05-03T22:06:08.253Z","avatar_url":"https://github.com/MatthewDavidMiller.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts\nThis repository contains small scripts I have created.\n\nCopyright (c) Matthew David Miller. All rights reserved.\n\n[Licensed under the MIT License.](LICENSE)\n\n## Windows Scripts\n\n- [7z Batch Compress](windows_scripts/7z_batch_compress.ps1) - PowerShell script to batch compress files and folders into a 7z archive.\n- [Batch Process Hard Links](windows_scripts/batch_process_hard_links.bat) - Batch script to create hard links for all files in the current directory.\n- [Get File Hashes](windows_scripts/get_file_hashes.ps1) - PowerShell script to compute file hashes.\n- [Printer Restart](windows_scripts/printer_restart.bat) - Batch script to restart the print spooler and clear temporary spooler files.\n- [Robocopy Backup](windows_scripts/robocopy_backup.bat) - Batch script to copy a directory to another location.\n- [Run PowerShell Scripts](windows_scripts/run_powershell_script.bat) - Batch script to execute a PowerShell script without changing the system's execution policy.\n- [Tar Batch Process Files](windows_scripts/tar_batch_process_files.bat) - Batch script to archive all folders in the current directory into tar files.\n- [View Hard Links](windows_scripts/view_hard_links.bat) - Batch script to display hard links for files in the current directory.\n- [WSL Restart](windows_scripts/wsl_restart.bat) - Batch script to restart Windows Subsystem for Linux.\n\n## Linux Scripts\n\n- [Apt Package Updates](linux_scripts/apt_package_updates.sh) - Bash script to update packages on Debian-based distributions.\n- [Backup Configs](linux_scripts/backup_configs.sh) - Bash script to archive the /etc and /home directories for config backups.\n- [Delete Logs](linux_scripts/delete_logs.py) - Python script to delete log files exceeding a specified size.\n- [Email IP Address](linux_scripts/email_ip_address.py) - Python script to email the device's IP address.\n- [Email on VPN Connections](linux_scripts/email_on_vpn_connections.py) - Python script to send emails on VPN events.\n- [Email on VPN Connections](linux_scripts/email_on_vpn_connections.sh) - Bash script to monitor OpenVPN logs and send emails on specific keywords.\n- [Log Rotate](linux_scripts/log_rotate_setup.sh) - Bash script to configure log rotation.\n- [Network Reconnect](linux_scripts/network_reconnect.sh) - Bash script to restart a network interface if the gateway is unreachable.\n- [Rsync Backups](linux_scripts/rsync_backups.sh) - Bash script to perform file backups using rsync.\n- [Updates](linux_scripts/updates.py) - Python script to update packages via apt-get.\n\n## Omarchy Scripts\n\n- [Backup OpenSnitch](linux_scripts/Omarchy/backup_opensnitch.sh) - Bash script to backup OpenSnitch rules.\n- [Controller 8bitdo Setup](linux_scripts/Omarchy/controller_8bitdo_setup.sh) - Bash script to configure an 8Bitdo controller with D-input.\n- [Gaming Setup](linux_scripts/Omarchy/gaming_setup.sh) - Bash script to set up an optimal gaming environment for Proton on Omarchy Linux (Arch-based).\n- [Local LLM Setup](linux_scripts/Omarchy/local_llm_setup.sh) - Bash script to install and configure Ollama with ROCm for local large language models.\n- [Network Tweaks](linux_scripts/Omarchy/network_tweaks.sh) - Bash script for high-bandwidth TCP optimizations for 2.5Gbps+ NICs on Arch Linux.\n- [Security Setup](linux_scripts/Omarchy/security_setup.sh) - Bash script for initial setup of OpenSnitch, Bubblewrap, Bubblejail, and UFW.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdavidmiller%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthewdavidmiller%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthewdavidmiller%2Fscripts/lists"}