notice
快速链接:Android VPN 客户端
wget http://www.yishanhome.com/wp-content/uploads/2011/06/vpn3in1.sh;sh vpn3in1.sh

阅读全文…

75 条评论 (4,660 次浏览)
2012年5月19日 | 分类: Document | 标签: , ,

32位

wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_i386.rpm
rpm -U mod-spdy-beta_current_i386.rpm
apachectl graceful

64位

wget https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_x86_64.rpm
rpm -U mod-spdy-beta_current_x86_64.rpm
apachectl graceful
没有评论 (1 次浏览)
2012年3月19日 | 分类: Document | 标签:

head部分

<style type="text/css">
<!--
html,body{
    margin:0;
    height:100%;
    width:100%;
    /*这里就是解决在firefox和opera的正常显示*/
}
-->
</style>

body部分

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="100%" align="middle">
<param name="movie" value="你的flash.swf" />
<param name="quality" value="high" />
<embed src="你的flash.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>
没有评论 (9 次浏览)
2012年3月7日 | 分类: Document, VPN | 标签:

效果如图:
找到radius manager web文件夹下的newuser_tpl.htm,在文件最后插入

<script type="text/javascript">
function randPassword()
{
var text=['abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ','1234567890'];
var rand = function(min, max){return Math.floor(Math.max(min, Math.random() * (max+1)));}
var len = rand(6, 6); // 长度为8-16
var pw = '';
for(i=0; i<len; ++i)
{
var strpos = rand(0, 2);
pw += text[strpos].charAt(rand(0, text[strpos].length));
}
return pw;
}
//alert(randPassword());
var password=randPassword();
document.getElementById('password1').value=password;
document.getElementById('password2').value=password;
</script>
没有评论 (122 次浏览)
2012年2月20日 | 分类: Linux | 标签: ,

安装命令

yum -y install ctags
mkdir /usr/local/man
mkdir /usr/local/man/man1
wget http://fossies.org/unix/www/old/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install

测试命令

webbench -c 2000 -t 60 http://www.测试目标网站.com/index.asp
1 条评论 (54 次浏览)
2011年11月18日 | 分类: Document | 标签:
    6ac86d9bfb587b95
    975ba4059f2c7f2f
    07badc0626fb7bb6
    5fe37dd18cb42eb9
    ebd5ef6dc6dec9f1
    73e87338f8e00aac
    8860af979a0b068a
    7a27c3e7ab4c3bdf
e83eb13d6bb32e0e
1 条评论 (88 次浏览)
2011年11月9日 | 分类: Linux | 标签: , , , , , , , , , ,
wget http://dl.wdlinux.cn:5180/lanmp_v20.tar.gz
tar zxvf lanmp_v20.tar.gz
sh in.sh


演示 http://demo.wdlinux.cn:8080
用户密码:admin/wdlinux.cn
详细功能列表 http://www.wdlinux.cn/wdcp
wdcp (WDlinux Control Panel) 是一套用PHP开发的Linux服务器管理系统,旨在易于使用和管理Linux服务器,可以在线通过网页管理服务器和虚拟主机.简单,方便,易操作.只有Linux版本,没有windows版本,让你方便地使用和管理Linux服务器,让不懂Linux的人也可以用Linux做服务器了.支持CentOS/RedHat版本,其它Linux版本尚未测试,欢迎测试! 阅读全文…

没有评论 (200 次浏览)
2011年10月25日 | 分类: Linux | 标签: , , , , , , , , , ,
wget http://www.yishanhome.com/wp-content/uploads/2011/10/discuz_x2.sh;sh discuz_x2.sh


最后删除安装的余留文件

rm -rf /home/Discuz_X2_SC_UTF8/install
没有评论 (102 次浏览)
2011年10月25日 | 分类: Linux | 标签: ,
#! /bin/sh
groupadd www
useradd -s /sbin/nologin -g www www

mkdir -p /home/wwwroot
chmod +w /home/wwwroot
mkdir -p /home/wwwlogs
chmod 777 /home/wwwlogs
chown -R www:www /home/wwwroot
wget -c http://ftp.exim.llorien.org/pcre/pcre-8.12.tar.gz
tar zxvf pcre-8.12.tar.gz
cd pcre-8.12/
./configure
make && make install
cd ../
wget -c http://nginx.org/download/nginx-1.1.6.tar.gz
tar zxvf nginx-1.1.6.tar.gz
cd nginx-1.1.6/
./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6
make && make install
cd ../

wget http://www.yishanhome.com/wp-content/uploads/2011/10/nginx.tar.gz
tar zxvf nginx.tar.gz
rm -f /usr/local/nginx/conf/nginx.conf
cp nginx.conf /usr/local/nginx/conf/nginx.conf
rm -f /usr/local/nginx/conf/fcgi.conf
cp fcgi.conf /usr/local/nginx/conf/fcgi.conf
cp phpcgi /etc/init.d/phpcgi
chown -R www:www /usr/local/nginx/html
mkdir /usr/local/nginx/conf/vhost

wget -c http://soft.vpser.net/lnmp/ext/init.d.nginx
cp init.d.nginx /etc/init.d/nginx
chmod +x /etc/init.d/nginx
chkconfig --level 345 nginx on

wget http://www.lighttpd.net/download/spawn-fcgi-1.6.3.tar.gz
tar zvxf spawn-fcgi-1.6.3.tar.gz
cd spawn-fcgi-1.6.3
./configure && make && make install

chmod +x /etc/init.d/phpcgi
chkconfig --add phpcgi
chkconfig --level 345 phpcgi on
service phpcgi start
service nginx start
没有评论 (49 次浏览)
2011年10月24日 | 分类: Document | 标签: ,

糗事百科邀请码 http://www.qiushibaike.com

BQW4 6LVE W8XX J95U
	61N0 OHEX 4XDL U4RJ
	E9UA IOVB 2KFQ EU1S
	1A8O DJR1 3Y2Y LL32
	G0LS L455 Z656 SXHC
	DKRT MJ6S H85D LU02
	TI4S OZ47 FAJ8 C46E
	TWTU MJZO N3IH 4U8M
	7R2L U9WW 378C 060I
	34F1 72MM C716 85MN
	816S 4RPT TLBH FDF3
5 条评论 (80 次浏览)
2011年10月17日 | 分类: Linux | 标签:
wget http://fossies.org/unix/privat/l7-protocols-2009-05-28.tar.gz
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.gz
wget http://nchc.dl.sourceforge.net/project/l7-filter/l7-filter%20kernel%20version/2.22/netfilter-layer7-v2.22.tar.gz
wget http://netfilter.org/projects/iptables/files/iptables-1.4.3.2.tar.bz2
tar -zxvf linux-2.6.28.tar.gz -C /usr/src
tar -zxvf netfilter-layer7-v2.22.tar.gz -C /usr/src
tar -zxvf l7-protocols-2009-05-28.tar.gz -C /usr/src
tar -jxvf iptables-1.4.3.2.tar.bz2 -C /usr/src
rpm -qa | grep iptables
rpm -e --nodeps iptables-1.3.5-5.3.el5_4.1
rpm -e --nodeps iptables-ipv6-1.3.5-5.3.el5_4.1
cd /usr/src/linux-2.6.28/
patch -p1 < /usr/src/netfilter-layer7-v2.22/kernel-2.6.25-2.6.28-layer7-2.22.patch
yum install -y ncurses-devel
#make oldconfig
make menuconfig
make
make modules_install
make install
没有评论 (85 次浏览)
第 1 页,共 10 页12345...10...末页 »

无觅相关文章插件,快速提升流量

返回顶部