This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CUDA devcontainer for C/C++ development (with X11 Forwarding) | |
Check https://github.com/luisgizirian/cuda-image-builders | |
**Not a bulletproof implementation**. Errors might appear given your environment. | |
Make sure 'xauth' is installed in the host to ensure a correct X11 flow. | |
To install (for debian based systems) run: `sudo apt-get install -y xauth` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nvidia Jetson Orin Nano CUDA enabled Devcontainer along Go(lang) development | |
Check https://github.com/luisgizirian/cuda-image-builders |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Source: https://willhaley.com/blog/raspberry-pi-wifi-ethernet-bridge/ | |
set -e | |
[ $EUID -ne 0 ] && echo "run as root" >&2 && exit 1 | |
#################################### | |
# Update these variables as needed # |