Mar 20, 2014 Java
install java 8
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
Mar 20, 2014 Java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
Quick and easy steps to burn a bootloader
Jan 12, 2014 Linux
Error occures when printing:
ERROR: invalidaccess OFFENDING COMMAND: filter STACK: /SubFileDecode endstream
To fix, run:
sudo lpadmin -p <printerName> -o pdftops-renderer-default=pdftops
replace
Ref.: https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/998087
Beep has been blacklisted by Ubuntu since …
to restore beep, edit /etc/modprobe.d/blacklist.conf and remove or put it in comment the following line:
blacklist pcspkr
sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.6.0_32/bin/javac 1 sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.6.0_32/bin/java 1 sudo update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jdk1.6.0_32/bin/javaws 1
udo update-alternatives --config javac sudo update-alternatives --config java sudo update-alternatives --config javaws
Test it:
java -version
wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add –
sudo sh -c ‘echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’
sudo apt-get update && sudo apt-get install google-chrome-stable
Feb 6, 2012 Dev notes
Continuous blinking example with msp430.
Button is implemented with interrupts (this is “event” in java world).
Read the rest of this entry »
Check list when installing my home server