https://github.com/444b/cli
Practice ground for CLI course
https://github.com/444b/cli
bash cli shell terminal
Last synced: 3 months ago
JSON representation
Practice ground for CLI course
- Host: GitHub
- URL: https://github.com/444b/cli
- Owner: 444B
- License: gpl-2.0
- Created: 2021-06-10T10:15:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T16:30:14.000Z (over 3 years ago)
- Last Synced: 2025-03-07T15:45:36.962Z (3 months ago)
- Topics: bash, cli, shell, terminal
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This Repository is meant to be a guide to Linux Courses.
There are 2 Folders;
1) set-up (of the Linux environment)
2) excercises (to get more familiar)Please pick a setup path below and let me know if you have any further suggestions
# Set-up
This folder offers a range of solutions to getting started on Linux. depending on your devices and permissions
it will cover:
- [Windows](https://github.com/444B/CLI/blob/main/set-up/WIndows.md)
- [Dual Boot](https://github.com/444B/CLI/blob/main/set-up/WIndows.md#dual-boot)
- [Virtualbox](https://github.com/444B/CLI/blob/main/set-up/WIndows.md#virtualbox)
- [WSL](https://github.com/444B/CLI/blob/main/set-up/WIndows.md#wsl) (WIndows susbsystem for Linux)
- [Mac](https://github.com/444B/CLI/blob/main/set-up/Mac)
- [Android](https://github.com/444B/CLI/blob/main/set-up/Android)
- [USB + laptop](https://github.com/444B/CLI/blob/main/set-up/USB%2Blaptop.md)# excercises
These excercises are meant to be used during the course to practise and learn.
Another amazing resource is [OverTheWire](https://overthewire.org/wargames/bandit/bandit0.html), a remote computer problem solving game that teaches you linux commands
We will use this during the course as we become more familiar with the OS and tools## Goodluck!
Just remember, its okay to not know the answer. The secret sauce is googling until you find an answer :)