This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| whitejs@eir:~/dev/git/fup/recollections-stroller$ bundle exec rake vagrant:basebox:build:all | |
| (in /home/whitejs/dev/git/fup/recollections-stroller) | |
| bundle exec vagrant basebox build debian-6.0.6-amd64 --force --auto | |
| /var/lib/gems/1.8/gems/vagrant-hitch-0.0.9/lib/vagrant-hitch.rb:7:in `validate': undefined method `exist?' for Dir:Class (NoMethodError) | |
| from /var/lib/gems/1.8/gems/vagrant-hitch-0.0.9/lib/vagrant-hitch.rb:14:in `up!' | |
| from /home/whitejs/dev/git/fup/recollections-stroller/Vagrantfile:1 | |
| from /var/lib/gems/1.8/gems/vagrant-1.0.5/lib/vagrant/config/loader.rb:115:in `load' | |
| from /var/lib/gems/1.8/gems/vagrant-1.0.5/lib/vagrant/config/loader.rb:115:in `procs_for_source' | |
| from /var/lib/gems/1.8/gems/vagrant-1.0.5/lib/vagrant/config.rb:41:in `capture_configures' | |
| from /var/lib/gems/1.8/gems/vagrant-1.0.5/lib/vagrant/config.rb:36:in `synchronize' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add-EsxSoftwareDepot C:\Temp\tg3-3.120h.v50.2-offline_bundle-547149.zip, C:\Temp\update-from-esxi5.0-5.0_update01.zip | |
| New-EsxImageProfile -CloneProfile "ESXi-5.0.0-20120302001-standard" -name "MacMiniESX" -Vendor "NoVendor" | |
| Add-EsxSoftwarePackage -ImageProfile "MacMiniESX" -SoftwarePackage "net-tg3" | |
| Export-EsxImageProfile -ImageProfile "MacMiniESX" -ExportToISO -filepath C:\Temp\MacMiniESX.iso |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| freyr: flo__ | |
| odin: flo__ | |
| thor: ___t_ | |
| loki: flo__ | |
| vili: ____v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/games/cowsay moo | |
| _____ | |
| < moo > | |
| ----- | |
| \ ^__^ | |
| \ (oo)\_______ | |
| (__)\ )\/\ | |
| ||----w | | |
| || || |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| freyr.websages.com: uid=whitejs,ou=People,dc=websages,dc=com | |
| default: uid=whitejs,ou=People,dc=websages,dc=com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Interview Questions: | |
| What’s the difference between an “A” and a “PTR” | |
| What is the average airspeed of an unladen swallow? | |
| Is the cat in the box dead? | |
| What is the Hit Dice of a 1st level Ranger? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| master---------------------------------------------------------------------------------------- | |
| | | |
| + A--------X modified ------------------------merge to B--\ | |
| | \ | |
| + B ---------------X modified differently----------------------- [ X modificaitons not present ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpuset | |
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 2.6.35.13-net5501 (root@popcorn) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Tue Oct 23 20:52:50 BST 2012 | |
| [ 0.000000] BIOS-provided physical RAM map: | |
| [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) | |
| [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) | |
| [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) | |
| [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable) | |
| [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) | |
| [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://blogs.discovermagazine.com/badastronomy/2010/05/04/deniers-abuse-power-to-attack-climate-scientists/ | |
| http://blogs.discovermagazine.com/badastronomy/2010/05/05/breaking-climate-scientists-cleared-of-malpractice-by-panel/ | |
| http://blogs.discovermagazine.com/badastronomy/2010/08/30/breaking-cuccinellis-climate-change-case-dismissed/ | |
| http://blogs.discovermagazine.com/badastronomy/2010/07/01/climategates-death-rattle/ | |
| http://blogs.discovermagazine.com/badastronomy/2011/08/24/case-closed-climategate-was-manufactured/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Github Oauth | |
| # First, setup https authentication to not prompt for username and password | |
| export GITHUB_PASSWORD='replace_this_with_your_github_password' | |
| curl -u 'fapestniegd' -d '{"scopes":[],"note":"read-only token"}' https://fapestniegd:${GITHUB_PASSWORD}@api.git | |
| # and empty scope means public read-only access (includes public user profile info, public repo info, and gists). | |
| # see: => http://developer.github.com/v3/oauth/#scopes | |
| # "scopes": [ | |
| # "user", # Read/write access to profile info only. | |
| # "public_repo", # Read/write access to public repos and organizations. |