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

随笔分类 -  linux

摘要: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)

摘要: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)

摘要:/*****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)

摘要: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)

摘要:/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)

摘要:install gogent in ubuntu:http://code.google.com/p/goagent/follow struction on it, download goagent(5.4m), type: python uploader.zipIf there are error about gcc and modulewhen install python module, error: command 'gcc' failed with exit status 1. type this: sudo apt-get install python-devWhen 阅读全文

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

摘要:wicd A networkmanager which is an alternate for networkmanager and dhcpcd. To use it, # systemctl stop netcfg # systemctl stop dhcpcd # systemctl stop NetworkManager //stop all previously running network daemons # systemctl start wicd //start wicd service # systemctl enable wicd.service... 阅读全文

posted @ 2012-12-04 12:59 hebi 阅读(178) 评论(0) 推荐(0)

摘要:Using Arch cd - //cd to the former directory ls -lh //there are the size of each file( not include the file in dir, so the dir is very small), and 'h' is used to convert it into format that easy to recognize du -sh <dir> //check the size of dir. Without '-sh', you will get the 阅读全文

posted @ 2012-12-04 12:55 hebi 阅读(286) 评论(0) 推荐(0)