Category Archives: Uncategorized

OpenVPN 客户端配置之 GNOME Network Manager 篇

主流 Linux 桌面系统之一的 GNOME 默认携带的 Network Manager 支持 OpenVPN。安装非常简单: Fedora: $ sudo yum install NetworkManager-openvpn Debian/Ubuntu: $ sudo apt-get install network-manager-openvpn 以下步骤是在 Fedora 15 中配置 GNOME Network Manager 连接至 HLYY OpenVPN 服务,其他 Linux 分发版应该都是一样一样滴: 1. 下载 HLYY OpenVPN CA 证书: … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Install Lotus Notes 8.5.3 on Fedora 15 64bit

Lotus Notes still has no native support for 64bit Linux, but we can have workaround. $ cd /etc/yum.repo.d $ sudo wget http://pokgsa.ibm.com/projects/o/openclient/lotus/notes/beta/8.5.3/notes-8.5.3-ea.repo $ sudo yum clean all $ sudo yum update $ sudo yum install ibm_lotus_notes This is going to … Continue reading

Posted in Uncategorized | Tagged , | 24 Comments

Install ATT Global Network Client on Fedora 15 64bit

ATT Client only provides 32bit package, how can we install and run it on a 64bit Linux, e.g., Fedora 15? 1. Resolve dependencies: $ sudo yum install libcurl.i686   $ cd /lib $ sudo ln -s libcrypto.so.1.0.0d libcrypto.so.4   $ … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

Flashing Router with DD-WRT Firmware

DD-WRT 官方 wiki 上有详细的刷机指南,不过因为它要照顾到多种可能性、可选项,使得文章的长度很吓人,其实刷机超简单,只有简单的三步。 1,下载一个适用于你的路由器的 firmware build。(如何选择合适的 build?) 2,重置路由器至出厂状态 使用浏览器打开路由器的管理页面,然后切换至 Administration -> Factory Defaults 功能页,在 Restore Factory Defaults 选项中选中 Yes,然后点击 Apply Settings 按钮。重置完成后,在出现的初始化页面上设置一个用户名和密码。 3,刷机 使用浏览器打开路由器的管理页面,然后切换到 Administration -> Firmware Upgrade 功能页,选中 After flashing reset to default settings,并选中你在第一步中下载的固件安装包,然后点击 Upgrade 按钮。等待数分钟,待刷机完成后,在出现的初始化页面上设置一个用户名和密码。

Posted in Uncategorized | Tagged | Leave a comment

How to Choose DD-WRT Build for Broadcom Based Router

DD-WRT 支持多种路由器设备,其 wiki 上维护有一个 Supported Devices 页面,你可以查找你的路由器是否可以安装 DD-WRT 固件。本文假定你的路由器在支持列表中,且 CPU 是 Broadcom 的。 最简单的选择方式当然是 DD-WRT 官网的下载页面,但其上给出的推荐 build 通常都太老了。在 DD-WRT 的 FTP 中有很多 builds,但很难知道哪个 build 是最合适的,你可以逐个测试… 嘿嘿,工程量浩大、而且容易变砖。还好论坛中有一个专门的 Firmware Recommendations 贴,著名的 redhawk 同学根据测试给出推荐,通常都是很靠谱的,如果你懒得自己动手测试,这是一个很好的选择。 Package Type 根据安装包中的所含功能的不同,DD-WRT 固件安装包有很多不同的类型,比如:micro, mini, std, mega 等等。在 wiki … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Tor on Windows Step by Step

前面写过一篇如何在 Ubuntu Linux 下使用 Tor,不过绝大多数用户还是在使用 Windows 系统,所以还是写一个 Tor 在 Windows 上的攻略。超简单,几张截图就搞掂。 Tor 的官方网站是 torproject.org,已被墙,幸好有很多热心的人建立了镜像网站,比如 tor.hermetix.org 和 tor.askapache.com 这两个镜像到目前(2010年4月14日)为止在墙内还能访问。进入 下载 页面,选择 Windows 安装套件,下载得到的文件名形如 vidalia-bundle-0.2.1.25-0.2.7.exe 双击该文件启动安装向导。。 选择 Vidalia 和 Tor 组件。那个 Polipo 和 Torbutton 没用,不用选。 选择安装路径,然后点击 Install 按钮即开始安装。 安装完成后,运行 Vidalia,其界面如下图所示。因为目前中国大陆封禁了 Tor 网络,所以通常情况下是无法直接连入 … Continue reading

Posted in Uncategorized | Tagged , | 13 Comments

翻墙必备神器 Tor

Tor 本来是用来保护用户网络活动隐私与安全的,在中国当下则被大量用于翻墙,这都是被 GFW 所逼啊。我一直以来不太喜欢用 Tor,因为速度慢。不过最近两年 GFW 越来越猖狂,越来越多的国外站点被屏蔽,动不动就是“连接被重置”,让人很是恼火。慢总比没得上好。没办法,在中国上网,就得戴 Tor。 第一步,安装 Tor 不要使用 Ubuntu 软件库中的 Tor 包,因为无人维护、更新不及时。推荐使用 Tor 官方提供的源。 添加 GPG key: $ gpg –keyserver keys.gnupg.net –recv 886DDD89 $ gpg –export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add – 添加 Tor 官方源: deb http://deb.torproject.org/torproject.org … Continue reading

Posted in Uncategorized | Tagged , | 3 Comments

Say Goodbye to Partial Content in Google Reader

Hate those feeds not providing full content? Users of Firefox and Google Reader don’t have to suffer more, like me. There are always sweet workarounds for us. Extensibility is the power. First of all, install greasemonkey which allows using javascript … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Hotmail Enables Free POP3 Access

Guess it’s an old news already. The Hotmail’s POP3 access service, which was provided to Hotmail Plus subscribers only, is free now! Lots of people have switched or are switching to Gmail which provides many great features including free POP3 … Continue reading

Posted in Uncategorized | Leave a comment

Enable OpenSSL Support for PHP on Windows

As a prerequisite, two libraries must be existing in your Windows system: libeay32.dll and ssleay32.dll. Two ways to achieve this: Install OpenSSL for Windows Or, copy these two files to C:\WINDOWS\system32 folder. They’re shipped with PHP package, you can find … Continue reading

Posted in Uncategorized | Tagged | 15 Comments