pkgin up
pkgin in py27-graphite-web ap22-py27-wsgi
If pkgin
says the package cannot be found, do this:
[alias] | |
lg80 = "!git log --graph --color=always --abbrev-commit --date=relative --pretty=format:'%x00%h%x00%s%x00%cd%x00%an%x00%d' | gawk -F '\\0' '{ printf \"%s\\033[31m%s\\033[0m %-50s \\033[32m%14s\\033[0m \\033[30;1m%s\\033[0m\\033[33m%s\\n\", $1, $2, gensub(/(.{49}).{2,}/, \"\\\\1…\",\"g\",$3), $4, $5, $6 }' | less -R" |
http://phillyfoodie.com/post/1568443917/stocking-up-preggie-prep-gnocchi | |
http://phillyfoodie.com/post/2700115516/monkey-bread-the-traditional-holiday-treat | |
http://phillyfoodie.com/post/4365341672/turkey-grandmere | |
http://phillyfoodie.com/post/11719056200/ginger-pineapple-salad | |
http://phillyfoodie.com/post/136887454/6-cans-a-pound-of-chicken-5-dinners |
"Good hardware costs money, and your time has value. The ditches on either | |
side of the road through the land of hardware are steep and home to | |
manifold ferocious beasts. Stray from this golden path at your peril." | |
-- Keith Wesolowski | |
http://www.listbox.com/member/archive/184463/2013/02/sort/time_rev/page/1/entry/0:156/20130218134633:82C0ABBC-79FB-11E2-B214-A90A0365DAE4/ |
Useful but not complete: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Illumos
pkgin up
pkgin in build-essential ghc
Using OS X and vmware Fusion. Requires an actual Solarish system or VM to modify the boot_archive.
Why would you want to do this? Well, it's an easy way of modifying an excellent platform for your own nefarious ends. Maybe you want to inject some extra (or less) work into the install scripts. Or just add some extra default services. Or drop in some leet figlet
into /etc/issue
. Or more usefully: Drop your application bootstrapping code into the platform to create turnkey appliances.
Download and decompress the SmartOS VMware image.
Copy the boot image out of the VM directory and mount it.
#!/bin/bash | |
set -e | |
#set -x | |
TOKEN=$( cat /root/.github-token ) | |
BASEURL="https://api.github.com/orgs/${1}/repos?type=owner&access_token=${TOKEN}&per_page=100" | |
BACKUPS_ZFS="zones/$( zonename )/data/backup/github" |
/.terraform/terraform.tfstate* | |
/plan.out | |
/.plan.out.* |