Skip to content

Instantly share code, notes, and snippets.

These are notes for myself on the crouton setup for my chromebook

1. Enter Developer Mode

Hold Power+ESC+Refresh, then let go of the power, when the OS verification warning screen appears enter Ctrl-D

2. Setup Crouton

Follow the instructions here to download the latest version of https://goo.gl/fd3zc.

@dannymcc
dannymcc / tmux.cheat
Last active December 7, 2017 14:21 — forked from afair/tmux.cheat
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^a w
New -s <session> Create ^a c
Attach att -t <session> Rename ^a , <name>
Rename rename-session -t <old> <new> Last ^a l (lower-L)
Kill kill-session -t <session> Close ^a &
@dannymcc
dannymcc / TuneUp.bat
Created December 26, 2012 15:50 — forked from illdecree/TuneUp.bat
@ECHO OFF
REM This program is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version 3 of the License, or
REM (at your option) any later version.
REM
REM This program is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
### 1.0.1 <small>10th November 2013</small>
* [Feature] Add weekly backup Hetzner server to Amazon S3
* [Feature] Delay any slow actions to speed up UI
* [Improvement] Add action success/failure notifications
* [Improvement] Push new announcements
* [Improvement] Push new Samples to dashboard
* [Improvement] Hide conditions within a claim if it's £0.00
### 1.0.0 <small>9th November 2013</small>
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/intranet/releases/20131017155709; true"
servers: ["217.36.47.178"]
[217.36.47.178] executing command
command finished in 317ms
failed: "sh -c 'cat /var/www/intranet/TOUCH_ASSETS | while read asset; do touch -c -- \"$asset\"; done && rm -f -- /var/www/intranet/TOUCH_ASSETS'" on 217.36.47.178
intranet (master): capd
/Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/gems/capistrano-2.15.5/lib/capistrano/configuration/loading.rb:152:in `require': /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/bundler/gems/gonzo-4746d3df6d1d/lib/gonzo/deploy/assets.rb:29: syntax error, unexpected $end, expecting keyword_end (SyntaxError)
from /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/gems/capistrano-2.15.5/lib/capistrano/configuration/loading.rb:152:in `require'
from /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/bundler/gems/gonzo-4746d3df6d1d/lib/gonzo/deploy.rb:7:in `block in <top (required)>'
from /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/gems/capistrano-2.15.5/lib/capistrano/configuration/loading.rb:97:in `instance_eval'
from /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/gems/capistrano-2.15.5/lib/capistrano/configuration/loading.rb:97:in `load'
from /Users/danny/.rvm/gems/ruby-1.9.2-p320@hillcrest-intranet/gems/capistrano-2.15.5/lib
<141>Jul 12 02:16:33 waterstreet: pluto[13300]: "ecclestonsurgery"[69] ECC.SUR.ERY.IP #805: Quick Mode I1 message is unacceptable because it uses a previously used Message ID 0xe061646c (perhaps this is a duplicated packet)
<141>Jul 12 02:16:33 waterstreet: pluto[13300]: "ecclestonsurgery"[69] ECC.SUR.ERY.IP #805: sending encrypted notification INVALID_MESSAGE_ID to ECC.SUR.ERY.IP:500
<141>Jul 12 02:16:39 waterstreet: pluto[13300]: "ecclestonsurgery"[69] ECC.SUR.ERY.IP #805: Quick Mode I1 message is unacceptable because it uses a previously used Message ID 0xe061646c (perhaps this is a duplicated packet)
<141>Jul 12 02:16:39 waterstreet: pluto[13300]: "ecclestonsurgery"[69] ECC.SUR.ERY.IP #805: sending encrypted notification INVALID_MESSAGE_ID to ECC.SUR.ERY.IP:500
<141>Jul 12 02:16:40 waterstreet: pluto[13300]: "buckshawclinic"[5] BUK.SHA.WIP #790: max number of retransmissions (2) reached STATE_QUICK_I1
<141>Jul 12 02:16:40 waterstreet: pluto[13300]: "buckshawclinic"[5] BUK.SHA.WIP #790:
@dannymcc
dannymcc / app.js
Created May 7, 2013 21:29 — forked from khash/app.js
Handlebars.registerHelper('equal', function(lvalue, rvalue, options) {
if (arguments.length < 3)
throw new Error("Handlebars Helper equal needs 2 parameters");
if( lvalue!=rvalue ) {
return options.inverse(this);
} else {
return options.fn(this);
}
});
Directory Server Diagnosis
Performing initial setup:
Trying to find home server...
Home Server = exchange01
Repadmin: running command /showrepl against full DC localhost
WaterStreet\EXCHANGE01
DSA Options: IS_GC
Site Options: (none)