随笔分类 - tools
摘要:选择gnome classic (no effects)。 点击进入unity模式。
阅读全文
摘要:在centos中格式化SD卡的时候,操作错误,误将windows系统C盘的给格式化了。C盘是ntf格式的,现在却变为了fat32的格式。 重启系统,发现还是可以进入到centos,但是window进入不了。那么证明分区表没有改变,并且centos的grub也没有被破坏。 使用pe进入系统,pe有很多
阅读全文
摘要:ubuntu10.04自带的拼音输入发太难用,所以从新安装ibus拼音。 sudo apt-get install ibus ibus-pinyin ibus-qt4 ibus-gtk 然后运行 ibus-daemon -x -r -d 右击系统托盘的ibus图标,添加拼音输入法。然后 im-swi
阅读全文
摘要:set wrap "设置自动换行 set tabstop=4 "设置tab长度为4 set softtabstop=4 "使得按退格键时可以一次删除4个空格 set shiftwidth=4 "设定>命令移动时宽度为4 set autoindent "自动缩进 set cindent "C语言缩进风
阅读全文
摘要:参考:http://blog.csdn.net/dracotianlong/article/details/18011033 1.下载rar wget http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz 2.解压 tar zxvf linux-3.8.0.
阅读全文