Caker, Web developer,Beijing,China.

My projects

How to compile pdigin on ubuntu 8.04

If you downloaded the 2.5.1 of pdigin, then you want compile it on the ubuntu 8.04 box , maybe you need install there dependices, all or part of them :
gettext build-essential
gtk libgtk2.0-dev
glib libglib2.0-dev
*XScreenSaver libxss-dev*
libxml libxml-dev
libstartup-notification0-dev
libgtkspell-dev
libgstreamer0.10-dev
libmeanwhile-dev
libdbus-1-dev libdbus-glib-1-dev
network-manager-dev
libperl-dev
tcl8.5-dev
tk8.4.dev( tk8.5 unavaiable)
vahi development headers not found.  libavahi-ui-dev
libnss3-dev

Tags: ,

Filed under:default

enable and disable the opendns

OpenDNS protects millions of people a day across hundreds of thousands of schools, businesses and homes. We block phishing sites, give you the power to filter out adult sites and proxies among more than 50 categories, and provide the precision to block individual domains.
it’s good  most of time , but some time , you need [...]

Tags: ,

Filed under:default

a GUI of the macport in leopard

porticus is a GUI of macport ,you can manage all installed applications by macport, it’s really similar as apt-get (aptitude) in the ubuntu platform.

Tags: ,

Filed under:Uncategorized

Ubuntu 8.04 中Firefox 3 的中文化

ubuntu 8.04中firefox 3.0设置中文

Ubuntu 8.04发布了,firefox是3.0 beta 5版。系统在安装完中文支持后,这个版本没有简体中文的语言包,
打开firefox默认的是繁体中文,想要设置为简体中文可以直安装中文语言包LUPA开源社区
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/linux-i686/xpi/zh-CN.xpi

Tags: , ,

Filed under:default

LumanQQ.net on mono in ubuntu passed!

First congratulations to me :
1.
Today ,I try to debug the LumaQQ.NET with mono 1.9.1 on the ubuntu box, and finally it PASSED! just the encoding not wok very well, as the source explain ,the encoding of the QQ is GBK by default , i try to conver all GBK to UTF-8, so most of content [...]

Tags: ,

Filed under:Uncategorized

libapache2-mod-mono AND libapache2-mod-php5

Last night , I try to installed the libapache2-mod-php5 and mono-mod together on the apache2 in the ubuntu 8.04 ,but got fail. Because both modules are build against different workers of Apache can’t run them together.PHP5 is not thread-safe, that is why it is build against the slower prefork worker. So, maybe i [...]

Tags: , ,

Filed under:Uncategorized

install Mono 1.9 in ubuntu 8.04

I came across this tutorial for Mono 1.9.1 (Mono 2.0 beta) . If you want to use them add this to your /etc/apt/sources.list:
[bash]deb http://debian.meebey.net/etch-backports /[/bash]
After that run:
[bash]apt-get update[/bash]
Now you can upgrade or install Mono 1.9.1 and MonoDevelop 1.0 using your
favorite package managing tool (dselect/apt/aptitude/synaptic/whatever)
Ubuntu 8.04 only comes with the 5 month old Mono [...]

Tags: ,

Filed under:default

Likewise Open

If you really want use the AD of the microsoft in linux or mac ox, then you can use it to do …
Likewise Open enables Linux, Unix and Mac authentication on a Microsoft network using Active Directory. A user can now interactively log in to the Linux, Unix or Mac machine using Active Directory credentials, [...]

Tags:

Filed under:Uncategorized

install the ImageMagick on the ubuntu 7.10

there are steps to install the ImageMagick and imagick model for the php development

sudo apt-get install php5-dev php-pear
sudo apt-get install php5-imagick
sudo apt-get install libmagick9-dev
sudo pecl install imagick

Tags: ,

Filed under:Uncategorized

how to asp in ubuntu 7.10

do you want run your asp page in the ubuntu box, good news here ,you can use the two things below :

Chili!Soft ASP
iASP

have fun !

Tags: , ,

Filed under:Uncategorized