Skip to content

Instantly share code, notes, and snippets.

View lovelaced's full-sized avatar
🔌
plugged in

e.g. magical unicorn lovelaced

🔌
plugged in
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lovelaced on github.
  • I am valka (https://keybase.io/valka) on keybase.
  • I have a public key ASDQY41Yxoh__1AOC6PL5LmT-cIpBFRnEjdHn0vZGVxPoAo

To claim this, I am signing this object:

stations=(
["wzbc"]="http://amber.streamguys.com:4860/listen.pls"
["wxrw"]="http://108.163.232.21:8080/;stream.nsv"
["wxjm"]="http://media.wmra.org:8000/wxjm"
["wutt"]="http://wutt.ut.edu:8000/wutt_high_quality.m3u"
["wuog"]="http://wuogfm.serverroom.net:9076/;stream.mp3"
["wumm"]="http://wumm.machias.edu:9000/wumm"
["wuml"]="http://108.163.223.242:8133/;stream.mp3"
["wrbb"]="http://129.10.160.50:8000"
@lovelaced
lovelaced / arch-linux-install
Created December 5, 2015 19:50 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set swedish keymap
[options]
font=Profont 8
[colors]
cursor =#b9b9b9
foreground =#b9b9b9
background =rgba(16,16,16,.8)
color0 =#101010
color1 =#7c7c7c