English | VPS常用软件下载 |
  • 美国VPS主机推荐
  • |
  • 代购
  • |
  • 10美元以下VPS
  • |
  • VPS新手指南/教程
  • |
  • 留言板
  • |
  • 关于VPSer
  • | VPS论坛 | 登录 |
  • 注册
  • Linode VPS 添加多IP/设置静态IP(Kloxo no_ip_address解决方法)

    2010年01月31日 下午 | 作者:VPSer

    Linode VPS默认情况下是通过DHCP自动获取IP的,所以在安装Kloxo完成设置Kloxo的时候会出现no_ip_address的提示,这个时候就需要手动设置上IP,这样才能添加域名。

    如果你设置Kloxo的时候出现no_ip_address的提示你可以按照下面步骤修改:

    使用编辑器编辑:/etc/sysconfig/network-scripts/ifcfg-eth0

    # Configuration for eth0
    DEVICE=eth0
    BOOTPROTO=none

    # This line ensures that the interface will be brought up during boot.
    ONBOOT=yes

    # eth0 - This is the main IP address that will be used for most outbound connections.
    # The address, netmask and gateway are all necessary.
    IPADDR=12.34.56.78   #你的IP地址
    NETMASK=255.255.255.0  #子网掩码
    GATEWAY=12.34.56.1 #网关

    一般这样设置好,再执行命令:service network restart 重启网络就好了。
    查看全文 »

    分享家:Addthis中国

    vePortal VPS主机控制面板使用教程

    2010年01月28日 下午 | 作者:VPSer

    vePortal 是继HyperVM爆漏洞之后用的比较多的一个VPS主机管理面板,虽然功能上没有HyperVM强大,但是也已经能够满足VPSer们的基本需求,像BurstPhotonVPS(目前好像是只有联系客服才可以添加,但是好像是存在问题。)就采用了这种面板。

    1、首先看一下vePortal控制面板

    上图,已经将各个功能菜单翻译,可以点开图片看大图。
    查看全文 »

    分享家:Addthis中国

    VPS主机选择32位还是64位?

    2010年01月23日 下午 | 作者:VPSer

    之前,我给大家介绍了VPS选购的相关文章,今天说以下VPS选择32位还是64位。

    32位与64位的前生今世

    当前广泛使用的CPU架构有x86和x86_64。其中x86是Intel很早推出的32位CPU架构,以前我们使用的绝大多数桌面CPU都是x86架构,包括AMD的一些CPU。

    x86_64是由AMD公司在最近几年设计推出的64位CPU架构,x86_64架构刚推出的时候被称为AMD64。x86_64兼容32位的x86架构,是一个很成功的64位CPU架构。Intel在AMD推出x86_64之后,也推出了自己的x86_64架构CPU,只不过Intel称呼x86_64为Intel64,EM64T。

    32位和64位系统的优缺点
    查看全文 »

    分享家:Addthis中国

    监控宝 安装使用指南

    2010年01月20日 上午 | 作者:VPSer

    监控宝是个好东西,有详尽的监控项目,可以对VPS进行24小时监控,并且当出现故障时可以通过邮件、短信(收费)、MSN提示。

    1、安装net-snmp

    首先我们需要下载Net-SNMP的源代码,地址如下:http://soft.vpser.net/status/net-snmp/net-snmp-5.4.2.1.tar.gz

    接下来对下载的源代码包进行解压缩,如下:tar zxvf  net-snmp-5.4.2.1.tar.gz

    cd net-snmp-5.4.2.1

    ./configure --prefix=/usr/local/snmp --with-openssl=/usr/ --with-mib-modules=ucd-snmp/diskio

    make && make install

    以上就完成了编译安装。
    查看全文 »

    分享家:Addthis中国

    Linode与攻击Google的黑客无关

    2010年01月16日 上午 | 作者:VPSer

    Linode是最好的VPS提供商之一,之前有人说中国黑客入侵Google等公司服务器的时候用的是Linode的服务器,Linode官方博客刚刚发表文章,澄清说:

    “有些媒体在报道中国黑客攻击Google等互联网公司事件的时候,有提到Linode。事实上,Linode的VPS并未被黑客利用来做坏事,而是Google选择我们帮助他们进行调查。Google认可本文陈述。”

    原文如下:

    Recent media coverage of cyber attacks appearing to originate from China against Google and other companies have mentioned a Linode VPS being involved.  No Linodes were involved in malicious activity related to this event.  In fact, it was Google themselves that chose to use Linode to aid in their investigation of the attacks.  Google has authorized us to release this statement:

    “Google signed up to become the operator of the VPS on Jan. 1, 2010 for the purposes of an investigation. At no point did malicious parties have control.” – Jay Nancarrow, Google Global Communications & Public Affairs

    Although our part was a small one, we’re glad to have been a component in this investigation. If you have any questions please don’t hesitate to contact us.

    相关链接:Linode 购买、安装、测试、配置教程

    原文链接:http://blog.linode.com/2010/01/15/linode-and-the-google-cyber-attacks/

    转载自:http://kangzj.net/linode-has-no-relationship-with-cyber-attack-against-google/

    分享家:Addthis中国