May 2012
S M T W T F S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

Monday, 13th of February 2012 at 02:10:37 AM

Mono V2

Ubuntu安装Mono2.10并使用Apache承载Asp.Net mvc3应用程序

Apache AutoConfig

Wednesday, 10th of August 2011 at 02:55:31 AM

Linux Text Browser Lynx

http://en.wikipedia.org/wiki/Lynx_(web_browser)

Wednesday, 3rd of August 2011 at 06:19:15 PM

QNAP TS-409 Default folder setting file

/mnt/HDA_ROOT/.config/smb.conf

Thursday, 28th of July 2011 at 04:46:57 PM

C# UTF-8 dec to Char

char[] caa = new char[] { (char)25105, (char)24456, (char)22909 };

Console.WriteLine(new String(caa)); // “我很好”

Ref: http://www.plurk.com/p/cnjj0g

Thursday, 19th of May 2011 at 10:08:51 PM

Setting Ubuntu locale

Edit /var/lib/locales/supported.d/local Add locale

zh_TW.UTF-8 UTF-8

en_US ISO-8859-1

en_US.UTF-8 UTF-8

zh_TW BIG5

run locale-gen or dpkg-reconfigure locale check locale -a

Ref: 設定 Ubuntu 的 locale (語系)

Wednesday, 21st of July 2010 at 09:16:49 AM

2010.07.21 WordPress 3.0 updated

Updating to the WordPress 3.0, everything is fine.

A new website build for SNP.

http://nii.paulyu.info

Friday, 22nd of January 2010 at 12:53:14 PM

Install pptpd on Ubuntu server

I installed pptp service for my friend in China where can’t browse Facebook and lots of site.

Now my server have following service

Web Service: Apache 2 FTP Service: Proftpd SSH Service: openssh Samba Service: samba3 VPN Service: pptpd