Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install aws cli 2 yum

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install -i /usr/local/aws-cli -b /usr/local/bin
Comment

install aws cli 2 yum

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
sudo yum install -y unzip
unzip awscliv2.zip
sudo ./aws/install -i /usr/local/aws-cli -b /usr/local/bin
Comment

install aws cli version 2

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
Comment

PREVIOUS NEXT
Code Example
Shell :: apt see installed packages 
Shell :: check ports in use windows 8080 
Shell :: make kitty terminal the default terminal on ubuntu 
Shell :: open folder from terminal in kali 
Shell :: kill port 3000 
Shell :: python2 pip install kali 
Shell :: how to install git on aws linux 
Shell :: how to install pip on mac 
Shell :: install ifconfig on ubuntu 
Shell :: get docker id from name 
Shell :: find start up folder 
Shell :: git submodule get all 
Shell :: sudo: /etc/sudoers is owned by uid 1001, should be 0 sudo: no valid sudoers sources found, quitting 
Shell :: error: failed to push some refs github 
Shell :: install ionic globally 
Shell :: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 
Shell :: update python3.10 linux 
Shell :: laravel command not found after installing laravel mac 
Shell :: install lerna 
Shell :: allow ssh root 
Shell :: check battery health on ubuntu 
Shell :: install yarn on centos 
Shell :: uninstall vmware workstation arch linux 
Shell :: delete empty files bash 
Shell :: git get repository url 
Shell :: add user to sudoers debian 
Shell :: Ubuntu upgrade a single package 
Shell :: bash random number 
Shell :: install lightshot on ubuntu 
Shell :: du sort by size 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =