CentOS 安装PPTPD VPN服务

2011.12.06 / 标签: / 分类: WebServer
Sofa

1、安装相关软件 32位版: yum install -y ppp iptables wget http://vbets.googlecode.com/files/pptpd-1.3.4-2.rhel5.i386.rpm rpm -ivh pptpd-1.3.4-2.rhel5.i386.rpm 64位版: yum install -y ppp iptables wget http://vbets.googlecode.com/files/pptpd-1.3.4-2.rhel5.x86_64.rpm rpm -ivh pptpd-1.3.4-...

Read More »

查找linux系统中大文件的方法

2011.05.22 / 标签: / 分类: WebServer
Sofa

可以用下面的命令查找到系统中哪一个文件夹有问题然后逐层查看就可以找到是哪一个文件了 命令是 首先切换到根目录 cd / du -sh ./* du -sh ./* | sort 然后找到最大的文件夹 逐层就可以找到是哪一个文件夹最大是否是有问题的

Read More »

HREFER的部分FOOTPRINTS

2011.04.26 / 标签: / 分类: SEO
Sofa

很多TX不懂的如何配置HREFER的FOOTPRINTS,其实这个比SB的更智能,条件更多,下面列出部分高效的,主要还是为了做论坛外链用,方便大家使用 List of Footprints: For mybb: “Powered by MyBB” “Forum Contains New Posts” “Registration Date:” “Time Spent Online:” intitle:”profile of” For vbulletin: “...

Read More »

XRUMER PROFILE外链训练

2011.04.22 / 标签: / 分类: SEO
Sofa

工具: - Hrefer 3.3, Xrumer 7.5, Scrapebox, Adword tool for keyword, Keyword studio pro and a linklist merger 第一步,搞定关键字 通过GOOGLE搜索找到一百个高搜索的词,,像APPLE,IPHONE一样流行的,注意不是GOOGLE ADWODS. 将这一百个词放到Studio Pro里生成类似关键字,,这个工具明显比scrape...

Read More »

CentOS vsftpd安装配置

2011.04.02 / 标签: / 分类: WebServer
Sofa

1.查看有没有安装vsftpd: rpm -qa | grep vsftpd 2.yum安装vsftpd: yum install vsftpd touch /var/log/vsftpd.log # 创建vsftp的日志文件

Read More »

Centos 添加绑定IP到网卡

2011.03.24 / 标签: / 分类: WebServer
Sofa

1. enter "cd /etc/sysconfig/network-scripts"  进入/etc/sysconfig/network-scripts 目录 2. enter "cp ifcfg-eth0 ifcfg-eth0:1"  复制文件ifcfg-eth0 同目录下粘贴并重命名为ifcfg-eth0:1 3. edit the file "vi ifcfg-eth0:1" and modify DEVICE, and IPADDR  vi编辑ifcfg-eth0:1文件 DEVICE=eth0:1 ONBOOT=ye...

Read More »