`
marswj
  • 浏览: 73005 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论
文章列表
安装: sudo apt-get install sysv-rc-conf 使用: sudo sysv-rc-conf
cd /etc/fonts/conf.d sudo mv 49-sansserif.conf 49-sansserif.conf.bak 重启Firefox
切换到root用户 杀掉apt相关的进程即可
sudo -i
1、sudo apt-get install fcitx 2、im-switch -s fcitx 3、在~/.vimrc中加入   set fileencodings=utf-8,gbk,ucs-bom,cp936  4、到目录~/.fcitx目录下,vi config       修改如下字段红色部分:        显示字体(中)=WenQuanYi Zen Hei       红色字体,可以使用命令fc-list,查看系统已经安装的字体 5、重启x-windows 6、ok
环境: Ubuntu 9.04 默认已经安装好StarDict 3   在 http://stardict.sourceforge.net/Dictionaries_zh_CN.php 下载字典   解压缩后,复制字典目录到 /usr/share/stardict/dic 目录下即可
 ===Ubuntu=== 1、 到网站 http://sqlite.org/ 下载sqlite-amalgamation-3.6.14.2.tar.gz ./configure make sudo make install   2、sudo apt-get install ruby1.8-dev   3、gem install sqlite3-ruby   ===Windows===   1、gem install sqlite3   2、到网站http://sqlite.org/下载sqlitedll-3_6_19.zip   3、复制sqlite3.dl ...
sudo apt-get install unrar   unrar e xxx.rar
环境: Ubuntu 9.04 ruby 1.87   1、安装rubygems-1.3.4        ruby setup.rb 2、运行gem list 提示缺少zlib 3、下载zlib-1.2.3.tar.gz        ./configure        make        sudo make install 4、下载ruby-zlib-0.6.0.tar.gz         ruby extconf.rb         make         sudo make install 5、ok
普通人的编辑利器——Vim http://blog.sina.com.cn/s/blog_46dac66f010005kw.html   高效率编辑器 VIM-操作篇,非常适合 VIM 新手 http://linuxtoy.org/archives/efficient-editing-with-vim.html   手把手教你把Vim改装成一个IDE编程环境(图文) http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
Ubuntu 9.04 python 2.54   今天尝试GAE的时候,运行dev_appserver.py出错,查了一下,原来是ssl问题。   解决方法: 1、sudo apt-get install libssl-dev 2、解压python源文件包,修改文件Modules/Setup.dist: # Socket module helper for SSL support; you must comment out the other # socket line above, and possibly edit the SSL variable: SSL=/usr ...
在用户目录($HOME)下建立文件夹  .fonts 复制windows xp下的雅黑字体 MSYH.TTF 到  .fonts 文件夹下 在桌面上右键选择“更改桌面背景” 到“字体”面板 然后
sudo apt-get install build-essential
默认安装好Ubuntu后,vi很不好用 可以这样: sudo apt-get install vim-full 就可以正常使用了。 ===========================   在Ubuntu10.10中,已经没有包vim-full 直接在Ubuntu软件中心搜索安装GVim即可。
apt-cache search package 搜索包 apt-cache show package 获取包的相关信息,如说明、大小、版本等 sudo apt-get install package 安装包 sudo apt-get remove package 删除包 sudo apt-get update 更新源 sudo apt-get clean   清除全部  sudo apt-get autoclean 清理无用的包
Global site tag (gtag.js) - Google Analytics