Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure aws cli on linux

sudo apt-get update 
sudo apt-get install -yy less
sudo apt-get install curl
sudo apt-get install unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Comment

install aws cli

#Installing or updating the latest version of the AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Comment

download aws cli linux

sudo apt-get update 
sudo apt-get install -yy less
sudo apt-get install curl
sudo apt-get install unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Comment

PREVIOUS NEXT
Code Example
Shell :: git fetch not pulling branches 
Shell :: lines of code 
Shell :: powershell print environment variables 
Shell :: push to git 
Shell :: windows scan for corrupt files 
Shell :: combine two document together lnux 
Shell :: how to install packages from github in flutter 
Shell :: push local branch to remote 
Shell :: docker remove exited containers 
Shell :: how to loop through every value in array bash 
Shell :: how to uninstall a package with yarn 
Shell :: git discard staged changes 
Shell :: kubuntu 21.04 to 21.10 upgrade 
Shell :: how to setup dockers on aws 
Shell :: how can I check the memory of computer in ubuntu 
Shell :: install yarm for redhat linux 
Shell :: git-clone command not found ubuntu 
Shell :: Install PHP Plugin ubuntu 
Shell :: ubuntu 20.04 ntfs read only 
Shell :: git remove file from staging 
Shell :: kubectl cp command from pod to local 
Shell :: setup wordpress on ubuntu 
Shell :: lines count linux 
Shell :: uvicorn run fastapi 
Shell :: convert epoch timestamp to human readable format on osx 
Shell :: git list stashes 
Shell :: error: unknown command "neat" for "kubectl" 
Shell :: mac xterm download 
Shell :: start kafka locally 
Shell :: linux remove directory and contents 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =