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

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 list remotes 
Shell :: show the list of file of a commit 
Shell :: how to list all gnome extensions 
Shell :: cshell find file by name 
Shell :: sudo no password 
Shell :: ansible command not found after pip install macos 
Shell :: how to install rhythmbox music player on ubuntu 
Shell :: how to install minilibx in linux 
Shell :: ubuntu install groovy 
Shell :: expo typescript 
Shell :: bash copy directory 
Shell :: date format in linux shell script 
Shell :: why i am not able to make a directory in htdocs folder in ubuntu 
Shell :: random 6 digit number c# 
Shell :: upload sql database in devilbox 
Shell :: fix shortcut virus cmd 
Shell :: install openjdk11 in ubuntu 
Shell :: check if virtualbox is installed ubuntu 
Shell :: bash check if package is installed 
Shell :: install adobe reader on ubuntu 
Shell :: ubuntu print path 
Shell :: unix replace comma with tab 
Shell :: yandex browser not playing videos 
Shell :: airflow username password 
Shell :: truffle.ps1 is not digitally signed 
Shell :: youtube to mp4 linux 
Shell :: nginx: [emerg] bind() to 0.0.0.0:80 failed 
Shell :: extract tar linux 
Shell :: The capture session could not be initiated on capture device "en0" 
Shell :: changing mac address linux 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =