Skip to content

Instantly share code, notes, and snippets.

View PennRobotics's full-sized avatar
Find me over on GitLab!

Brian Wright PennRobotics

Find me over on GitLab!
View GitHub Profile
@liberom
liberom / new_linux_install.md
Last active July 3, 2024 11:22
Setting up a new linux install for development

New Linux Install

Create GitHub Account

Adding Repositories in Other Distros (Debian)

sudo apt-get install software-properties-common
require 'rubygems'
require 'httparty'
require 'fileutils'
require 'json'
USERNAME = ARGV[0] || "patio11"
MAX_TO_FETCH = ARGV[1]
puts "Username: #{USERNAME} max to fetch: #{MAX_TO_FETCH || "all"}"