Welcome Guest | RSS

乌班图

Thursday, 2026-06-11, 1:32 AM
Main » Entries archive
全局按钮:
^q         退出
向上/向下键    选择内容
向左键       返回上一级屏幕
a/s/d       每按一次增大上传分别为1/5/50KB
A/S/D       每按一次增大下载分别为1/5/50KB
z/x/c        每按一次减少上传分别为1/5/50KB
Z/X/C           每按一次减少下载分别为1/5/50KB

主要查看按钮:
向右键       查看下载
^S         开始下载
^d         停止活动的下载或移除已停止的下载
Views: 1988 | Added by: forestrex | Date: 2010-04-03 | Comments (0)

sudo add-apt-repository <ppa:tualatrix/ppa>
Views: 1169 | Added by: forestrex | Date: 2010-04-03 | Comments (0)

rtorrent是linux下最快的bt下载软件,由于支持DHT网络,可以很好的于迅雷和Bitcomet的用户进行资源共享,所以很适合国内网络环境,下载速度极快.

首先从源里安装rtorrent
Views: 1836 | Added by: forestrex | Date: 2010-04-02 | Comments (0)

Views: 1049 | Added by: forestrex | Date: 2010-04-02 | Comments (1)

这个其实是 @shellex 君在Google Code上的项目:

http://code.google.com/p/ibus-table-emoji/
... Read more »
Views: 1118 | Added by: forestrex | Date: 2010-04-02 | Comments (0)

Views: 1229 | Added by: forestrex | Date: 2010-04-02 | Comments (0)

Grep : g (globally) search for a re (regular expression ) and p (print ) the results. 

1、参数: 
-I :忽略大小写 
-c :打印匹配的行数 
-l :从多个文件中查找包含匹配项 
-v :查找不包含匹配项的行 
-n:打印包含匹配项的行和行标 

2、RE(正则表达式) 
\ 忽略正则表达式中特殊字符的原有含义 
^ 匹配正则表达式的开始行 
$ 匹配正则表达式的结束行 
\< 从匹配正则表达式的行开始 
\>; 到匹配正则表达式的行结束 
[ ] 单个字符;如[A] 即A符合要求 
[ - ] 范围 ;如[A-Z]即A,B,C一直到Z都符合要求 
. 所有的单个字符 
* 所有字符,长度可以为0 

3、举例 
# ps -ef | grep in.telnetd 
root 19955 181 0 13:43:53 ? 0:00 in.telnetd 

# more s ... Read more »
Views: 91189 | Added by: forestrex | Date: 2010-03-31 | Comments (385)

下载地址:

使用方法:下载上述链接的文件,解压缩成两个文件:

$ tar -zxvf aliedit.tar.gz 

推荐校验 MD5 值:

$ md5sum aliedit.tar.gz
02240053d32688ed996e3a4788042801 aliedit.tar.gz

... Read more »

Views: 1106 | Added by: forestrex | Date: 2010-03-31 | Comments (0)

----- 安装 -----
先设定SecureCRT上传下载文件保存路径
options -> session -> Xmodem/Zmodem -> upload / download  ->  ok

然后确认一下系统中是否有 sz rz 这两个命令(FreeBSD下命令是 lrz、lsz)
如果有就跳过这里,如果没有,则安装
lrzsz 

----- 操作 -----
以下操作均在SecureCRT中:

1、将linux上文件传到PC机上
shell> sz  /etc/rc.local

例:
[root@test root]# sz /etc/rc.local 
rz
Starting zmodem transfer.  Press Ctrl+C to cancel.
Transferring rc.local...
100%   ... Read more »
Views: 5709 | Added by: forestrex | Date: 2010-03-31 | Comments (0)

« 1 2 3 4 5 6 7 »