解决Debian6中文乱码

一月 15, 2012 by · Leave a Comment 

解决Debian6中文乱码:(是因为系统里没有中文字体)

(1)用浏览器打开百度搜索simsun.ttc,会在新浪爱问分享里找到,将它下载下来,默认保存在/home/harry文件夹下

(2)打开终端并切换到root身份 su -

(3)进入存放的目录 cd /home/harry

(4)拷贝到系统字体文件夹 cp simsun.ttc /usr/share/fonts/truetype/

(5)等待几秒钟系统就会自动显示中文了

semoweb特价VPS 21美元一年

十一月 23, 2010 by · Leave a Comment 

semoweb现在推出了年付21美元的vps主机

配置如下:

Guaranteed RAM: 256MB
Burstable RAM: 512MB
Disk Space: 10GB
Bandwidth: 350GB/Month
2 CPU Cores
1 IP Address
Control Panel

Dallas的Limestome机房 测试ip:208.115.237.3

Orlando,速度很一般。测试IP:67.23.245.2

有兴趣的朋友可购买地址:https://www.semoweb.com/billing/cart.php?a=add&pid=80

Godaddy感恩节$1美元优惠码

十一月 18, 2010 by · Leave a Comment 

优惠码:gobble

优惠内容:.COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK , .IN域名仅需1.00美元

有效日期:2010.12.15或者头10000名用户

HostRail vps

八月 12, 2010 by · Leave a Comment 

HostRail 创立于2004年,为个人和企业提供托管方案。他们的数据中心在 ,官方网站托管在 Dallas 的 Limestone Network,服务器也有部分在 Limestone Network,配置如下

  • 128MB memory
  • 30GB storage
  • 200GB/month data transfer
  • /
  • securedservers独立主机介绍

    七月 24, 2010 by · Leave a Comment 

    securedservers是一家加拿大IDC,成立于2001年,securedservers主要从事独立服务器业务,securedservers数据中心在美国菲利克斯,国内的访问速度还可以,访问的话,网通走sprintlink和level3,电信走hwng和gbl。securedservers国内访问速度中上,securedservers最大优势是价格便宜.securedservers适合做外贸站的用户购买,Dual core起始价只要48美元/月

    securedservers的网络:http://www.securedservers.com/network.php

    securedservers速度测试:http://www.securedservers.com/speedtest.htm?keepThis=true&TB_iframe=true&height=430&width=638

    访问官网:http://www.securedservers.com/

    SliceBox美国服务器简介

    七月 21, 2010 by · Leave a Comment 

    SliceBox是一家小型的美国服务器公司,SliceBox的服务器托管于HE.net(位于佛理蒙特的HE.net机房),HE.net机房亚洲访问速度非常快,SliceBox在北卡的阿什维尔机房也有服务器.因为SliceBox是一家小型的服务器公司,所以SliceBox价格相对比较便宜,

    其中He.net佛理蒙特机房配置:
    Class-A Server
    I3 530处理器
    1TB硬盘
    4G内存
    100mbps带宽不限制流量
    5个IP
    带KVM/IPMI 可自己重启服务器
    价格:129美元/月
    $299/季度 ($99/月)
    $550/半年 ($91/月) Read more

    Gigevps vps

    七月 15, 2010 by · Leave a Comment 

    GigeVPS 的服务器租用的是 HostDime 的设备,数据中心在 Orlando, FL,他们的这款 VPS 正在打折中,使用这个连接购买只要6.95美元每月,他们使用 控制面板。VPS 配置如下:

    • 512MB guaranteed/768MB burstable memory
    • 30GB storage
    • 350GB/month data transfer with 1Gbit port
    • /SolusVM

    rubyringtech vps

    七月 13, 2010 by · Leave a Comment 

          Ruby Ring Technologies 他们公司注册域名是在2007年,在这行业都有几年的技术了,服务器在得克萨斯州达拉Softlayer。现在他们公司在lowendbox推广。使用优惠码:lowendbox 可以得到50%的优惠,最搞配置那款VPS使用优惠码后只需要$9.98一个月相当便宜,VPS配置如下:

    • 1024MB guaranteed/1280MB burstable memory
    • 50GB storage
    • 10Mbps unmetered bandwidth
    • CPU Guaranteed 2GHZ
    • Dedicated IP’s
    • /

    Netfirms最新6.95$域名优惠码

    七月 13, 2010 by · Leave a Comment 

    优惠码:104AFFSPECIAL

    优惠内容:.Com .Net .Org域名$6.95

    有效时间:未知

    Nginx服务器配置WordPress固定连接

    七月 12, 2010 by · Leave a Comment 

    server {
    listen 80;
    server_name www.vpsad.com;
    access_log logs/www.vpsad.com.access.log main;
    
    location / {
    root /opt/www-data/www.vpsad.com;
    index index.html index.htm index.php;
    if (!-e $request_filename) {
    rewrite ^.+?(/.*\.php)$ $1 last;
    rewrite ^ /index.php last;
    }
    }
     Read more