摘要:
可以在自己的shell配置中自定义自己常用的alias,例如我使用csh,定义在~/.cshrc中。通用的alias:alias cd1 'cd ../'alias cd2 'cd ../ ../'alias cd4 'cd ../ ../ ../ ../'alias cd3 'cd ../ ../ ../'alias ls 'ls --color=tty 'alias ll 'ls -la 'alias lt 'ls -lhrt 'alias lz 'ls -lhrS 阅读全文
posted @ 2012-12-17 18:45
iTech
阅读(3978)
评论(0)
推荐(0)
摘要:
如果在公司的环境,没有root权限,需要安装 tmux 在你自己的home下:(cd to your home)/remote/home1/AAA(wget libevent and tmux, and then uncompress them)Tar -xvzflibevent-2.0.20-stable.tar.gztar -xvzftmux-1.7.tar.gzcd libevent-2.0.20-stable./congiure --prefix=/remote/home1/AAA/tmux-1.7_Installmakemake installcd ../tmux-1.7setenv 阅读全文
posted @ 2012-12-17 18:38
iTech
阅读(4517)
评论(1)
推荐(1)
摘要:
来自:http://www.perlfect.com/articles/sorting.shtmlperl 比较操作符列表: NumbersStrings < lt > gt <= le >= ge ... 阅读全文
posted @ 2012-12-17 17:46
iTech
阅读(1533)
评论(0)
推荐(0)
摘要:
安装你自己的perl modules。当没有root权限的时候,需要安装perl modules到自己的home目录下。来自:http://servers.digitaldaze.com/extensions/perl/modules.htmlInstalling Perl5 Modules Loc... 阅读全文
posted @ 2012-12-17 17:35
iTech
阅读(1143)
评论(0)
推荐(0)

浙公网安备 33010602011771号