An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MY LINUX SHELL SCRIPTS

[![Tag Latest](https://img.shields.io/github/v/tag/jeffdecola/my-linux-shell-scripts)](https://github.com/JeffDeCola/my-linux-shell-scripts/tags)
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](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)._