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
- Host: GitHub
- URL: https://github.com/noahgift/cloud-bash-essentials
- Owner: noahgift
- License: cc0-1.0
- Created: 2021-05-06T11:46:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T16:26:50.000Z (over 4 years ago)
- Last Synced: 2025-01-12T15:35:27.090Z (9 months ago)
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-bash-essentials
Essentials for using Bash in the CloudConfigure AWS Shells
* Launch a shell with CloudShell
* Configure AWS Cloud9Common Shell Commands:
```
cd
ls -l
pwd
history
tab completion
```Using VIM
* Configure ~/.bashrc
* export PS1=“\w: "
https://ezprompt.netWriting 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