
ubuntu
liuyanzhi08
变身之后,十秒无敌
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Set up professional rails3 develpment on ubuntu (part two)
This part I will lead you through the process of setting up RVM, GIT, MYSQL, VIMAbove all, lett's install some useful download tools:aptitude : a better independence management tool than apt-get原创 2012-07-13 07:54:45 · 6584 阅读 · 0 评论 -
Rails Production Server @ Nginx + Postgresql + Ubuntu 使用git远程部署 配置
转自linux公社貌似Heroku在国内访问既慢又不稳定,所以不得已需要自己搭建一台production服务器。我们的目标是和Heroku类似,直接能够从开发环境部署并运行。虽然貌似文档很多,但是还是有很多问题。------------------------------------------------------警告:似乎如果目录权限配置不正确一下设置会导致rails转载 2012-07-26 11:02:54 · 1700 阅读 · 0 评论 -
Make Ubuntu12.04 become Mac Lion
sudo add-apt-repository ppa:tualatrix/ppa sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install mac-os-lion-cursors mac-os-lion-icons mac-os-lion-theme ubuntu-tweak原创 2012-07-15 21:33:42 · 4298 阅读 · 4 评论 -
打造ubuntu超赞图形界面(测试环境:ubuntu12.04)
最新推荐此文:http://blog.youkuaiyun.com/liuyanzhi08/article/details/7748903前面三步准备材料,后面步骤配置养眼界面:第一步: 当然是安装超棒的macbuntu主题(里面的mac图标很养眼),官方地址:http://sourceforge.net/projects/macbuntu/,我安装时候官方未提供12.04的版本,因此需要原创 2012-06-23 14:15:27 · 12213 阅读 · 9 评论 -
Input Chinese in sublime text2 with ibus
Ref: http://www.tipiweb.tk/blog/2012/06/16/little-simple-way-to-use-ibus-in-sublime-text-2/A small plugin for chinese input in sublime text2InputHelperJust a little plugin to原创 2012-07-14 17:25:59 · 10642 阅读 · 1 评论 -
Set up professional rails3 develpment on ubuntu (part one)
(1) Download ubuntu iso image from the official site (As recommended , I chose 32-bit ) http://www.ubuntu.org.cn/download/desktop(2) Download the ultraiso usb-boot maker http://www.ezb原创 2012-07-13 07:54:18 · 1449 阅读 · 0 评论 -
quick ubuntu system backup and restore
one way to back up is :http://www.ubuntugeek.com/backup-and-restore-your-ubuntu-system-using-sbackup.htmlanother way:http://os.51cto.com/art/201003/188486.htm原创 2012-06-29 18:03:03 · 1066 阅读 · 0 评论 -
Ubuntu backup and restore
Backup: cd /sudo tar -cvpzf /media/xxx/backup.tar.gz --exclude=/cdrom --exclude=/home --exclude=/lost+found --exclude=/media --exclude=/mnt --exclude=/proc --exclude=/tmp --exclude=/sys /R原创 2012-07-11 06:19:17 · 1331 阅读 · 0 评论 -
using mysql with rails3.2.6(test evironment:ubuntu12.04)
This post assumes that you have already installed rails3(include gem of course)sudo apt-get install mysql-server libmysqlclient15-devgem install mysqlrails new mysqltest -d mysqlconfigure your dat原创 2012-07-10 02:19:45 · 1049 阅读 · 0 评论 -
让rvm为zsh服务(使用强大的oh-my-zsh)
转载自: http://www.yangzhiping.com/tech/zsh-oh-my-zsh.htmlzsh与oh-my-zshMac下默认的终端使用的是bash,有没有更好的? 是zsh.安装zshbrew install zsh配置zsh目前流行的安装配置文件有2个.一个是官网的grml-zsh-config;另一个是oh-my-z转载 2012-07-07 13:52:46 · 4946 阅读 · 0 评论 -
Ubuntu小问题小技巧(持续更行)
目录(具体方法请往下拉,对应条目):1、设置wifi热点(Ubuntu共享无线网给手机和平板笔记本用)2、virtualbox虚拟机系统中无法读取U盘,不知道怎么和宿主系统共享文件。1、Ubuntu设置wifi热点(Ubuntu共享无线网给手机和平板笔记本用)转自:http://raysmond.com/article/60在房间、寝室都有宽原创 2013-04-11 21:47:09 · 1795 阅读 · 0 评论