https://github.com/mariosieg/infra-scripts
Useful shell scripts I use often
https://github.com/mariosieg/infra-scripts
Last synced: 10 months ago
JSON representation
Useful shell scripts I use often
- Host: GitHub
- URL: https://github.com/mariosieg/infra-scripts
- Owner: MarioSieg
- Created: 2025-07-15T11:44:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T01:41:54.000Z (10 months ago)
- Last Synced: 2025-08-29T06:36:14.372Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo's Scripts
* containers/dev/ - Remote machine Docker container with GPU support for CUDA, C, C++, and Python development
* containers/riscv-emu/ - RISC-V emulator docker container
* containers/pdf-tool/ - Stirling PDF docker container
* containers/runall.sh - Run all containers
# Connect to the dev container
1. Generate an SSH key
`ssh-keygen -t ed25519 -C "mario@Mac" -f ~/.ssh/id_ed25519 -N ""`
2. Copy the public key to the dev container
`scp ~/.ssh/id_ed25519.pub @:~/infra-scripts/containers/dev/id_ed25519.pub`
3. Connect to the sever and run all containers
`cd infra-scripts/containers && bash ./runall.sh`
4. Connect to the dev container
`ssh -i ~/.ssh/id_ed25519 -p 2222 dev@`