Skip to content

Instantly share code, notes, and snippets.

cd /tmp/
uname -r
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb
uname -r
cd /tmp
sudo mkdir kernel
cd kernel/
cd ../
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800-generic_3.18.0-031800.201412071935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.18-vivid/linux-headers-3.18.0-031800_3.18.0-031800.201412071935_all.deb
@matt-allan
matt-allan / croutonLauncher.md
Last active August 29, 2015 14:13
croutonLauncher

If anyone uses this - the php server process doesn't currently kill itself when you return to the chroot.

within the chroot:

sudo apt-get install php5

cd ~/
mkdir scripts
cd scripts