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

2012年12月23日

摘要: download clockwork_recovery.img from http://robertpitt.me/2012/07/rooting-the-nexus-7-via-linux/( perhaps it can be downloaded in its official website,download superuser.zip from its official page. The arm edition.download android-tools which include adb and fastboot.Make sure the udev rules are for 阅读全文

posted @ 2012-12-23 22:10 hebi 阅读(180) 评论(0) 推荐(0)

2012年12月16日

摘要: Generally follow the newer guider and installation guild, the steps are:1.PartitionI use gpt instead of mbr, so the part work is a bit of difficult.swap partition: Swap partition can be considered at the begining of the installation or at any time of the use of the system later. The method to do thi 阅读全文

posted @ 2012-12-16 16:32 hebi 阅读(295) 评论(0) 推荐(0)

2012年12月14日

摘要: 1.change English version XP to Chinese to some degree so that luanma disappeared. All these setting is in control panel-> language2.install Vbox Guest Addition in safe mode and install 3D accerlerate.3.Enable 3d accerlerate in arch.4.install drict9.0c5.edit regedit to fullscreen running.There mus 阅读全文

posted @ 2012-12-14 16:56 hebi 阅读(395) 评论(0) 推荐(0)

2012年12月13日

摘要: graphic:I have not completed Nvidia card, only the intel card. pacman -S xf86-video-intelok.If there is no drivers installed( when the udev can do nothing), the error " no screen found" will appear.wireless:/* pacman -S wireless_tool //command wifi-menu available pacman -S dialog //Please 阅读全文

posted @ 2012-12-13 16:20 hebi 阅读(327) 评论(0) 推荐(0)

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)

2012年12月4日

摘要: /etc/default/grubGRUM_CMDLINE_LINUX="text"sudo update grubwhen I reinstall gnome, the file is the same, but the X-window comes back, then use the following method:/etc/X11/default-display-managerit may be /usr/sbin/gdm or /usr/sbin/lightdm, # it 阅读全文

posted @ 2012-12-04 17:22 hebi 阅读(205) 评论(0) 推荐(0)