pi@raspberrypi ~ $ sudo apt-get update
... long time...
pi@raspberrypi ~ $ sudo apt-get upgrade
... long time...
Raspberry Pi: update packages
Update packages:
find similar posts:
Linux/Unix,
Raspberry Pi
0
comments
Raspberry Pi: update packages
Update packages:
pi@raspberrypi ~ $ sudo apt-get update
... long time...
pi@raspberrypi ~ $ sudo apt-get upgrade
... long time...
find similar posts:
Linux/Unix,
Raspberry Pi
0
comments
Installing Java on Raspberry Pi
Installation of Java on Pi is easy, you can ssh to your Pi remotely and just execute:
pi@raspberrypi ~ $ sudo apt-get update && sudo apt-get install oracle-java7-jdk
... long time...
pi@raspberrypi ~ $ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
find similar posts:
Java,
Linux/Unix,
Raspberry Pi
0
comments
Installing Java on Raspberry Pi
Installation of Java on Pi is easy, you can ssh to your Pi remotely and just execute:
pi@raspberrypi ~ $ sudo apt-get update && sudo apt-get install oracle-java7-jdk
... long time...
pi@raspberrypi ~ $ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
find similar posts:
Java,
Linux/Unix,
Raspberry Pi
0
comments
Formatting CODE SAMPLE in Blogger
To display my code in Blogger I use this snippet of CSS in my HTML
<pre style="border: 1px dashed rgb(153, 153, 153); color: black; font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; margin: 5px; width: 90%;">
MY CODE SAMPLE
</pre>
and it looks like that:
<pre style="border: 1px dashed rgb(153, 153, 153); color: black; font-family: 'Andale Mono', 'Lucida Console', Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; margin: 5px; width: 90%;">
MY CODE SAMPLE
</pre>
and it looks like that:
MY CODE SAMPLE
find similar posts:
Blogger,
CSS,
HTML
0
comments
Subscribe to:
Posts (Atom)
apt quotation..
“A man should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.” by Robert A. Heinlein (author, aeronautical engineer, and naval officer)