博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月5日

摘要: /*****see /usr/share/vim/vim73/doc/index.txt for help*****/common controls: [ctrl]+r //redo changes i //insert before current character I //Insert before current line 阅读全文

posted @ 2012-12-05 16:07 hebi 阅读(130) 评论(0) 推荐(0)

摘要: install precedure: apt-get update //update apt-get apt-cache search opencv //search relevence package with opencv apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 apt-get install libcv-dev libcvaux-dev libhighgui-dev apt-get install opencv-doc //docs dpkg -L opencv-doc //check install... 阅读全文

posted @ 2012-12-05 15:16 hebi 阅读(164) 评论(0) 推荐(0)

摘要: /*this document is talking about the procedure when I install the fltk library under linux, ubuntu*/1.download fltk-source.tar.gz from www.fltk.org2.untar it: tar -zxvf xxx.tar.gz3.create my own dictionary: cd /home/hebi/Software/ mkdir fltk cd fltk mkdir bin lib include4.follow the README ... 阅读全文

posted @ 2012-12-05 14:59 hebi 阅读(339) 评论(0) 推荐(0)

摘要: This anticle contains some files which I come up with. ./bash_history //the command history /proc/acpi/battery //battery state /usr/share/vim/vim73/doc //docs for vim ~/.bashrc //shell script used when start shell /etc/default/grub //grub configure /lib/plymouth/theme //something that ... 阅读全文

posted @ 2012-12-05 14:48 hebi 阅读(152) 评论(0) 推荐(0)

摘要: Be sure not to change the limits of the / files easily, which will cause catastrophic consequence. I changed the /usr to 777 for some strange permision deny when installing some packages, the virtualbox don't work, leaving an error. Then, I change the limit to 744 at my own will, than I find the 阅读全文

posted @ 2012-12-05 13:51 hebi 阅读(277) 评论(0) 推荐(0)