linode更新将在linode.im

May 18th, 2012 No comments

linode中文教程、linode代购、linode购买、linode使用、linode推介码、linode优惠码、linode返佣、linode流量、linode退款,等等均在http://www.linode.im更新,敬请关注。

即日起本博客不再更新,请移步至易主机论坛

March 19th, 2012 No comments

即日起本博客不再更新,今后更新均会在易主机论坛,关注本博客的朋友请移步到易主机论坛。

易主机论坛地址:http://bbs.yihost.net      易主机QQ群:185393826

易主机论坛定位:

1、给想要购买易主机以及购买过易主机的朋友提供一个交流的平台;

2、不定期更新一些linux基础学习教程,让linux菜鸟变老鸟;

3、翻译linode官方网站一些资料。(此版块为半封闭版块,可浏览回复,不可发帖)

centos5安装webmin/virtualmin,含升级php

March 2nd, 2012 No comments

1.putty登录linux主机:

screen -S  yi

2.升级centos

yum update

3.设置主机名,绑定ip

echo “HOSTNAME=yidiy1″ >> /etc/sysconfig/network
hostname “yidiy1″

vi /etc/hosts
127.0.0.1 localhost.localdomain localhost 106.187.56.78 yidiy1.yihost.net yidiy1

4.安装virtualmin,参考http://webmin.com/vinstall.html

wget -c http://software.virtualmin.com/gpl/scripts/install.sh

chmod +x install.sh
./install.sh

5.配置virtualmin/webmin.

6.升级php5.1.6至5.2.17(32位)

vi /etc/yum.repos.d/utterrambling.repo

[utterramblings]
name=Jason’s Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL5/i386/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

yum -y upgrade php

升级完毕,php -v

PHP 5.2.17 (cli) (built: Aug 31 2011 17:06:47)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
[root@xxx yum.repos.d]#

备注:注意升级php后,mysql会相应升级,需手动执行mysql_upgrade,不然无法使用virtualmin开通虚拟主机。

linode目前6大机房已全部支持ipv6

February 29th, 2012 No comments

linode目前6大机房已全部支持ipv6,已经购买linode的老客户,只要根据下面绿色的说明点击下enalbe ipv6,然后重启即可生效。新购买的linode客户,或者进行linode迁移的客户,均自动默认ipv6支持。

详见linode官方网站。http://blog.linode.com/2012/02/28/native-ipv6-now-available-in-all-locations/

With the World IPv6 Launch coming up on June 6th, 2012, we’ve been working hard to make IPv6 available to all Linode customers so they can participate. We’re happy to announce that IPv6 is now available in all six of our locations across the world!

If you’d like to enable IPv6 for your existing Linode, just navigate to the Remote Access tab of the Linode Manager and click the “Enable IPv6″ link. Once you reboot, your Linode will have a native IPv6 address ready to use. New Linodes and Linodes migrating between locations will automatically be IPv6-enabled.

Alternatively, NodeBalancers can be used as an IPv6 endpoint without you needing to actually enable IPv6 on your backend Linodes.

More information can be found on our IPv6 FAQ page.

Categories: linode VPS Tags: ,

linode账户下多个vps如何计算流量

February 26th, 2012 No comments

linode账户下有多个vps,如何计算这些vps的流量呢?我自己平时会给朋友们代购vps,代购的vps开的都是独立子帐号,这些vps都在我的linode总帐号里面。比如我现在有4个vps(512,512,1024,512)在我的linode帐号里,每月流量限额分别是200G,200G,400G,200G,加起来我的linode帐号月流量总限额是1TB。

一个月使用下来统计后发现,第一个vps用了50G流量,第二个vps用了50G流量,第三个vps用了450G流量,第4个vps用了100G流量。那流量如何计费呢?这4个vps加起来,一个月共使用了650G流量,没有超过linode总帐号的1TB流量,但是其中第3个vps使用了450G,超过了vps1024方案本身的流量限额400G,那么,我要不要为这超量的50G流量付费呢?

下面可以看看我给linode客服发的ticket,linode只计算总帐号下面的流量限额,只要总流量不超,就不额外扣费,如果总流量限额超了,得额外需要按0.1美金/1GB流量扣费。

hi,
i have 4 vps(512,512,1024,512) in my linode account”xxxxx”,i want to know how to calculate transfer flow?

Assumed that the total transfer quota in my linode account “yiqingfeng” is 1TB,For example,the 1st vps used 50G transfer this month,the 2nd vps used 50G transfer this month,the 3rd vps usede 450G transfer this month,the 4th used 100G transfer this month,then the total transfer flow is 650G.

I want to know should i pay more for the 3rd vps ?

Rgs,
xxxxx

Hello,

Thank you for contacting us. All transfer for your Linodes is pooled into your total transfer pool. Individual Linodes can exceed their transfer quota, as long as the total usage for your account is less than your total pool. If you exceed the total transfer quota, you will be billed for the additional usage at a rate of $0.10 per GB.

Let us know if there’s anything else we can do to assist you!

Regards,
Les

Categories: linode VPS Tags: , , ,