Skip to content

ManuelReschke/linux-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

linux-helper

Some useful helping linux scripts.

Ubuntu (16,17,18,19,20,21,22)


Docker Helper

Install or update

Install or update a docker installation:

./ubuntu/docker/install-update.sh

Or the remote one liner ;)

wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/docker/install-update.sh; chmod +x install-update.sh; sudo ./install-update.sh

Cleanup and remove

Remove all containers, images, networks and volumes

./ubuntu/docker/cleanup.sh

Or the remote one liner ;)

wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/docker/cleanup.sh; chmod +x cleanup.sh; sudo ./cleanup.sh

CA Certificate Helper

Install certificate on system and update browser db

Put the cert file and the script in the same folder and run this command

./ubuntu/ca-certificate/install-certificate.sh

Remote install

wget https://raw.githubusercontent.com/ManuelReschke/linux-helper/master/ubuntu/ca-certificate/install-certificate.sh; chmod +x install-certificate.sh

About

Some useful linux scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages