{"id":15789509,"url":"https://github.com/jeffdecola/my-linux-shell-scripts","last_synced_at":"2026-05-07T19:18:23.591Z","repository":{"id":51456830,"uuid":"271071304","full_name":"JeffDeCola/my-linux-shell-scripts","owner":"JeffDeCola","description":"A place to keep my linux shell scripts.","archived":false,"fork":false,"pushed_at":"2026-05-05T10:50:32.000Z","size":510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-05T12:43:27.972Z","etag":null,"topics":["bash","linux","sh","shell-script"],"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/JeffDeCola.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":"2020-06-09T17:46:58.000Z","updated_at":"2026-05-05T10:50:36.000Z","dependencies_parsed_at":"2024-10-26T03:25:54.730Z","dependency_job_id":"2a0fdef6-57ff-42eb-ac6a-f867876fe5b0","html_url":"https://github.com/JeffDeCola/my-linux-shell-scripts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JeffDeCola/my-linux-shell-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffDeCola%2Fmy-linux-shell-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffDeCola%2Fmy-linux-shell-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffDeCola%2Fmy-linux-shell-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffDeCola%2Fmy-linux-shell-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeffDeCola","download_url":"https://codeload.github.com/JeffDeCola/my-linux-shell-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffDeCola%2Fmy-linux-shell-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32752252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","linux","sh","shell-script"],"created_at":"2024-10-04T22:02:02.366Z","updated_at":"2026-05-07T19:18:23.586Z","avatar_url":"https://github.com/JeffDeCola.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MY LINUX SHELL SCRIPTS\n\n[![Tag Latest](https://img.shields.io/github/v/tag/jeffdecola/my-linux-shell-scripts)](https://github.com/JeffDeCola/my-linux-shell-scripts/tags)\n[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)\n[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)\n\n_A place to keep my linux shell scripts._\n\nTable of Contents\n\n* [CONCOURSE](https://github.com/JeffDeCola/my-linux-shell-scripts#concourse)\n* [DOCKER](https://github.com/JeffDeCola/my-linux-shell-scripts#docker)\n* [GIT](https://github.com/JeffDeCola/my-linux-shell-scripts#git)\n* [GO](https://github.com/JeffDeCola/my-linux-shell-scripts#go)\n* [LINUX](https://github.com/JeffDeCola/my-linux-shell-scripts#linux)\n* [VAGRANT](https://github.com/JeffDeCola/my-linux-shell-scripts#vagrant)\n\nDocumentation and Reference\n\n* [common linux commands](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/development/operating-systems/linux/common-commands-cheat-sheet)\n* This repos\n  [github webpage](https://jeffdecola.github.io/my-linux-shell-scripts/)\n  _built with\n  [concourse](https://github.com/JeffDeCola/my-linux-shell-scripts/blob/master/ci-README.md)_\n\n## CONCOURSE\n\n* [concourse-connect-targets-to-teams](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/concourse/concourse-connect-targets-to-teams)\n\n  _Connect local machine targets to concourse teams._\n\n## DOCKER\n\n* [docker-remove-all](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-remove-all)\n\n  _Remove all docker containers and images._\n\n* [docker-remove-old-images](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-remove-old-images)\n\n  _Removes old docker images (Keeps one image based on IMAGE ID)._\n\n* [docker-install](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-install)\n\n  _Install the latest version of docker on linux._\n\n## GIT\n\n* [git-merge-branch](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/git/git-merge-branch)\n\n  _Using git to add, commit and push to github.\n  Then using gh to create a pull request and merge into the main branch._\n\n## GO\n\n* [go-install-new-version](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/go/go-install-new-version)\n\n  _Install the latest version of golang on linux, macOS, Windows, Rasp Pi, etc._\n\n## LINUX\n\n* [apt-get-update-upgrade](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/apt-get-update-upgrade)\n\n  _Update your linux distribution._\n\n* [generate-ssh-keys](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/generate-ssh-keys)\n\n  _Generate authentication keys for ssh (secure shell)._\n\n* [get-software-versions](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/get-software-versions)\n\n  _Get various versions of software on your machine._\n\n* [pacman-Syu](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/pacman-Syu)\n\n  _Update your arch linux distribution._\n\n## VAGRANT\n\n* [vagrant-remove-images](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/vagrant/vagrant-remove-images)\n\n  _Remove all vagrant images (boxes)._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffdecola%2Fmy-linux-shell-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffdecola%2Fmy-linux-shell-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffdecola%2Fmy-linux-shell-scripts/lists"}