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 :: kubectl get logs of deployment 
Shell :: how to find empty folders linux 
Shell :: install yt-dlp windows 
Shell :: yarn install from package.json 
Shell :: react router install 
Shell :: rsync only new files 
Shell :: bash check if python package is installed 
Shell :: windows terminal starting directory 
Shell :: linux move folder and subfolders to parent 
Shell :: linux remove last n lines from file 
Shell :: pytorch for jetson nano 
Shell :: how to push folder into private repo github 
Shell :: how to run verilog files in linux 
Shell :: linux check docker version 
Shell :: how to update discord on ubuntu 
Shell :: disable password ssh login 
Shell :: how to add .env to gitignore 
Shell :: how to install scoop using powershell 
Shell :: show branch detail branch info in git 
Shell :: flutter devices 
Shell :: command line calculate folder size 
Shell :: docker compose keep container running 
Shell :: npm install less-loader 
Shell :: bash initialize array 
Shell :: localhost run 
Shell :: git change commit author 
Shell :: python run java jar 
Shell :: tar compress powershell 
Shell :: intel driver arch linux 
Shell :: ngrok download authoken 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =