
Linux/Ubuntu
asran
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu scripts executing sequence after user sign in
1. Before user sign in, the '/etc/rc$runlevel.d/*' will be execute according the runlevel. 2. After user sign in, the Ubuntu9.10 will execute below scripts list below: a. first, the global '/etc/...2010-12-21 23:03:04 · 151 阅读 · 0 评论 -
How to boot up Ubuntu in text terminal mode?
Ubuntu9.10 boot by 'grub', to change the boot mode to text-mode, we just need to change boot settings in '/boot/grub/grub.cfg'. a. #vim /boot/grub/grub.cfg, you will find section like: menuent...2010-12-22 00:21:08 · 153 阅读 · 0 评论 -
Ubuntu Beginer
Ubuntu version ======================================================== uname -a uname -r Ubuntu rpm / VMware / root / java / vi / putty / jboss ============================================...2010-12-22 00:26:04 · 181 阅读 · 0 评论 -
vim preferences
How to use 4 spaces instead of tab in vim: 1 :set ts=4 2 :set number 3 :set autoindent 4 :set expandtab 5 :set softtabstop=4 6 :set shiftwidth=4 :set showmode :set number :...2010-12-26 15:06:16 · 178 阅读 · 0 评论 -
Installing software from source in Linux
< Installing software from source in Linux - 1.2 > So you've downloaded a software package with tar.gz or tar.bz2 extension and have no idea what to do with it. Or perhaps you alread...原创 2011-01-06 20:31:56 · 327 阅读 · 0 评论