Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setup aws cli ubuntu

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 on ubuntu

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

PREVIOUS NEXT
Code Example
Shell :: install git ubuntu 
Shell :: install godot ubuntu 
Shell :: installing isomorphic-fetch and simply doing 
Shell :: create tar 
Shell :: show directory size linux 
Shell :: git rebase fork 
Shell :: npm port already in use 
Shell :: install GTK 3.0 on fedora 
Shell :: nuget install location 
Shell :: IP adress terminal 
Shell :: ubuntu trash folder 
Shell :: linux date format examples 
Shell :: how to check yarn version 
Shell :: bleachbit command line install 
Shell :: bash return specific lines from history 
Shell :: install CMake on fedora 
Shell :: pod reinstall 
Shell :: apt non interactive upgrade 
Shell :: how to save iptables 
Shell :: how to remove windows service 
Shell :: bash gnome-terminal Unable to init server: Could not connect: Connection refused # Failed to parse arguments: Cannot open display: 
Shell :: kubernetes archlinux install 
Shell :: git commit only added files 
Shell :: how to install admin-lte with npm 
Shell :: how to convert openssl to keytool 
Shell :: mongodb compass community linux 
Shell :: stop apache service 
Shell :: how to untar a tar file 
Shell :: Live Share not doing anything on linux ubuntu 20.04 
Shell :: linux check path variable 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =