Example:
# uname -a
SunOS sol10 5.10 s10_55 sun4u sparc SUNW,Sun-Blade-1500
# which ls
/usr/bin/ls
# echo $?
0
# which oogabooga
no oogabooga in /usr/sbin /usr/bin
# echo $?
0
As Richard would say, "Dirty".
# rpm -Uvh http://atrpms.net/dist/fc1/atrpms-kickstart/atrpms-kickstart-22-1.rhfc1.at.i386.rpm
2.) Update the whole system via apt-get.# apt-get update && apt-get dist-upgrade
3.) Install TrueType fonts from the instructions provided here.|
About Me
My name is Moazam Raja and currently I'm a backline Java/JDK engineer at Sun Microsystems. This means that I support the Java Virtual Machine and whatever is bundled with the JDK. Most of my day is spent looking through core dumps, garbage collector logs, pstacks, and Java stack traces. While it may sound gory, it's actually alot of fun.
My writings and recommendations are my own and are not necessarily those of Sun Microsystems.
|