https://github.com/jeffdecola/my-linux-shell-scripts
A place to keep my linux shell scripts.
https://github.com/jeffdecola/my-linux-shell-scripts
bash linux sh shell-script
Last synced: about 2 months ago
JSON representation
A place to keep my linux shell scripts.
- Host: GitHub
- URL: https://github.com/jeffdecola/my-linux-shell-scripts
- Owner: JeffDeCola
- License: mit
- Created: 2020-06-09T17:46:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-05T10:50:32.000Z (about 2 months ago)
- Last Synced: 2026-05-05T12:43:27.972Z (about 2 months ago)
- Topics: bash, linux, sh, shell-script
- Language: Shell
- Homepage:
- Size: 498 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MY LINUX SHELL SCRIPTS
[](https://github.com/JeffDeCola/my-linux-shell-scripts/tags)
[](https://jeffdecola.com)
[](https://jeffdecola.mit-license.org)
_A place to keep my linux shell scripts._
Table of Contents
* [CONCOURSE](https://github.com/JeffDeCola/my-linux-shell-scripts#concourse)
* [DOCKER](https://github.com/JeffDeCola/my-linux-shell-scripts#docker)
* [GIT](https://github.com/JeffDeCola/my-linux-shell-scripts#git)
* [GO](https://github.com/JeffDeCola/my-linux-shell-scripts#go)
* [LINUX](https://github.com/JeffDeCola/my-linux-shell-scripts#linux)
* [VAGRANT](https://github.com/JeffDeCola/my-linux-shell-scripts#vagrant)
Documentation and Reference
* [common linux commands](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/development/operating-systems/linux/common-commands-cheat-sheet)
* This repos
[github webpage](https://jeffdecola.github.io/my-linux-shell-scripts/)
_built with
[concourse](https://github.com/JeffDeCola/my-linux-shell-scripts/blob/master/ci-README.md)_
## CONCOURSE
* [concourse-connect-targets-to-teams](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/concourse/concourse-connect-targets-to-teams)
_Connect local machine targets to concourse teams._
## DOCKER
* [docker-remove-all](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-remove-all)
_Remove all docker containers and images._
* [docker-remove-old-images](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-remove-old-images)
_Removes old docker images (Keeps one image based on IMAGE ID)._
* [docker-install](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/docker/docker-install)
_Install the latest version of docker on linux._
## GIT
* [git-merge-branch](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/git/git-merge-branch)
_Using git to add, commit and push to github.
Then using gh to create a pull request and merge into the main branch._
## GO
* [go-install-new-version](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/go/go-install-new-version)
_Install the latest version of golang on linux, macOS, Windows, Rasp Pi, etc._
## LINUX
* [apt-get-update-upgrade](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/apt-get-update-upgrade)
_Update your linux distribution._
* [generate-ssh-keys](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/generate-ssh-keys)
_Generate authentication keys for ssh (secure shell)._
* [get-software-versions](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/get-software-versions)
_Get various versions of software on your machine._
* [pacman-Syu](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/linux/pacman-Syu)
_Update your arch linux distribution._
## VAGRANT
* [vagrant-remove-images](https://github.com/JeffDeCola/my-linux-shell-scripts/tree/master/vagrant/vagrant-remove-images)
_Remove all vagrant images (boxes)._