Linux: May 2005 Archives

Example: Server is foo.bar.com, administrator's password is 1234

First, add CHAP info to /etc/ppp/chap-secrets
printf "administrator vpn 1234 *" >> /etc/ppp/chap-secrets
Connect method 1
pppd pty "pptp foo.bar.com --nolaunchpppd" remotename vpn name administrator

Connect method 2, create /etc/ppp/peers/vpn as follow

pty "pptp 192.168.1.231 --nolaunchpppd"
name administrator

pppd call vpn

ref. PPTP Client | Poptop - The PPTP Server for Linux

Linux Firefox、Thunderbird 中文列印中文時出現方塊(□)嗎?
參考 自由軟體技術交統網 - 用Firefox瀏覽網頁 - 中文列印
作以下修改即可
Firefox: 修改 firefox/defaults/pref/firefox.js
Thunderbird: 修改 thunderbird/defaults/pref/thunderbird.js
加入以下四列, 重新啟動
pref("print.postscript.nativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("print.postscript.nativecode.zh-CN", "gb2312");
pref("print.postscript.nativecode.zh-TW", "big5");

Firefox 修改 firefox/greprefs/all.js
Thunderbird 修改 thunderbird/greprefs/all.js
到最底下
修改
pref("print.postscript.nativefont.zh-CN","");
pref("print.postscript.nativecode.zh-TW", "");
成為
pref("print.postscript.nativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("print.postscript.nativecode.zh-CN", "gb2312");
pref("print.postscript.nativecode.zh-TW", "big5");

Mandriva Linux 2005 Limited Edition 是 Mandrake 改名後出的版本, 相當於 Mandrake Linux 10.2
ISO images download

凱莉手工坊

凱莉手工坊

October 2009

Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

About this Archive

This page is a archive of entries in the Linux category from May 2005.

Linux: February 2005 is the previous archive.

Linux: October 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.