Skip to content

Instantly share code, notes, and snippets.

View RobCranfill's full-sized avatar

Rob Cranfill RobCranfill

View GitHub Profile
@RobCranfill
RobCranfill / gist:956fc23a3959fc0800fe
Last active January 19, 2016 02:03
New Laravel install and update webapp
* Go to parent of web dir
* ``laravel new mathaffirm``
* ``cd mathaffirm/``
* `` composer install``
* git clone https://github.com/RobCranfill/ma.git
@RobCranfill
RobCranfill / gist:158df97b048fe6668dfe
Created January 8, 2016 21:32
Force localization 'off' for speed, prettiness
# http://superuser.com/questions/334800/lang-c-is-in-a-number-of-the-etc-init-d-scripts-what-does-lang-c-do-and-why
export LANG=C
@RobCranfill
RobCranfill / gist:41918a7e16d35e9fe9aa
Created January 7, 2016 15:37
Samba control stuff on Debian
sudo systemctl status smbd.service
sudo systemctl restart smbd.service
@RobCranfill
RobCranfill / gist:21186a1cea079c697b90
Created January 6, 2016 23:53
How to install VirtualBox 5 so it will use the old NDIS5 network driver, instead of the not-working version 6.
F:\Downloads\ $ VirtualBox-5.0.10-104061-Win.exe -msiparams NETWORKTYPE=NDIS5