Skip to content

Instantly share code, notes, and snippets.

View leighleighleigh's full-sized avatar

Leigh Oliver leighleighleigh

  • Ambit Robotics
  • Melbourne, Australia
  • 20:07 (UTC +10:00)
View GitHub Profile
@ravijo
ravijo / tf2_ros_example.py
Created December 6, 2018 13:01
An example showing how to use tf2_ros API
#!/usr/bin/python
# -*- coding: utf-8 -*-
# tf2_ros_example.py: example showing how to use tf2_ros API
# Author: Ravi Joshi
# Date: 2018/12/6
# import modules
import rospy
import tf2_ros
@wangg12
wangg12 / Install NVIDIA Driver and CUDA.md
Created August 3, 2019 11:19 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS
@xxl007
xxl007 / Instructions.md
Last active November 22, 2022 21:01
IP camera appliance with Ubuntu on a Raspberry Pi 3
@chrisanthropic
chrisanthropic / nixos-raspi4.md
Last active August 14, 2024 17:01
NixOS + Raspi4

Download the image builder

  • git clone [email protected]:Robertof/nixos-docker-sd-image-builder.git
  • cd nixos-docker-sd-image-builder

Configure for Raspi4

  • modify /config/rpi4/default.nix to increase size of boot partition
    • this step is optional but I ran out of space in /boot pretty quickly with the default setting since I'm still learning and rebuilding a lot. Let's leave some room for trial & error.
    • sdImage.firmwareSize = 1024;
  • modify /config/sd-image.nix
  • ./rpi3 becomes ./rpi4
@jcmvbkbc
jcmvbkbc / gist:316e6da728021c8ff670a24e674a35e6
Last active April 5, 2025 21:38
esp32s3 linux rebuild scripts
Latest versions of these scripts are available in git repository https://github.com/jcmvbkbc/esp32-linux-build