Saturday, June 30, 2012

xfce application shortcuts

it turns our now <Primary> is the control key. :)

and <Super> is the windows key

Monday, June 11, 2012

dso how to

http://www.akkadia.org/drepper/dsohowto.pdf

.a to .so

ar -x mylib.a  gcc -shared *.o -o mylib.so

Wednesday, June 6, 2012

LMDE 12 disable beep

and the following to /etc/modeprob.d/blacklist.conf
blacklist pcspkr
 
add the following to alsa-base.conf
options snd_hda_intel beep_mode=0

not sure which one do the trick, but who cares?