仙剑-云之凡 剧本泄露
http://pan.baidu.com/share/link?sha…
sqlserver 2008序列号
开发版(Developer): PTTFM-X467G-P7RH2-3…
AMH 找回 MySQL密码或账号
1) 停止 mysql# amh mysql stop;2) 编辑my…
centos 32bit安装zend
废话不说 wget http://autosetup1.googlec…
在CentOS(Linux)中添加单个IP和批量添加多个IP地方法
添加单个IP地址: 在/etc/sysconfig/network-s…
Centos解压RAR
1.wget http://www.rarsoft.com/rar/r…
linux下删除乱码文件
转自:http://hi.baidu.com/benmaoer/blo…
nginx wordpress 伪静态
location / { index index.php index….
DirectAdmin关闭本地邮件服务器,启用远程服务器
一直以来,使用DirectAdmin都有一个问题,例如我的域名是you…
查看linux下文件大小排序
du -s * | sort -nr | head