摘要:
安装系统:ubuntu12.04 i386 DVDU盘启动12.04live系统连线,设置连接安装系统到硬盘“语言支持”,更新安装gnome经典界面sudo apt-get install gnome-shell gnome-tweak-tool gnome-panel关闭unity的全局菜单sud... 阅读全文
摘要:
在Ubuntu上安装LAMP此种方法在Linux Mint 13/14/15/16/17、Ubuntu 12.10(Quantal Quetzal)和Ubuntu 13.04 Raring Ringtail上屡试不爽。sudo apt-get install lamp-server^ 测试Apach... 阅读全文
摘要:
修改/etc/default/grub文件,其中的GRUB_DEFAULT表示默认启动项:sudo gedit /etc/default/grub注意:启动项是从0开始计数。要使修改生效需要运行sudo update-grub 阅读全文
摘要:
Install Ruby(安装)For windows you can download Ruby fromhttp://rubyforge.org/frs/?group_id=167for Linux tryhttp://www.rpmfind.net.Our first program(从此开始... 阅读全文
摘要:
Sublime2下载地址:http://www.sublimetext.com/downloadstep.1 解压下载的压缩包tar xf Sublime\ Text\ 2.0.2.tar.bz2 # 开始以外打错了,\ 表示空格,明白? step.2 把释放的内容移动到合适的位置,这里是/usr... 阅读全文
摘要:
安装必要的字体包sudo apt-get install ttf-droid ttf-wqy-zenhei xfonts-wqy ttf-wqy-microhei ttf-arphic-ukai ttf-arphic-uming修改字体配置文件将以下内容写到存放到你的home目录下,命名为 .fon... 阅读全文
摘要:
鼠标滚轮切换虚拟桌面相关问题, 编辑~/.config/openbox/rc.xml在 段: previous next “mousebind”表示鼠标绑... 阅读全文
摘要:
安装rmagick gemA new release 2.13.2 of RMagick is now available on github as well as rubygems.This release will fix the installation issues due to ruby ... 阅读全文
摘要:
包的选择和配置想用RMagick,但据说内存泄露的问题比较厉害,作为替代品MiniMagick不存在内存泄露的问题。而二者都是使用ImageMagick的,所以需要下载并安装ImageMagick。下面安装ImageMagick:sudo apt-get install imagemagick安装g... 阅读全文
摘要:
1、安装catfishsudo apt-get install catfish2、配置thunar,添加[自定义动作]打开 Thunar 后,点击 Edit -> Configure custom actions... -> 点击 + 号内容填写如下:Name: SearchDescription:... 阅读全文