2016年1月1日 星期五

mscorefonts

sudo apt-get install ttf-mscorefonts-installer

2013年3月28日 星期四

python3

  639  cd src/
  640  ls
  641  /bin/rm -rf Python-3.3.0
  642  tar xvf Python-3.3.0.tgz
  643  cd Python-3.3.0
  644  ls
  645  ./configure
  646  make -j 4
  647  make
  648  ls
  649  more README
  650  make install
  651  ls
  652  pwd
  653  ls
  654  which python
  655  which python3.3
  656  python
  657  python3.3
  658  ls
  659  cd ..
  660  ls
  661  cd matplotlib-1.2.0
  662  ls
  663  cd ..
  664  ls
  665  cd numpy-1.7.0
  666  ls
  667  more INSTALL.txt
  668  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu
  669  f90
  670  apt-get install gfortran
  671  more INSTALL.txt
  672  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu95
  673  ls
  674  cd ..
  675  ls
  676  history
  677  /bin/rm -rf numpy-1.7.0
  678  tar xvf numpy-1.7.0.tar.gz
  679  cd numpy-1.7.0
  680  history
  681  /usr/local/bin/python3.3 setup.py build --fcompiler=gnu95
  682  /usr/local/bin/python3.3 setup.py install
  683  ls
  684  cd ..
  685  ls
  686  /bin/rm -rf scipy-0.11.0
  687  tar xvf scipy-0.11.0.tar.gz
  688  cd scipy-0.11.0
  689  ls
  690  more INSTALL.txt
  691  /usr/local/bin/python3 setup.py install
  692  python3.3
  693  ls
  694  cd ..
  695  ls
  696  /bin/rm -rf matplotlib-1.2.0
  697  tar xvf matplotlib-1.2.0.tar.gz
  698  cd matplotlib-1.2.0
  699  ls
  700  more README.txt
  701  more INSTALL
  702  .
  703  python setup.py build
  704  python setup.py install
  705  ls
  706  cd ..
  707  ls
  708  /bin//rm -rf matplotlib-1.2.0
  709  cd matplotlib-1.2.0.tar.gz
  710  tar xvf matplotlib-1.2.0.tar.gz
  711  cd matplotlib-1.2.0
  712  ls
  713  /usr/local/bin/python3.3 setup.py build
  714  python setup.py install
  715  cd ..
  716  ls
  717  /bin/rm -rf matplotlib-1.2.0
  718  tar xvf matplotlib-1.2.0.tar.gz
  719  cd matplotlib-1.2.0
  720  /usr/local/bin/python3.3 setup.py build
  721  /usr/local/bin/python3.3 setup.py install
  722  ls
  723  cd ..
  724  ls
  725  /bin/rm -rf spyder-2.1.13
  726  unzip spyder-2.1.13.zip
  727  history

2013年2月5日 星期二

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