Steps taken with a basic Raspbian install.
Default username/password is pi
/raspberry
.
SSH access is enabled by default; run ifconfig
on the Pi to find the IP address to connect to.
Bring everything up-to-date:
NewRelic::Agent::Samplers::MemorySampler.new.sampler.get_sample |
All links are amazon affiliate. I'm recommending you books, it's how I pay to buy my own. ;)
module CarrierWave | |
module MiniMagick | |
def toaster_filter | |
manipulate! do |img| | |
img.modulate '150,80,100' | |
img.gamma 1.1 | |
img.contrast | |
img.contrast | |
img.contrast | |
img.contrast |
#!/bin/sh | |
osascript 2>/dev/null <<EOF | |
tell application "System Events" | |
tell process "Terminal" to keystroke "t" using command down | |
end | |
tell application "Terminal" | |
activate | |
do script with command "cd $PWD; $*" in window 1 | |
end tell |
PS1='\u@\h:\W$(__git_ps1 "\[\e[32m\][%s]\[\e[0m\]")$ ' | |
brew install bash-completion # read the instructions | |
brew uninstall git | |
brew install git | |
# reload the shell |