Skip to content

Instantly share code, notes, and snippets.

@luisgizirian
luisgizirian / #cuda-cpp-x11-devcontainer
Last active August 18, 2023 22:42
CUDA devcontainer for C/C++ development (with X11 Forwarding)
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`
Nvidia Jetson Orin Nano CUDA enabled Devcontainer along Go(lang) development
Check https://github.com/luisgizirian/cuda-image-builders
#!/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 #