{"id":16162137,"url":"https://github.com/slyfox1186/script-repo","last_synced_at":"2025-04-06T09:11:17.159Z","repository":{"id":65294494,"uuid":"581861517","full_name":"slyfox1186/script-repo","owner":"slyfox1186","description":"My personal script repository with multiple languages supported. AHK v1+v2 | BASH | BATCH | JSON | PERL | POWERSHELL | PYTHON | WINDOWS REGISTRY | XML","archived":false,"fork":false,"pushed_at":"2024-10-29T11:42:11.000Z","size":13306,"stargazers_count":99,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T13:27:38.218Z","etag":null,"topics":["artificial-intelligence","autohotkey","autohotkey-v2","bash","batch","cplusplus","javascript","json","machine-learning","markdown","perl","powershell","python3","registry","vbscript","xml"],"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/slyfox1186.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}},"created_at":"2022-12-24T16:16:44.000Z","updated_at":"2024-10-29T11:42:15.000Z","dependencies_parsed_at":"2023-11-11T02:20:23.299Z","dependency_job_id":"2cd49d93-c6be-41c0-b15a-875c821a6e06","html_url":"https://github.com/slyfox1186/script-repo","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slyfox1186%2Fscript-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slyfox1186%2Fscript-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slyfox1186%2Fscript-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slyfox1186%2Fscript-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slyfox1186","download_url":"https://codeload.github.com/slyfox1186/script-repo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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":["artificial-intelligence","autohotkey","autohotkey-v2","bash","batch","cplusplus","javascript","json","machine-learning","markdown","perl","powershell","python3","registry","vbscript","xml"],"created_at":"2024-10-10T02:29:11.966Z","updated_at":"2025-04-06T09:11:17.139Z","avatar_url":"https://github.com/slyfox1186.png","language":"Shell","readme":"# Sly's Script Repository\n\nWelcome to Sly's Script Repository! This collection is dedicated to sharing my favorite scripts for both Windows and Linux platforms. It includes a wide range of tools and utilities designed to enhance productivity and automate routine tasks.\n\n## Included Languages and Technologies\n- AutoHotkey\n- Batch\n- PowerShell\n- Python 3\n- Shell / Bash\n- Visual Basic / VBS\n- Windows Registry\n- XML\n\n### Supported Operating Systems\nThe scripts have been tested and confirmed to work on the following operating systems:\n- Arch Linux\n- Debian 11/12\n- Ubuntu 18.04, 20.04, 22.04\n\n### Purpose of This Repository\nThe goals behind creating and maintaining this repository are:\n1. To share my collection of custom scripts with the wider community.\n2. To provide a publicly available resource that others might find helpful.\n3. To inspire improvements and new ways of thinking about coding tasks, enhancing the efficiency and functionality of the scripts.\n4. To offer a centralized location for users to quickly find and utilize the scripts they need.\n\n## Featured Scripts and Installations\n\n### Linux Build Menu\nAccess a comprehensive menu of Linux installers with a single command:\n```bash\nbash \u003c(curl -fsSL https://build-menu.optimizethis.net)\n```\n\n### Build All GNU Scripts\nCompile all GNU scripts simultaneously with this master script:\n```bash\nbash \u003c(curl -fsSL https://build-all-gnu.optimizethis.net)\n```\n\n### Build All GitHub Scripts\nAutomatically build all GitHub project scripts in one go:\n```bash\nbash \u003c(curl -fsSL https://build-all-git.optimizethis.net)\n```\n\n### Install [GCC](https://ftp.gnu.org/gnu/gcc/?C=M;O=D) Latest Version\nDirectly source and install the latest GCC versions from the official GitHub repository. Note: Intended for personal/testing use only. Check the top of the script for build results.\n- **Supported OS:** Ubuntu (20.04/22.04/23.04), Debian 11/12, and possibly other Debian-based distros.\n```bash\ncurl -LSso build-gcc.sh https://gcc.optimizethis.net\nsudo bash build-gcc.sh\n```\n\n### Install Latest [Clang](https://github.com/llvm/llvm-project) Release\nAutomatically finds and installs the latest Clang release from source.\n```bash\ncurl -LSso build-clang.sh https://build-clang.optimizethis.net\nsudo bash build-clang.sh\n```\n\n### Install Latest [7-Zip](https://7-zip.org/) Version\nInstalls the most recent static version of 7-Zip suitable for your system's architecture.\n```bash\ncurl -LSso 7zip-installer.sh https://7z.optimizethis.net\nsudo bash 7zip-installer.sh\n```\n\n### Install [ImageMagick 7](https://github.com/imagemagick/imagemagick)\nSource the latest ImageMagick release directly from the official repository. Includes scripts for optimizing JPG images.\n- **Supported OS:** Debian 11/12, Ubuntu 20.04/22.04/23.04, and possibly other Debian-based distros.\n```bash\ncurl -LSso build-magick.sh https://imagick.optimizethis.net\nsudo bash build-magick.sh\n```\n\n### Compile [FFmpeg](https://ffmpeg.org/) from Source\nCompile the latest FFmpeg updates and optionally include the CUDA SDK Toolkit for hardware acceleration.\n- **With GPL and non-free libraries.**\n- **Supported OS:** Debian 11/12, Ubuntu (20.04/22.04/23.04), and possibly other Debian-based distros.\n```bash\ngit clone https://github.com/slyfox1186/ffmpeg-build-script.git\ncd ffmpeg-build-script || exit 1\nsudo bash build-ffmpeg.sh --build --enable-gpl-and-non-free --latest\n```\n\n### Install [OpenSSL](https://www.openssl.org/source/) Latest Version\nSupports building different OpenSSL versions with various configuration options.\n- **Supported OS:** Debian 11/12, Ubuntu 20.04/22.04/23.04, and possibly other Debian-based distros.\n```bash\ncurl -LSso build-openssl.sh https://ossl.optimizethis.net\nbash build-openssl.sh\nor to set the version\nbash build-openssl.sh -v 18.0.6\n```\n\n### Install [Rust](https://github.com/rust-lang/rust) Programming Language\n```bash\nbash \u003c(curl -fsSL https://rust.optimizethis.net)\n```\n\n### Install Essential Build Tools: [CMake](https://gitlab.kitware.com/cmake/cmake), [Ninja](https://github.com/ninja-build/ninja), [Meson](https://github.com/mesonbuild/meson), and [Golang](https://go.dev/dl/)\n```bash\nbash \u003c(curl -sSL https://build-tools.optimizethis.net)\n```\n\n### Install [Aria2](https://github.com/aria2/aria2) with Enhanced Configurations\nUpdated to Aria2 version 1.37.0 with increased max connections for improved download speeds.\n```bash\nbash \u003c(curl -fsSL https://aria2.optimizethis.net)\n```\n\n### Add Custom Mirrors for `/etc/apt/sources.list`\nEnhance your package manager's efficiency by adding faster, more reliable mirrors.\n- **Warning:** This action will overwrite your existing `sources.list` file.\n```bash\nbash \u003c(curl -fsSL https://mirrors.optimizethis.net)\n```\n\n### Customize Your Shell Environment\nAutomatically add custom scripts to enhance your shell's functionality. This includes:\n- `.bashrc`\n- `.bash_aliases`\n- `.bash_functions`\n\n**Warning:** This will replace your existing files with the new versions.\n```bash\nbash \u003c(curl -fsSL https://user-scripts.optimizethis.net)\n```\n\n### Install [Adobe Fonts](https://github.com/adobe-fonts/) System-Wide\nGet the latest Adobe Fonts installed on your system for a better visual experience.\n```bash\nbash \u003c(curl -fsSL https://adobe-fonts.optimizethis.net)\n```\n\n### Debian Package Downloader\nEasily download `.deb` files for offline installation or backup. Just provide a list of package names, and the script will handle the rest.\n```bash\nbash \u003c(curl -fsSL https://download.optimizethis.net) \u003cpkg_name\u003e\n```\n\n### Install [Tilix](https://github.com/gnunn1/tilix): Advanced Terminal Emulator with Custom Themes\nTilix offers advanced features and customizable themes to enhance your terminal experience.\n```bash\ncurl -LSso build-tilix.sh https://tilix.optimizethis.net\nsudo bash build-tilix.sh\n```\n\n### Install [Python](https://www.python.org/downloads/source/) 3.12.0\nEnsure you have the latest version of Python 3 installed on your system for all your development needs.\n```bash\nbash \u003c(curl -sSL https://python3.optimizethis.net)\n```\n\n### Update [WSL2](https://github.com/microsoft/WSL2-Linux-Kernel) with the Latest Linux Kernel\nKeep your Windows Subsystem for Linux (WSL2) updated with the latest kernel enhancements.\n```bash\ncurl -LSso build-wsl2-kernel.sh https://wsl.optimizethis.net\nsudo bash build-wsl2-kernel.sh\n```\n\n### Media Player Installations\nChoose from a selection of popular media players and install them with ease.\n```bash\nbash \u003c(curl -fsSL https://players.optimizethis.net)\n```\n\n### Enhance GParted with Extra Functionality\nUnlock additional filesystem support in GParted, including support for exFAT, btrfs, and more.\n```bash\nbash \u003c(curl -fsSL https://gparted.optimizethis.net)\n```\n\n## Contributing\nContributions are always welcome! Whether it's adding new scripts, improving existing ones, or reporting issues, your feedback helps make this repository more valuable for everyone.\n\nThank you for exploring Sly's Script Repository. Happy scripting!\n\n---\n\nFor more information and updates, follow me on [GitHub](https://github.com/slyfox1186).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslyfox1186%2Fscript-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslyfox1186%2Fscript-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslyfox1186%2Fscript-repo/lists"}