Skip to content

Instantly share code, notes, and snippets.

View makruger's full-sized avatar

Michael Kruger makruger

View GitHub Profile
"************************************************************
"/home/mike/.vimrc - VIM Configuration file
"************************************************************
"Created on 01-16-2016 to add plugins via Vundle
"OS = Linux Mint 17.2 KDE 64-bit (Rafaela)
"************************************************************
set nocompatible " be iMproved, required
filetype off " required
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias ls='ls --color=auto'
alias ll='ls -al --color=auto'
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
#
# Define default prompt to <username>@<hostname>:<path><"($|#) ">
# and print '#' for user "root" and '$' for normal users.
#
#typeset +x PS1="\u@\h:\w\\$ "
typeset +x PS1="\e[0;35m\u\e[0;31m@\e[0;36m\h:\e[0;31m\w\\e[0;35m\$\e[m "
#Mike's personal customizations.
@makruger
makruger / awestruct.adoc
Last active April 25, 2016 00:55
Instructions for building a Ruby environment for Awestruct

Installing Awestruct on Linux Mint 17.x

javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f%3De.jQuery)%7C%7Cg>f.fn.jquery%7C%7Ch(f))%7Bc%3Da.createElement("script")%3Bc.type%3D"text/javascript"%3Bc.src%3D"//ajax.googleapis.com/ajax/libs/jquery/"%2Bg%2B"/jquery.min.js"%3Bc.onload%3Dc.onreadystatechange%3Dfunction()%7Bif(!b%26%26(!(d%3Dthis.readyState)%7C%7Cd%3D%3D"loaded"%7C%7Cd%3D%3D"complete"))%7Bh((f%3De.jQuery).noConflict(1),b%3D1)%3Bf(c).remove()%7D%7D%3Ba.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,"1.3.2",function(%24,L)%7Bif(%24(".bootswatcher")%5B0%5D)%7B%24(".bootswatcher").remove()%7Delse%7Bvar %24e%3D%24(%27<select class%3D"bootswatcher"><option>Cerulean</option><option>Cosmo</option><option>Cyborg</option><option>Darkly</option><option>Flatly</option><option>Journal</option><option>Lumen</option><option>Paper</option><option>Readable</option><option>Sandstone</option><option>Simplex</option><option>Slate</option><option>Spacelab</option><option>Superhero</option><option>United</option><option>Yeti</option></selec
@makruger
makruger / test.xml
Created July 2, 2016 22:34
Working OpenIndiana Hipster (OI-hipster-gui-20160421.iso) on KVM [QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.24)]
<domain type='kvm' id='32'>
<name>test</name>
<uuid>8382c79b-b8bc-bb1b-7355-3b367753f16d</uuid>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'>1</vcpu>
<resource>
<partition>/machine</partition>
</resource>
<os>
@makruger
makruger / audio.md
Last active August 21, 2016 20:12
Early draft of audio section

ITEMS TO WRITE ABOUT:

  • How to use the gstreamer-properties configuration utility.
  • Pulse Audio configuration
  • Boomer

Resources to help with this section:

@makruger
makruger / mkdocs.md
Last active August 30, 2016 13:52
mkdocs install errors (Linux Mint 18)
mike@deskmini ~ $ pip install mkdocs
Collecting mkdocs
  Downloading mkdocs-0.15.3-py2.py3-none-any.whl (966kB)
    100% |████████████████████████████████| 972kB 883kB/s 
Collecting tornado>=4.1 (from mkdocs)
  Downloading tornado-4.4.1.tar.gz (456kB)
    100% |████████████████████████████████| 460kB 1.1MB/s 
    Complete output from command python setup.py egg_info: