{"id":27384251,"url":"https://github.com/valera-rozuvan/bash-scripts","last_synced_at":"2026-04-25T12:36:13.558Z","repository":{"id":150501407,"uuid":"166912444","full_name":"valera-rozuvan/bash-scripts","owner":"valera-rozuvan","description":"a collection of useful Bash scripts","archived":false,"fork":false,"pushed_at":"2025-10-14T19:12:08.000Z","size":173,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T22:51:17.987Z","etag":null,"topics":["bash"],"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/valera-rozuvan.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":"2019-01-22T02:22:23.000Z","updated_at":"2025-10-14T19:12:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"efd4bc3c-15ba-44a5-a447-c473b62229e6","html_url":"https://github.com/valera-rozuvan/bash-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valera-rozuvan/bash-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valera-rozuvan%2Fbash-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valera-rozuvan%2Fbash-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valera-rozuvan%2Fbash-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valera-rozuvan%2Fbash-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valera-rozuvan","download_url":"https://codeload.github.com/valera-rozuvan/bash-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valera-rozuvan%2Fbash-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["bash"],"created_at":"2025-04-13T16:24:31.614Z","updated_at":"2026-04-25T12:36:13.550Z","avatar_url":"https://github.com/valera-rozuvan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash-scripts\n\na collection of useful Bash scripts\n\n## utilities\n\n1. [update sha256sum hashes](./utils/update-sha256-hashes.sh)\n\n## k8s\n\n1. [Check all pods in k8s namespace by running arbitrary commands](k8s/check_pods.sh)\n2. [Check k8s namespaces](k8s/check-k8s-namespaces.sh)\n3. [Install kubectx](k8s/install-kubectx.sh)\n\n## EC2\n\n1. [Deploy a container to EC2](ec2/deploy-container-ec2.sh)\n\n## GCP\n\n1. [Do work using GCP VM](gcp/do-work-using-gcp-vm.sh)\n2. [Switch gcloud config](gcp/switch-gcloud-config.sh)\n\n## Linux setup\n\n1. [Clear Gnome keyring](linux-setup/01-clear-gnome-keyring.sh)\n2. [Create new user](linux-setup/02-create-new-user.sh)\n3. [Debian setup all](linux-setup/03-debian-setup-all.sh)\n4. [Get IBM Plex Mono font](linux-setup/04-get-ibm-plex-mono-font.sh)\n5. [Setup Debian 10](linux-setup/05-setup-debian-10.sh)\n6. [Setup Debian 10 XFCE](linux-setup/06-setup-debian-10-xfce.sh)\n7. [Setup SSH Server](linux-setup/07-setup-ssh-server.sh)\n8. [Setup UTF-8 locale](linux-setup/08-setup-utf-8-locale.sh)\n9. [Setup XFCE4](linux-setup/09-setup-xfce4.sh)\n10. [Stop screen blanking](linux-setup/10-stop-screen-blanking.sh)\n\n## Backup\n\n1. [Backup important home dirs](backup/backup_s.sh)\n2. [Backup with rsync](backup/backup-with-rsync.sh)\n\n## Git\n\n1. [Get all GitHub repos](git/get-all-git-repos.sh)\n2. [Git config](git/git-config.sh)\n3. [Git set author](git/git-set-author.sh)\n\n## Node.js\n\n1. [Run Node project in VM](nodejs/run-node-project-in-vm.sh)\n\n## Application scripts\n\n1. [Run brave browser](app-scripts/run-brave.sh)\n2. [Make m3u playlist](app-scripts/make-m3u-playlist.sh)\n3. [Convert any video/audio file to MP3](app-scripts/convert-to-mp3.sh)\n4. [Run emacsclient](app-scripts/run-emacsclient.sh)\n5. [Mplayer Webcam](app-scripts/mplayer-webcam.sh)\n\n## MongoDB\n\n1. [mongodump zip](mongodb/mongodump-zip.sh)\n2. [mongorestore zip](mongodb/mongorestore-zip.sh)\n\n## 3rd party scripts\n\n1. [tomxue/countdown](https://github.com/tomxue/countdown)\n2. [tsotne95/clock_in_bash](https://github.com/tsotne95/clock_in_bash)\n\n## cgit\n\n1. [complete setup suite for cgit](./cgit-server-setup)\n\n---\n\n## license\n\nThe project `'bash-scripts'` is licensed under the MIT License.\n\nSee [LICENSE](./LICENSE) for more details.\n\nThe latest source code can be retrieved from one of several mirrors:\n\n1. [github.com/valera-rozuvan/bash-scripts](https://github.com/valera-rozuvan/bash-scripts)\n\n2. [gitlab.com/valera-rozuvan/bash-scripts](https://gitlab.com/valera-rozuvan/bash-scripts)\n\n3. [git.rozuvan.net/bash-scripts](https://git.rozuvan.net/bash-scripts)\n\nCopyright (c) 2019-2022 [Valera Rozuvan](https://valera.rozuvan.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalera-rozuvan%2Fbash-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalera-rozuvan%2Fbash-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalera-rozuvan%2Fbash-scripts/lists"}