Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am erkl on github.
  • I am erkl (https://keybase.io/erkl) on keybase.
  • I have a public key ASBvqaCxD_4gk4OMn77bTQCBvEh705Ulbvf1TlQfBpINUAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am erkl on github.
  • I am erkl (https://keybase.io/erkl) on keybase.
  • I have a public key ASBwQ_TDUw6ybqDr6lGmxDg6zmqs3f5KB4u6zW5VwH3gFwo

To claim this, I am signing this object:

@erkl
erkl / osx.sh
Last active August 29, 2015 14:24
# Disable sound effects while booting.
sudo nvram SystemAudioVolume=" "
# Input
# ----------------------------------------
# Set a blazingly fast keyboard repeat rate.
@erkl
erkl / vbox.sh
Last active August 29, 2015 14:24
# ...
name="linux"
base="$HOME/.vm"
disk="$base/$name/$name.vdi"
# Create and register the virtual machine.
VBoxManage createvm --name "$name" --basefolder "$base" --register
# ...
VBoxManage modifyvm "$name" --ostype Linux_64