Skip to content

Instantly share code, notes, and snippets.

View yalexx's full-sized avatar

Yanko Atanasov Aleksandrov yalexx

View GitHub Profile
@yalexx
yalexx / github-gist.md
Last active March 10, 2026 00:00
OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026

Complete technical comparison of hardware options for running OpenClaw AI assistant locally.

Quick Reference

@smvorwerk
smvorwerk / jetson-bootstrap.sh
Created November 12, 2022 21:00 — forked from everdrone/jetson-bootstrap.sh
Bootstrap script for a new NVIDIA Jetson Nano
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
if [[ $UID != 0 ]]; then
echo "Please run this script with sudo:"
echo "sudo $0 $*"
exit 1