<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9177887</id><updated>2011-06-11T04:55:06.804+08:00</updated><title type='text'>unix筆記</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>28</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9177887.post-114733862842547525</id><published>2006-05-11T17:08:00.000+08:00</published><updated>2006-05-11T17:10:28.436+08:00</updated><title type='text'>using tar command archive files to tape</title><summary type='text'> tar cvzf   -   *.img   &gt;  /dev/st0</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114733862842547525/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114733862842547525' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114733862842547525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114733862842547525'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/using-tar-command-archive-files-to.html' title='using tar command archive files to tape'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114710199202672403</id><published>2006-05-08T23:25:00.000+08:00</published><updated>2006-05-08T23:39:54.533+08:00</updated><title type='text'>BeOS後勢看漲</title><summary type='text'>今天沒事又去逛了一下BeOS相關的資源網站本以為應該沒什麼東西可逛, 但是出乎意料之外軟體變的非常的多, 連Firefox都同步推出1.5版供人免費下載, 再看看開發工具更是目不暇接,可用的項目之多並不會輸給其他的作業系統這全部拜自由軟體的功勞, 讓原本以為快要枯萎的產品, 有了這個營養加分的滋養, 現在又欣欣向榮了挾持原本設計優良的使用者介面, 相信BeOS捲土重來的日子不遠了</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114710199202672403/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114710199202672403' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114710199202672403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114710199202672403'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/beos.html' title='BeOS後勢看漲'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114706121523088387</id><published>2006-05-08T12:01:00.000+08:00</published><updated>2006-05-08T12:06:55.243+08:00</updated><title type='text'>A utility that help list all package for Debian 3.1</title><summary type='text'>debian31:~# cat listall.sh#!/bin/bashfor i in /var/lib/dpkg/info/*.listdo  package=`basename $i  sed s/.list//g`  if [ "$1" == "list" ]; then     echo $package  else     echo ""     dpkg --print-avail $package     cat $i  fidone</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114706121523088387/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114706121523088387' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114706121523088387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114706121523088387'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/utility-that-help-list-all-package-for.html' title='A utility that help list all package for Debian 3.1'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114693682849999507</id><published>2006-05-07T01:32:00.000+08:00</published><updated>2006-05-09T09:50:38.070+08:00</updated><title type='text'>Install Solaris 10 into vmware</title><summary type='text'>開始安裝選擇xorg可以支援vmware的vga device與display修改解析度安裝完畢之後預設畫面為640x480您可以直接去修改 /etc/X11/.xorg.conf 這個檔案把"800x600"全部加到display這個session中所有color depth Modes "800x600"的sub-session最後加上link給xorg使用  ln  -s  .xorg.conf   xorg.conf新增dns service# vi /etc/resolv.confnameserver 192.168.2.1#vi /etc/nsswitch.conf在hosts 搜尋功能後面多dns表示如果files找不到接著找dnshosts: files dns 建立useruseradd [user]passwd [user]修改/etc/passwd將user的/</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114693682849999507/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114693682849999507' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114693682849999507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114693682849999507'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/install-solaris-10-into-vmware.html' title='Install Solaris 10 into vmware'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114684797495398923</id><published>2006-05-06T00:52:00.000+08:00</published><updated>2006-05-06T00:52:54.953+08:00</updated><title type='text'>Debian 95xinput</title><summary type='text'>/etc/X11/Xsession.d$ cat 95xinputcase "$LANG" inzh_TW*)    /usr/bin/scim -d    XMODIFIERS="@im=SCIM"    ;;zh_HK*)    /usr/bin/scim -d    XMODIFIERS="@im=SCIM"    ;;zh_CN*)    /usr/bin/scim -d    XMODIFIERS="@im=SCIM"    ;;esacexport XMODIFIERS</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114684797495398923/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114684797495398923' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114684797495398923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114684797495398923'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/debian-95xinput.html' title='Debian 95xinput'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114684738216520429</id><published>2006-05-06T00:42:00.000+08:00</published><updated>2006-05-06T00:43:02.186+08:00</updated><title type='text'>Debian sources.list</title><summary type='text'>#deb file:///cdrom/ sarge main#deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib maindeb      http://debian.linux.org.tw/debian/ stable main contrib non-freedeb-src  http://debian.linux.org.tw/debian/ stable main contrib non-freedeb      http://ftp.nsysu.edu.tw/Linux/Debian/debian/ stable main contrib non-freedeb-src  http://ftp.nsysu.edu.tw/Linux/</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114684738216520429/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114684738216520429' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114684738216520429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114684738216520429'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/05/debian-sourceslist.html' title='Debian sources.list'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114611502986643186</id><published>2006-04-27T13:13:00.000+08:00</published><updated>2006-04-27T13:24:52.243+08:00</updated><title type='text'>Mozilla Linux Build Prerequisites</title><summary type='text'>Mozilla Linux Build PrerequisitesBuild ToolsA recent POSIX ShellA C++ compiler. GCC 3.2 or higher is recommended, or your platform's native C/C++ compiler.Perl 5.6 or higher Older perl versions may work if you upgrade File::Spec to version 0.8GNU make 3.79.1 or higher. Other varieties of "make" will not work.CVS 1.11 or higherA widget toolkit. GTK2 is the "standard" toolkit, and GTK (1.2.0 or </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114611502986643186/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114611502986643186' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114611502986643186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114611502986643186'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/04/mozilla-linux-build-prerequisites.html' title='Mozilla Linux Build Prerequisites'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-114586506438483536</id><published>2006-04-24T15:47:00.001+08:00</published><updated>2006-04-24T15:56:14.236+08:00</updated><title type='text'>Ebony Live CD</title><summary type='text'>  Ebony Live CD為Stanix同一作者使用了Knoppix與DSL套件, 加入2.4 與2.6 系列的核心技術(一共有7種版本) , 因此其不單單只是一般的Live CD, 同時也是您偵測不同硬體與Linux核心相容性的最佳幫手, 您可以在開機的時候指定開機使用的核心, 幫助您找出最適合的硬體核心版本, 另外內建RDP, XMMS, Firefox 1.0.9 與簡易Office套件, 因此可以測試與微軟2003伺服器連接的相容性,而本機mp3播放與本機網路瀏覽網頁的最佳測試多媒體與上網是否正常的利器        您可以使用Ebony做下面的事情：  Ebony Live CD已經內建幫您預先編譯好的市面上常見的Kernel版本，範圍包含了 2.4 與 2.6 系列，版本含括了 2.4.26 / 2.4.27 / 2.4.31 / 2.4.32 / 2.6.11 / </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/114586506438483536/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=114586506438483536' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114586506438483536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/114586506438483536'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2006/04/ebony-live-cd_24.html' title='Ebony Live CD'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111487552219645918</id><published>2005-04-30T23:38:00.000+08:00</published><updated>2005-04-30T23:38:42.216+08:00</updated><title type='text'>How to Boot Unix from a Network Server</title><summary type='text'>IntroductionThis text deals with the issue of setting up an assortment of Unices to boot from a server located on the same LAN. Many people consider diskless machines an anachronism, some marketing droids call them the ultimate solution to all administration problems and finally some people like me just prefer to stuff their disk server in a silenced room all the way down the hall.This text </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111487552219645918/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111487552219645918' title='4 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487552219645918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487552219645918'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/how-to-boot-unix-from-network-server.html' title='How to Boot Unix from a Network Server'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111487532944637155</id><published>2005-04-30T23:34:00.000+08:00</published><updated>2005-04-30T23:35:29.456+08:00</updated><title type='text'>FreeBSD PXEBoot Guide: Jumpstart installation</title><summary type='text'>In this section covers how to set up a jumpstart installation. By the end of this section, you should be able to set up your server such that (almost) all you need to do to install FreeBSD is to connect your new machine to your network.The jumpstart installation will load a memory disk as root device and fetch the release using ftp. We could also do this providing both root device and release </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111487532944637155/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111487532944637155' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487532944637155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487532944637155'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/freebsd-pxeboot-guide-jumpstart.html' title='FreeBSD PXEBoot Guide: Jumpstart installation'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111487517065739304</id><published>2005-04-30T23:32:00.000+08:00</published><updated>2005-04-30T23:32:50.670+08:00</updated><title type='text'>DHCP &amp; TFTP Server</title><summary type='text'>Installation &amp; Configuration1. Prepare the diskette   1. Install syslinux on a computer (Windows or Linux)   2. Format a 1.44" diskette (Linux: format in MS-DOS format, e.g. mformat a:)   3. Install the syslinux bootloader on the diskette   4. Unpack the dhcpdtftpd-x.y.tar.gz archive.   5. Copy the contents of the directory named disk to the diskette with the syslinux bootloader. Now you have a </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111487517065739304/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111487517065739304' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487517065739304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111487517065739304'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/dhcp-tftp-server.html' title='DHCP &amp; TFTP Server'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111427469065311744</id><published>2005-04-24T00:44:00.000+08:00</published><updated>2005-04-24T00:45:14.776+08:00</updated><title type='text'>Debian source.list</title><summary type='text'># TNC debian Server 台南縣教網中心 debian 主機deb ftp://debian.tnc.edu.tw/pub/debian/ testing main non-free contribdeb ftp://debian.tnc.edu.tw/pub/debian-non-US/ testing/non-US main non-free contrib#deb ftp://debian.tnc.edu.tw/pub/debian/ unstable main non-free contrib#deb ftp://debian.tnc.edu.tw/pub/debian-non-US/ unstable/non-US main non-free contribdeb-src ftp://debian.tnc.edu.tw/pub/debian/ testing </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111427469065311744/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111427469065311744' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111427469065311744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111427469065311744'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/debian-sourcelist.html' title='Debian source.list'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111424161386576920</id><published>2005-04-23T15:32:00.000+08:00</published><updated>2005-04-23T15:33:33.866+08:00</updated><title type='text'>dhcpd</title><summary type='text'>sjon:/etc #root# cat dhcpd.conf# dhcpd.conf## Sample configuration file for ISC dhcpd## option definitions common to all supported networks...option domain-name "stanserv.com";option domain-name-servers 168.95.1.1;option subnet-mask 255.255.255.0;ddns-update-style ad-hoc;default-lease-time 600;max-lease-time 72000;subnet 192.168.1.0 netmask 255.255.255.0{range 192.168.1.100 192.168.1.200;option </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111424161386576920/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111424161386576920' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111424161386576920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111424161386576920'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/dhcpd.html' title='dhcpd'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111414978237613840</id><published>2005-04-22T14:02:00.000+08:00</published><updated>2005-04-22T14:03:23.453+08:00</updated><title type='text'>(DHCP)BOOTP Vendor Information Extensions</title><summary type='text'>Network Working Group                                       J. ReynoldsRequest for Comments: 1497                                          ISIObsoletes: 1395, 1084, 1048                                 August 1993Updates: 951                  BOOTP Vendor Information ExtensionsStatus of this Memo   This memo is a status report on the vendor information extensions   used in the </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111414978237613840/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111414978237613840' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111414978237613840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111414978237613840'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/dhcpbootp-vendor-information.html' title='(DHCP)BOOTP Vendor Information Extensions'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111383647136689256</id><published>2005-04-18T23:00:00.000+08:00</published><updated>2005-04-18T23:01:11.366+08:00</updated><title type='text'>符合公認標準</title><summary type='text'>GNOME 和一些制訂桌面標準的團體，例如 freedesktop.org，一直都有緊密合作。通過支援一些大家認同的標準，GNOME、KDE 和其它軟體之間就可以大家分享資料，對於用戶來說是一件好事。而且因為這些標準是開放的，用戶就不會因為不開放的軟體無法使用其它檔案格式而被迫購買新的軟體。GNOME 開發人員和其他自由軟體的開發人員一直都積極參與 freedesktop.org 制訂各種標準，令軟體之間可以互相溝通。這些標準包括：共享的 MIME 資料庫、圖示佈景主題、有關常用檔案的標準、選單、desktop 檔案、縮圖管理，和 system tray 標準。另外，GNOME 還支援 CORBA, XML, Xdnd, EWMH, XEMBED, XSETTINGS 和 XSMP。</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111383647136689256/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111383647136689256' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111383647136689256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111383647136689256'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/blog-post_18.html' title='符合公認標準'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111379386715828206</id><published>2005-04-18T11:10:00.000+08:00</published><updated>2005-04-18T11:11:07.156+08:00</updated><title type='text'>好用的備份方案</title><summary type='text'>svn, rsync</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111379386715828206/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111379386715828206' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111379386715828206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111379386715828206'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/blog-post.html' title='好用的備份方案'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111375722618932589</id><published>2005-04-18T00:58:00.000+08:00</published><updated>2005-04-18T01:00:26.286+08:00</updated><title type='text'>SiS graphics chipsets and X.org/XFree86/Linux</title><summary type='text'>Table of contents    * Chapter I. Introduction         1. Page summary         2. Why this page?         3. Supported SiS graphics chips and video bridges         4. A few words about the SiS 760/761    * Chapter II: Detailed Information         1. The Linux framebuffer driver for SiS graphics chips         2. The X.org/XFree86 driver for SiS graphics chips         3. The SiS Display Control </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111375722618932589/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111375722618932589' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111375722618932589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111375722618932589'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/sis-graphics-chipsets-and.html' title='SiS graphics chipsets and X.org/XFree86/Linux'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111374691680390948</id><published>2005-04-17T22:08:00.000+08:00</published><updated>2005-04-18T00:46:55.896+08:00</updated><title type='text'>螢幕旋轉90度的參數</title><summary type='text'>一般使用正常發行版時,都是在 xorg.conf 中加入Option "Rotate" "CCW"即可Screen RotationX-WindowsSome XFree86 drivers support a rotation of the display content. Use this entry in the configuration file (DEGREE can become CW - 90 degree clockwise , CCW - 90 degree counterclockwise , UD - 180 degree upside down, but which options actually work depends on the drivers :Option "Rotate" "DEGREE"From version 4.3 on XFree86 </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111374691680390948/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111374691680390948' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111374691680390948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111374691680390948'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/04/90.html' title='螢幕旋轉90度的參數'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-111219760230727615</id><published>2005-03-30T23:44:00.000+08:00</published><updated>2005-03-30T23:46:42.306+08:00</updated><title type='text'>快速下載tgz解壓縮</title><summary type='text'>rtar#!/bin/bashif [ -z "$1" ]; then     echo "usage: rtar  [url/tgz]"     exit 1fiwget -O - -q $1 | tar xvz</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/111219760230727615/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=111219760230727615' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111219760230727615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/111219760230727615'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2005/03/tgz.html' title='快速下載tgz解壓縮'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110153186365945214</id><published>2004-11-27T13:00:00.000+08:00</published><updated>2005-03-20T09:05:58.666+08:00</updated><title type='text'>如何正確的驅動prism2的usb無線網卡</title><summary type='text'>請先確認您是否有prism2_usb的模組lsmod | grep prism2請先查看 /etc/init.d 內是否有 wlan 這個命令如果沒有要安裝 wlan 套件請使用新增/移除軟體的功能, 搜尋關鍵字 wlan 是否有此套件如果沒有變成要 安裝 linux-wlan-ng 的套件http://linux-wlan.org/或是下載rpm套件安裝完之後基本上就可以順利的無線上網一般來說AP多有WEP的加密機制因此必需修改一下 /etc/wlan/wlan.conf修改內容SSID_wlan0="你的AP名稱"例如我的AP名稱為 testSSID_wlan0="test"存檔複製 wlancfg-DEFAULT 變成 wlancfg-你的AP名稱例如cp wlancfg-DEFAULT wlancfg-test修改 wlancfg-test內容如下</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110153186365945214/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110153186365945214' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110153186365945214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110153186365945214'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/prism2usb.html' title='如何正確的驅動prism2的usb無線網卡'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110137613251317319</id><published>2004-11-25T17:46:00.000+08:00</published><updated>2004-11-25T17:48:52.513+08:00</updated><title type='text'>ATMEL相關資料</title><summary type='text'>ATMEL驅動詳細介紹</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110137613251317319/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110137613251317319' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110137613251317319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110137613251317319'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/atmel.html' title='ATMEL相關資料'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110135994610857721</id><published>2004-11-25T13:18:00.000+08:00</published><updated>2004-11-25T13:19:06.110+08:00</updated><title type='text'>gcin 很棒 </title><summary type='text'>                                                         最近沒事裝了mandrake 10.1 測試看看由於mandrake內建的輸入法為scim沒有詞音用起來實在是不方便而且最重要的是居然  會跟我最愛的firefox衝突,實在是受不了移除了scim換gcin之後感覺好多了打字又便快了 爽!              有裝mandrake10.1如果想要裝gcin很方便去google打 "gcin mandrake rpm"就可以了配合中文版firefox1.0加上sync bookmark我的筆記又回來了   </summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110135994610857721/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110135994610857721' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110135994610857721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110135994610857721'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/gcin.html' title='gcin 很棒 '/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110135894634141647</id><published>2004-11-25T12:57:00.000+08:00</published><updated>2004-11-25T13:02:26.340+08:00</updated><title type='text'>prism2 usb 如何安裝到  mandrake 10.1</title><summary type='text'>步驟很簡單1.下載 linux-wlan-ng 的套件  方法 google "linux-wlan-ng mandrake rpm"2.安裝此套件                              3.插入 prism2晶片的usb無線網卡4.重新開機                    5.使用iwconfig就可以看到wlan0了</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110135894634141647/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110135894634141647' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110135894634141647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110135894634141647'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/prism2-usb-mandrake-101.html' title='prism2 usb 如何安裝到  mandrake 10.1'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110113765102984122</id><published>2004-11-22T23:32:00.000+08:00</published><updated>2004-11-22T23:34:11.030+08:00</updated><title type='text'>ATMEL USB WLAN</title><summary type='text'>ATEML USB Wireless LAN for LinuxATMEL USB WLAN</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110113765102984122/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110113765102984122' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110113765102984122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110113765102984122'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/atmel-usb-wlan.html' title='ATMEL USB WLAN'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110091673363088979</id><published>2004-11-20T10:09:00.000+08:00</published><updated>2004-11-20T10:12:13.630+08:00</updated><title type='text'>磁碟備援工具</title><summary type='text'>在linux底下的partition magic工具qtparted.sourceforge.net用QT寫的另外linux底下的ghost工具www.partimage.org</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110091673363088979/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110091673363088979' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110091673363088979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110091673363088979'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/blog-post.html' title='磁碟備援工具'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110075766130460036</id><published>2004-11-18T13:58:00.000+08:00</published><updated>2004-11-18T14:01:01.303+08:00</updated><title type='text'>i18n 相關設定</title><summary type='text'>先尋找系統內有支援的i18n設定locate  i18n找到之後到那個目錄裡面 ls 看看有哪些locale存在接著可以設定自己的localeLC_ADDRESS=enLC_COLLATE=enLC_CTYPE=enLC_IDENTIFICATION=enLC_MEASUREMENT=enLC_MESSAGES=enLC_MONETARY=enLC_NAME=enLC_NUMERIC=enLC_PAPER=enLC_TELEPHONE=enLC_TIME=enMAILCHECK=60</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110075766130460036/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110075766130460036' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110075766130460036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110075766130460036'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/i18n.html' title='i18n 相關設定'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110067625056882950</id><published>2004-11-17T15:19:00.000+08:00</published><updated>2004-11-17T15:24:10.566+08:00</updated><title type='text'>如何修改Fedora Core 2的UTF8編碼改為big5</title><summary type='text'>1.修改  /etc/sysconfig/i18n#LANG="zh_TW.UTF-8"LANG="zh_TW.big5"SYSFONT="latarcyrheb-sun16"不確定時候, 可以使用  locate zh_TW.big5  找找位置是否與zh_TW.UTF-8 的一致2.修改samba 3的設定/etc/samba/smb.conf[root@f2 samba]# cat smb.conf | more[global] unix charset = big5dos charset = big5重新開機就可以了修改完之後之前的utf8檔名會變成亂碼</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110067625056882950/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110067625056882950' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110067625056882950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110067625056882950'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/fedora-core-2utf8big5.html' title='如何修改Fedora Core 2的UTF8編碼改為big5'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9177887.post-110058059396321927</id><published>2004-11-16T12:44:00.000+08:00</published><updated>2004-11-16T12:49:53.963+08:00</updated><title type='text'>如何設定vncserver的window manager</title><summary type='text'>  215  vncserver -name stan -depth 24 -geometry 800x600  223  vncserver -kill :1設定樣本 ~/.vnc/xstartup#!/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 "#666688"vncconfig -iconic &amp;xterm -geometry 80x24+10</summary><link rel='replies' type='application/atom+xml' href='http://stanxunix.blogspot.com/feeds/110058059396321927/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9177887&amp;postID=110058059396321927' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110058059396321927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9177887/posts/default/110058059396321927'/><link rel='alternate' type='text/html' href='http://stanxunix.blogspot.com/2004/11/vncserverwindow-manager.html' title='如何設定vncserver的window manager'/><author><name>Stan Wu</name><uri>http://www.blogger.com/profile/00402331741356755306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_rCn2vcUobJo/SaArCo1P_RI/AAAAAAAAATw/nMYmDcv0_B0/S220/256x256_resize_resize.jpg'/></author><thr:total>0</thr:total></entry></feed>
