2013年1月22日 星期二

junipernc

junipernc
 
  junipernc -nojava

2012年12月28日 星期五

MATLAB in Ubuntu:


http://www.mathworks.com/support/solutions/en/data/1-F68FSA/index.html?solution=1-F68FSA


Subject:
Why do I get a libc.so.6: not found error when launching MATLAB in Ubuntu?

Problem Description:
I get the following error when I run MATLAB in Ubuntu:


/usr/local/MATLAB/R2011a/bin/util/oscheck.sh: 605: /lib/libc.so.6: not found

Solution:

To resolve this problem, open a Terminal window and use the commands below depending on your OS architecture:

For 64-bit Ubuntu:




sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6


For 32-bit Ubuntu:


sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6

2012年12月22日 星期六

install oracle sun java on uvuntu 12.04

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
java -version
update-alternatives --config java
update-alternatives --config javac
java -version

2012年11月19日 星期一

IDE features: sans-serif Helvetica
program code: sans-serif Lucida

2012年6月19日 星期二

xdvi helvetica ubuntu download


Warning: Cannot convert string "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*" to type FontStruct
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*" to type FontStruct


apt-get install xfs xfstt
apt-get install t1-xfree86-nonfree ttf-xfree86-nonfree ttf-xfree86-nonfree-syriac xfonts-75dpi xfonts-100dp
xset +fp /usr/share/fonts/X11/75dpi/
xset +fp /usr/share/fonts/X11/100dpi/

2012年6月10日 星期日

OpenCV-2.3.1a.tar.bz2

wget http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2
tar xvjf OpenCV-2.3.1a.tar.bz2
cd OpenCV-2.3.1
ls
mkdir release; cd release
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_NEW_PYTHON_SUPPORT=ON -D BUILD_EXAMPLES=ON ..

 How do I set focus follows mouse?
 use gnome-tweak-tool