Donghee's Blog
Monday, February 27, 2012
Sunday, February 26, 2012
Run libSVM with Weka GUI on Mac OSX
* Command:
$ java -Xmx [max heap size] -cp [classpath: weka.jar libsvm.jar] weka.gui.GUIChooser
e.g: $ java -Xmx1024m -cp weka.jar:lib/libsvm.jar weka.gui.GUIChooser
$ java -Xmx [max heap size] -cp [classpath: weka.jar libsvm.jar] weka.gui.GUIChooser
e.g: $ java -Xmx1024m -cp weka.jar:lib/libsvm.jar weka.gui.GUIChooser
Thursday, November 10, 2011
ZendOptimizer installation on Linux
- Check PHP version of the Linux server.
- Download ZendOptimizer: http://www.zend.com/en/products/guard/downloads
- Follow the instruction of '1&1':
http://faq.1and1.com/scripting_languages_supported/php/15.html
- After unzipping, you might write a 'php.info' file on the folder where ZendOptimizer was installed.
* If you want to see whether the ZendOptimizer was installed successfully, check with 'php.info' and 'test_enc.php'.
* About setting PHP global variables with php.ini:
http://faq.1and1.com/scripting_languages_supported/php/9.html
http://faq.1and1.com/scripting_languages_supported/php/9.html
Monday, October 17, 2011
Monday, September 12, 2011
Install Boost on Ubuntu / 우분투에서 Boost 설치
* References:
* Installation Instructions:
- http://www.boost.org/doc/libs/1_40_0/more/getting_started/unix-variants.html#the-boost-distribution
- http://www.filepang.co.kr/entry/How-to-install-Boost-Library-in-Ubuntu-904 (Korean Blog)
* Installation Instructions:
- Download Boost Version 1.47.0 (http://www.boost.org/)
- untar the file into '/usr/local/src'
- Move into the Boost folder
- Run "$ sudo ./bootstrap.sh"
- Run "$ sudo ./bjam install"
* Test: (To be updated..)
Sunday, September 11, 2011
Wednesday, September 7, 2011
Path of VMware Shared Folders on Ubuntu / VMware 공유폴더 우분투 경로
Host OS: Windows 7
Guest OS: Ubuntu
1. Set 'Shared Folders' at the "Virtual Machine Settings" menu on VMware Player.
2. Go to the path of "/mnt/hgfs/" to see the shared folders and files in the Ubuntu file system.
Guest OS: Ubuntu
1. Set 'Shared Folders' at the "Virtual Machine Settings" menu on VMware Player.
2. Go to the path of "/mnt/hgfs/" to see the shared folders and files in the Ubuntu file system.
Subscribe to:
Posts (Atom)