< 柱子 @ 2008-12-01 15:57 >
Deliver
Rails ; WEB | 0 |

开始一直找官方的支持,文档比较少,没找到一个有效的方法

无语,只好动手修改了下源码,
将git.rb中query_revision方法的
command = scm(‘ls-remote’, repository, revision)
修改为
command = scm(‘ls-remote’, ‘.’, revision)

再加了个钩子

代码
deploy

.

< 柱子 @ 2008-12-01 09:09 >
Deliver
Linux | 0 |

主要表现触摸板不能左右移动

修改 /etc/X11/xorg.conf

找到原来的 Synaptics 部分加上

代码
Option "VertEdgeScroll" "true"
Option "HorizEdgeScroll" "true"

重启X,一切正常

顺便 说说xorg.conf的结构

代码
Section "S
< 柱子 @ 2008-11-30 10:39 >
Deliver
Tex>Xetex ; Linux>Arch | 0 |

1, 安装:
sudo pacman -S texlive-core texlive-latexextra

2, 安装 zhcon, xecjk:

http://bbs.ctex.org/viewthread.php?tid=40232

http://code.google.com/p/zhspacing/

下载后分别复制到 Texlive安装目录(/usr/s…

< 柱子 @ 2008-11-30 09:59 >
Deliver
Tex | 0 |

LaTeX Symbols Selector (简称 LSS),是一款写 TeX 数学公式时的辅助软件,TeX 中众多的数学符号名称和常量名称,想要全部记住可不是件容易的事情,忘记的时候,可以让 LSS 来帮你。

LSS 有以下特点:

* 内置了 478 个 LaTeX 符号。 * 支持大部分 AMS 符号。 * 可以方便的和 VIM 交互。 …
< 柱子 @ 2008-11-29 18:39 >
Deliver
Linux | 0 |

一般来说,下面一条命令就行

mount -t vfat -o utf8 /dev/sdb /mnt/disk

嗯,内容太少,再来点吧,如果需要让普通用户也能读取,需要再加上umask=022选项,如下:

mount -t ntfs /dev/sdb /mnt -o charset=utf8,umask=022

淡淡学习路

Capistrano 使用 rsync 部署

升级Xorg至 1.5 ,触摸板不能正常使用

Arch 安装 XeTex 小计

让 LaTeX Symbols Selector 帮你写 TeX 公式

Linux U盘挂载乱码小计

Arch : here was an error creating the child process for this terminal 之解决

轻松使用 Echoe 配置 Gem

Google SEO官方《搜索引擎优化指南》

Understanding the Rails command

YAC Version bump to 1.0.0


柱子:辞职以后很少到论坛闲逛了,没事就学...

李健:老哥,最近忙什么? 论坛也不见你...

柱子:当然不是了,主要使用了 monos...

Lijian:柱哥,你这个网站的字体很好看阿,虽...

anonymous:哦,原来还可以这样子…… 不错 :)

anonymous:我现在是直接把git repo建立...

柱子:Git 对 http 支持并不是很...

andrew:我看到你在lighthouse上反...

andrew:呵呵,我也在忙于在hostmons...

柱子:又分析了下自己写过的两个网站, ...