<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Life - WeiG &#187; os</title>
	<atom:link href="http://www.weigblog.com/tag/os/feed" rel="self" type="application/rss+xml" />
	<link>http://www.weigblog.com</link>
	<description>Yet another Life</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu正在推出8.04LTS Desktop Edition</title>
		<link>http://www.weigblog.com/2008/04/24/ubuntu-is-releasing-804-lts-desktop.html</link>
		<comments>http://www.weigblog.com/2008/04/24/ubuntu-is-releasing-804-lts-desktop.html#comments</comments>
		<pubDate>Thu, 24 Apr 2008 09:49:21 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/?p=307</guid>
		<description><![CDATA[Ubuntu终于准备推出最新的LTS版本8.04了。该版本将于本周四出现在download page上。 所谓LTS，就是Long Term Support。这也是Ubuntu在6.06之后的第二个LTS版本。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/">Ubuntu</a>终于准备推出最新的LTS版本<a href="http://www.ubuntu.com/news/ubuntu-8.04-lts-desktop">8.04</a>了。该版本将于本周四出现在<a href="http://www.ubuntu.com/download">download</a> page上。</p>
<p>所谓LTS，就是Long Term Support。这也是Ubuntu在6.06之后的第二个LTS版本。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2008/04/24/ubuntu-is-releasing-804-lts-desktop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing! Seamless（无缝窗口模式） in VirtualBox</title>
		<link>http://www.weigblog.com/2007/09/01/amazing-seamless-in-virtualbox.html</link>
		<comments>http://www.weigblog.com/2007/09/01/amazing-seamless-in-virtualbox.html#comments</comments>
		<pubDate>Sat, 01 Sep 2007 04:50:56 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/09/01/amazing-seamless-in-virtualbox.html</guid>
		<description><![CDATA[VirtualBox新近推出了他的1.5.0版本，除了修改Bug外，还有一项重大的更新，叫做“无缝窗口”模式（Seamless）。看看下面的图，就知道所谓Seamless是什么意思了。其实是把Guest OS合并到Host OS中，就像操作Host OS一样。 注意看上面的图片（点击可以看到大图），屏幕下方有2个任务栏，Vista是Host OS的，XP是Guest OS的。说白了，无缝窗口（Seamless）模式就是实现了像操作Host一样的操作的Guest的方法。 不过要使用这项功能，也是要有前提条件的： Guest OS必须是Windows Guest OS必须安装Guest Additions（启动Guest OS后，选择Device&#8211;&#62;Install Guest Additions）。需要注意的是，要先release Guest OS的光盘，否则Additions不会加载到Guest OS上。因为Guest Additions实际上是以虚拟光盘的形式装入Guest的。这一点和其他虚拟机软件类似。 虽然v1.5.0已经发布并且可以使用了，但似乎VirtualBox的主页上还是1.4.0的Win x86版本下载。不过，1.5.0已经可以下载了，路径的规则和1.4.0一样。这里再贴一下： http://www.virtualbox.org/download/1.5.0/VirtualBox_1.5.0_Win_x86.msi Update 1:47 Sept 7th, 2007 PST: 官方网站上已经更新了下载连接，直接去Virtual Box的下载页面，就可以了。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualbox.org/"><abbr title="一个跨平台的虚拟PC系统">VirtualBox</abbr></a>新近推出了他的1.5.0版本，除了修改Bug外，还有一项重大的更新，叫做“无缝窗口”模式（Seamless）。看看下面的图，就知道所谓Seamless是什么意思了。其实是把Guest OS合并到Host OS中，就像操作Host OS一样。</p>
<p><a href="/wp-content/uploads/images/VirtualBoxSeamless.jpg" rel="lightbox"></a></p>
<p style="text-align: center"><a href="/wp-content/uploads/images/VirtualBoxSeamless.jpg" rel="lightbox"><img src="/wp-content/uploads/images/VirtualBoxSeamless.jpg" alt="VirtualBoxSeamless.jpg" title="VirtualBoxSeamless.jpg" border="0" height="300" width="400" /></a></p>
<p>注意看上面的图片（点击可以看到大图），屏幕下方有2个任务栏，Vista是Host OS的，XP是Guest OS的。说白了，无缝窗口（Seamless）模式就是实现了像操作Host一样的操作的Guest的方法。</p>
<p>不过要使用这项功能，也是要有前提条件的：</p>
<ul>
<li>Guest OS必须是Windows</li>
<li>Guest OS必须安装Guest Additions（启动Guest OS后，选择Device&#8211;&gt;Install Guest Additions）。需要注意的是，要先release Guest OS的光盘，否则Additions不会加载到Guest OS上。因为Guest Additions实际上是以虚拟光盘的形式装入Guest的。这一点和其他虚拟机软件类似。</li>
</ul>
<p>虽然v1.5.0已经发布并且可以使用了，但似乎VirtualBox的主页上还是1.4.0的Win x86版本下载。不过，1.5.0已经可以下载了，路径的规则和1.4.0一样。这里再贴一下：</p>
<p><a href="http://www.virtualbox.org/download/1.5.0/VirtualBox_1.5.0_Win_x86.msi">http://www.virtualbox.org/download/1.5.0/VirtualBox_1.5.0_Win_x86.msi</a></p>
<p><strong>Update 1:47 Sept 7th, 2007 PST: </strong>官方网站上已经更新了下载连接，直接去Virtual Box的<a href="http://www.virtualbox.org/wiki/Downloads">下载</a>页面，就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/09/01/amazing-seamless-in-virtualbox.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unix体验中心</title>
		<link>http://www.weigblog.com/2007/04/02/unix-center-xp.html</link>
		<comments>http://www.weigblog.com/2007/04/02/unix-center-xp.html#comments</comments>
		<pubDate>Sun, 01 Apr 2007 20:52:48 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/04/02/unix-center-xp.html</guid>
		<description><![CDATA[介绍一个Unix的体验中心：http://www.unix-center.net/ 他们提供了Solaris的系统，并且有C、C++等语言的编译环境。对于想用Unix的人来说，还是不错的。不过没有X。 目前提供几个服务器： x4100.unix-center.net solaris.unix-center.net 推荐使用Putty使用SSH方式访问。]]></description>
			<content:encoded><![CDATA[<p>介绍一个Unix的体验中心：<a href="http://www.unix-center.net/">http://www.unix-center.net/</a></p>
<p>他们提供了Solaris的系统，并且有C、C++等语言的编译环境。对于想用Unix的人来说，还是不错的。不过没有X。</p>
<p>目前提供几个服务器：</p>
<ul>
<li>x4100.unix-center.net</li>
<li>solaris.unix-center.net</li>
</ul>
<p>推荐使用<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty</a>使用SSH方式访问。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/04/02/unix-center-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 things you should know about every Linux installation</title>
		<link>http://www.weigblog.com/2007/02/24/10-things-you-should-know-about-every-linux-installation.html</link>
		<comments>http://www.weigblog.com/2007/02/24/10-things-you-should-know-about-every-linux-installation.html#comments</comments>
		<pubDate>Sat, 24 Feb 2007 12:33:18 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/02/24/10-things-you-should-know-about-every-linux-installation.html</guid>
		<description><![CDATA[November 18, 2005 Update &#8211; 11/18/2005: This article is also available as a TechRepublic download. Takeaway: There are numerous common features with every Linux installation. This document lists 10 of the more important ones you should know about. By Jeffrey G. Thomas Linux is not Windows, and although there are some similarities, you must realize [...]]]></description>
			<content:encoded><![CDATA[<p><strong>November 18, 2005</strong><br />
<strong>Update &#8211; 11/18/2005:</strong> This article is also available as a TechRepublic <a href="http://techrepublic.com.com/5138-10877-5960924.html">download</a>.</p>
<p><strong>Takeaway:</strong><br />
There are numerous common features with every Linux installation. This document lists 10 of the more important ones you should know about.<br />
<strong>By Jeffrey G. Thomas</strong></p>
<p><a href="http://techrepublic.com.com/5138-1035-728754.html">Linux</a> is not Windows, and although there are some similarities, you must realize that there may be a few &#8220;new ways of doing things&#8221; to learn before you can be comfortable in Linux. Linux is an open-source clone of UNIX, a secure operating system (OS) that predates DOS and Windows and is designed for multiple users. The items in the following list generally apply to any UNIX-based *nix system, such as Linux and the various BSD&#8217;s. For the purposes of this article, assume that it&#8217;s all Linux.</p>
<p><span id="more-149"></span></p>
<p><strong>Here are the 10 things to know</strong><br />
<strong><em>Editor&#8217;s note:</em></strong><em> As part of a recent <a href="http://techrepublic.com.com/5261-1-0.html?query=soapbox">IT Soapbox</a>blog post I asked Linux users and evangelists in the TechRepublic community to step up to the plate and take a crack at producing some informative articles and downloads on the Linux operating system. This document is just one of the submissions inspired by that challenge. Just click the <a href="http://techrepublic.com.com/5264-1-0.html?query=linux%20challenge">Linux challenge</a> tag to track other published submissions stemming from this grass roots project.</em></p>
<p><strong>1. File hierarchy</strong></p>
<p>Unlike some other OS&#8217;s that have a file tree for each drive, the Linux file system is one big tree. At the top you have <em>/</em> (Root) and every folder, file, and drive branches off of this Root.</p>
<p><font class="contentText">For example, say that you have two hard drives (named <em>a and</em><em> b</em>), one floppy drive, and one CD-ROM. Let&#8217;s say that the first hard drive has two partitions (named <em>a1 and a2</em>). In Windows, it would look like this:</font></p>
<ul>
<li>+ hard drive a, partition one (hda1): C Drive</li>
<li>+ hda2: D Drive</li>
<li>+ hdb1: E Drive</li>
<li>+ floppy: A drive</li>
<li>+ CD-ROM: F Drive</li>
</ul>
<p>In Linux, you have one file system, not the five listed in the Windows example. Each drive is <em>mounted</em> onto the tree and acts just like a folder. The drives could be placed like this:</p>
<ul>
<li>+ hda1: / (our Root)</li>
<li>+ hda2: /home</li>
<li>+ hdb1: /home/user/music</li>
<li>+ floppy: /mnt/floppy</li>
<li>+ CD-ROM: /mnt/cdrom</li>
</ul>
<p>Our D Drive and E Drive are attached within our C Drive and there is no need to go to the top to switch drives; the switching happens seamlessly as we move from one folder to another. The same is true with our Floppy and CD-ROM: they are just attached under <em>/mnt</em> as part of the one file system. These drives, in reality, can be attached almost anywhere in a Linux system, depending on how the installation (or user) set up the <em>/etc/fstab</em> file, which tells the computer where things get attached and how to handle them. See <strong>Figure A</strong>.</p>
<p align="center">
<p align="center"><strong>Figure A</strong></p>
<p align="center"><img src="http://articles.techrepublic.com.com/i/tr/downloads/images/mk/10_things_linux_filesystems.jpg" height="507" width="547" /></p>
<p align="center"><small>File structure</small></p>
<p><strong>2. Modular system</strong></p>
<p>Think about the guts of Windows XP, Win2k, Win98, Win95, and Apple OS X. Each has different components inside and a different graphical look. What if you wanted the Media Player in XP, the File Manager in 98, the stability of Win2k, and the look of OS X all in one unit? In Linux, each aspect of the system is independent, so you can mix and match parts to make your very own Frankenstein OS. You can choose from a variety of programs to run as your firewall, another to play media, yet another to run your File Manager.</p>
<p>Unlike the &#8220;tower&#8221; OS&#8217;s from Microsoft, where everything is interconnected and depends on each aspect of the system, the Linux OS is spread out like a Market: everything works together for the common good, but vendors (independent parts of the OS) can be excluded, and the OS will still function. Don&#8217;t want a Media Player or File Manager? Take it out! Your OS will not fall like a broken tower.</p>
<p>This modularity is the reason for so many distributions of Linux (commonly called distros); any person or company can mix and match the programs they find most useful and slap a name on that collection. <a href="http://www.redhat.com/">RedHat</a>, <a href="http://www.xandros.com/">Xandros</a>, <a href="http://www.mepis.org/">SimplyMEPIS</a>, and <a href="http://www.novell.com/linux/suse/">Suse</a> are all examples of distros.</p>
<p>Some of the larger distros have copycats that use their settings, but change the included programs. This is the Linux way, and the mix-and-match approach gives users more choice in the long run. <a href="http://distrowatch.com/">DistroWatch.com</a> currently lists over 350 distributions of Linux. Many on the list are specialized to serve a specific group of people, but all can be altered to run the same programs.</p>
<p>Because programs are interchangeable, the Graphical User Interface (GUI) is no exception. GUI&#8217;s give you the look and feel of a modern OS with the mouse, program icons, menus, etc. Any Linux system (well, one that is running on a real computer, not a phone) can run one of many different GUI&#8217;s, just like it can run many web browsers or different email client programs.</p>
<p>Want your system to look like Windows? Use FVWM with the XP theme. Want it to be fast? Try IceWM. Want it to be more &#8220;full featured&#8221;?; try GNOME or KDE. All of these GUI&#8217;s have benefits and drawbacks, but they all present the user with an interface that can be manipulated with a mouse. Although this may result in every Linux screen looking different, all of the GUI&#8217;s are still doing the same behind-the-scenes work for you; just use your eyes and often it is not hard at all.</p>
<p><strong>3. Hardware, software, and everything in between</strong></p>
<p>Linux has come a long way in the few short years of its existence. It is less than half the age of Microsoft Windows, and yet it is more powerful, more stable, less resource-hungry, and graphically equal (if not superior) to this costly, buggy OS from Redmond.</p>
<p>One thing that Linux doesn&#8217;t yet have going for it is vendor support. If you really like Intuit&#8217;s QuickBooks, for example, you cannot natively run it in Linux. There are projects to make Windows programs run in Linux, such as <a href="http://www.codeweavers.com/">CrossOver Office</a> and Wine, but these work with varying success, depending on the Windows program. Until software companies decide to port their programs to Linux, you will not be able to run them natively.</p>
<p>Not all is lost, however. Open Source software has upward of 15,000 of programs that run natively in Linux. Because these programs are (usually) free of charge, they vary in quality, but the majority of programs are wonderfully written and constantly improved. These programs can import and export non-native file types as well. <a href="http://www.gnucash.org/">GNUCash</a> can read those Quickbooks files just fine, and OpenOffice.org can read MSWord *.doc files. If you dislike GNUCash, don&#8217;t despair. There are other similar programs also available for free, and more and more software companies are releasing Linux versions of their software.</p>
<p>These same issues apply to hardware. Just as you cannot expect just any piece of hardware off the shelf to work with an Apple computer, the same can be said for Linux machines. Most standard hardware works perfectly; hard drives, RAM, flash drives, motherboards, NIC&#8217;s, and digital cameras usually have little trouble under Linux. Newer, cutting edge hardware is a different story. Until hardware vendors choose to support Linux, the drivers needed to work these pieces of hardware must be written by the Linux community for free and in the community members&#8217; spare time.</p>
<p>Therefore, there is a lag behind Windows support since hardware companies often work directly with Microsoft to ensure compatibility, and tend to let Linux volunteers figure out the Linux hardware support on their own. Laptops are notorious for their non-standard hardware; it can be a challenge to map special keys in Linux. The good news here is that vendor support for Linux hardware, like software, is changing for the better as more and more companies see their future in Linux.</p>
<p>Everything in between the hardware and the software in a Linux machine is the kernel. This kernel is what connects the hardware to the software, and an updated kernel is made available via Internet every few weeks; the most current is 2.6.14. If you have hardware that isn&#8217;t currently supported, there is a chance that a newer kernel could help you out. Installing this kernel yourself isn&#8217;t always easy, however; that&#8217;s where Package Managers come into play.</p>
<p><strong>4. Package Managers &#8211; Program installation made easy(er)</strong></p>
<p>There are many ways to install programs in Linux, but the easiest is with your distribution&#8217;s Package Manager (PM). The PM makes sure that any missing files (called dependencies) are also installed so the program runs correctly. Choosing a distribution often comes down to which type of PM you like, but any Linux software can be installed on different distributions if you can find the corresponding Package.</p>
<p>These PM&#8217;s usually have an on-line repository for their programs. Installing an application is as easy as searching through the program repository and clicking Install. Can&#8217;t find <em>IceWM</em> or <em>MPlayer</em> in your Package Manager&#8217;s list? There is always a way to add a new on-line repository that will have what you are looking for. Some examples of Package Managers include Synaptic (based on dpkg and Apt) for Debian (and derivatives); Yum for RedHat (and derivatives); YaST2 for SuSE (and derivatives); and Emerge for Gentoo.</p>
<p><strong>5. Permissions</strong></p>
<p>Linux is designed to have multiple users, and these users fall into groups. Every user has permissions to read, write, or execute (R/W/X) their own files, and permission to change those permissions. Because Linux is designed for multiple users, each user has their own password and may restrict access to their files. These are called User Permissions.</p>
<p>Each user belongs to one or more groups, and a user can set their file/folder permissions so that others in the group can read but not write the files, or any other combination of R/W/X. These are Group permissions. For example, Joe and Susan are both in Accounting. They can allow the Accounting group access to each other&#8217;s files, but they can restrict that access from those in the Sales group.</p>
<p>The <em>Others</em> permissions can allow or deny access to these files for anyone outside the Group. These permissions are for the safety of the overall system, as well as for each user&#8217;s data. Most home users are fine to leave the default permissions alone on their files. (See <strong>Figure B</strong>)</p>
<p align="center">
<p align="center"><strong>Figure B</strong></p>
<p align="center"><img src="http://articles.techrepublic.com.com/i/tr/downloads/images/mk/10_things_linux_permissions.jpg" /></p>
<p align="center"><small>Permissions</small></p>
<p>The Root user (not to be confused with the <em>/</em> Root of a file system), as the Administrator, has rights to all files and is the only user who can alter system-wide settings. The Root user has their own password, which is used for system maintenance. This distinction prevents a regular user from installing harmful spy ware on the system or deleting important files.</p>
<p><strong>6. Home directory</strong></p>
<p>Windows has My Documents, but where do you put files that aren&#8217;t documents? Usually on the Windows Desktop! Linux can clutter the desktop too, but each of our users also has a Home directory, usually located at <em>/home/user</em>. Within that Home directory you often have Documents (<em>/home/user/documents</em>), program links, music (<em>/home/user/Music</em>), or whatever we want. We can create files and folders here, and organize or disorganize them as much as we want, just like it was our own personal Home. Depending on how our permissions are set, we can allow or prevent any other user access to these files (except the Root user).</p>
<p><strong>7. Default installation differences</strong></p>
<p>There are a few differences between Linux distributions, such as where some files are kept or what some of the default programs are named. Just knowing that the file system might be a bit different between RedHat and SuSE is a great start. Most users don&#8217;t need to know what those differences are, but they should be aware that the internal file systems can be a bit different. When asking for help, make sure to let others know which distribution you are running. If you don&#8217;t have troubles in your system or don&#8217;t care to set up complex behind-the-scenes operations, don&#8217;t worry too much about this.</p>
<p><strong>8. CLI, or &#8220;how to run&#8221;</strong></p>
<p>From the Start-type menu, the <em>xterm</em> program (also called Console) brings you to a Terminal, which looks a bit like a DOS window, but it actually predates and out-powers DOS. This is the Command Line Interface (CLI), the origin of our favorite OS which is present in every Linux distribution. We won&#8217;t get into the finer details, which can fill books, but the CLI a powerful tool often needed to troubleshoot your computer. If you ask for help on the Internet and someone asks you to <em>run lspci</em>, they want you to start <em>xterm</em><em>, type lspci, hit enter</em>, and then provide the screen&#8217;s response.</p>
<p>When you start an <em>xterm</em>, you are your regular user-self with limited powers. To get into Root User mode (see Permissions above) in an <em>xterm</em>, <em>type su [enter]</em>, then type the Root password <em>[enter]</em>. Now you have a lot of power so be nice. The Root user can destroy anyone&#8217;s data, including the system files needed to run Linux. To leave an <em>xterm</em> or <em>su</em> mode, type <em>exit [enter]</em>.</p>
<p><strong>9. Ctrl-alt-escape</strong></p>
<p>Clicking the ctrl-alt-escape key combination changes your mouse into an X, skull-and-crossbones, or some other sinister mouse-cursor. In this mode, clicking on a misbehaving or frozen application will <em>kill</em> it. It is similar to the End Process in Windows Task Manager, but use with care. If you don&#8217;t want to kill anything, use the Esc key to back out of kill mode. Clicking on the wrong program (including the desktop GUI) can cause a serious headache.</p>
<p><strong>10. The Internet is your friend!</strong></p>
<p>Many distros have a User&#8217;s Forum where questions, answers, and tips are passed around. <a href="http://www.linuxquestions.org/">LinuxQuestions.org</a> is a great site for overall Linux knowledge and help. Remember, before posting questions on any forum, research your questions (both at LQ and on Google) to avoid asking about an issue that may already be solved. Also, check the age of any solution that you find, as old answers may no longer apply to this fast-changing world of Open Source software. When asking a question, be sure to include as much (applicable) information as you can about your system, such as:</p>
<ul type="disc">
<li>The processor type (Intel or AMD or Apple PPC?)</li>
<li>Your distribution (SuSE? Debian?)</li>
<li>The program with which you&#8217;re having trouble, and</li>
<li>Any other relevant information.</li>
</ul>
<p><strong>Keep an open mind</strong></p>
<p>Linux and open-source software have made leaps and bounds in the last few years, but for users coming from the closed world of Windows, the internal workings of Linux may seem foreign. An open mind and a willingness to share knowledge helps the Linux community grow, and we welcome you to our ranks.</p>
<p>Original posted in:<br />
<a href="http://articles.techrepublic.com.com/5102-10877-5960961.html">http://articles.techrepublic.com.com/5102-10877-5960961.html</a></p>
<p>Or Chinese &#8211; Simplefied Edition:<br />
<a href="http://wiki.ubuntu.org.cn/10ThingsYouShouldKnowAboutEveryLinuxInstall">http://wiki.ubuntu.org.cn/10ThingsYouShouldKnowAboutEveryLinuxInstall</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/02/24/10-things-you-should-know-about-every-linux-installation.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>重回Linux（2）——Post-installation</title>
		<link>http://www.weigblog.com/2007/02/17/back-to-linux-2.html</link>
		<comments>http://www.weigblog.com/2007/02/17/back-to-linux-2.html#comments</comments>
		<pubDate>Sat, 17 Feb 2007 07:55:42 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/02/17/back-to-linux-2.html</guid>
		<description><![CDATA[第一步把基本系统装好了，进入系统，X Window已经将我的nVidia的显卡配置好了。默认分辨率1600&#215;1200@60Hz，看着实在是费劲。去Admin里面把Screen Solution重新设置为1280&#215;1024@85Hz。 Ubuntu的确是汲取了很多Windows中优秀的东西，包括Automatic Update。刚刚装好的系统，右上角的Notification Area就提示了有更新的package要装。更是简单到只要点一下更新的图标，再点一下OK，就可以自动完成更新了。 这里有个不是很爽的东西，Ubuntu（包括Debian）的aptitude，如果他正在工作（下载或安装package），就不能同时开启另一个进程工作。也就是说，如果你在更新系统，那么无论是apt-get还是aptitude，还是Ubuntu的Package Manager都是无法工作。 当然，如果是tarball的package还是可以安装的。 花了将近1个小时下载并安装了全部的更新，其中包括一个linux-kernel-i386-2.6.17-11-generic的package。这里着重说一下，在后面的过程中，正式因为这个新的内核导致了其他的问题。 更新完成重新启动系统，却发现显示分辨率变成了800&#215;600@60Hz了，而且只能从800&#215;600和640&#215;480中进行选择。这其实就是已经存在的nvidia-glx的package和新的内核不兼容。（当初装Debian的时候，就遇到过类似的问题）。 作为暂时的处理方法，先把老内核作为GRUB的默认选项了。至于新内核，我想了一下，-10和-11估计也没什么太大的差距，先凑合用了。 Update 2/23 20:43：翻了翻网上的方法，其实简单的要命。装一下nvidia-glx（如果显卡在“列表”中的最下面部分，就要装nvidia-glx legacy）。然后修改/etc/X11/xorg.conf文件：1、在Module中添加Load &#8220;glx&#8221;；2、在显卡配置中，将Driver &#8220;nv&#8221;换成Driver &#8220;nvidia&#8221;。重启，搞定。 接下来安装en-us环境下的中文支持。Ubuntu在中文支持上和早期的Debian相比，已经有了很大的提高了。想当初早期的Debian Woody默认安装后，是无法显示中文的，所有的中文字符都显示为1个方框，方框的4个角上分别写着1个数字。而现在的Ubuntu Edgy默认就可以显示所有的字符了，虽然看起来并不是那么漂亮。 我打算用文泉驿的字体（当然，用simsun或者Windows Vista中的微软雅黑都可以，只是复制不同的文件而已）。这里有个脚本，可以直接从文泉驿网站上下载nightly build的字体问题，并且自动安装。 [coolcode] #!/bin/sh sudo apt-get install build-essential bdftopcf mkdir temp cd temp wget http://wenq.org/daily tar xzf wqy* cd wqy* make sudo rm *b.pcf if [ ! -d /usr/share/fonts/wqy-bitmapfont ] then sudo [...]]]></description>
			<content:encoded><![CDATA[<p>第一步把基本系统装好了，进入系统，X Window已经将我的nVidia的显卡配置好了。默认分辨率1600&#215;1200@60Hz，看着实在是费劲。去Admin里面把Screen Solution重新设置为1280&#215;1024@85Hz。</p>
<p>Ubuntu的确是汲取了很多Windows中优秀的东西，包括Automatic Update。刚刚装好的系统，右上角的Notification Area就提示了有更新的package要装。更是简单到只要点一下更新的图标，再点一下OK，就可以自动完成更新了。</p>
<blockquote><p> 这里有个不是很爽的东西，Ubuntu（包括Debian）的aptitude，如果他正在工作（下载或安装package），就不能同时开启另一个进程工作。也就是说，如果你在更新系统，那么无论是apt-get还是aptitude，还是Ubuntu的Package Manager都是无法工作。</p>
<p>当然，如果是tarball的package还是可以安装的。</p></blockquote>
<p>花了将近1个小时下载并安装了全部的更新，其中包括一个linux-kernel-i386-2.6.17-11-generic的package。这里着重说一下，在后面的过程中，正式因为这个新的内核导致了其他的问题。</p>
<p>更新完成重新启动系统，却发现显示分辨率变成了800&#215;600@60Hz了，而且只能从800&#215;600和640&#215;480中进行选择。这其实就是已经存在的nvidia-glx的package和新的内核不兼容。（当初装Debian的时候，就遇到过类似的问题）。</p>
<blockquote><p> 作为暂时的处理方法，先把老内核作为GRUB的默认选项了。至于新内核，我想了一下，-10和-11估计也没什么太大的差距，先凑合用了。</p>
<p><strong>Update 2/23 20:43：</strong>翻了翻网上的方法，其实简单的要命。装一下nvidia-glx（如果显卡在<a href="http://download.nvidia.com/XFree86/Linux-x86/1.0-8762/README/appendix-a.html">“列表”</a>中的最下面部分，就要装nvidia-glx legacy）。然后修改/etc/X11/xorg.conf文件：1、在Module中添加Load &#8220;glx&#8221;；2、在显卡配置中，将Driver &#8220;nv&#8221;换成Driver &#8220;nvidia&#8221;。重启，搞定。</p></blockquote>
<p>接下来安装en-us环境下的中文支持。Ubuntu在中文支持上和早期的Debian相比，已经有了很大的提高了。想当初早期的Debian Woody默认安装后，是无法显示中文的，所有的中文字符都显示为1个方框，方框的4个角上分别写着1个数字。而现在的Ubuntu Edgy默认就可以显示所有的字符了，虽然看起来并不是那么漂亮。</p>
<p>我打算用文泉驿的字体（当然，用simsun或者Windows Vista中的微软雅黑都可以，只是复制不同的文件而已）。这里有个脚本，可以直接从文泉驿网站上下载nightly build的字体问题，并且自动安装。</p>
<p>[coolcode]<br />
#!/bin/sh<br />
sudo apt-get install build-essential bdftopcf<br />
mkdir temp<br />
cd temp<br />
wget http://wenq.org/daily<br />
tar xzf wqy*<br />
cd wqy*<br />
make<br />
sudo rm *b.pcf<br />
if [ ! -d /usr/share/fonts/wqy-bitmapfont ]<br />
then<br />
sudo mkdir /usr/share/fonts/wqy-bitmapfont<br />
fi<br />
sudo mv *.pcf /usr/share/fonts/wqy-bitmapfont<br />
cd ../..<br />
rm -r temp<br />
sudo fc-cache -fv<br />
if [ -f /etc/fonts/conf.d/30-debconf-no-bitmaps.conf ]<br />
then<br />
sudo unlink /etc/fonts/conf.d/30-debconf-no-bitmaps.conf<br />
fi<br />
[/coolcode]</p>
<p>chmod到755，然后run一下就行了。</p>
<p>仅仅这样做还是不够的，还要修改字体的配置文件/etc/fonts/fonts.conf：<br />
[coolcode]<br />
<!--<br />
Provide required aliases for standard names<br />
--><br />
<alias><br />
<family>serif</family></p>
<prefer>
<family>DejaVu Serif</family>
<family>Bitstream Vera Serif</family>
<family>Times New Roman</family>
<family>Thorndale AMT</family>
<family>Luxi Serif</family>
<family>Nimbus Roman No9 L</family>
<family>Times</family>
<family>Frank Ruehl</family>
<family>FreeSerif</family>
<family>MgOpen Canonica</family>
<family>Wenquanyi Bitmap Song</family>
<family>Kochi Mincho</family>
<family>AR PL SungtiL GB</family>
<family>AR PL Mingti2L Big5</family>
<family>ＭＳ 明朝</family>
<family>Baekmuk Batang</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>DejaVu Sans</family>
<family>Bitstream Vera Sans</family>
<family>Verdana</family>
<family>Arial</family>
<family>Albany AMT</family>
<family>Luxi Sans</family>
<family>Nimbus Sans L</family>
<family>Helvetica</family>
<family>Nachlieli</family>
<family>FreeSans</family>
<family>MgOpen Moderna</family>
<family>Wenquanyi Bitmap Song</family>
<family>Kochi Gothic</family>
<family>AR PL KaitiM GB</family>
<family>AR PL KaitiM Big5</family>
<family>ＭＳ ゴシック</family>
<family>Baekmuk Dotum</family>
<family>SimSun</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>DejaVu Sans Mono</family>
<family>Bitstream Vera Sans Mono</family>
<family>Andale Mono</family>
<family>Courier New</family>
<family>Cumberland AMT</family>
<family>Luxi Mono</family>
<family>Nimbus Mono L</family>
<family>Courier</family>
<family>Miriam Mono</family>
<family>FreeMono</family>
<family>Wenquanyi Bitmap Song</family>
<family>Kochi Gothic</family>
<family>AR PL KaitiM GB</family>
<family>Baekmuk Dotum</family>
</prefer>
</alias>
[/coolcode]最后安装输入法：
<pre>
sudo apt-get install im-switch scim-pinyinim-switch -s scim-pinyin</pre>
<p>基本搞定。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/02/17/back-to-linux-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>重回Linux（1）——Ubuntu</title>
		<link>http://www.weigblog.com/2007/02/16/back-to-linux-1.html</link>
		<comments>http://www.weigblog.com/2007/02/16/back-to-linux-1.html#comments</comments>
		<pubDate>Fri, 16 Feb 2007 15:50:37 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/02/16/back-to-linux-1.html</guid>
		<description><![CDATA[已经装过好几次Linux了，从Slackware到Redhat，再到XTeam、Debian；但每次都是因为很多原因，恢复了Windows。这次决定重回Linux，改用Ubuntu Edgy Eft (v6.10)。 这次之所以选择Ubuntu，首先是因为Ubuntu是基于Debian的一个Open Source的Linux系统，与Debian的“大家投票”的更新形式不同，Ubuntu是有专人（Triage？）决定他采用或者不采用哪些功能或者包。 要安装Ubuntu非常简单，如果是全新系统，而且只安装一个系统，甚至比Windows的安装更加简单。 直接从Ubuntu首页（http://www.ubuntu.com/）上下载最新的版本就行了（到目前为止，Ubuntu的最新版本是Edgy Eft，也就是Version 6.10）。 Ubuntu的版本号比较奇怪，6.10表示它是在2006年10月发布的。上一个版本Dapper Drake是6.06。 如果想得到更多的支持，可以试试看Dapper，因为Dapper是LTS（Long Term Support）的。不过也无所谓，Open Source的最大优点就是有广泛的人使用和支持。 Ubuntu的最近几个版本如下： Warty Warthog (4.10) Hoary Hedgehog (5.04) Breezy Badger (5.10) Dapper Drake (6.06) Edgy Eft (6.10) 我在下载到Ubuntu光盘镜像后，遇到了个比较棘手的问题。Ubuntu CD是715MB的，而我手里的CDR都是650MB的。没辙，既然先决定要装了，就凑合一下吧。找了张DVD-R给刻了。 Ubuntu CD是个Live CD，意味着即使不安装，也可以直接在光盘上运行。安装更是简单到点击Install图标就可以了。 安装过程还是非常简单的，却在分区中遇到了问题。我因为以前装过Debian，所以就决定用类似的方法手工分区。计划是这样的： 分区 加载点 容量 文件系统 hda1 /boot 32MB ReiserFS hda2 / 10GB ReiserFS hda3 swap 1GB Swap hda5 [...]]]></description>
			<content:encoded><![CDATA[<p>已经装过好几次Linux了，从Slackware到Redhat，再到XTeam、Debian；但每次都是因为很多原因，恢复了Windows。这次决定重回Linux，改用Ubuntu Edgy Eft (v6.10)。</p>
<p>这次之所以选择Ubuntu，首先是因为Ubuntu是基于Debian的一个Open Source的Linux系统，与Debian的“大家投票”的更新形式不同，Ubuntu是有专人（Triage？）决定他采用或者不采用哪些功能或者包。</p>
<p>要安装Ubuntu非常简单，如果是全新系统，而且只安装一个系统，甚至比Windows的安装更加简单。</p>
<p>直接从Ubuntu首页（<a href="http://www.ubuntu.com/">http://www.ubuntu.com/</a>）上下载最新的版本就行了（到目前为止，Ubuntu的最新版本是Edgy Eft，也就是Version 6.10）。</p>
<blockquote><p>Ubuntu的版本号比较奇怪，6.10表示它是在2006年10月发布的。上一个版本Dapper Drake是6.06。</p>
<p>如果想得到更多的支持，可以试试看Dapper，因为Dapper是LTS（Long Term Support）的。不过也无所谓，Open Source的最大优点就是有广泛的人使用和支持。</p>
<p>Ubuntu的最近几个版本如下：</p>
<ul>
<li>Warty Warthog (4.10)</li>
<li>Hoary Hedgehog (5.04)</li>
<li>Breezy Badger (5.10)</li>
<li>Dapper Drake (6.06)</li>
<li>Edgy Eft (6.10)</li>
</ul>
</blockquote>
<p>我在下载到Ubuntu光盘镜像后，遇到了个比较棘手的问题。Ubuntu CD是715MB的，而我手里的CDR都是650MB的。没辙，既然先决定要装了，就凑合一下吧。找了张DVD-R给刻了。</p>
<p>Ubuntu CD是个Live CD，意味着即使不安装，也可以直接在光盘上运行。安装更是简单到点击Install图标就可以了。</p>
<p>安装过程还是非常简单的，却在分区中遇到了问题。我因为以前装过Debian，所以就决定用类似的方法手工分区。计划是这样的：</p>
<table align="center" border="0" cellpadding="1" cellspacing="1">
<tr>
<td><strong>分区</strong></td>
<td><strong>加载点</strong></td>
<td><strong>容量</strong></td>
<td><strong>文件系统</strong></td>
</tr>
<tr>
<td>hda1</td>
<td>/boot</td>
<td>32MB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda2</td>
<td>/</td>
<td>10GB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda3</td>
<td>swap</td>
<td>1GB</td>
<td>Swap</td>
</tr>
<tr>
<td>hda5</td>
<td>/var</td>
<td>4GB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda6</td>
<td>/home</td>
<td>60GB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda7</td>
<td>/usr</td>
<td>40GB</td>
<td>ReiserFS</td>
</tr>
</table>
<p>结果有问题，安装都快结束了，提示了一个Install GRUB failed! (fatal error: &#8216;grub-install&#8217; failed)。想了半天也没感觉有问题啊，然后进入一个Terminal，手工安装GRUB，却提示Can&#8217;t find /boot。很怪异。</p>
<p>想来想去，还是暂时放弃了。除了swap，/usr，/home外，都使用一个分区了。结果就变成这样了：</p>
<table align="center" border="0" cellpadding="1" cellspacing="1">
<tr>
<td><strong>分区</strong></td>
<td><strong>加载点</strong></td>
<td><strong>容量</strong></td>
<td><strong>文件系统</strong></td>
</tr>
<tr>
<td>hda1</td>
<td>/</td>
<td>14GB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda2</td>
<td>Swap</td>
<td>1GB</td>
<td>Swap</td>
</tr>
<tr>
<td>hda5</td>
<td>/home</td>
<td>60GB</td>
<td>ReiserFS</td>
</tr>
<tr>
<td>hda6</td>
<td>/usr</td>
<td>40GB</td>
<td>ReiserFS</td>
</tr>
</table>
<p>暂时是搞定了。接下来升级系统，发现Edgy居然也有这么多安全更新和包的更新。接下来就是该处理了中文支持了（其实默认情况下，中文已经可以显示了。）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/02/16/back-to-linux-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista恢复引导菜单</title>
		<link>http://www.weigblog.com/2007/02/05/vista-boot-menu.html</link>
		<comments>http://www.weigblog.com/2007/02/05/vista-boot-menu.html#comments</comments>
		<pubDate>Mon, 05 Feb 2007 02:05:58 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2007/02/05/vista-boot-menu.html</guid>
		<description><![CDATA[今天突然遇到这样的问题，双系统的机器，因为装过Vista后又装过XP，导致Vista的引导菜单消失。 具体方法如下： 首先打开Vista的安装源，进入boot目录 输入： 重新启动，Vista 的启动管理器已经恢复。 PS：因为Vista使用了新的引导管理器，以前的的NTLDR已经不在Vista中使用了（更别提是修改C:\boot.ini了）]]></description>
			<content:encoded><![CDATA[<p>今天突然遇到这样的问题，双系统的机器，因为装过Vista后又装过XP，导致Vista的引导菜单消失。</p>
<p>具体方法如下：</p>
<ol>
<li>首先打开Vista的安装源，进入boot目录</li>
<li>输入：<code>
<pre class="brush: powershell; title: ; notranslate">bootsect /nt60 SYS</pre>
<p></code></li>
<li>重新启动，Vista 的启动管理器已经恢复。</li>
</ol>
<p>PS：因为Vista使用了新的引导管理器，以前的的NTLDR已经不在Vista中使用了（更别提是修改C:\boot.ini了）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2007/02/05/vista-boot-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Debian Dying?</title>
		<link>http://www.weigblog.com/2006/10/11/is-debian-dying.html</link>
		<comments>http://www.weigblog.com/2006/10/11/is-debian-dying.html#comments</comments>
		<pubDate>Tue, 10 Oct 2006 21:14:14 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://www.weigblog.com/2006/10/11/is-debian-dying/</guid>
		<description><![CDATA[By Steven J. Vaughan-Nichols For a while, Debian was the community Linux darling. In its heyday, Debian was known for its strong moral point of view and its outstanding code. Numerous important distributions, such as Linspire, Knoppix, and today&#8217;s most popular distribution, Ubuntu, have sprung from it. Things have changed. Today, Debian is a troubled [...]]]></description>
			<content:encoded><![CDATA[<p><font class="authorsource">By</font> <a href="http://www.eweek.com/author_bio/0,1908,a=2521,00.asp" class="authorsource">Steven J. Vaughan-Nichols</a><br />
<font class="Article_Deck"><strong><strong><br />
</strong></strong></font><font face="Arial,Helvetica" size="3">For a while, <a href="http://www.debian.org/" target="new"><u>Debian</u></a> was the community Linux darling. In its heyday, Debian was known for its  <a href="http://www.debian.org/social_contract" target="new"><u>strong moral point of view</u></a> and its outstanding code. Numerous important distributions, such as Linspire, Knoppix, and today&#8217;s most popular distribution, Ubuntu, have sprung from it. Things have changed.</p>
<p></font><font face="Arial,Helvetica" size="3">Today, Debian is a troubled distribution. In order to get Debian GNU/Linux 4.0, codenamed etch, out the door by its scheduled date of December 4, 2006, <a href="http://www.dunc-tank.org/" target="new"><u>Dunc-Tank.org</u></a>, a group of Debian developers and fans, was formed.</p>
<p></font><font face="Arial,Helvetica" size="3"> Historically, Debian has been notoriously late ever since Debian 1.2 was released almost a decade ago in 1997. So, Dunc-Tank was created to accelerate Debian&#8217;s development.</p>
<p>Dunc-Tank&#8217;s membership includes Anthony Towns, the Debian Leader, Steve McIntyre, the assistant to the Debian Leader, prominent Debian developers Raphael Hertzog and Joey Hess, and well-known Debian and Linux kernel developer Ted Ts&#8217;o</p>
<p>Dunc-Tank plans to accomplish its mission by raising funds to be used for &#8220;<a href="http://www.dunc-tank.org/press.html" target="new"><u>financially supporting the volunteers</u></a> working on managing the release process, allowing them to devote their full attention to that task.&#8221; Specifically, the group&#8217;s goal is to be able to raise enough funds to pay &#8220;both release managers enough to work exclusively on the release of etch for a month each, having Steve Langasek available full-time during October and Andreas Barth available full-time during November, with the release expected to follow soon after in the first week of December.&#8221;</p>
<p>Simple, straightforward, practical, and it has led to calls for the head of the Debian Project, <a href="http://www.debian.org/vote/2005/platforms/ajt" target="new"><u>Anthony Towns </u></a>, to be recalled because he&#8217;s a member of the Dunc-Tank board.</p>
<p>Why? Because <a href="http://alioth.debian.org/users/barbier" target="new"><u>Denis Barbier</u></a>, a relatively new Debian developer, claims that Towns has confused people into thinking that Dunc-Tank is officially supported by the Debian Project. Therefore, Barbier urged via the <a href="http://lists.debian.org/debian-vote/2006/09/msg00267.html" target="new"><u>Debian voting mailing list</u></a> that Debian developers &#8220;make this confusion vanish, and I would like to propose that we answer to the valid question quoted in the second paragraph above by recalling our Project Leader &#8230; and am seeking seconds for this proposal.&#8221;</p>
<p>Barbier immediately received numerous seconds for his motion.</p>
<p>There were other objections behind this recall movement. One developer, Lucas Nussbaum, <a href="http://www.lucas-nussbaum.net/blog/?p=208" target="new"> <u> said that</u></a> &#8220;experiments have shown that sometimes, paying volunteers decreases the overall participation.&#8221;</p>
<p>Another concern is that paying developers will be bad for Debian.  As T&#8217;so comments, though, in a  <a href="http://www.linux.com/article.pl?sid=06/09/21/1623232" target="new"><u>Linux.com story</u></a> on the controversy, &#8220;If money were among anybody&#8217;s primary motivators,&#8221; then &#8220;they probably wouldn&#8217;t be accepting a grant from Dunc-Tank; they could probably make more money by applying for a job with Google &#8212; or Microsoft.&#8221;</p>
<p>Others within the Debian community also wonder what all the fuss is about. Matthew R. Dempsky <a href="http://lists.debian.org/debian-vote/2006/09/msg00284.html" target="new"><u>wants to know</u></a> , for example, &#8220;What&#8217;s so scandalous about the DPL encouraging a timely release?&#8221;</p>
<p>Still other developers are fighting back against the recall movement. Loic Minier, a French Debian developer, said &#8220;I am pissed enough by the attitude of some developers that I want to reaffirm support for the elected DPL whatever he does to suppose Debian outside of the project.&#8221;</p>
<p>He then proposed the following <a href="http://lists.debian.org/debian-vote/2006/09/msg00313.html" target="new"><u>counter-proposal</u></a> : &#8220;The Debian Project reaffirms its support to its DPL. The Debian Project does not object to the experiment named &#8216;Duck Tank&#8217;, lead by Anthony Towns, the current DPL, and Steve McIntyre, the Second in Charge. However, this particular experiment is not the result of a decision of the Debian Project. The Debian Project wishes success to projects funding Debian or helping towards the release of Etch.&#8221;</p>
<p>Interestingly, Towne has <a href="http://lists.debian.org/debian-vote/2006/09/msg00332.html" target="new"><u>seconded the motion</u></a> for his own recall, to bring the matter to a decision.</p>
<p>He wrote, &#8220;I&#8217;m seconding this because I do think it&#8217;s a fair question for the project to consider, and to make it clear I don&#8217;t personally have any problem with being recalled if that&#8217;s what the project thinks is right and proper. If I&#8217;m not DPL, I expect I&#8217;ll continue doing what I have been: working on <a href="http://dunc-tank.org/">dunc-tank.org</a>, working on helping the release team get the release out, poking at the security infrastructure to make sure it keeps behaving itself, and continuing to support other folks who&#8217;ve approached me in the past year where they still want that support. Frankly, I think we&#8217;re doing great, and I&#8217;m not remotely interested in quitting.&#8221;</p>
<p>This battle continues to rage on in the Debian lists, but I&#8217;m going to leave <a href="http://www.linux.com/article.pl?sid=06/09/22/0032248" target="new"><u>recording the details</u></a>  of that to others.</p>
<p>Here&#8217;s my point: The Debian community, instead of rejoicing in a perfectly sensible idea to help get the next version out the door, has instead fallen into a snake-pit of online politics. The result of all this infighting will, of course, be that less attention will be paid to the Etch code.</p>
<p>As Towne points out, &#8220;Given two weeks of discussion for this, two weeks of voting, and the nine week election process, the earliest we&#8217;d have a DPL would be the end of December by my count; so assuming this resolution passed and we released on time, we&#8217;d be doing so without a DPL [Debian Project Leader].&#8221;</p>
<p>If this were an isolated incident, I&#8217;d be inclined to dismiss it. It&#8217;s not, though.</p>
<p>On August 28, well-regarded Debian developer Matthew Garrett <a href="http://mjg59.livejournal.com/66647.html?page=2#comments" target="new"> <u>resigned from Debian</u></a> because &#8220;Debian doesn&#8217;t really seem to know who or what it&#8217;s for. Arguments erupt over whether something is a deeply held principle or an accident of phrasing on the website; whether we should release more often or less often; whether free software is more important than our users having functional hardware. And, depressingly, these debates generally seem to turn into pedantic point scoring and insults and yes, I&#8217;m probably as guilty as many others in this respect. But it&#8217;s got to the point where social interaction with Debian-the-distribution makes me want to stab people.&#8221;</p>
<p>He&#8217;s not the only developer to get sick of Debian politics coming before Debian development. Scott James Remnant, another Debian developer who has left the fold, recently explained on his blog why he has <a href="http://blog.netsplit.com/articles/2006/09/02/having-left-debian" target="new"><u>gone to Ubuntu</u></a>.</p>
<p>Remnant said, &#8220;I think that the end of my love-affair with Debian started at Debconf last year where several developers treated those of us who also worked on Ubuntu quite rudely. Someone was attacked for wearing an Ubuntu t-shirt at the conference, while someone else was applauded for wearing a &#8220;Fuck Ubuntu&#8221; t-shirt. That&#8217;s where I realized that maybe I didn&#8217;t have as much in common with these people as I thought I did.&#8221;</p>
<p>Once more, we see ugly, juvenile politics rearing its ugly head.</p>
<p>It was more than that, though. Remnant also objects to &#8220;Debian considering removing documentation and firmware from the distribution, especially the documentation, was another point I started wondering whether I shared anything in common with the project anymore.&#8221;</p>
<p>Remnant continued, &#8220;Call me strange, but I think that one of the fundamental purposes of a Linux distribution is to be useful to its users. If nobody can use the distribution because it doesn&#8217;t support their hardware, and even if it did, all the documentation has been stripped out; I started to wonder what its aims are. It became increasingly apparent that the only users Debian was considering a priority were its own developer.&#8221;</p>
<p>So, here we are. We have a Linux &#8220;community&#8221; at war with itself.</p>
<p>This is a community that in August of 2005 objected to its own founder, Ian Murdock, creating a group of Debian-based companies, the <a href="http://www.dccalliance.org/" target="new"><u>DCC Alliance</u></a>, to further the operating system because it was <a href="http://www.eweek.com/article2/0,1759,1845318,00.asp" target="new"> <u>at first named the Debian Alliance</u></a>.</p>
<p>Enough.</p>
<p>Debian has become a distribution whose supporters are clearly more interested in scoring points off each other than creating a serious Linux distribution. It is a group where far too many of its people are far more concerned with moronic minutiae than they are with development.</p>
<p>Is it any wonder that Ubuntu took Debian&#8217;s old and great code and produced a wonderful distribution from it, when Debian&#8217;s own developers couldn&#8217;t cut the mustard?</p>
<p>I think it&#8217;s clear why Ubuntu rules. Debian&#8217;s best and brightest left for Ubuntu because there, with a formal organization and a focus on coding instead of petty personal politics, development gets done. In Debian, everything becomes a subject for debate and delay.</p>
<p>It&#8217;s possible that Debian may yet rise off its death-bed. Dunc-Tank is part of the medicine it needs to get well. But, unless the patient stops fighting with itself, Debian will continue its decline and die.</p>
<p>If it does die, we&#8217;ll miss it &#8212; but in Ubuntu and the other Linux distributions that have been based on the best of it, its DNA will live on.</font><font face="Arial,Helvetica" size="3"><br />
</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weigblog.com/2006/10/11/is-debian-dying.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

