<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>如此接近</title>
	<atom:link href="http://www.99way.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.99way.com</link>
	<description>hello world!</description>
	<lastBuildDate>Mon, 09 Apr 2012 12:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>轻量级远程桌面 Xfce &amp; VNC &amp; Firefox for Debian（squeeze）</title>
		<link>http://www.99way.com/blog/archive/linux-%e8%bd%bb%e9%87%8f%e7%ba%a7%e8%bf%9c%e7%a8%8b%e5%9b%be%e5%bd%a2%e6%a1%8c%e9%9d%a2-xfce-vnc-firefox-for-debian.htm</link>
		<comments>http://www.99way.com/blog/archive/linux-%e8%bd%bb%e9%87%8f%e7%ba%a7%e8%bf%9c%e7%a8%8b%e5%9b%be%e5%bd%a2%e6%a1%8c%e9%9d%a2-xfce-vnc-firefox-for-debian.htm#comments</comments>
		<pubDate>Mon, 12 Mar 2012 13:31:45 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=203</guid>
		<description><![CDATA[Linux图形界面为什么选择Xfce 主要是考虑其低耗资源的特点，基本安装启动后内存消耗只有 40M 左右，对于大多数小内存的 VPS 而言是非常好的选择。 本文记录基于Xfce的图形界面在 Debian 上的安装以及实现远程管理等一些基本应用。 1.检查或编辑 sources.list vim /etc/apt/sources.list deb http://security.debian.org/ squeeze/updates main 并升级debian软件库 apt-get update #如果需要中文字体可安装如下软件包 aptitude install &#160;xfonts-intl-chinese xfonts-wqy ttf-wqy-zenhei ttf-wqy-microhei 2.安装 xfce4 aptitude install --without-recommends \ xorg xfce4 alsa-base alsa-utils cpufrequtils gamin xdg-utils \ desktop-base gnome-brave-icon-theme dmz-cursor-theme 3.远程访问软件可选择 vnc4server aptitude install vnc4server vnc4server &#160;#启动VNC #首次启动会要求你输入访问控制密码。 #远程访问客户端可以用 vncviewer ,但在访问前还需修改一个 [...]]]></description>
			<content:encoded><![CDATA[<p>Linux图形界面为什么选择Xfce 主要是考虑其低耗资源的特点，基本安装启动后内存消耗只有 40M 左右，对于大多数小内存的 VPS 而言是非常好的选择。<br />
本文记录基于Xfce的图形界面在 Debian 上的安装以及实现远程管理等一些基本应用。</p>
<p>1.检查或编辑 sources.list</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list<br />
deb http:<span style="color: #000000; font-weight: bold;">//</span>security.debian.org<span style="color: #000000; font-weight: bold;">/</span> squeeze<span style="color: #000000; font-weight: bold;">/</span>updates main</div></div>
<p>并升级debian软件库</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get update</span><br />
<span style="color: #666666; font-style: italic;">#如果需要中文字体可安装如下软件包</span><br />
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> &nbsp;xfonts-intl-chinese xfonts-wqy ttf-wqy-zenhei ttf-wqy-microhei</div></div>
<p>2.安装 xfce4</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--without-recommends</span> \<br />
xorg xfce4 alsa-base alsa-utils cpufrequtils gamin xdg-utils \<br />
desktop-base gnome-brave-icon-theme dmz-cursor-theme</div></div>
<p>3.远程访问软件可选择 vnc4server</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> vnc4server<br />
vnc4server &nbsp;<span style="color: #666666; font-style: italic;">#启动VNC</span><br />
<span style="color: #666666; font-style: italic;">#首次启动会要求你输入访问控制密码。</span><br />
<span style="color: #666666; font-style: italic;">#远程访问客户端可以用 vncviewer ,但在访问前还需修改一个 VNC 的 xstartup 文件，否则没有Xfce图像界面</span><br />
<span style="color: #c20cb9; font-weight: bold;">vim</span> ~<span style="color: #000000; font-weight: bold;">/</span>.vnc<span style="color: #000000; font-weight: bold;">/</span>xstartup</div></div>
<p>附我的 xstartup 文件</p>
<pre class="brush: bash; gutter: true; first-line: 1; highlight: []; html-script: false">#!/bin/sh

# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
xsetroot -solid grey
#vncconfig -iconic &amp;
#x-terminal-emulator -geometry 80x24+10+10 -ls -title &quot;$VNCDESKTOP Desktop&quot; &amp;
#x-window-manager &amp;
xfce4-session &amp;</pre>
<p>4.Debian 下可以安装原生 Firefox 或 使用系统自带的 Iceweasel :<br />
安装 iceweasel 和 flashplugin-nonfree_2.8.2_i386.deb</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#编辑 /etc/apt/sources.list 在默认源里打开 contrib：</span><br />
<span style="color: #666666; font-style: italic;">#也可以加入 deb http://www.debian-multimedia.org squeeze main contrib non-free</span><br />
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> update<br />
<span style="color: #666666; font-style: italic;"># 安装 GPG key :</span><br />
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> debian-multimedia-keyring<br />
<span style="color: #666666; font-style: italic;">#安装 iceweasel &amp; flashplayer-mozilla deb package:</span><br />
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> iceweasel flashplugin-nonfree</div></div>
<p>安装纯净 firefox :</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#编辑 /etc/apt/sources.list</span><br />
<span style="color: #666666; font-style: italic;">#加入 firefox :</span><br />
deb http:<span style="color: #000000; font-weight: bold;">//</span>packages.linuxmint.com debian import<br />
<span style="color: #666666; font-style: italic;">#导入 GPG key :</span><br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key adv</span> <span style="color: #660033;">--recv-key</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 3EE67F3D0FF405B2<br />
<span style="color: #666666; font-style: italic;">#编辑 /etc/apt/sources.list :</span><br />
<span style="color: #666666; font-style: italic;">#加入 flashplayer :</span><br />
deb http:<span style="color: #000000; font-weight: bold;">//</span>www.debian-multimedia.org squeeze main non-free<br />
<span style="color: #666666; font-style: italic;">#安装 firefox &amp; 中文语言包 &amp; flashplayer deb package :</span><br />
<span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> firefox firefox-l10n-zh flashplayer-mozilla</div></div>
<p>参考资料和安装包：<br />
<a href="http://wiki.debian.org/Xfce" title="Xfce" target="_blank">Xfce</a><br />
<a href="http://pkgs.org/adobe-flash-player-rpm-deb-linux-free-download/#download" title="Adobe Flash Player 11.1.102.63 for Linux" target="_blank">Adobe Flash Player 11.1.102.63 for Linux</a><br />
<a href="http://www.debianhelp.co.uk/vnc.htm" title="Vnc Configuration in Debian" target="_blank">Vnc Configuration in Debian</a><br />
<a href="http://www.debianadmin.com/remotely-manage-machines-using-vnc.html" title="Remotely Manage Machines Using VNC" target="_blank">Remotely Manage Machines Using VNC</a><br />
<a href="http://auriza.site40.net/notes/debian/xfce-minimal-installation-on-squeeze/" title="Xfce Minimal Installation on Squeeze" target="_blank">Xfce Minimal Installation on Squeeze</a><br />
<a href="http://www.cnidc.in/2011/12/503.html" title="centos +xfce4+vnc 全自动挂vagex" target="_blank">centos +xfce4+vnc 全自动挂vagex</a><br />
<a href="http://wiki.kartbuilding.net/index.php/Xfce-vncserver#Config_for_xfce_to_start_with_vncserver" title="Xfce-vncserver" target="_blank">Xfce-vncserver</a><br />
<a href="http://superuser.com/questions/322376/how-to-install-real-firefox-on-debian-6" title="How to install real Firefox on Debian 6?" target="_blank">How to install real Firefox on Debian 6?</a><br />
<a href="http://www.unxmail.com/read.php?164" title="debian 6 安装vnc xfce4 的快捷方法" target="_blank">debian 6 安装vnc xfce4 的快捷方法</a><br />
<a href="http://latex.yo2.cn/articles/debin-xfce4.html" title="Debian安装Xfce4桌面" target="_blank">Debian安装Xfce4桌面</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/linux-%e8%bd%bb%e9%87%8f%e7%ba%a7%e8%bf%9c%e7%a8%8b%e5%9b%be%e5%bd%a2%e6%a1%8c%e9%9d%a2-xfce-vnc-firefox-for-debian.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>穿越笔记</title>
		<link>http://www.99way.com/blog/archive/%e7%a9%bf%e8%b6%8a%e7%ac%94%e8%ae%b0.htm</link>
		<comments>http://www.99way.com/blog/archive/%e7%a9%bf%e8%b6%8a%e7%ac%94%e8%ae%b0.htm#comments</comments>
		<pubDate>Mon, 30 Jan 2012 13:28:04 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[OpenVPN]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=186</guid>
		<description><![CDATA[Android 和 iphone 上第三方软件对 OpenVPN 的支持，OpenVPN 已经逐渐成为最佳的穿越方案,现在针对它的设置教程和脚本已经随处可见，但是搜索出来的结果依然很凌乱，本人也对其基本的安装过程做了记录整理并改写成安装脚本，特此在这里做个记录分享，首次接触这个的朋友可以根据我的文字记录手动安装也可以输入如下命令自动安装： wget http://dl.dropbox.com/u/32817960/linux/Software/openvpn_debian.sh chmod +x openvpn_debian.sh ./openvpn_debian.sh 以下是手动安装步骤： 首先VPS必须开启TUN/TAP mkdir -p /dev/net mknod /dev/net/tun c 10 200 chmod 600 /dev/net/tun cat /dev/net/tun 如果返回： File descriptor in bad state 说明 TUN/TAP 开启状态，否则需要要求VPS供应商开启 1.导入 GPG key 将OpenVPN最新版本源地址加入sources.list并升级系统软件包信息 # 导入 GPG key wget -O - http://repos.openvpn.net/repos/repo-public.gpg&#124;apt-key add - # 将OpenVPN最新稳定版本源地址加入sources.list，根据不同版本下载相应的源列表 cd /etc/apt/sources.list.d [...]]]></description>
			<content:encoded><![CDATA[<p>Android 和 iphone 上第三方软件对 OpenVPN 的支持，OpenVPN 已经逐渐成为最佳的穿越方案,现在针对它的设置教程和脚本已经随处可见，但是搜索出来的结果依然很凌乱，本人也对其基本的安装过程做了记录整理并改写成安装脚本，特此在这里做个记录分享，首次接触这个的朋友可以根据我的文字记录手动安装也可以输入如下命令自动安装：</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>dl.dropbox.com<span style="color: #000000; font-weight: bold;">/</span>u<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">32817960</span><span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>Software<span style="color: #000000; font-weight: bold;">/</span>openvpn_debian.sh<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x openvpn_debian.sh<br />
.<span style="color: #000000; font-weight: bold;">/</span>openvpn_debian.sh</div></div>
<p>以下是手动安装步骤：<br />
首先VPS必须开启TUN/TAP</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>net<br />
<span style="color: #c20cb9; font-weight: bold;">mknod</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>net<span style="color: #000000; font-weight: bold;">/</span>tun c <span style="color: #000000;">10</span> <span style="color: #000000;">200</span><br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">600</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>net<span style="color: #000000; font-weight: bold;">/</span>tun<br />
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>net<span style="color: #000000; font-weight: bold;">/</span>tun</div></div>
<p>如果返回：<br />
File descriptor in bad state<br />
说明 TUN/TAP 开启状态，否则需要要求VPS供应商开启</p>
<p>1.导入 GPG key 将OpenVPN最新版本源地址加入sources.list并升级系统软件包信息</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># 导入 GPG key</span><br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-O</span> - http:<span style="color: #000000; font-weight: bold;">//</span>repos.openvpn.net<span style="color: #000000; font-weight: bold;">/</span>repos<span style="color: #000000; font-weight: bold;">/</span>repo-public.gpg<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">apt-key add</span> -</div></div>
<p># 将OpenVPN最新稳定版本源地址加入sources.list，根据不同版本下载相应的源列表</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list.d<br />
<span style="color: #666666; font-style: italic;"># debian 5.x (Lenny)</span><br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>repos.openvpn.net<span style="color: #000000; font-weight: bold;">/</span>repos<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>repos.openvpn.net-lenny-stable.list<br />
<span style="color: #666666; font-style: italic;"># debian 6.x (squeeze)</span><br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>repos.openvpn.net<span style="color: #000000; font-weight: bold;">/</span>repos<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>repos.openvpn.net-squeeze-stable.list<br />
<span style="color: #666666; font-style: italic;"># Ubuntu Lucid Lynx (10.04) Ubuntu 11.04 可以都用Lucid的版本</span><br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>repos.openvpn.net<span style="color: #000000; font-weight: bold;">/</span>repos<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>conf<span style="color: #000000; font-weight: bold;">/</span>repos.openvpn.net-lucid-stable.list</div></div>
<p>2.升级系统软件包信息而后安装并设置OpenVPN</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># 升级系统软件包信息</span><br />
<span style="color: #c20cb9; font-weight: bold;">apt-get update</span></div></div>
<p>查看一下软件库里面的版本是否为最新(目前是2.2.2)</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-cache show</span> openvpn</div></div>
<p>安装openvpn<br />
# 推荐用aptitude 会自动安装需要的依赖包，若系统未带可自行安装 apt-get install aptitude<br />
# 注：不是所有VPS都可以运行aptitude，内存太少会出错，可用apt-get代替<br />
# 比如 ubuntu 11.04 下会自行安装了如下软件包：<br />
# liblzo2-2 libpkcs11-helper1 openvpn openvpn-blacklist</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> openvpn</div></div>
<p>将样例文件复制到位：</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-R</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>doc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>examples<span style="color: #000000; font-weight: bold;">/</span>easy-rsa<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<br />
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>doc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>examples<span style="color: #000000; font-weight: bold;">/</span>sample-config-files<span style="color: #000000; font-weight: bold;">/</span>server.conf.gz <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<br />
<span style="color: #c20cb9; font-weight: bold;">gzip</span> <span style="color: #660033;">-d</span> server.conf.gz<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>easy-rsa<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span></div></div>
<p>编辑var文件修改默认用户信息如过期时间、证书密钥长度、签名信息等。</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">vim</span> var \\嫌麻烦可以跳过这步使用默认值</div></div>
<p>按照如下步骤生成服务器证书和密钥</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">source</span> vars .<span style="color: #000000; font-weight: bold;">/</span>vars<br />
.<span style="color: #000000; font-weight: bold;">/</span>clean-all \\此步骤清除所有证书<br />
.<span style="color: #000000; font-weight: bold;">/</span>build-ca <span style="color: #660033;">--batch</span> \\加个--batch参数会自动化批量生产<br />
.<span style="color: #000000; font-weight: bold;">/</span>build-key-server <span style="color: #660033;">--batch</span> server<br />
.<span style="color: #000000; font-weight: bold;">/</span>build-dh <span style="color: #660033;">--batch</span> \\创建 Diffie Hellman<br />
.<span style="color: #000000; font-weight: bold;">/</span>build-key <span style="color: #007800;">$1</span> \\生产客户端证书，将<span style="color: #007800;">$1</span>替换成你想要的名字<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> keys<br />
openvpn <span style="color: #660033;">--genkey</span> <span style="color: #660033;">--secret</span> ta.key \\防止恶意攻击用</div></div>
<p># 生产的文件均存放在 /etc/openvpn/easy-rsa/2.0/keys 文件夹内<br />
将服务器证书信息copy到/etc/openvpn/</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>keys<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">700</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>keys<br />
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>easy-rsa<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>keys<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>ca.crt,ta.key,server.crt,server.key,dh1024.pem<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>keys</div></div>
<p>编辑服务器端配置文件：</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>openvpn<span style="color: #000000; font-weight: bold;">/</span>server.conf</div></div>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 一般需要修改的关键配置 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>local YOUR.IP.ADDRESS // 服务器外网 IP<br />
port 1194 // 这个端口和客户端保持一致<br />
proto udp // TCP/udp任选一，注意和客户端保持一致，推荐使用 udp<br />
dev tun // tap/tun任选一，推荐使用（tunnel）模式<br />
tls-auth /etc/openvpn/easy-rsa/2.0/keys/ta.key 0 // 防止TCP或者UDP洪水攻击<br />
server 10.8.0.0 255.255.255.0 // 给客户端分配的 IP 段，千万不要和现有网段冲突<br />
push “redirect-gateway def1 bypass-dhcp” // 把 openvpn 服务器作为网关<br />
push “dhcp-option DNS 127.0.0.1&#8243; //加上本地不会有影响并使用本地DNS避免污染<br />
push “dhcp-option DNS 8.8.8.8&#8243; // 推送 Google DNS 服务器到客户端<br />
push “dhcp-option DNS 8.8.4.4&#8243;<br />
duplicate-cn //开启此项每个用户只允许一个链接<br />
log /var/log/openvpn.log //记录文件保存位置<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 一般需要修改的关键配置 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
#启动openvpn<br />
/etc/init.d/openvpn start</p>
<p>3. 安装配置客户端<br />
下载安装openvpn 2.2.2<br />
# 将如下5个文件下载到客户端电脑C:\Program Files\OpenVPN\config<br />
/etc/openvpn/easy-rsa/2.0/keys/ca.crt<br />
/etc/openvpn/easy-rsa/2.0/keys/$1.crt \\$1为你制作客户证书时的名字<br />
/etc/openvpn/easy-rsa/2.0/keys/$1.key<br />
/etc/openvpn/easy-rsa/2.0/keys/ta.key<br />
/usr/share/doc/openvpn/examples/sample-config-files/client.conf<br />
将client.conf更名为 $2.ovpn (替换$2为你需要的名字)<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 一般需要修改的关键配置 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
# proto 等内容需要和 server.conf 保持一致，需要修改的部分：<br />
# remote SERVER.IP.ADDRESS 1194 // IP 和端口保持和服务器一致<br />
tls-auth ta.key 1 // 防止TCP或者UDP洪水攻击<br />
ca ca.crt<br />
cert $2.crt<br />
key $2.key<br />
explicit-exit-notify 2 //使用UDP时开启此项<br />
# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 一般需要修改的关键配置 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
启动openvpn即可</p>
<p>4.关于使用网关转发<br />
先开启转发功能</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;net.ipv4.ip_forward=1&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>sysctl.conf</div></div>
<p>使设定生效<br />
sysctl -p<br />
以下配置防火墙</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">iptables-save <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.down.rules &nbsp;\\保存iptables规则<br />
iptables <span style="color: #660033;">-t</span> nat <span style="color: #660033;">-A</span> POSTROUTING <span style="color: #660033;">-s</span> 10.8.0.0<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span> <span style="color: #660033;">-j</span> SNAT –to-source 服务端外网IP \\针对OpenVZ<br />
<span style="color: #666666; font-style: italic;">#iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE \\针对Xen、KVM</span><br />
iptables-save <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.up.rules &nbsp; &nbsp;\\保存iptables规则</div></div>
<p># 将规则写入启动脚本使之重启可继续生效</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>if-pre-up.d<span style="color: #000000; font-weight: bold;">/</span>iptables<span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">&lt;</span>EOF<br />
<span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />
<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>iptables-restore <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.up.rules<br />
EOF<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>if-pre-up.d<span style="color: #000000; font-weight: bold;">/</span>iptables</div></div>
<p>5. 可使用chnroutes的脚本修改路由表来选择不同的线路区分访问国内外资源节约资源<br />
详细信息见：<a href="http://code.google.com/p/chnroutes/wiki/Usage" target="_blank">http://code.google.com/p/chnroutes/wiki/Usage</a></p>
<p>参考内容:<br />
<a href="http://ihipop.info/2011/04/2271.html" target="_blank">在Debian/CentOS设OpenVPN On OpenVZ/XEN VPS</a><br />
<a href="http://www.xiaohui.com/dev/server/20070514-install-openvpn.htm" target="_blank">Linux 下 OpenVPN 安装和 Windows OpenVPN GUI 安装笔记</a><br />
<a href="http://www.douban.com/note/97996409/" target="_blank">OpenVZ vps下的openvpn安装</a><br />
<a href="http://www.fallday.org/archives/230" target="_blank">OpenVPN安装配置</a><br />
<a href="http://bluemodule.com/software/openvpn-install-script-for-openvz-vps/" target="_blank">OpenVPN Install Script for OpenVZ VPS</a></code><br />
<a href="http://www.frozentux.net/iptables-tutorial/cn/iptables-tutorial-cn-1.1.19.html#UPDATINGTABLES" target="_blank">关于 iptables</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e7%a9%bf%e8%b6%8a%e7%ac%94%e8%ae%b0.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVZ Debian PPTP 自动安装脚本</title>
		<link>http://www.99way.com/blog/archive/openvz-debian-pptp-%e8%87%aa%e5%8a%a8%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac.htm</link>
		<comments>http://www.99way.com/blog/archive/openvz-debian-pptp-%e8%87%aa%e5%8a%a8%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac.htm#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:37:28 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[pptp]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=150</guid>
		<description><![CDATA[现在 VPS 上面 PPTP  相关的资料已经很丰富了，所以 PPTPD 服务的安装配置细节就没必要赘述了。但是资料虽多  OpenVZ 上面 Debian 下能用的 PPTP  安装脚本却不多见，比较多的要么是CentOS 的要么是 Xen 下面的 ，于是每次都是手动安装配置 ，今天终于合并修改了个 OpenVZ+Debian(现在这个脚本已经修改为同时支持Xen和OpenVZ) 下面可用的一键安装脚本以求一劳永逸。 123wget -c http://dl.dropbox.com/u/32817960/linux/Software/pptpd_debian.sh chmod +x pptpd_debian.sh ./pptpd_debian.sh 由于大多OpenVZ内核都不支持pptp加密，所以这个脚本没开启加密 如果需要开始手动修改 /etc/ppp/pptpd-options 去掉 #require-mppe-128 前面的# 就可以 现为默认开启加密，如果你发现你的VPS不能开启加密，你安装以上方法反向操作关闭加密 默认用户名 vpn 密码 123 可在/etc/ppp/chap-secrets 重新配置用户信息 注： * 这个脚本只适合单IP的VPS,过个IP需要修改 iptable 规则 * 没有配置加密的情况下windows pptp 连接需要做如下修改： 自动安装脚本内容： 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export PATH [...]]]></description>
			<content:encoded><![CDATA[<p>现在 VPS 上面 PPTP  相关的资料已经很丰富了，所以 PPTPD 服务的安装配置细节就没必要赘述了。但是资料虽多  OpenVZ 上面 Debian 下能用的 PPTP  安装脚本却不多见，比较多的要么是CentOS 的要么是 Xen 下面的 ，于是每次都是手动安装配置 ，<del datetime="2012-01-30T12:39:40+00:00">今天终于合并修改了个 OpenVZ+Debian</del>(<strong>现在这个脚本已经修改为同时支持Xen和OpenVZ</strong>) 下面可用的一键安装脚本以求一劳永逸。</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-c</span> http:<span style="color: #000000; font-weight: bold;">//</span>dl.dropbox.com<span style="color: #000000; font-weight: bold;">/</span>u<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">32817960</span><span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>Software<span style="color: #000000; font-weight: bold;">/</span>pptpd_debian.sh<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x pptpd_debian.sh<br />
.<span style="color: #000000; font-weight: bold;">/</span>pptpd_debian.sh</div></td></tr></tbody></table></div>
<p><del datetime="2012-01-30T12:39:40+00:00">由于大多OpenVZ内核都不支持pptp加密，所以这个脚本没开启加密<br />
如果需要开始手动修改 /etc/ppp/pptpd-options<br />
去掉 #require-mppe-128 前面的# 就可以</del><br />
现为默认开启加密，如果你发现你的VPS不能开启加密，你安装以上方法反向操作关闭加密<br />
默认用户名 vpn 密码 123<br />
可在/etc/ppp/chap-secrets 重新配置用户信息<br />
注：<br />
* 这个脚本只适合单IP的VPS,过个IP需要修改 iptable 规则<br />
* 没有配置加密的情况下windows pptp 连接需要做如下修改：<br />
<img src="http://farm7.static.flickr.com/6090/6143993968_4bc9447fea.jpg" title="pptp" class="alignnone" width="364" height="437" /><img src="http://farm7.static.flickr.com/6083/6143994024_3c2188bdb5.jpg" title="pptp2" class="alignnone" width="421" height="434" /></p>
<p>自动安装脚本内容：</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />
<span style="color: #007800;">PATH</span>=<span style="color: #000000; font-weight: bold;">/</span>bin:<span style="color: #000000; font-weight: bold;">/</span>sbin:<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin:<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>sbin:<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin:<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>sbin<br />
<span style="color: #7a0874; font-weight: bold;">export</span> PATH<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">clear</span><br />
<span style="color: #007800;">CUR_DIR</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">pwd</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">id</span> -u<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">printf</span> <span style="color: #ff0000;">&quot;Error: You must be root to run this script!&quot;</span><br />
&nbsp; &nbsp; <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span><br />
<span style="color: #000000; font-weight: bold;">fi</span><br />
<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#############################################################&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;# PPTP VPN Auto Install for OpenVZ&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;# Env: Debian/Ubuntu&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;# Author Url: &nbsp;http://diahosting.com &amp;&amp; http://wangyan.org&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;# Modified &nbsp;by http://99way.com on 2011.12.29&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;# Version: 1.0&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#############################################################&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;&quot;</span><br />
<br />
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-y</span> update<br />
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pptpd<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">'s/exit\ 0/#exit\ 0/'</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">mknod</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>ppp c <span style="color: #000000;">108</span> <span style="color: #000000;">0</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;mknod /dev/ppp c 108 0&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local<br />
<span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">'s/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g'</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>sysctl.conf<br />
sysctl <span style="color: #660033;">-p</span><br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000;">1</span> \<span style="color: #000000; font-weight: bold;">&gt;</span> \<span style="color: #000000; font-weight: bold;">/</span>proc\<span style="color: #000000; font-weight: bold;">/</span>sys\<span style="color: #000000; font-weight: bold;">/</span>net\<span style="color: #000000; font-weight: bold;">/</span>ipv4\<span style="color: #000000; font-weight: bold;">/</span>ip_forward <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local<br />
<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.local<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;/</span>etc<span style="color: #000000; font-weight: bold;">/</span>pptpd.conf<span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">&lt;</span>EOF<br />
localip 172.16.36.1<br />
remoteip 172.16.36.2-<span style="color: #000000;">254</span><br />
EOF<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ppp<span style="color: #000000; font-weight: bold;">/</span>pptpd-options <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ppp<span style="color: #000000; font-weight: bold;">/</span>pptpd-options.old<br />
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">&gt;/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ppp<span style="color: #000000; font-weight: bold;">/</span>pptpd-options<span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">&lt;</span>EOF<br />
name pptpd<br />
refuse-pap<br />
refuse-chap<br />
refuse-mschap<br />
require-mschap-v2<br />
require-mppe-<span style="color: #000000;">128</span><br />
ms-dns 8.8.8.8<br />
ms-dns 8.8.4.4<br />
proxyarp<br />
<span style="color: #666666; font-style: italic;">#debug</span><br />
<span style="color: #666666; font-style: italic;">#dump</span><br />
lock<br />
nobsdcomp<br />
novj<br />
novjccomp<br />
logfile <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>pptpd.log<br />
EOF<br />
<br />
<span style="color: #7a0874; font-weight: bold;">echo</span> vpn pptpd <span style="color: #000000;">123</span> \<span style="color: #000000; font-weight: bold;">*</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ppp<span style="color: #000000; font-weight: bold;">/</span>chap-secrets<br />
<br />
iptables-save <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.down.rules<br />
<br />
iptables <span style="color: #660033;">-t</span> nat <span style="color: #660033;">-A</span> POSTROUTING <span style="color: #660033;">-s</span> 172.16.36.0<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span> <span style="color: #660033;">-j</span> SNAT <span style="color: #660033;">--to-source</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> &nbsp;<span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">'inet addr:'</span><span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'127.0.0.'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> -d: <span style="color: #660033;">-f2</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">'NR==1 { print $1}'</span><span style="color: #000000; font-weight: bold;">`</span><br />
iptables <span style="color: #660033;">-A</span> FORWARD <span style="color: #660033;">-p</span> tcp <span style="color: #660033;">--syn</span> <span style="color: #660033;">-s</span> 172.16.36.0<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span> <span style="color: #660033;">-j</span> TCPMSS <span style="color: #660033;">--set-mss</span> <span style="color: #000000;">1356</span><br />
<br />
iptables-save <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.up.rules<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">cat</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>if-pre-up.d<span style="color: #000000; font-weight: bold;">/</span>iptables<span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">&lt;</span>EOF<br />
<span style="color: #666666; font-style: italic;">#!/bin/bash</span><br />
<span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>iptables-restore <span style="color: #000000; font-weight: bold;">&lt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>iptables.up.rules<br />
EOF<br />
<br />
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>if-pre-up.d<span style="color: #000000; font-weight: bold;">/</span>iptables<br />
<br />
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>pptpd restart</div></td></tr></tbody></table></div>
<p>* 参考资料：<br />
<a href="http://blog.doylenet.net/?p=17">PPTP using Poptop on CentOS 5</a><br />
<a href="http://www.diahosting.com/dload/pptpd.sh" target="_blank">CentOS PPTP 一键包</a>(OpenVZ)</code><br />
<a href="https://wangyan.org/blog/debian-pptp-vpn.html" target="_blank">Debian/Ubuntu PPTP VPN 安装笔记</a><br />
<a href="http://small-script.googlecode.com/files/debian-pptpd.tar.gz">Debian PPTP 一键包</a>(XEN)<br />
* 补充几个其他版本的自动安装脚本(均为Debian 或 CentOS 加 OpenVZ 环境)：<br />
<a href="http://igfw.tk/archives/4229">VPN (PPTP) 服务自动安装脚本&#038;OpenVPN 服务自动安装脚本</a>  <a href="http://sharesend.com/74eek" title="by yaocheng.tk">脚本下载</a> 备份下载点：<a href="http://dl.dropbox.com/u/32817960/linux/Mirror/VPN/install_pptp_on_vps_debian.sh">PPTP</a> <a href="http://dl.dropbox.com/u/32817960/linux/Mirror/VPN/install_openvpn_on_vps_debian.sh">OpenVPN</a><br />
<a href="http://chinatoosex.com/index.php/archives/13/">Debian/Ubuntu PPTP VPN 一键安装脚本</a> <a href="http://chinatoosex.com/script/pptp.sh" title="by chinatoosex.com">脚本下载</a> 备份下载点:<a href="http://dl.dropbox.com/u/32817960/linux/Mirror/VPN/pptp_debian_and_ubutun_by_chinatoosex.sh" title="by chinatoosex.com">1</a><br />
<a href="http://www.palfans.net/3-in-1-vpn-package/">vpn三合一安装包</a> 脚本下载：<a href="http://20ne.com/vpn/centos.sh" title="by palfans.net">CentOS</a> <a href="http://20ne.com/vpn/ubuntu.sh" title="by palfans.net">Ubuntu</a>  备份下载点:<a href="http://dl.dropbox.com/u/32817960/linux/Mirror/VPN/PPTP_L2TP_OPENVPN_%20Freeradius_%20Mysql_for_centos.sh" title="by palfans.net">CentOS</a> <a href="http://dl.dropbox.com/u/32817960/linux/Mirror/VPN/PPTP_L2TP_OPENVPN_%20Freeradius_%20Mysql_for_ubuntu.sh" title="by palfans.net">Ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/openvz-debian-pptp-%e8%87%aa%e5%8a%a8%e5%ae%89%e8%a3%85%e8%84%9a%e6%9c%ac.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置Nginx 反向代理</title>
		<link>http://www.99way.com/blog/archive/%e9%85%8d%e7%bd%aenginx-%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86.htm</link>
		<comments>http://www.99way.com/blog/archive/%e9%85%8d%e7%bd%aenginx-%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86.htm#comments</comments>
		<pubDate>Sun, 05 Jun 2011 08:40:14 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=122</guid>
		<description><![CDATA[目前相关文章 google 收录了一大把，此地多做个记录以备日后不时之需：
配置脚本大同小异大致如下（此脚本仅适用 http ）：]]></description>
			<content:encoded><![CDATA[<p>目前相关文章 google 收录了一大把，此地多做个记录以备日后不时之需： 配置文件大同小异大致如下（此例仅适用 http ）：</p>
<div class="codecolorer-container bash mac-classic codecolorer-noborder" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">upstream ghs <span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
ip_hash;<br />
server ghs.google.com;<br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span><br />
server <span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
listen <span style="color: #000000;">80</span>;<br />
server_name ghs.yourname.xxx yourname.xxx <span style="color: #000000; font-weight: bold;">*</span>.yourname.xxx;<br />
<span style="color: #666666; font-style: italic;"># yourname.xxx 即你想要代理的域名</span><br />
<span style="color: #666666; font-style: italic;"># 可设置多个域名，各域名之间用空格相连，结尾用 ; 标识</span><br />
<span style="color: #666666; font-style: italic;"># 可用添加二级多级以及泛域名</span><br />
location <span style="color: #000000; font-weight: bold;">/</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><br />
proxy_redirect off;<br />
proxy_set_header Host <span style="color: #007800;">$host</span>;<br />
proxy_pass http:<span style="color: #000000; font-weight: bold;">//</span>ghs;<br />
proxy_set_header x-real-IP <span style="color: #007800;">$remote_addr</span>;<br />
proxy_set_header X-Forwarded-For <span style="color: #007800;">$proxy_add_x_forwarded_for</span>;<br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span><br />
<span style="color: #7a0874; font-weight: bold;">&#125;</span></div></div>
<p>包含到 nginx 配置文件内重载 nginx 就可以实现功能，之前必须将 yourname.xxx 只想 nginx 所在服务器 更多详细的阐述可以参照如下信息： <a href="http://littz.com/ghs-littz-com-alternative-ghs-google-com.html">http://littz.com/ghs-littz-com-alternative-ghs-google-com.html</a><br />
<a href="http://blog.stevenwang.name/nginx-reverse-proxy-122001.html">http://blog.stevenwang.name/nginx-reverse-proxy-122001.html</a> <a href="http://www.lostab.info/">http://www.lostab.info/</a><br />
<a href="http://blog.s135.com/post/306/">http://blog.s135.com/post/306/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e9%85%8d%e7%bd%aenginx-%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 linux 下无错运行 MT4</title>
		<link>http://www.99way.com/blog/archive/%e5%9c%a8-linux-%e4%b8%8b%e6%97%a0%e9%94%99%e8%bf%90%e8%a1%8c-mt4.htm</link>
		<comments>http://www.99way.com/blog/archive/%e5%9c%a8-linux-%e4%b8%8b%e6%97%a0%e9%94%99%e8%bf%90%e8%a1%8c-mt4.htm#comments</comments>
		<pubDate>Sat, 14 Aug 2010 04:17:55 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[MT4]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=119</guid>
		<description><![CDATA[&#8211; 需要安装 Wine ，新立软件包里那个就可以，命令行安装就可以 sudo apt-get install wine &#8211; 要 copy 一个 Dll 文件，不然不能正常运行 将 XP windows/system32 文件夹下的mfc42.dll 复制到wine C盘的system32目录下 &#8211; 要 copy 2个 字体，拷贝windows XP 的simsun.ttc和wingding.ttf字体文件(在Fonts文件夹下)到wine C盘的Fonts目录下。 &#8211; 修改注册表 运行 wine 的 Configure 目录下的 regedit 到HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\这个位置下操作 创建FontLink关键词（也就是个文件夹）然后在其下创建SystemLink关键词（也是个文件夹）然后在其下操作 最终形成HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink这样的路径 在SystemLink下创建 多字符串值 名字为Tahoma 值为 simsun.ttc,SimSun 到这里呢mt4界面的中文显示已经没有问题了。 但是我的自定义指标用到了Verdana字体，这个也不能正常显示，因此需要创建一个和上面Thoma一样的键如下 在SystemLink下创建 多字符串值 名字为Verdana值为simsun.ttc,SimSun 通过以上修改，可以在 linux 下正常使用 MT4 [...]]]></description>
			<content:encoded><![CDATA[<p>&#8211; 需要安装 Wine ，新立软件包里那个就可以，命令行安装就可以<br />
sudo apt-get install wine<br />
&#8211; 要 copy 一个 Dll 文件，不然不能正常运行<br />
    将 XP windows/system32 文件夹下的mfc42.dll 复制到wine C盘的system32目录下<br />
&#8211; 要 copy 2个 字体，拷贝windows XP 的simsun.ttc和wingding.ttf字体文件(在Fonts文件夹下)到wine C盘的Fonts目录下。<br />
&#8211; 修改注册表<br />
    运行 wine 的 Configure 目录下的 regedit<br />
到HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\这个位置下操作<br />
创建FontLink关键词（也就是个文件夹）然后在其下创建SystemLink关键词（也是个文件夹）然后在其下操作<br />
最终形成HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink这样的路径<br />
在SystemLink下创建 多字符串值 名字为Tahoma 值为<br />
simsun.ttc,SimSun<br />
到这里呢mt4界面的中文显示已经没有问题了。<br />
但是我的自定义指标用到了Verdana字体，这个也不能正常显示，因此需要创建一个和上面Thoma一样的键如下<br />
在SystemLink下创建 多字符串值 名字为Verdana值为simsun.ttc,SimSun</p>
<p>通过以上修改，可以在 linux 下正常使用 MT4 。</p>
<p>参考资料：</p>
<p>http://forum.ubuntu.org.cn/viewtopic.php?f=121&#038;t=204963</p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e5%9c%a8-linux-%e4%b8%8b%e6%97%a0%e9%94%99%e8%bf%90%e8%a1%8c-mt4.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux 下 hamachi 的安装使用</title>
		<link>http://www.99way.com/blog/archive/linux-%e4%b8%8b-hamachi-%e7%9a%84%e5%ae%89%e8%a3%85%e4%bd%bf%e7%94%a8.htm</link>
		<comments>http://www.99way.com/blog/archive/linux-%e4%b8%8b-hamachi-%e7%9a%84%e5%ae%89%e8%a3%85%e4%bd%bf%e7%94%a8.htm#comments</comments>
		<pubDate>Mon, 09 Aug 2010 07:10:16 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>
		<category><![CDATA[hamachi]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=115</guid>
		<description><![CDATA[Hamachi 是一款相当有用的VPN工具，并且支持linux &#038; windows 之间建立 VPN 连接，相当实用，这里并不过多阐述它的用途，只是记录它的安装使用。 目前在linux下面稳定版本是 hamachi-0.9.9.9-20，他们公司论坛里面还有一个hamach2的linux测试版本，这个我没有尝试，0.9.9.9-20已经完全可以实现我需要的功能了。 正常的安装步骤： 1. 先用上面的链接去下载 hamachi 并解压缩（tar zxvf hamachi-0.9.9.9-20-lnx.tar.gz） 2. 用root身份安装执行 hamachi cd hamachi-0.9.9.9-20-lnx sudo make install sudo /sbin/tuncfg 3.用要使用 hamachi 的用户执行如下命令： hamachi-init 这样获得 hamachi 的初始化数据 4.sudo hamachi start 来启动这个服务 hamachi 命令使用如下： # start [debug] stop # set-nick login logout # list get-nicks # create [ ] delete [...]]]></description>
			<content:encoded><![CDATA[<p>Hamachi 是一款相当有用的VPN工具，并且支持linux &#038; windows 之间建立 VPN 连接，相当实用，这里并不过多阐述它的用途，只是记录它的安装使用。<br />
目前在linux下面稳定版本是 <a href="http://files.hamachi.cc/linux/hamachi-0.9.9.9-20-lnx.tar.gz">hamachi-0.9.9.9-20</a>，他们公司论坛里面还有一个hamach2的linux测试版本，这个我没有尝试，0.9.9.9-20已经完全可以实现我需要的功能了。<br />
正常的安装步骤：<br />
1. 先用上面的链接去下载 hamachi 并解压缩（tar zxvf hamachi-0.9.9.9-20-lnx.tar.gz）<br />
2. 用root身份安装执行 hamachi<br />
   cd hamachi-0.9.9.9-20-lnx<br />
   sudo make install<br />
   sudo /sbin/tuncfg<br />
3.用要使用 hamachi 的用户执行如下命令：<br />
   hamachi-init<br />
   这样获得 hamachi 的初始化数据<br />
4.sudo hamachi start 来启动这个服务<br />
hamachi 命令使用如下：<br />
             # start [debug]<br />
                stop<br />
             #  set-nick <nickname><br />
                login<br />
                logout<br />
             #  list<br />
                get-nicks<br />
             #  create <network> [
<password>]<br />
                delete <network><br />
                evict  </network><network> &lt;5.x.x.x><br />
             #  join   </network><network> [
<password>]<br />
                leave  <network><br />
             #  go-online </network><network><br />
                go-offline </network><network><br />
记得一定要执行 sudo hamachi go-online 以后同组其他人才能看到你，这个小小的失误曾一度让我困惑不已。<br />
5.让它随机自动启动：<br />
首先写个启动脚本：<br />
   sudo nano /etc/init.d/hamachi<br />
脚本内容如下：</p>
<blockquote><p>#!/bin/bash<br />
###################################<br />
### Start-up script for Hamachi ###<br />
###################################<br />
USER=yourname<br />
case “$1&#8243; in<br />
start)<br />
/sbin/tuncfg<br />
/bin/su &#8211; $USER -c “hamachi start”<br />
;;<br />
stop)<br />
/bin/su &#8211; $USER -c “hamachi stop”<br />
;;<br />
restart|force-reload)<br />
/bin/su &#8211; $USER -c “hamachi start”<br />
/bin/su &#8211; $USER -c “hamachi stop”<br />
;;<br />
*)<br />
exit 1<br />
;;<br />
esac<br />
exit 0</p></blockquote>
<p>请把USER改成你要使用hamachi 的 linux 用户的名字而后增加其执行权限<br />
   chmod +x hamachi<br />
把脚本链接到适当的 运行级别目录下面：<br />
   ln -s /etc/init.d/hamachi /etc/rc2.d/S99hamachi<br />
   ln -s /etc/init.d/hamachi /etc/rc2.d/K99hamachi<br />
这里面的2就是你的运行级别，debian系的比如ubuntu都使用的是2,其它大部分Linux使用的是5。</p>
<p>怕麻烦的朋友还有一种最简单的办法：<br />
用别人已经写好的安装脚本（最高支持 ubuntu10.04）,执行如下命令：<br />
wegt http://webupd8.googlecode.com/files/hamachi-install-ubuntu-1.0.2 &#038;&#038; chmod +x hamachi-install-ubuntu-1.0.2<br />
./hamachi-install-ubuntu-1.0.2<br />
然后按照脚本提示操作，1 是安装hamachi服务端，2、3是两个不同的 gui 界面，脚本作者推荐用3，最后是卸载和备份 hamachi 。</p>
<p>参考资料：</p>
<p>http://ubuntuforums.org/showthread.php?t=550914</p>
<p>http://www.linuxany.com/archives/282.html</p>
<p>http://forums.hamachi.cc/viewtopic.php?t=3180</p>
<p>http://forums.hamachi.cc/viewtopic.php?t=3421</p>
<p>http://hi.baidu.com/88370827/blog/item/c75ea465d461a5faf7365489.html</p>
<p>http://code.google.com/p/webupd8/</p>
<p></network></password></network></password></network></nickname></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/linux-%e4%b8%8b-hamachi-%e7%9a%84%e5%ae%89%e8%a3%85%e4%bd%bf%e7%94%a8.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 同步3322.org动态域名的办法</title>
		<link>http://www.99way.com/blog/archive/ubuntu-%e5%90%8c%e6%ad%a53322-org%e5%8a%a8%e6%80%81%e5%9f%9f%e5%90%8d%e7%9a%84%e5%8a%9e%e6%b3%95.htm</link>
		<comments>http://www.99way.com/blog/archive/ubuntu-%e5%90%8c%e6%ad%a53322-org%e5%8a%a8%e6%80%81%e5%9f%9f%e5%90%8d%e7%9a%84%e5%8a%9e%e6%b3%95.htm#comments</comments>
		<pubDate>Mon, 09 Aug 2010 00:30:56 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[Unix && Linux]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=111</guid>
		<description><![CDATA[方法一：用 wget ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ Step 1: 在你的/etc/crontab的文件最后加上 */15 * * * * root wget -q -O /var/log/dyndns.log -i /etc/dyndns/dyndns.conf 我设置的15分钟更新一次。你可以自己调整相应的时间 Step 2: 以root身份在你的/etc下建立一个dyndns的目录，然后创建一个dyndns.conf的文件，内容为 http://username:password@members.3322.org/dyndns/update?system=dyndns&#038;hostname=yourhostname.3322.org&#038;wildcard=ON 重启你的crond，就搞定了：） 其实原理就是用cron自动定时的调用wget自动去更新你的域名指向，并且log中可以看到成功与否的信息。 方法二：用 lynx ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ crontab -e 添加下面的内容： 01 * * * * lynx -mime_header -auth=user:password “http://www.3322.org/dyndns/update?system=dyndns&#038;hostname=myhost.3322.org” &#038; 注意：将user和password改为你自己的帐号和密码，后面的myhost.3322.org改为你自己的动态域名。 另外一种方式是通过文本浏览器获得IP后发送到指定邮箱也可 lynx -source www.3322.org/dyndns/getip]]></description>
			<content:encoded><![CDATA[<p>方法一：用 wget<br />
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊<br />
Step 1:<br />
在你的/etc/crontab的文件最后加上</p>
<p>*/15 * * * * root wget -q -O /var/log/dyndns.log -i /etc/dyndns/dyndns.conf</p>
<p>我设置的15分钟更新一次。你可以自己调整相应的时间</p>
<p>Step 2:<br />
以root身份在你的/etc下建立一个dyndns的目录，然后创建一个dyndns.conf的文件，内容为</p>
<p>http://username:password@members.3322.org/dyndns/update?system=dyndns&#038;hostname=yourhostname.3322.org&#038;wildcard=ON</p>
<p>重启你的crond，就搞定了：）</p>
<p>其实原理就是用cron自动定时的调用wget自动去更新你的域名指向，并且log中可以看到成功与否的信息。</p>
<p>方法二：用 lynx<br />
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊<br />
crontab -e</p>
<p>添加下面的内容：<br />
01 * * * * lynx -mime_header -auth=user:password “http://www.3322.org/dyndns/update?system=dyndns&#038;hostname=myhost.3322.org” &#038;</p>
<p>注意：将user和password改为你自己的帐号和密码，后面的myhost.3322.org改为你自己的动态域名。</p>
<p>另外一种方式是通过文本浏览器获得IP后发送到指定邮箱也可<br />
lynx -source www.3322.org/dyndns/getip</p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/ubuntu-%e5%90%8c%e6%ad%a53322-org%e5%8a%a8%e6%80%81%e5%9f%9f%e5%90%8d%e7%9a%84%e5%8a%9e%e6%b3%95.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>360 很黄很暴力</title>
		<link>http://www.99way.com/blog/archive/360-%e5%be%88%e9%bb%84%e5%be%88%e6%9a%b4%e5%8a%9b.htm</link>
		<comments>http://www.99way.com/blog/archive/360-%e5%be%88%e9%bb%84%e5%be%88%e6%9a%b4%e5%8a%9b.htm#comments</comments>
		<pubDate>Mon, 24 May 2010 11:29:24 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[近况]]></category>
		<category><![CDATA[360]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=106</guid>
		<description><![CDATA[这是一篇被多处转载的文章，道出360 不少不为人知的秘密，关于这篇文章的真实性网上争论很多。 本人多年以前就对 3721 很厌恶，如文章中所说奇虎初期的确投资过discuz!，并且搞过一个”奇虎论坛搜索”，大抵就是在各个discuz论坛中加入插件，把论坛中的内容收集到奇虎，由奇虎整合发布并给论坛带来访问流量，站长从中受益，但事实上加入这个计划以后众多站长才发现真正受益的是奇虎，它光明正大的整合各个论坛的资源来充实自己，真正提高的是奇虎的访问量，而给论坛带来的流量就是已经在奇虎阅读过相同内容的二手货，这些流量基本等于泡沫，因为没什么粘度可言，来过论坛逛过一回就不再来了，另外当时的奇虎搜索没有什么真正有价值的核心业务，为了吸引流量奇虎大量搜集整合发布跟情色打擦边球的图片内容，简直就是当时中文网站最大的淫窝，就这样折腾了一段时间估计虽然有流量却没质量实际的收益可能并不理想，另外国内网络环境也越来越不那么宽松了，于是奇虎搜索才开始转型，后来出来了奇虎口袋、360等新业务。 综上所述，就对qihoo 搜索的观察感觉周其人人品应该的确不怎么的(仅代表个人观点)，所以360 出来以后就不怎么看好，也不太敢用，带着这样的感情色彩，本人更愿意相信，文章所叙述的内容是真实的。 1. 360为什么每10分钟联网上传数据？ 绝大部分360的用户都没有注意到一个细节：360安全卫士每十分钟联一次网，每次上传6KB左右数据，一天上传约1MB数据（不包含下载数据），一年约350MB数据。风雨无阻，永不间断。 一个安全软件为什么要如此频繁的上传数据呢（注意不是下载，给系统下载补丁包的流量不是上传流量）？查询是否有新的补丁包一来不需要这么频繁，二来不需要这么大的数据量。秘密就是我们搜集用户的隐私数据，并上传到服务器。当然，我们做了精心的设计，为了避免一次上传过多信息，容易引起用户警觉，采用了高频度、小流量的策略，并对数据进行压缩和加密处理，以防用户警觉。周总最近又在吹嘘“云查杀”，其实就是为了掩盖这个问题。 2. 360为什么要获取用户隐私呢？ 360是免费的，靠什么养活公司、养活我们这个团队呢？360对外号称的，靠代理卡巴斯基杀毒软件的收入、靠软件推广的收入，其实根本无法支撑如此庞大的奇虎团队和服务器开销。周总花掉了大笔VC的钱，一次次不能兑现对VC的承诺，奇虎再融资难上加难。面临VC业绩的压力，铤而走险，周总也是没有别的办法。&#8230;.. 因为很多人转载过这篇文章，也不知道原文出自何处，上面只是截取了一段，全文可以点这里]]></description>
			<content:encoded><![CDATA[<p>  这是一篇被多处转载的文章，道出360 不少不为人知的秘密，关于这篇文章的真实性网上争论很多。<br />
  本人多年以前就对 3721 很厌恶，如文章中所说奇虎初期的确投资过discuz!，并且搞过一个”奇虎论坛搜索”，大抵就是在各个discuz论坛中加入插件，把论坛中的内容收集到奇虎，由奇虎整合发布并给论坛带来访问流量，站长从中受益，但事实上加入这个计划以后众多站长才发现真正受益的是奇虎，它光明正大的整合各个论坛的资源来充实自己，真正提高的是奇虎的访问量，而给论坛带来的流量就是已经在奇虎阅读过相同内容的二手货，这些流量基本等于泡沫，因为没什么粘度可言，来过论坛逛过一回就不再来了，另外当时的奇虎搜索没有什么真正有价值的核心业务，为了吸引流量奇虎大量搜集整合发布跟情色打擦边球的图片内容，简直就是当时中文网站最大的淫窝，就这样折腾了一段时间估计虽然有流量却没质量实际的收益可能并不理想，另外国内网络环境也越来越不那么宽松了，于是奇虎搜索才开始转型，后来出来了奇虎口袋、360等新业务。<br />
   综上所述，就对qihoo 搜索的观察感觉周其人人品应该的确不怎么的(仅代表个人观点)，所以360 出来以后就不怎么看好，也不太敢用，带着这样的感情色彩，本人更愿意相信，文章所叙述的内容是真实的。</p>
<blockquote><p>1. 360为什么每10分钟联网上传数据？</p>
<p>绝大部分360的用户都没有注意到一个细节：360安全卫士每十分钟联一次网，每次上传6KB左右数据，一天上传约1MB数据（不包含下载数据），一年约350MB数据。风雨无阻，永不间断。</p>
<p>一个安全软件为什么要如此频繁的上传数据呢（注意不是下载，给系统下载补丁包的流量不是上传流量）？查询是否有新的补丁包一来不需要这么频繁，二来不需要这么大的数据量。秘密就是我们搜集用户的隐私数据，并上传到服务器。当然，我们做了精心的设计，为了避免一次上传过多信息，容易引起用户警觉，采用了高频度、小流量的策略，并对数据进行压缩和加密处理，以防用户警觉。周总最近又在吹嘘“云查杀”，其实就是为了掩盖这个问题。</p>
<p>2. 360为什么要获取用户隐私呢？</p>
<p>360是免费的，靠什么养活公司、养活我们这个团队呢？360对外号称的，靠代理卡巴斯基杀毒软件的收入、靠软件推广的收入，其实根本无法支撑如此庞大的奇虎团队和服务器开销。周总花掉了大笔VC的钱，一次次不能兑现对VC的承诺，奇虎再融资难上加难。面临VC业绩的压力，铤而走险，周总也是没有别的办法。&#8230;..</p></blockquote>
<p>因为很多人转载过这篇文章，也不知道原文出自何处，上面只是截取了一段，全文可以<a href="http://hi.baidu.com/binfenxiaozi/blog/item/19cc1e3442c07681a71e125d.html" target="_blank">点这里</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/360-%e5%be%88%e9%bb%84%e5%be%88%e6%9a%b4%e5%8a%9b.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DreamHost 编译自己的 PHP 并安装eAccelerator 加速</title>
		<link>http://www.99way.com/blog/archive/dreamhost-%e7%bc%96%e8%af%91%e8%87%aa%e5%b7%b1%e7%9a%84-php-%e5%b9%b6%e5%ae%89%e8%a3%85eaccelerator-%e5%8a%a0%e9%80%9f.htm</link>
		<comments>http://www.99way.com/blog/archive/dreamhost-%e7%bc%96%e8%af%91%e8%87%aa%e5%b7%b1%e7%9a%84-php-%e5%b9%b6%e5%ae%89%e8%a3%85eaccelerator-%e5%8a%a0%e9%80%9f.htm#comments</comments>
		<pubDate>Wed, 05 May 2010 14:37:53 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[欧美空间]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[eAccelerator]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=58</guid>
		<description><![CDATA[DreamHost 后台非常强大，他的 SSh 能做多数虚拟主机做不了的事情，比godaddy那种阉割的 SSh 要牛逼很多，用它越墙更是爽歪歪。但是 DreamHost 默认没有安装加速软件 ，这多少有点儿遗憾，不知道是不是心理作用，在这上边跑WP总有点儿不够快的感觉，于是终于忍不住给它装了个 eaccelerator 。网上找过，关于在 DreamHost 上装eaccelerator 文章很少且都过时了，幸好 Dreamhost 有Wiki 。看了下安装 eaccelerator 必须要改 php.ini ，所以得重新编译 PHP ，编译 PHP 的话必须先搞定它那些常用模块，内容很多纯手工操作可不容易，幸好 Wiki 上面有脚本，能省不少事儿，下面给大家分享一下整个流程。 * 首先，用SSh 进入，用vim 命令在根目录建立一个xxx.sh 文件，键盘敲击 i 用copy方式插入安装脚本，:wq 保存并推出(不熟悉linux 命令可以在自己机器上建好文档上传到根目录)，记得最后要用 chmod +x XXX.sh 给这 sh 附加可执行权限。 * 在根目录输入 ./xxx.sh 回车运行安装脚本。关于安装脚本，Wiki 上面有好几个版本，但因为时效的缘故，多多少少有些错误，我费了好大劲修正了他们给出的 mian script 并对脚本做了修改，使它能同时兼容 php 5.2.x 和 5.3.x ，你只需要开关相应的注释就可以在这两个版本间切换，细节这里不做赘述，看一下脚本很容易就能改过来。我已经更新了 [...]]]></description>
			<content:encoded><![CDATA[<p>DreamHost 后台非常强大，他的 SSh 能做多数虚拟主机做不了的事情，比godaddy那种阉割的 SSh 要牛逼很多，用它越墙更是爽歪歪。但是 DreamHost 默认没有安装加速软件 ，这多少有点儿遗憾，不知道是不是心理作用，在这上边跑WP总有点儿不够快的感觉，于是终于忍不住给它装了个 eaccelerator 。网上找过，关于在 DreamHost 上装eaccelerator 文章很少且都过时了，幸好 Dreamhost 有Wiki 。看了下安装 eaccelerator 必须要改 php.ini ，所以得重新编译 PHP ，编译 PHP 的话必须先搞定它那些常用模块，内容很多纯手工操作可不容易，幸好 Wiki 上面有脚本，能省不少事儿，下面给大家分享一下整个流程。<br />
* 首先，用SSh 进入，用vim 命令在根目录建立一个xxx.sh 文件，键盘敲击 i 用copy方式插入安装脚本，:wq 保存并推出(不熟悉linux 命令可以在自己机器上建好文档上传到根目录)，记得最后要用 chmod +x XXX.sh 给这 sh 附加可执行权限。<br />
* 在根目录输入 ./xxx.sh 回车运行安装脚本。关于安装脚本，Wiki 上面有好几个版本，但因为时效的缘故，多多少少有些错误，我费了好大劲修正了他们给出的 mian script 并对脚本做了修改，使它能同时兼容 php 5.2.x 和 5.3.x ，你只需要开关相应的注释就可以在这两个版本间切换，细节这里不做赘述，看一下脚本很容易就能改过来。我已经更新了 Wiki ，最后那个就是我修正的，推荐各位用这个：<a href="http://wiki.dreamhost.com/Installing_PHP5#Another_install_script_for_PHP_5.2.x_.26_5.3.x" target="_blank">点击链接</a><br />
* 正常的话，20分钟以内能够编译好 PHP ，建议大家用 PHP 5.2.13 ，这个是默认的，5.3.2 目前没有相应的 zend optimizer,我装了又装回了 5.2.13 ,脚本运行完以后在域名根目录建立 .htaccess 档，并插入如下代码：</p>
<blockquote><p>
Options +ExecCGI<br />
AddHandler php-cgi .php<br />
Action php-cgi /cgi-bin/php.cgi</p>
<p>&lt;FilesMatch “^php5?\.(ini|cgi)$”&gt;<br />
Order Deny,Allow<br />
Deny from All<br />
Allow from env=REDIRECT_STATUS<br />
&lt;/FilesMatch&gt;
</p></blockquote>
<p>* 以上完成 PHP 5的安装，接下来是 eaccelerator ，同样在根目录建一个 xxx.sh ，插入安装脚本后用同样的方法执行它。<br />
脚本可以用<a href="http://wiki.dreamhost.com/EAccelerator#eacinstall.sh" target="_blank">这个链接</a>，也是我修改到最新版本验证通过的。<br />
* 很快就能编译完成，而后配置你的 php.ini 加入 eaccelerator 设置<br />
php.ini 文件在 /home/your account/php5/etc/ 目录下面<br />
偷懒的话可以直接copy dreamhot 的 php.ini 覆盖它并稍做了修改：<br />
在底部加入：</p>
<blockquote><p>[eaccelerator]<br />
extension=”eaccelerator.so”<br />
eaccelerator.allowed_admin_path=”/home/your account/domain.tld”<br />
eaccelerator.shm_size=”20&#8243;<br />
eaccelerator.cache_dir=”/home/your account/tmp/eaccelerator”<br />
eaccelerator.enable=”1&#8243;<br />
eaccelerator.optimizer=”1&#8243;<br />
eaccelerator.check_mtime=”1&#8243;<br />
eaccelerator.debug=”0&#8243;<br />
eaccelerator.filter=”"<br />
eaccelerator.shm_max=”0&#8243;<br />
eaccelerator.shm_ttl=”0&#8243;<br />
eaccelerator.shm_prune_period=”0&#8243;<br />
eaccelerator.shm_only=”0&#8243;<br />
eaccelerator.compress=”1&#8243;<br />
eaccelerator.compress_level=”5&#8243;</p></blockquote>
<p>至此，整个安装过程就基本完成了。</p>
<p>另外要注意的是：<br />
- 使用自定义的 php 就不能在 他们默认的了。<br />
- 每个域名都要手工设置才能自用自己的 php ,先要在域名根目录建立.htaccess插入上面给出的代码<br />
然后建立一个bin-cgi目录(权限0755)，把 php.cig 文件copy 进来<br />
如果是用我的脚本的编译的 php 的话，也可以用如下命令建立一个硬链接<br />
<code class="codecolorer text default"><span class="text">ln /home/account/php5/cgi-bin/php.cgi /home/account/your-domain/cgi-bin/php.cgi</span></code><br />
- 上面这两个脚本同样可以用在自己的服务器上，对应你的安装场所稍作修改就行</p>
<p>====================================================================<br />
最后为了方便大家把安装过程中要用到的脚本打个包发<strong>布出</strong>来吧：<a href="http://page.freett.com/file5o5/php5+eaccelerator_installscript.7z">这里下载</a><br />
自行安装只需要下载到你空间根目录解压并先后执行<br />
./php5-installscript-main.sh<br />
./eacinstall.sh<br />
即可，注意，安装第一个脚本的时候请先将第 18 行中 “99way.com” 改成你自己的域名。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/dreamhost-%e7%bc%96%e8%af%91%e8%87%aa%e5%b7%b1%e7%9a%84-php-%e5%b9%b6%e5%ae%89%e8%a3%85eaccelerator-%e5%8a%a0%e9%80%9f.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>支持免费whois隐藏的netfirms比name更具优势</title>
		<link>http://www.99way.com/blog/archive/%e6%94%af%e6%8c%81%e5%85%8d%e8%b4%b9whois%e9%9a%90%e8%97%8f%e7%9a%84netfirms%e6%af%94name%e6%9b%b4%e5%85%b7%e4%bc%98%e5%8a%bf.htm</link>
		<comments>http://www.99way.com/blog/archive/%e6%94%af%e6%8c%81%e5%85%8d%e8%b4%b9whois%e9%9a%90%e8%97%8f%e7%9a%84netfirms%e6%af%94name%e6%9b%b4%e5%85%b7%e4%bc%98%e5%8a%bf.htm#comments</comments>
		<pubDate>Tue, 27 Apr 2010 14:48:53 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[空间域名]]></category>
		<category><![CDATA[低价域名]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=64</guid>
		<description><![CDATA[现在越来越多的网友选择了把空间域名迁移到国外，以至于那些讨论海外空间和域名注册的话题成为热门，在这方面，国外的空气的确要自由的多，即便不是当下这种局势我也更推荐选择在国外正规的域名注册商处购买域名，曾经发生两件事儿让我对国内的域名商相当失望。 言归正传，今天主要推荐 name.com 这家注册商取消whois隐藏功能后的替代方案。 本来name 这家公司曾因为提供相对低廉的域名注册价、简洁的注册流程、丰富的后台功能尤其是免费whois隐藏且吸引了众多国内用户，但是前几天 name 取消了免费whois隐藏功能并改成了 $1.99/year 的付费服务，而.com/.net新域名注册价格已经提高到$8.99/year，两样折合在一起已经没有多少优势，而name时常给出的优惠价也往往省不了多少，他们四月份的优惠价格是 $8.25 仅限.COM/.NET，仅优惠0.7美元，估计很多人都有考虑续费是否迁出。 相对目前的 name 选择 netfirms 更具性价比。 .com域名$7.99 每年，包括新注册和迁入 免费 whois 隐藏 25m的免费空间(有广告) 一个Email账户 大家可能对netfirms了解甚少，但不少人可能参加过这家公司在其生日的时候推出的$1 注册国际域名的优惠活动，但之后因为注册量超出他们的预期而提前结束，有些朋友可能因为这起事件质疑netfirms，其实netfirms也是挺老牌空间域名注册商，曾经那个免费空间主导的年代也提供过免费服务，笔者05年就用过，时至今日这个免费空间账户依然健在实属不多见的免费空间提供商，免费都能坚持这么久，付费的服务想必更加稳定吧。 另外，它是加拿大的顶级域名注册商，你可以从ICANN官方查询网址查找他的存在。 好了我想说这么多各位看客也对其了解的差不多了，如果你最近有注册或迁移域名的预期建议现在就出手，因为它现在的优惠价格是 $6.99 ，给个 注册地址 另外要特别注意: 注册 netfirms 域名的时候，可能需要验证信用卡，这个问题不大，你可用用paypal付款，如果他们依然需要电话或信用卡认证，你可以给他们发 email 并附上信用卡(不一定是你的)照片正反面的照片，注意用不透明的胶带贴掉所有数字仅留最后 4 位，认证后再新买或迁移域名可以在后台操作估计不需要在认证了。 netfirms 续费是$9.95 到时候你可以迁出，如果怕忘记建议到后台把自动续费关掉。有人觉得他的后台功能有限，那么你可以把你域名DNS解析改成 godaddy 或别的你用得惯的。 他的后台是用你注册的域名作为用户名登录。]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_6_95_banner" target="blank"><br />
<img src="http://nfpromotions.netfirms.com/banners/125x125-both.gif" border=0 align="right" /></a>现在越来越多的网友选择了把空间域名迁移到国外，以至于那些讨论海外空间和域名注册的话题成为热门，在这方面，国外的空气的确要自由的多，即便不是当下这种局势我也更推荐选择在国外正规的域名注册商处购买域名，曾经发生两件事儿让我对国内的域名商相当失望。<br />
言归正传，今天主要推荐 <a href="http://www.name.com" target="_blank">name.com</a> 这家注册商取消whois隐藏功能后的替代方案。<br />
本来<a href="http://www.name.com" target="_blank">name</a> 这家公司曾因为提供相对低廉的域名注册价、简洁的注册流程、丰富的后台功能尤其是免费whois隐藏且吸引了众多国内用户，但是前几天 <a href="http://www.name.com" target="_blank">name</a> 取消了免费whois隐藏功能并改成了 $1.99/year 的付费服务，而.com/.net新域名注册价格已经提高到$8.99/year，两样折合在一起已经没有多少优势，而name时常给出的优惠价也往往省不了多少，他们四月份的优惠价格是 $8.25 仅限.COM/.NET，仅优惠0.7美元，估计很多人都有考虑续费是否迁出。<br />
相对目前的 <a href="http://www.name.com" target="_blank">name</a> 选择 <a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a> 更具性价比。</p>
<blockquote>
<li>.com域名$7.99 每年，包括新注册和迁入</li>
<li>免费 whois 隐藏</li>
<li>25m的免费空间(有广告)</li>
<li>一个Email账户</li>
</blockquote>
<p>大家可能对<a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a>了解甚少，但不少人可能参加过这家公司在其生日的时候推出的$1 注册国际域名的优惠活动，但之后因为注册量超出他们的预期而提前结束，有些朋友可能因为这起事件质疑<a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a>，其实<a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a>也是挺老牌空间域名注册商，曾经那个免费空间主导的年代也提供过免费服务，笔者05年就用过，时至今日这个<a href="http://5o5.netfirms.com" target="_blank">免费空间</a>账户依然健在实属不多见的免费空间提供商，免费都能坚持这么久，付费的服务想必更加稳定吧。<br />
另外，它是加拿大的顶级域名注册商，你可以从ICANN官方<a href="http://www.internic.net/alpha.html" target="blank">查询网址</a>查找他的存在。<br />
好了我想说这么多各位看客也对其了解的差不多了，如果你最近有注册或迁移域名的预期建议现在就出手，因为它现在的优惠价格是 $6.99 ，给个 <a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_6_95_text" target="blank">注册地址</a></p>
<p>另外要特别注意:</p>
<blockquote>
<li>注册 <a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a> 域名的时候，可能需要验证信用卡，这个问题不大，你可用用paypal付款，如果他们依然需要电话或信用卡认证，你可以给他们发 email 并附上信用卡(不一定是你的)照片正反面的照片，注意用不透明的胶带<strong>贴掉所有数字仅留最后 4 位</strong>，认证后再新买或迁移域名可以在后台操作估计不需要在认证了。</li>
<li><a rel="nofollow" href="http://5o5.netfirms.com/aff/aff_providers.php?title=netfirms_7_99_text" target="_blank">netfirms</a> 续费是$9.95 到时候你可以迁出，如果怕忘记建议到后台把<strong>自动续费关掉</strong>。有人觉得他的后台功能有限，那么你可以把你域名DNS解析改成 godaddy 或别的你用得惯的。</li>
<li>他的后台是用你注册的域名作为用户名登录。</li>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e6%94%af%e6%8c%81%e5%85%8d%e8%b4%b9whois%e9%9a%90%e8%97%8f%e7%9a%84netfirms%e6%af%94name%e6%9b%b4%e5%85%b7%e4%bc%98%e5%8a%bf.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>欧美机房及线路信息</title>
		<link>http://www.99way.com/blog/archive/%e6%ac%a7%e7%be%8e%e6%9c%ba%e6%88%bf%e5%8f%8a%e7%ba%bf%e8%b7%af%e4%bf%a1%e6%81%af.htm</link>
		<comments>http://www.99way.com/blog/archive/%e6%ac%a7%e7%be%8e%e6%9c%ba%e6%88%bf%e5%8f%8a%e7%ba%bf%e8%b7%af%e4%bf%a1%e6%81%af.htm#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:07:12 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[欧美空间]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.99way.com/%e8%bf%91%e5%86%b5/65</guid>
		<description><![CDATA[本页共享本人收集整理的当下较流行的欧美机房和线路的不完全统计信息以便于那些初涉此领域以及需要和 IDC 打交道的网友较快的了解这行的情况。尽可能的选择合适自己的空间，清清楚楚明明白白的消费。 PS:这并不是常见那些主机评测文字，只是用于快速检索入门的资料 一些本人并不熟悉或者冷门以及不适合国人的信息未上榜 如果有错误或需要补充请留言，我会及时更正 此文首发99way.com 并定期更新，有兴趣者请收藏本文固定链接 VPS 供应商，部分也出租主机 / 更多可参考 十美元以下高性价比VPS 世界各地机房信息&#8212; 主机出租 &#38; 托管 接入线路 VPS 供应商，部分也出租主机 / 更多可参考 十美元以下高性价比VPS &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; *国人 rashost * 瑞豪开源VPS，littz.com(He.net 线路)用的就是它，年付价格也比较实惠 ，同时他们也提供主机租用， 主域名在 take2hosting vpsoffer Santa Clara 就是以前的宿迁蒲公英IDC ，价格最便宜，落伍流传很广的蒲公英事件主角 ，在 take2hosting 有30多台机器 vpsyou *  Xen VPS 在 hostloc 似乎评价不错，价格比豪稍低，这三家可能都有租用过 take2hosting 的机房，另外还提供虚拟主机 d9host peer1 机房，电信直连速度飞快，网通稍慢，tracert 11个节点， Virutozzo 架构为主，现在也有 Xen 了，另外还提供虚拟主机 ecvps 因为用的是 Softlayer [...]]]></description>
			<content:encoded><![CDATA[<p><strong>本页共享本人收集整理的当下较流行的欧美机房和线路的不完全统计信息以便于那些初涉此领域以及需要和 IDC 打交道的网友较快的了解这行的情况。尽可能的选择合适自己的空间，清清楚楚明明白白的消费。</strong></p>
<div>PS:<span style="color: #666666;">这并不是常见那些主机评测文字，只是用于快速检索入门的资料</span></div>
<div><span style="color: #666666;"> 一些本人并不熟悉或者冷门以及不适合国人的信息未上榜</span></div>
<div><span style="color: #666666;"> 如果有错误或需要补充请留言，我会及时更正</span></div>
<div><span style="color: #666666;"> 此文首发</span><a id="n87v" title="99way.com" href="http://www.99way.com"><span style="color: #666666;">99way.com</span></a><span style="color: #666666;"> 并定期更新，有兴趣者请收藏本文</span><a id="o-m_" title="固定链接" href="http://docs.google.com/View?docID=0AWRI-c9JUmHyZGhocnZmenFfMzRobTg5Mmp4cA&amp;revision=_latest&amp;hgd=1"><span style="color: #666666;">固定链接</span></a></div>
<div id="WritelyTableOfContents" class="writely-toc">
<ol class="writely-toc-none">
<li><a href="#VPS_VPS" target="_self">VPS 供应商，部分也出租主机 / 更多可参考 十美元以下高性价比VPS</a></li>
<li><a href="#__515001468360424" target="_self">世界各地机房信息&#8212; 主机出租 &amp; 托管</a></li>
<li><a href="#_" target="_self">接入线路</a></li>
</ol>
</div>
<h3><a name="VPS_VPS"></a>VPS 供应商，部分也出租主机 / 更多可参考 <a id="wqoh" title="十美元以下高性价比 VPS" href="http://www.vpser.net/ten-dollars-vps"><span style="color: #000000;">十美元以下高性价比VPS</span></a></h3>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</div>
<div>*国人</div>
<div><a id="k3_s" style="color: #551a8b;" title="rashost.com" href="http://www.rashost.com">rashost</a> * 瑞豪开源VPS，littz.com(<a style="color: #551a8b;" href="http://he.net/">He.net</a> 线路)用的就是它，年付价格也比较实惠 ，同时他们也提供主机租用， 主域名在 <a id="tble" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a></div>
<div><a id="bu4." style="color: #551a8b;" title="vpsoffer.com" href="http://vpsoffer.com">vpsoffer</a> Santa Clara 就是以前的宿迁蒲公英IDC ，价格最便宜，落伍流传很广的蒲公英事件主角 ，在 <a id="nwao" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a> 有30多台机器</div>
<div><a id="mqed" style="color: #551a8b;" title="vpsyou.com" href="http://www.vpsyou.com">vpsyou</a> *  Xen VPS 在 <a id="ridg" style="color: #551a8b;" title="hostloc" href="http://www.hostloc.com">hostloc</a> 似乎评价不错，价格比豪稍低，这三家可能都有租用过 <a id="zhqo" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a> 的机房，另外还提供虚拟主机</div>
<div><a id="koug" title="d9host" href="http://d9host.com/">d9host</a> peer1 机房，电信直连速度飞快，网通稍慢，tracert 11个节点， Virutozzo 架构为主，现在也有 Xen 了，另外还提供虚拟主机</div>
<div><a id="laxp" title="ecvps" href="http://cn.ecvps.com/">ecvps</a> 因为用的是 Softlayer 机房，所以给的内存、硬盘、流量都比别人多不止一点儿，主域名在 <a id="ayjs" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a></div>
<div><a id="yif4" title="p2pnow" href="http://www.p2pnow.net/">p2pnow</a> PR机房，速度不错，<a href="http://whois.domaintools.com/75.119.223.56">domaintools</a> 查询结果是 加州 Brea ，<a id="dg_i" title="vpser" href="http://www.vpser.net/coupons/p2pnow-fatkunew.html">vpser</a>说其有P2P及分布式web技术背景，256 ram 卖 $10</div>
<div><a id="z09l" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/"></a><a id="u098" title="diahosting" href="https://www.diahosting.com">diahosting</a> Las Vegas机房，PCCW线路，Xen 主机带 Xen-Shell 180ram $10 起卖， <a id="z:7o" style="color: #551a8b;" title="hostloc" href="http://www.hostloc.com">hostloc</a> 评价不错，有独立板块</p>
</div>
<p>*美国<br />
<a id="cv_o" title="Linode" href="http://www.linode.com/">Linode</a> Fremont机房用 <a style="color: #551a8b;" href="http://he.net/">He.net</a> 的线路，<a id="tveh" style="color: #551a8b;" title="hostloc" href="http://www.hostloc.com">hostloc</a> 现在用这家，技术不错，网上评论很好，价格稍贵
<div><a id="pesb" title="photonvps" href="http://photonvps.com/">photonvps</a> 加州Canyon Country，据说提供的服务不怎么样，但性价比高，$10.5 512内存，据说机器性能也不错。</div>
<div><a id="i1ag" title="rapidxen" href="http://www.rapidxen.net/">rapidxen</a> Los Angeles 、Chicago Xen 但据说性能不是很好，<a id="p2.u" style="color: #551a8b;" title="网络评论" href="http://obmem.com/?p=256">Observer</a> 上说$6的plan 流量有 600G ，但我没找到</div>
<div><a id="w..2" title="breezehost" href="http://breezehost.net/virtual-private-servers/">breezehost</a> Chicago机房，中部偏东海岸，不到 ￥10 能买到 256ram 的OpenVZ</div>
<div><a id="z-2w" title="QuickWeb" href="http://quickweb.co.nz/chinese">QuickWeb</a> 有个中文页子据说是 <a id="g::7" style="color: #551a8b;" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a> 机房Level3 、Cogenco 线路，不用优惠吗价格稍贵</div>
<div><a href="https://www.burst.net/">burst</a> 机房在宾夕法尼亚的<span style="font-family: monospace;"> </span><span style="font-size: x-small;">Scranton OpenVZ™ </span>$5.95 512 ram 1T流量起，国人用的很多，据说线路抽的很厉害</p>
<div><a id="aixz" title="ramhost" href="http://www.ramhost.us/">ramhost</a> * Kansas / Atlanta Datacenter，基于OpenVZ ，纯技术人员搞的，非常便宜，<a id="kc3_" title="WHT" href="http://www.webhostingtalk.com">WHT</a> 好评不少，<a id="ot5r" title="网络评论" href="http://obmem.com/?p=251">Observer</a> 的评价</div>
<h3><a name="__515001468360424"></a>世界各地机房信息&#8212; 主机出租 &amp; 托管</h3>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div>*美国</div>
<div><a id="uh2h" title="FDCservers" href="http://www.fdcservers.net">FDCservers</a> Chicago 、denver 价格便宜流量大，国人最爱之一<br />
<a id="z7d3" title="100tb.com" href="http://100tb.com/">100tb</a> Softlayer 机房 ，原来的 10TB ，UK2 旗下
<div><a id="cqt_" title="take2hosting.com" href="https://www.take2hosting.com/">take2hosting</a> 加州 Santa Clara ，看似不错，最多29个IP $28 美元，<a id="vrxt" style="color: #551a8b;" title="vpsyou.com" href="http://www.vpsyou.com">vpsyou</a> <a id="se.o" title="vpsoffer.com" href="http://vpsoffer.com">vpsoffer</a> <a href="http://rashost.com/">rashost</a> 都有租用这家</div>
<div><a href="http://versaweb.com/">versaweb</a> Las Vegas机房，PCCW线路，tracert 12个节点 <a id="y7.o" style="color: #551a8b;" title="diahosting" href="https://www.diahosting.com">diahosting</a>、<a id="b_3o" style="color: #551a8b;" title="vpsyou.com" href="http://www.vpsyou.com">vpsyou</a> 都有租用这家</div>
<div><a id="ueu9" style="color: #551a8b;" title="egihosting" href="http://www.egihosting.com/">egihosting</a> <a style="color: #551a8b;" href="http://he.net/">He.net</a> 的线路，中美大陆距离最近的地方，中美网络连接网络的第一站，<a id="fy52" style="color: #551a8b;" title="rashost.com" href="http://www.rashost.com">rashost</a> 有租用这家</div>
<div><a href="http://he.net/">He.net</a> Hurricane Fremont 2个机房/San Jose (硅谷) tracert 11个节点，Colocation/Dedicated ,<a id="a26x" title="egihosting" href="http://www.egihosting.com/">egihosting</a> 有用它</div>
<div><span style="font-family: verdana, arial, sans-serif;"><a id="xa5t" title="PacificRack" href="http://www.pacificrack.com/">PacificRack</a> Los Angeles 电信速度不错</span></div>
<div>*欧洲</div>
<div><a id="e0ww" style="color: #551a8b;" title="rapidswitch.com" href="http://www.rapidswitch.com">rapidswitch</a> 机房在伦敦郊区，据说可以免费申请到 30个IP ,大陆访问速度还行，ping 300 多</div>
<div><a id="s1.8" style="color: #551a8b;" title="ovh.co.uk" href="http://ovh.co.uk">ovh.co.uk</a> *  法国鲁贝机房，巨强大，价格也不错，可以免费安装不少VPS系统。</div>
<p><a href="http://www.dedibox.fr/services/service_dns_integral.html#dns">Dedibox</a> 法国 Paris ，据 <a id="np21" title="cpuer" href="http://www.hostloc.com/space-uid-1.html">cpuer</a> 说是 法国Orange电信运营商有跟中国电信饶印度洋的光缆直连 ，tracert 15 个节点，链接美国速度不错<br />
<a id="i.g0" title="exportal.pl" href="http://exportal.pl/dedicated.php">exportal.pl</a> 波兰空间商，机房在荷兰 和 德国，荷兰机房出来IP贵其它都稍好点儿，这家服务器配置都很低，欧洲国家中荷兰无论连接美国还是大陆 ping 都相对较低。
<div><a id="syxm" title="leaseweb.com" href="http://www.leaseweb.com">leaseweb</a> 机房在荷兰 Amsterdam ，欧美访问速度都很快，但似乎荷兰机房的机器配置都很低，但这家可以自定义。</div>
</div>
<h3><a name="_"></a>接入线路</h3>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div>*美国线路接入商</div>
<div><span style="font-family: verdana;"> </span><span style="font-size: x-small;"><a id="tspm" title="XEEX" href="http://www.xeex.com">XEEX</a></span></div>
<div><span style="font-size: x-small;"><a id="wivd" title="Equinix" href="http://www.equinix.com">Equinix</a></span><br />
<span style="font-size: x-small;"><a id="ahlx" title="nLAYER" href="http://www.nlayer.com/">nLAYER</a></span><br />
<span style="font-size: x-small;"><a id="ikud" title="Savvis" href="http://www.savvis.net">Savvis</a></span></div>
<div><span style="font-size: x-small;"><a id="ikud" title="Savvis" href="http://www.savvis.net"></a><span style="font-family: Verdana; font-size: 13px;"><a id="l70h" title="Sprint" href="http://www.sprint.net">Sprint</a></span></span></div>
<div>
<div class="nleft_lines2" style="float: left; font-family: Verdana, Arial, Helvetica, sans-serif;"><span style="font-size: x-small;"><br />
</span></div>
<div class="nleft_lines2" style="float: left; font-family: Verdana, Arial, Helvetica, sans-serif;"><span style="font-size: x-small;"> </span><span style="font-family: Verdana;"><a id="e42k" title="Level(3)" href="http://www.level3.com">Level(3)</a></span></div>
</div>
</div>
<div><a id="ef4_" title="Any2Exchange Peers" href="http://www.crgwest.com"></a><a id="v6h1" title="globalcrossing" href="http://www.globalcrossing.com/">globalcrossing</a></div>
<div><a id="ce8u" title="globalcrossing" href="http://www.globalcrossing.com/"></a><a id="whlp" title="Any2Exchange Peers" href="http://www.crgwest.com">Any2Exchange Peers</a></div>
<div>*欧洲</div>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
发现此文被多处转载 ，有些朋友居然还给我加了各图做补充，既然这样厚爱，就干脆把这个图也补上：<br />
点击可以看大图<br />
<a href="http://i45.tinypic.com/j8zhqe.jpg" target="_blank"><img src="http://i45.tinypic.com/j8zhqe.jpg" width="500" alt="美国空间分布图"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e6%ac%a7%e7%be%8e%e6%9c%ba%e6%88%bf%e5%8f%8a%e7%ba%bf%e8%b7%af%e4%bf%a1%e6%81%af.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry 8100 系列清洗轨迹球</title>
		<link>http://www.99way.com/blog/archive/blackbreey-81xx-%e6%b8%85%e6%b4%97%e8%bd%a8%e8%bf%b9%e7%90%83.htm</link>
		<comments>http://www.99way.com/blog/archive/blackbreey-81xx-%e6%b8%85%e6%b4%97%e8%bd%a8%e8%bf%b9%e7%90%83.htm#comments</comments>
		<pubDate>Wed, 21 Apr 2010 14:52:58 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[近况]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=51</guid>
		<description><![CDATA[现在用黑莓8100系列的朋友可能并不多了，这个系列大多操作需要轨迹完成，它的确很灵活方便，但是这个部件和老式的鼠标一样有个致命的内伤，“洁癖”，如果使用时间稍且使用者不注意保持手指清洁的话，很容易就失灵了。我的这个轨迹球不能向下滚动已经很长时间了，至少有一个半月，这期间很多功能不能使用，包括添加更改联系人信息、查看未接电话等常用功能，今天终于再也无法忍受了，需求战胜了懒惰，终于把它拆了彻底的清洗了一遍，现在好用多了！ 网络上面关于这方面的咨询并不算多，能搜索到的有价值的参考资料也就这么几条： * 老外提供的清洁步骤 * 还有一个对老外这篇的翻译 对于详细的操作步骤我这里无需在复述，但以下几处要注意： * 球的护套有三个卡口，沿圆周等分排列，其中一个卡口垂直指向数字键“2” 拆解的时候可以先撬开另外两个卡口，我开始撬这个护套的时候选择的位置不好差点儿放弃了。 装回去的时候看准位置按下去就行了。 * 拆轨迹球外金属罩只需要轻轻用小螺丝刀把塑料扣按下去，直接撬金属罩的话可能会弄变形，到时候装不回去。 * 记住那几根小棒棒的排列角度，清洁可以用无水酒精 + 棉花，我用的是笔记本清洁套装里面的清洁液，效果也可以。 付几张图：]]></description>
			<content:encoded><![CDATA[<p>现在用黑莓8100系列的朋友可能并不多了，这个系列大多操作需要轨迹完成，它的确很灵活方便，但是这个部件和老式的鼠标一样有个致命的内伤，“洁癖”，如果使用时间稍且使用者不注意保持手指清洁的话，很容易就失灵了。我的这个轨迹球不能向下滚动已经很长时间了，至少有一个半月，这期间很多功能不能使用，包括添加更改联系人信息、查看未接电话等常用功能，今天终于再也无法忍受了，需求战胜了懒惰，终于把它拆了彻底的清洗了一遍，现在好用多了！</p>
<p>网络上面关于这方面的咨询并不算多，能搜索到的有价值的参考资料也就这么几条：<br />
* <a href="http://www.blackberryforums.com/general-8300-series-discussion-curve/108122-how-clean-your-8300-blackberry-trackball-pic-guide.html" target="blank">老外提供的清洁步骤</a><br />
* <a href="http://bbs1.paipai.com/g40011c5i37756s0p0.html?RDTAG=199.17.1&amp;LOGINTAG=1&amp;CacheTime=1226923691" target="blank">还有一个对老外这篇的翻译</a></p>
<p>对于详细的操作步骤我这里无需在复述，但以下几处要注意：<br />
* 球的护套有三个卡口，沿圆周等分排列，其中一个卡口垂直指向数字键“2”<br />
拆解的时候可以先撬开另外两个卡口，我开始撬这个护套的时候选择的位置不好差点儿放弃了。<br />
装回去的时候看准位置按下去就行了。<br />
<a title="撬护套" href="http://i43.tinypic.com/2drwfb6.jpg" target="blank"><img src="http://s5.tinypic.com/2drwfb6_th.jpg" widht="100" height="100" alt="撬护套" /></a> <a title="取球" href="http://i40.tinypic.com/2hz3inm.jpg" target="blank"><img src="http://s5.tinypic.com/2hz3inm_th.jpg" widht="100" height="100" alt="取球" /></a><br />
* 拆轨迹球外金属罩只需要轻轻用小螺丝刀把塑料扣按下去，直接撬金属罩的话可能会弄变形，到时候装不回去。<br />
* 记住那几根小棒棒的排列角度，清洁可以用无水酒精 + 棉花，我用的是笔记本清洁套装里面的清洁液，效果也可以。<br />
付几张图：<br />
<a title="轨迹球" href="http://i40.tinypic.com/b97mn7.jpg" target="blank"><img src="http://s5.tinypic.com/b97mn7_th.jpg" widht="100" height="100" alt="轨迹球" /></a><a title="拆解轨迹球" href="http://i43.tinypic.com/14t2exs.jpg" target="blank"><img src="http://s5.tinypic.com/14t2exs_th.jpg" widht="100" height="100" alt="拆解轨迹球" /></a><a title="把它弄干净" href="http://i42.tinypic.com/n2g4kl.jpg" target="blank"><img src="http://s5.tinypic.com/n2g4kl_th.jpg" widht="100" height="100" alt="把它弄干净" /></a><a title="清洁以后" href="http://i41.tinypic.com/24vt9q8.jpg" target="blank"><img src="http://s5.tinypic.com/24vt9q8_th.jpg" widht="100" height="100" alt="清洁以后" /></a><a title="再来一张" href="http://i44.tinypic.com/2dwb32s.jpg" target="blank"><img src="http://s5.tinypic.com/2dwb32s_th.jpg" widht="100" height="100" alt="再来一张" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/blackbreey-81xx-%e6%b8%85%e6%b4%97%e8%bd%a8%e8%bf%b9%e7%90%83.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>购买Dreamhost 777 超级优惠空间需冷静</title>
		<link>http://www.99way.com/blog/archive/%e8%b4%ad%e4%b9%b0dreamhost-777-%e8%b6%85%e7%ba%a7%e4%bc%98%e6%83%a0%e7%a9%ba%e9%97%b4%e9%9c%80%e5%86%b7%e9%9d%99.htm</link>
		<comments>http://www.99way.com/blog/archive/%e8%b4%ad%e4%b9%b0dreamhost-777-%e8%b6%85%e7%ba%a7%e4%bc%98%e6%83%a0%e7%a9%ba%e9%97%b4%e9%9c%80%e5%86%b7%e9%9d%99.htm#comments</comments>
		<pubDate>Sat, 17 Apr 2010 11:03:41 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[欧美空间]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[优惠]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=42</guid>
		<description><![CDATA[说到国外付费主机，Dreamhost可算是佼佼者，诸多空间排行榜常年爬在榜首，功能很强大，当然价格也很高，但是如果你常额头上抹油，碰上那些难得的好日子是会有白菜优惠价送出的，昨天又现 92% 折扣的777 超赞优惠码，可能最近额头擦得比较亮，及时的发现并抓住了这次机会狠狠的搞了一下，貌似活动还在继续(Dreamhost大赦天下吗)，有意向的同志们可以大力的搞一下，不过要以 $9.24 /year 的白菜价格购买这个空间还是有写需要注意的地方的，注册的时候一定要神智清醒，手脚麻利，我就是因为太过紧张犯了严重的错误，这里谨以前车之鉴，提供一点儿购买心得，希望给第一次买这个空间的朋友提供一些参考。 言归正传，说说怎么用 777 优惠码买这个空间，鉴于google里面这类资料满地爬我就不赘述每一个步骤了，仅仅说一下要注意的地方吧。 * 首先，注册浏览器推荐用IE，用chrom似乎进不了那个优惠通告页面，直接转首页 * 注册按照提示走，这里简单文字介绍下。先提交邮件和密码（这个以后用来登录后台的），然后提交域名，可以注册新米也可以迁移或用他的二级米，汇聚google给类资料，这里建议先不要注册免费新米，以后还可补注的，另外他家的米煮了不退钱的(对于 777 空间貌似关系不大)，接下来直接 continue，后面是你的个人信息，有经验的前辈建议写美国地址，填什么请教Google，这里电话号码建议尽量留真实的(Google voice)，没有也就算了。 * 下面是关键，这里给张演示图，注意优惠码填哪里，一般的美国空间填写优惠码的地方有很显眼且没有多余的文字，习惯了别家的购买流程，到很容易忽视填写优惠码，我就是因为太激动，怕优惠戛然而止，看见这里的 Optional 直接过滤，酿成了全款购买的悲剧。 * 再上一张图，对比一下使用了 777 打折券和没有使用后的结果，这一步和网上很多老教程显示的不同，不用打折卡居然不提示结算金额，不知道是不是 Dreamhost 故意的，按照习惯没有看到结算会以为购买流程没有结束，其实到这里只要把信用卡信息填入确认就已经扣款了，后面一路 continue 下去还有一些乱七八糟的增值服务的选择，只挑 Free 的就可以了。 * 其实整个流程非常简单，只要你仔细留意每个选项一般是不会有问题的，所以千万要冷静不要被优惠冲昏了头脑，如果你像我一样漏填了输入码先不要着急，Dreamhost 前2周是免费试用的，如果你不主动送钱试用期间他们是不扣款的，在这期间你可以去后台删掉自己的账户，就不会被扣款了。 * 当你完成这个流程以后他们会给你发2个邮件，大体内容就是你的注册信息和登录信息。 * 还有要注意的是，虽然说试用完毕前不主动扣款，但是他们会扣 $1.xx 的一笔费用，我至今没搞明白是什么费用，网上有人说是确认信用卡，最后这个会被退还，也有说用的不是美国信用卡才会被扣这笔款，我因为漏操作买了两次，分别被扣 $1.18 $1.08 如果是后者费用应该会是一样的，所以我更愿意相信前者或其他解释。关于这个问题我也发了ticket ，但是得到的答复文不对题,贴出来给大家看看，哪位注册以后再问一下客服，把正确答案告诉我: Your account will be billed $9.95 for any domain registrations you [...]]]></description>
			<content:encoded><![CDATA[<p>说到国外付费主机，Dreamhost可算是佼佼者，诸多空间排行榜常年爬在榜首，功能很强大，当然价格也很高，但是如果你常额头上抹油，碰上那些难得的好日子是会有白菜优惠价送出的，昨天又现 92% 折扣的<a title="Dreamhost 优惠码" href="http://www.dreamhost.com/limited-time-sale-going-on-now.html" target="_blank">777</a> 超赞优惠码，可能最近额头擦得比较亮，及时的发现并抓住了这次机会狠狠的搞了一下，貌似活动还在继续(Dreamhost大赦天下吗)，有意向的同志们可以大力的搞一下，不过要以 $9.24 /year 的白菜价格购买这个空间还是有写需要注意的地方的，注册的时候一定要神智清醒，手脚麻利，我就是因为太过紧张犯了严重的错误，这里谨以前车之鉴，提供一点儿购买心得，希望给第一次买这个空间的朋友提供一些参考。</p>
<p>言归正传，说说怎么用 <a title="Dreamhost 优惠码" href="http://www.dreamhost.com/limited-time-sale-going-on-now.html" target="_blank">777</a> 优惠码买这个空间，鉴于google里面这类资料满地爬我就不赘述每一个步骤了，仅仅说一下要注意的地方吧。</p>
<p>* 首先，注册浏览器推荐用IE，用chrom似乎进不了那个优惠通告页面，直接转首页</p>
<p>* 注册按照提示走，这里简单文字介绍下。先提交邮件和密码（这个以后用来登录后台的），然后提交域名，可以注册新米也可以迁移或用他的二级米，汇聚google给类资料，这里建议先不要注册免费新米，以后还可补注的，另外他家的米煮了不退钱的(对于 777 空间貌似关系不大)，接下来直接 continue，后面是你的个人信息，有经验的前辈建议写美国地址，填什么请教Google，这里电话号码建议尽量留真实的(Google voice)，没有也就算了。</p>
<p>* 下面是关键，这里给张演示图，注意优惠码填哪里，一般的美国空间填写优惠码的地方有很显眼且没有多余的文字，习惯了别家的购买流程，到很容易忽视填写优惠码，我就是因为太激动，怕优惠戛然而止，看见这里的 Optional 直接过滤，酿成了全款购买的悲剧。<br />
<a href="http://www.flickr.com/photos/cnchill/4527340999/" title="signup"><img src="http://farm5.static.flickr.com/4055/4527340999_d325856768_o.jpg" width="705" height="414" alt="signup" /></a></p>
<p>* 再上一张图，对比一下使用了 777 打折券和没有使用后的结果，这一步和网上很多老教程显示的不同，不用打折卡居然不提示结算金额，不知道是不是 Dreamhost 故意的，按照习惯没有看到结算会以为购买流程没有结束，其实到这里只要把信用卡信息填入确认就已经扣款了，后面一路 continue 下去还有一些乱七八糟的增值服务的选择，只挑 Free 的就可以了。<br />
<a href="http://www.flickr.com/photos/cnchill/4527778841/" title="payment_info"><img src="http://farm5.static.flickr.com/4067/4527778841_33eebcefa9_o.jpg" width="556" height="357" alt="payment_info" /></a></p>
<p>* 其实整个流程非常简单，只要你仔细留意每个选项一般是不会有问题的，所以千万要冷静不要被优惠冲昏了头脑，如果你像我一样漏填了输入码先不要着急，Dreamhost 前2周是免费试用的，如果你不主动送钱试用期间他们是不扣款的，在这期间你可以去后台删掉自己的账户，就不会被扣款了。<br />
<a href="http://www.flickr.com/photos/cnchill/4527972008/" title="manage account"><img src="http://farm5.static.flickr.com/4039/4527972008_218b1aafe3_o.jpg" width="602" height="203" alt="manage account" /></a></p>
<p>* 当你完成这个流程以后他们会给你发2个邮件，大体内容就是你的注册信息和登录信息。</p>
<p>* 还有要注意的是，虽然说试用完毕前不主动扣款，但是他们会扣 $1.xx 的一笔费用，我至今没搞明白是什么费用，网上有人说是确认信用卡，最后这个会被退还，也有说用的不是美国信用卡才会被扣这笔款，我因为漏操作买了两次，分别被扣 $1.18 $1.08 如果是后者费用应该会是一样的，所以我更愿意相信前者或其他解释。关于这个问题我也发了ticket ，但是得到的答复文不对题,贴出来给大家看看，哪位注册以后再问一下客服，把正确答案告诉我:</p>
<p>Your account will be billed $9.95 for any domain registrations you do, as<br />
those are non refundable. There will be no charges if you stopped hosting<br />
now.</p>
<p>* 最后在上几张后台截图，大家可以用来对比一下是否成功购买到 $9.24 的优惠空间：<br />
&#8211; 后台点击 Manage account ==> Account List<br />
<a href="http://www.flickr.com/photos/cnchill/4528515782/" title="account_list"><img src="http://farm5.static.flickr.com/4056/4528515782_b38d3cde0c_o.jpg" width="821" height="464" alt="account_list" /></a><br />
&#8211; 后台点击 Manage account 右侧列表里有个 Hosting Plans<br />
<a href="http://www.flickr.com/photos/cnchill/4527334595/" title="hosting plans"><img src="http://farm5.static.flickr.com/4045/4527334595_19fec5dce6_o.jpg" width="943" height="131" alt="hosting plans" /></a><br />
&#8211; 后台点击 Billing  右侧列表里有个 Current Account Balance 可以看到余额，用了优惠券会提示有 $110.16 余额<br />
<a href="http://www.flickr.com/photos/cnchill/4528558932/" title="make_payment"><img src="http://farm5.static.flickr.com/4041/4528558932_14eeac9888_o.jpg" width="726" height="513" alt="make_payment" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e8%b4%ad%e4%b9%b0dreamhost-777-%e8%b6%85%e7%ba%a7%e4%bc%98%e6%83%a0%e7%a9%ba%e9%97%b4%e9%9c%80%e5%86%b7%e9%9d%99.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>遭遇Paypal拒付，你是否有同样的经历？</title>
		<link>http://www.99way.com/blog/archive/%e9%81%ad%e9%81%87paypal%e6%8b%92%e4%bb%98%ef%bc%8c%e4%bd%a0%e6%98%af%e5%90%a6%e6%9c%89%e5%90%8c%e6%a0%b7%e7%9a%84%e7%bb%8f%e5%8e%86%ef%bc%9f.htm</link>
		<comments>http://www.99way.com/blog/archive/%e9%81%ad%e9%81%87paypal%e6%8b%92%e4%bb%98%ef%bc%8c%e4%bd%a0%e6%98%af%e5%90%a6%e6%9c%89%e5%90%8c%e6%a0%b7%e7%9a%84%e7%bb%8f%e5%8e%86%ef%bc%9f.htm#comments</comments>
		<pubDate>Tue, 07 Jul 2009 05:28:42 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[近况]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=37</guid>
		<description><![CDATA[这是我第一次尝试使用捆绑了信用卡通卡的Paypal帐户购物，这可以避免你的信用卡信息直接暴露给购物网站，最大的好处是就是更加的安全，一旦这些网站数据库遭受数据泄漏，也不至于牵连到你，当你通过paypal购物的时候首先使用这个账户上的余额，如果余额不足就会从信用卡请款，听起来十分诱人，但是在这次购物却因为paypa拒付而失败，错误提示说是这笔交易超过了paypal单笔交易上限，事实上通过了信用卡验证的账户是不存在上限的说法的。随即我在paypal后台提交了相关资讯，第二天收到一封这样的回信： 非常感谢您的来信，我很高兴能有机会帮助您。 我明白您想要支付一笔金额是$575.40 USD的款项但是系统显示“您已经超出了对单笔交易的限制。要取消此限额,请点击’账户信息’页上的’查看限额’”的提示信息。 经核查，您的账户已经通过了系统认证，也就是说您的账户没有任何付款限额。您的这笔款项没有支付成功，和付款的额度是没有关系的（您看到的提示信息是不正 确的），主要是由于您的这笔款项没有通过PayPal系统的安全审核。 正如其他专业的金融机构（比如银行和信用卡公司）一样，为了确保网络支付的安全，在每一笔交易成功启动前，PayPal会采取一些系统安全检测措施对该账 户的交易活动进行全方位的实时检测。 当我们的系统拒绝了某一交易的付款来源，那么可能的存在的情况是该笔交易所涉及的一些信息与我们之前系统检测到的带有潜在高风险的交易模式是相似的。系统 对于这些有潜在风险的交易请求会做出拒绝的回应。 我们非常理解这有时也许会给您这样的信誉良好的账户受到一定的影响，但对于一个专业的金融机构而言，我们总是希望能够站在您的立场上，在风险和便利中替您 找到平衡。为此带来的不便，我们深表遗憾。 如果您的交易被拒绝，我们建议您添加其他的信用卡来进行支付或者您可以尝试稍后再试。如果换了信用卡或者试了很多天，都无法成功，那么建议您改用其他的付 款方式来完成这笔款项的支付。感谢您的理解和配合！ 再次感谢您使用我们的服务。如果您还有其他问题，敬请与我们联系。 Annie Zhao PayPal全球客户服务部 对于这样的回应在网上是可以搜索到类似的结果的，我想很多朋友也有和我相同的经历，有人说paypal拒付是因为捆绑了中国的信用卡，如果使用美国的信用卡就不会遇到这样的麻烦，我不知道这种说法是否成立，但并不是没有可能性，很过国外的站点都把我们这个区域列为地信用高风险地区，对来自这里的交易反复核查慎之又慎，如果真是这个原因本人自然是觉得很愤慨，但是愤慨之余也不禁引来很多思考，期望终有一天国人在国际上的信誉度能和我们将来的国力一样强大，而作为老百姓也不用因为被区别对待而烦心。还有人说用paypal多交易几次以后就不会遭遇拒付，我是头一回用，以后有待验证，但不管怎样，这东西还是没有想象中那么方便的。 paypal的拒付给我带来非常恶劣的影响，和我交易的境外网站甚至借此为由拒绝我的信用卡支付，这一切都令我感到愤慨却无能为力。]]></description>
			<content:encoded><![CDATA[<p>这是我第一次尝试使用捆绑了信用卡通卡的Paypal帐户购物，这可以避免你的信用卡信息直接暴露给购物网站，最大的好处是就是更加的安全，一旦这些网站数据库遭受数据泄漏，也不至于牵连到你，当你通过paypal购物的时候首先使用这个账户上的余额，如果余额不足就会从信用卡请款，听起来十分诱人，但是在这次购物却因为paypa拒付而失败，错误提示说是这笔交易超过了paypal单笔交易上限，事实上通过了信用卡验证的账户是不存在上限的说法的。随即我在paypal后台提交了相关资讯，第二天收到一封这样的回信：</p>
<blockquote><p>非常感谢您的来信，我很高兴能有机会帮助您。<br />
我明白您想要支付一笔金额是$575.40<br />
USD的款项但是系统显示“您已经超出了对单笔交易的限制。要取消此限额,请点击’账户信息’页上的’查看限额’”的提示信息。<br />
经核查，您的账户已经通过了系统认证，也就是说您的账户没有任何付款限额。您的这笔款项没有支付成功，和付款的额度是没有关系的（您看到的提示信息是不正<br />
确的），主要是由于您的这笔款项没有通过PayPal系统的安全审核。<br />
正如其他专业的金融机构（比如银行和信用卡公司）一样，为了确保网络支付的安全，在每一笔交易成功启动前，PayPal会采取一些系统安全检测措施对该账<br />
户的交易活动进行全方位的实时检测。<br />
当我们的系统拒绝了某一交易的付款来源，那么可能的存在的情况是该笔交易所涉及的一些信息与我们之前系统检测到的带有潜在高风险的交易模式是相似的。系统<br />
对于这些有潜在风险的交易请求会做出拒绝的回应。<br />
我们非常理解这有时也许会给您这样的信誉良好的账户受到一定的影响，但对于一个专业的金融机构而言，我们总是希望能够站在您的立场上，在风险和便利中替您<br />
找到平衡。为此带来的不便，我们深表遗憾。<br />
如果您的交易被拒绝，我们建议您添加其他的信用卡来进行支付或者您可以尝试稍后再试。如果换了信用卡或者试了很多天，都无法成功，那么建议您改用其他的付<br />
款方式来完成这笔款项的支付。感谢您的理解和配合！<br />
再次感谢您使用我们的服务。如果您还有其他问题，敬请与我们联系。<br />
Annie Zhao<br />
PayPal全球客户服务部</p></blockquote>
<p>对于这样的回应在网上是可以搜索到类似的结果的，我想很多朋友也有和我相同的经历，有人说paypal拒付是因为捆绑了中国的信用卡，如果使用美国的信用卡就不会遇到这样的麻烦，我不知道这种说法是否成立，但并不是没有可能性，很过国外的站点都把我们这个区域列为地信用高风险地区，对来自这里的交易反复核查慎之又慎，如果真是这个原因本人自然是觉得很愤慨，但是愤慨之余也不禁引来很多思考，期望终有一天国人在国际上的信誉度能和我们将来的国力一样强大，而作为老百姓也不用因为被区别对待而烦心。还有人说用paypal多交易几次以后就不会遭遇拒付，我是头一回用，以后有待验证，但不管怎样，这东西还是没有想象中那么方便的。<br />
paypal的拒付给我带来非常恶劣的影响，和我交易的境外网站甚至借此为由拒绝我的信用卡支付，这一切都令我感到愤慨却无能为力。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e9%81%ad%e9%81%87paypal%e6%8b%92%e4%bb%98%ef%bc%8c%e4%bd%a0%e6%98%af%e5%90%a6%e6%9c%89%e5%90%8c%e6%a0%b7%e7%9a%84%e7%bb%8f%e5%8e%86%ef%bc%9f.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>今日网络&#8211;诈骗温床</title>
		<link>http://www.99way.com/blog/archive/%e7%bd%91%e7%bb%9c%e5%b7%b2%e7%bb%8f%e4%b8%8d%e6%98%af%e5%9c%a8%e9%82%a3%e4%b8%aa%e7%bd%91%e7%bb%9c.htm</link>
		<comments>http://www.99way.com/blog/archive/%e7%bd%91%e7%bb%9c%e5%b7%b2%e7%bb%8f%e4%b8%8d%e6%98%af%e5%9c%a8%e9%82%a3%e4%b8%aa%e7%bd%91%e7%bb%9c.htm#comments</comments>
		<pubDate>Sat, 27 Jun 2009 16:26:25 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[近况]]></category>
		<category><![CDATA[诈骗]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=27</guid>
		<description><![CDATA[今天收到一封邮件，标题 “雅虎系统中心喜讯” ，是一封HTML格式的邮件，表面上看邮件内容酷似正式的 yahoo 活动的公告，但如果你是个聪明人仔细看一看就会发现这又是一封冒名顶替的诈骗邮件，邮件内容如下。 尊 敬 的 雅 虎 用 户： 恭 喜 您! 您 的 帐 号 巳 被 抽 选 为 2009 的 幸 运 用 户 , 您 将 获 得 本 公 司 送 出 的 惊 喜 大 礼 ! 请 登 陆 活 动 网 站︰http://cn.yahoo.com/ 办 理 领 取 [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px; ">今天收到一封邮件，标题 “雅虎系统中心喜讯” ，是一封HTML格式的邮件，表面上看邮件内容酷似正式的 yahoo 活动的公告，但如果你是个聪明人仔细看一看就会发现这又是一封冒名顶替的诈骗邮件，邮件内容如下。</p>
<blockquote>
<p style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; display: block; padding: 0px; margin: 0px;"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">尊</span> <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">敬</span> <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">的 </span>雅 <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">虎 </span><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">用</span> <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">户</span><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;">：</span></span><br style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial;" /> <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;">恭 喜 您! </span><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"> 您 的 帐 号 巳 被 抽 选 为 2009 的 幸 运 用 户 , 您 将 获 得 本 公 司 送 出 的 惊 喜 大 礼 ! 请 登 陆 活 动 网 站︰<a style="line-height: 1.2em; text-decoration: none; color: #003399; outline-style: none; outline-width: initial; outline-color: initial;" rel="nofollow" href="http://www.qq-qmn.cn/" target="_blank"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #0000ff;">http://cn.yahoo.com/</span></a><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"> 办 理 领 取 ! 验 证 码（9559）非 常 感 谢 您 对 本 公 司 的 支 持 与 热 爱 !</span></span></p>
<p><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"> </span></p>
<p style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; display: block; padding: 0px; margin: 0px;"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;">【 特 别 声 明 】注:请幸运用户妥善保管好自己的帐号密码,收到此信息请不要透露出去,避免他人盗取您的奖金以及奖品,如有丢失本公司不承担任何责任。谢谢合作!</span></p>
<p style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; display: block; padding: 0px; margin: 0px;"><strong><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #0000ff;"> </span></strong></p>
<p style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; display: block; padding: 0px; margin: 0px;"><strong><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #0000ff;"> </span></strong></p>
<p style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; display: block; padding: 0px; margin: 0px;"><span style="color: #000000;"><span style="line-height: 19px;"><span style="color: #ff0000;"><span style="line-height: 15px;"><br />
</span></span></span></span></p>
<div style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"> 北 京 雅 虎 信 息 技 术 有 限 公 司 <span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"> </span><a style="line-height: 1.2em; text-decoration: none; color: #3c86d4; outline-style: none; outline-width: initial; outline-color: initial; font-weight: bold;" rel="nofollow" href="http://www.qq-qmn.cn/" target="_blank"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #ff0000;"><span style="line-height: 1.2em; outline-style: none; outline-width: initial; outline-color: initial; color: #0000ff;">详情请点击查看</span></span></a></span></div>
</p>
</blockquote>
<p><span id="more-27"></span></p>
<p style="padding-left: 30px; ">仔细查看一下 这个邮件里面出现的连个链接，均指向 http://www.qq-qmn.cn/ 这个网址，点击之后它会跳转到 http://www.yyuse.cn/ 这个网站，利用极具诱惑力的奖项一步一步套取你的注册信息，详情如图。</p>
<p><a title="Flickr 上 CnChill 的 pz1" href="http://www.flickr.com/photos/cnchill/3664815171/"><img src="http://farm3.static.flickr.com/2577/3664815171_e094f96faf.jpg" alt="pz1" width="500" height="260" /></a><br />
<a title="Flickr 上 CnChill 的 pz2" href="http://www.flickr.com/photos/cnchill/3665662366/"><img src="http://farm3.static.flickr.com/2578/3665662366_200e90773d.jpg" alt="pz2" width="500" height="479" /></a><br />
<a title="Flickr 上 CnChill 的 pz3" href="http://www.flickr.com/photos/cnchill/3665723724/"><img src="http://farm4.static.flickr.com/3365/3665723724_729ab837a0_o.jpg" alt="pz3" width="638" height="776" /></a></p>
<p style="padding-left: 30px; ">如此拙劣粗糙的仿制网站，如此简单浅显的骗术为何在网上屡试不爽，简直就是侮辱我们国人的智慧。<br />
其实这种网站很容易辨识真伪，大家可以从以下几点着手：</p>
<p style="padding-left: 30px; ">1.看看是否备案，现在网警管的很严，像模像样的网站几乎都要求备案，这种诈骗网站几乎无一不例外的都不会去备案。<br />
2.whois 一下域名，骗子自然不会留下真实信息，看看我查询邮件里面两个域名的结果：</p>
<blockquote>
<p style="padding-left: 30px; ">Domain Name: qq-qmn.cn<br />
ROID: 20081231s10001s27645497-cn<br />
Domain Status: ok<br />
Registrant Organization: 远大科技公司<br />
Registrant Name: 淡淡<br />
Administrative Email: danaibao@126.com<br />
Sponsoring Registrar: 北京万网志成科技有限公司<br />
Name Server:dns27.hichina.com<br />
Name Server:dns28.hichina.com<br />
Registration Date: 2008-12-31 22:36<br />
Expiration Date: 2009-12-31 22:36</p>
</blockquote>
<blockquote><p>Domain Name: yyuse.cn<br />
ROID: 20090110s10001s78727114-cn<br />
Domain Status: ok<br />
Registrant Organization: 张磊<br />
Registrant Name: 张磊<br />
Administrative Email:<br />
Sponsoring Registrar: 北京万网志成科技有限公司<br />
Name Server:dns27.hichina.com<br />
Name Server:dns28.hichina.com<br />
Registration Date: 2009-01-10 14:20<br />
Expiration Date: 2010-01-10 14:20</p></blockquote>
<p>后者挂在一个放了上千个网站的虚拟主机上，大网站怎么可能用这种服务器。</p>
<p>3.在回头看看发件人信箱“manayhoo@yahoo.cn”，显而易见的私人信箱，大网站发送信息都是有专门邮箱的，不会用这种名字怪异的信箱。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>想想网络管制越来越严格的今天，为什么这种网络诈骗却有增无减呢，是真的管不了吗？我想这种小儿科的伎俩如果想要查处非常容易，从郁闷注册商到服务器托管商顺藤摸瓜，甚至上期网站给个假信息，或者用其留下的电话诱敌深入就能一网打尽，我想不是管不了，只是这种 case 太小，无人问津，而我们的有关部门恐怕现在正在研究如何进一步折腾一下 google 什么的！</p>
<p>特此公布一下骗子账号，估计而是假省份证办的：</p>
<table style="font-size: 12px; height: 210px;" border="0" cellspacing="1" cellpadding="0" width="100%" bgcolor="#A1A5A9">
<tbody>
<tr>
<td colspan="4" width="794" height="30" align="center" bgcolor="#E2E2E2"><span style="color: #000000;"><strong> 本次活动支付方式：柜台办理、ATM柜员机转账办理</strong></span></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 12px; padding-left: 0px; margin: 0px;"><strong> <span style="color: #000000;">本公司唯一指定的银行帐号：赵 伟    如有疑问请与客服联系。</span> <span style="color: #000000;">唯一指定的客服热线电话：0086-89888-115391</span></strong></p>
</td>
</tr>
<tr>
<td width="210" height="28" align="center" bgcolor="#E2E2E2"><strong><span style="color: #000000;">开 户 银 行</span></strong></td>
<td width="297" height="28" align="center" bgcolor="#E2E2E2"><span style="color: #000000;"><strong>公 司 财 务 帐 户</strong></span></td>
<td width="126" height="28" align="center" bgcolor="#E2E2E2"><span style="color: #000000;"><strong>户 名</strong></span></td>
<td width="161" height="28" align="center" bgcolor="#E2E2E2"><span style="color: #000000;"><strong>办 理 </strong></span><strong><span style="color: #000000;">费 用</span></strong></td>
</tr>
<tr>
<td height="58" align="center" bgcolor="#FFFFFF"><img style="border: 0px initial initial;" src="http://172.800y.net/yh2009/skin/snake/css/Children_Green/post1.gif" border="0" alt="" width="166" height="45" /></td>
<td height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0000;">66-1083471710121</span></strong></td>
<td height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0000;">雅虎公司</span></strong></td>
<td height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0101;">800元</span></strong></td>
</tr>
<tr>
<td width="210" height="58" align="center" bgcolor="#FFFFFF"><img style="border: 0px initial initial;" src="http://172.800y.net/yh2009/skin/snake/css/Children_Green/post3.gif" border="0" alt="" width="166" height="45" /></td>
<td width="297" height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0000;">62-28480150061315415</span></strong></td>
<td width="126" height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0000;">赵 伟</span></strong></td>
<td width="161" height="58" align="center" bgcolor="#FFFFFF"><strong><span style="color: #ff0101;">800元</span></strong></td>
</tr>
<tr>
<td colspan="4" width="803" height="30" align="center" bgcolor="#E2E2E2"><span style="color: #000000;">注：办理手续完后请与客服联系，客服将为您办理无线网卡一张。</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/%e7%bd%91%e7%bb%9c%e5%b7%b2%e7%bb%8f%e4%b8%8d%e6%98%af%e5%9c%a8%e9%82%a3%e4%b8%aa%e7%bd%91%e7%bb%9c.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter 复活了！</title>
		<link>http://www.99way.com/blog/archive/twitter-%e5%a4%8d%e6%b4%bb%e4%ba%86%ef%bc%81.htm</link>
		<comments>http://www.99way.com/blog/archive/twitter-%e5%a4%8d%e6%b4%bb%e4%ba%86%ef%bc%81.htm#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:28:38 +0000</pubDate>
		<dc:creator>BeeTalker</dc:creator>
				<category><![CDATA[近况]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.99way.com/?p=24</guid>
		<description><![CDATA[6.8号注册了个Twitter户头，随便发一串符号，立刻被 停掉了，于是写了个?Ticket 寻求帮助，没想到回了我一串没用的东西，怀疑是机器自动回复的，于是又发信去救助，结果一去不回，这都快10天了，早就不报希望了，没想到今天打开邮箱居然收到邮件告诉我账号恢复了，很意外，很爽，可惜当时没有截图，留念一下被封的状态。 tiger, Jun 16 11:19 am:It looks like you got caught up in some sort of spam cloud (through no fault of your own). I&#8217;ve restored your account; please let me know if you encounter any issues in the future. Thanks, tiger]]></description>
			<content:encoded><![CDATA[<p>6.8号注册了个Twitter户头，随便发一串符号，立刻被 停掉了，于是写了个?Ticket 寻求帮助，没想到回了我一串没用的东西，怀疑是机器自动回复的，于是又发信去救助，结果一去不回，这都快10天了，早就不报希望了，没想到今天打开邮箱居然收到邮件告诉我账号恢复了，很意外，很爽，可惜当时没有截图，留念一下被封的状态。</p>
<blockquote><p><strong>tiger, Jun 16 11:19 am:</strong>It looks like you got caught up in some sort of spam cloud (through no fault of your own). I&#8217;ve restored your account; please let me know if you encounter any issues in the future.</p>
<p>Thanks,<br />
tiger</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.99way.com/blog/archive/twitter-%e5%a4%8d%e6%b4%bb%e4%ba%86%ef%bc%81.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

