分页: 1/18 第一页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表 ]

shc 加密Shell 脚本

[ 2010/09/01 09:41 | by selboo ]



下载安装 shc
wget ftp://ftp.pbone.net/mirror/ftp.freshrpms.net/pub/freshrpms/pub/dag/redhat/el4/en/i386/RPMS.dag/shc-3.8.6-1.el4.rf.i386.rpm

加密Shell
[code][root@GameDB shc]# cat rsync.sh
#!/bin/bash
rsync -avz --delete 192.168.1.10::data /data/
[root@GameDB shc]# shc -rvf rsync.sh
shc shll=bash
shc [-i]=-c
shc [-x]=exec '%s' "$@"
shc [-l]=
shc opts=
shc: cc&
Tags:

世界实时统计数据

[ 2010/08/29 10:33 | by selboo ]

      无意中看到一个 世界实时统计数据 网站实时显示一下信息,不知道来源是否真实。不过官网是这样说的。http://www.worldometers.info/faq.php#sources

What are the sources?

Sources are carefully selected to include only data published by the most prestigious institutions in the world, such as the United Nations, the World Health Organization, the Food and Agriculture Organization, its data branch FAOstat, the OECD and others (click here for a list of sources). We are currently

迅雷7开放下载优先体验

[ 2010/08/13 10:35 | by selboo ]
7年
无数人生的十分之一。

7年
极速发展的互联网风起云涌,无数产品跌宕浮沉。

7年
迅雷从蹒跚学步的小孩,成长为即临崖边,亦岳镇渊渟的卓绝男子。

7年
迅雷终欲磨出一剑——

迅雷7
7个月后,
7月7-七夕临近,
璀璨银河,再增一颗闪闪明星;
碧霄七重惊起雷声无数;
凡世鹊桥之上,赛巧已定状元为何。

迅雷7
带着无数迅雷人的祈盼始浮水面,
凝聚着我们迅雷7团队所有人的心血与精髓,骄傲与自豪,激情与热爱,眼泪与汗水。
我们衷心希望,
并且她亦会是:
一段踉蹡跌撞的时代的终结;
一个铿蹡辉煌的纪元的伊始。

非会员用户可以下载,但是使用必须是迅雷VIP会员。
网上有些破解方法,没测试过。

第一步:
当那个催你登陆的画面出来后(注意,要让他出来,和原来的方法不一样)
第二步:
然后选择登陆,把你自己的迅雷账号输进去(非VIP也行),然后登陆,登陆后会提示说你没有什么资格,但是在提示之前,也就是说你按了登陆后连接服务器有大概一两秒的时间,这个时候再去点那个“工具”-“配置”
出来了就不要关,迅雷也不要最小化到托盘,这个时候看会不会再“弹框”,如果登录后提示没有“资格”,就把“配置”关了,然后点“重新登录”,在连接服务器那会又去开“配置”,如果开了后,没有任何其它框框出来(包括登录框)那好, 你成功了!!!

总之,点那个“配置”就在反复登录的那个很短的时间缝隙里面,多次尝试就能成功!!!

下载地址:
http://down.sandai.net/thunder7/Thunder6.1.0.1882.exe

测试资格领取:
http://vip.xunlei.com/active/xunlei7.html

点击在新窗口中浏览此图片

点击在新窗口中浏览此图片

点击在新窗口中浏览此图片

点击在新窗口中浏览此图片
Tags:

no (LWP::UserAgent not found)

[ 2010/07/31 08:48 | by selboo ]
Cacti监控Nginx时候,需要安装 cacti-nginx 插件

测试获取数据时出错

nginx.conf 配置

location /nginx {
        stub_status on;
}


[selboo@74-82-173-217 ~]$ /wwwroot/selboo/cacti/scripts/get_nginx_clients_status.pl http://selboo.com.cn/nginx
no (LWP::UserAgent not found)

解决方法:
[root@74-82-173-217 ~]# perl -MCPAN -e shell
cpan> install LWP::UserAgent  

[selboo@74-82-173-217 ~]$ /wwwr
Tags: , ,

Xdebug+Komodo调试PHP程序

[ 2010/07/25 23:44 | by selboo ]
Xdebug+Komodo调试PHP程序

服务端 172.16.28.231 安装 Xdebug
http://xdebug.org/files/xdebug-2.1.0.tgz

客户端 172.16.28.121 安装 Komodo
http://downloads.activestate.com/Komodo/releases/5.2.4/Komodo-IDE-5.2.4-37659.msi
Komodo 注册机

服务端配置
[root@done opt]# wget http://www.xdebug.org/files/xdebug-2.1.0.tgz
[root@done opt]# tar zxvf xdebug-2.1.0.tgz
[root@done opt]# cd xdebug-2.1.0
[root@done xdebug-2.1.0]# /usr/local/php/bin/phpize
Tags: ,
分页: 1/18 第一页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表 ]