Skip to content

Instantly share code, notes, and snippets.

@theparticleman
theparticleman / setup.sh
Last active October 6, 2017 18:07
Raspberry Pi robot setup
#!/bin/bash
# Change keyboard layout
#sudo raspi-config, 4 - Localization, 3 - Change keyboard layout,
# Enable SSH
#sudo raspi-config, 5 - Interfacing Options, 2 - SSH
# Enable Camera
#sudo raspi-config, 5 - Interfacing Options, 1 - Camera
@theparticleman
theparticleman / VagrantFile
Created March 23, 2016 20:04
3 Node Cassandra Cluster
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
$script = <<-SCRIPT
apt-get update
@theparticleman
theparticleman / dev-tools.ps1
Last active February 26, 2016 03:27
Set up development tools
cinst git
cinst poshgit
cinst sourcetree
cinst visualstudio2015community
cinst visualstudiocode
cinst androidstudio
cinst sysinternals
del C:\Users\Public\Desktop\*.lnk
@theparticleman
theparticleman / virtualization-setup.ps1
Created February 10, 2016 05:27
Virtualization setup
cinst virtualbox
cinst vagrant
@theparticleman
theparticleman / basic-setup.ps1
Last active January 30, 2016 19:19
Basic machine setup
Rename-Computer tau
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -DisableShowProtectedOSFiles
Set-TaskbarOptions -Size Small
Install-WindowsUpdate
cinst chocolatey
cinst googlechrome
cinst notepadplusplus
cinst 7zip
cinst paint.net
@theparticleman
theparticleman / game-setup.ps1
Last active January 30, 2016 02:39
Game setup
cinst steam
cinst battle.net
del C:\Users\Public\Desktop\*.lnk