Skip to content

Instantly share code, notes, and snippets.

View recklessop's full-sized avatar
🏡
Working from Home

Justin Paul recklessop

🏡
Working from Home
View GitHub Profile
@rfrht
rfrht / gist-build-armian-using-docker-centos-rhel7.sh
Last active February 26, 2020 20:05
Building a Tinkerboard Armbian Kernel in a RHEL / CentOS 7 using Docker
=== CONSOLE FALLBACK: SERIAL PORT, SINCE NO HDMI SUPPORT IS PROVIDED IN THIS BUILD ===
Tinkerboard Kernel console serial port: UART2.
Using: Raspberry Pi as a console client. Disable local console so it can be used by minicom:
# systemctl mask serial-getty@ttyAMA0.service
==PINOUTS==
RASPI: PIN 6 (GND, GREEN), PIN 8 (TX, WHITE), PIN 10 (RX, BLUE)
TINKERBOARD: ====== Uses UART2 and NOT UART0!!!!!!!! ======
PIN30 (GND, GREEN), PIN 32 (TX, BLUE), PIN 33 (RX, WHITE)
# Author Rajesh Sitaraman
# @rjesh | rjesh.com
<#
.SYNOPSIS
Download Ignite 2019 session presentation slides and videos.
.EXAMPLE
PS C:\> .\Get-IgniteContent.ps1 -DownloadPath /Users/rajeshsitaraman/src/public/share/IG-2019 -Keyword "AI"
.EXAMPLE
PS C:\> .\Get-IgniteContent.ps1 -DownloadPath /Users/rajeshsitaraman/src/public/share/IG-2019 -Keyword "Teams" -IncludeVideos
@csullivan
csullivan / passthrough_notes.md
Last active August 23, 2023 21:25
QEMU/KVM GPU passthrough on 18.04 LTS notes

For blacklisting an Nvidia GTX1070 gpu on Ubuntu 18.04 with Intel integrated graphics for the host

Blacklist the nvidia driver:

sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf" 
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"

/etc/default/grub: