An open API service indexing awesome lists of open source software.

https://github.com/noahgift/cloud-bash-essentials

Essentials for using Bash in the Cloud
https://github.com/noahgift/cloud-bash-essentials

Last synced: 3 months ago
JSON representation

Essentials for using Bash in the Cloud

Awesome Lists containing this project

README

          

# cloud-bash-essentials
Essentials for using Bash in the Cloud

Configure AWS Shells

* Launch a shell with CloudShell
* Configure AWS Cloud9

Common Shell Commands:

```
cd
ls -l
pwd
history
tab completion
```

Using VIM

* Configure ~/.bashrc
* export PS1=“\w: "
https://ezprompt.net

Writing a simple Bash script
`chmod +x`

Creating a Python Virtual Environment
Configure Google Cloud Shell
Configure Azure Cloud Shell
Configure oh-my-zsh locally (Use Github Codespaces)

## Linux basics

Watch Bash Essentials for Cloud Computing: https://www.youtube.com/watch?v=5_Oqp7ksChU