网络电视直播

山东鲁能比赛直播,山东黄金男篮总决赛直播

屏蔽谷歌广告

AdBlock_2_5_55.rar 120679.user.rar

修改ssh端口方法:

[root@linux ~]# vi /etc/ssh/sshd_config# $OpenBSD: sshd_config,v 1.69 2004/05/23 23:59:53 dtucker Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options change a # default value. Port 8181 //以前这个前面是有 # 号的,而且默认是 22 ,修改成你喜欢的就ok了 #Protocol 2,1 #ListenAddress 0.0.0.0 #ListenAddress :: # HostKey for protocol version 1 #HostKey /etc/ssh/ssh_host_key # HostKeys for protocol version 2 #HostKey /etc/ssh/ssh_host_rsa_key #HostKey /etc/ssh/ssh_host_dsa_key

nginx+php5+mysql一键安装脚本&一键反代+替换脚本

获取一键包:wget http://lnmp.jybb.me/lnmp.sh #下载脚本 sh lnmp.sh

VPS一键安装包

首先是改密码 lsb_release -a看看是啥版本的

Typecho详细搬家教程(解决500错误)

这篇教程主要介绍Typecho完整搬家换主机换域名,以及解决中间出现的500错误。废话不多说,马上开始。DA面板的请看这里,非DA面板或无面板请看这里。 DA面板操作 1.进入DA面板,点击“恢复/备份”

页面嵌入式流媒体播放器

两种方法

论坛自动签名方法

找了一个chrome可用的。http://userscripts.org/scripts/show/133769 右键Install下载保存,拖到chrome扩展列表页面,即可安装。

给 phpstudy 添加虚拟主机

PHPStudy是一个常用的PHP本地环境搭建的一个程序包,方便实用。对学习PHP的新手来说, WINDOWS下环境配置是一件很困难的事;对老手来说也是一件烦琐的事.因此无论你是新手还是老手,该程序包都是一个不错的选择. 有时候需要同时测试多个网站,一次一次修改配置很是麻烦,这样就要用到 Apache 的虚拟主机功能了,可以让 Phpstudy 同时运行多个网站用于测试。