https://github.com/tlkh/setup-cheatsheets
Cheatsheets for Various Quick and Painless Setups
https://github.com/tlkh/setup-cheatsheets
bash linux nginx raspberry-pi tensorflow
Last synced: 3 months ago
JSON representation
Cheatsheets for Various Quick and Painless Setups
- Host: GitHub
- URL: https://github.com/tlkh/setup-cheatsheets
- Owner: tlkh
- License: mit
- Created: 2017-12-21T17:26:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T14:49:32.000Z (over 7 years ago)
- Last Synced: 2025-07-11T08:48:03.946Z (12 months ago)
- Topics: bash, linux, nginx, raspberry-pi, tensorflow
- Language: Shell
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Cheatsheets
Cheatsheets for Various Quick and Painless Setups
## Raspberry Pi
```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/install_opencv.sh | sudo bash
```
## Google Cloud Platform (GPU)
For fast.ai v2 setup (without Anaconda/virtual env):
```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/fastai_noconda.sh | sudo bash
```
CUDA only
```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/cuda_gcp.sh | sudo bash
```
[](https://opensource.org/licenses/MIT)