官方论坛产品帮助刷图视频问题反馈

CentOS 5下vsftpd的设置

发表于 秦海传媒

我使用的是VPS,国内的基于hyper-v的VPS。做的比较垃圾,仅仅支持Centos 5.4. 没办法,不用不行。本文详细介绍了VSFTPD的设置全过程。
一、安装

yum -y install vsftpd*
yum -y install pam*
yum -y install db4*

二、系统帐户
为了更好的权限管理,所以我们使用WWW账户(和Nginx使用一个账户)

继续阅读

把网址放在桌面的PHP代码

发表于 秦海传媒

把网址放在桌面

<br /> <?php $Shortcut = "[InternetShortcut] URL=http://www.99288.net.cn/ IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 "; Header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=秦海传媒.url;"); echo $Shortcut; ?><br />

Debian(VPS)安装LNMP+Zend Optimizer+vsftpd 配置全过程

发表于 秦海传媒

Debian最小安装略。
更新系统


apt-get update
apt-get upgrade

安装软件


wget http://www.99288.net.cn/debian-actgod-vps.sh
bash debian-actgod-vps.sh system #清理系统
ifconfig #查看IP
bash debian-actgod-vps.sh nginx #安装Nginx
bash debian-actgod-vps.sh wordpress test.99288.net.cn #增加Wordpress
apt-get install vsftpd #安装FTP服务器
groupadd ftp #增加FTP用户组
useradd cdn140 ftp #增加FTP用户
vi /etc/vsftpd.conf #设置vsftpd
vi /etc/shells #设置本地用户权限
/etc/init.d/vsftpd restart #重启FTP服务器
cat /root/.my.cnf #查看mysql密码

继续阅读

Nginx安装ngx_cache_purge模块清理代理缓存

发表于 秦海传媒

下载ngx_cache_purge并解压后的目录为/opt/ngx_cache_purge下面(只有这个目录才有效)

wget http://download.github.com/FRiCKLE-ngx_cache_purge-1.2-6-g99b4f0f.tar.gz
tar xvzf FRiCKLE-ngx_cache_purge-1.2-6-g99b4f0f.tar.gz
mv FRiCKLE-ngx_cache_purge-1.2-6-g99b4f0f ngx_cache_purge

Nginx 静态缓存服务器部署

发表于 秦海传媒

我使用的是VPS 默认安装的Centos 5.4 并且带图形的版本。
1.设置putty支持中文。

changseting=》window=》appearance=>change 选择字体;
changseting=》window=》Translation=>UTF-8 设置编码;

2.设置服务器源:

cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.bak
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo
cat CentOS-Base.repo

继续阅读

Google ADs

除非另有声明,本站文章遵循知识共享署名-非商业性使用 2.5 中国大陆许可协议。 Copyright © 2008-2012 99288.NET.CN.