Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 865 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 865 Bytes

100% Runing Bash Tools For DevOps Installation

////////////////////////////////////////////////////////////////////////////

Ubuntu_BasicToolsSetup.sh

These scripts is to setup basic Tools in Ubuntu for DevOps in one click.

1 # Install Tweaks

2 # Install Virtualbox

3 # Install Vagrant

4 # Install Git

5 # Install jdk8

6 # Install Maven

7 # Install awscli

8 # Install Intellij community

9 # Install Sublime Text

10 # Install Vim

////////////////////////////////////////////////////////////////////////////

DockerInstall.sh

This File is to install docker in Ubuntu

1 # apt update

2 # apt upgrade

3 # install docker

4 # install docker compose

5 # start docker service

6 # enable the docker service to continue the docker

7 # check the docker version

////////////////////////////////////////////////////////////////////////////