<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://images.wikia.com/common/releases_200911.3/skins/common/feed.css?15131"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>HowTo Wiki  - Recent changes [en]</title>
		<link>http://howto.wikia.com/wiki/Special:RecentChanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Sat, 21 Nov 2009 20:20:36 GMT</lastBuildDate>
		<item>
			<title>Howto make Linux boot faster</title>
			<link>http://howto.wikia.com/index.php?title=Howto_make_Linux_boot_faster&amp;diff=25942&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Init processes:&amp;#32;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{stub}}&lt;br /&gt;
Linux can bootup very slow or fairly fast depending on how its setup.  Most [[Linux distribution]]s load allot of unnecessary stuff, that can be easily disabled.&lt;br /&gt;
==Boot loader==&lt;br /&gt;
Make sure the timeout is set to a low number 2 seconds is fine.&lt;br /&gt;
&lt;br /&gt;
;Grub&lt;br /&gt;
*Edit: /boot/grub/grub.conf&lt;br /&gt;
**Modify line: timeout 2&lt;br /&gt;
&lt;br /&gt;
;lilo&lt;br /&gt;
*Edit: /etc/lilo.conf&lt;br /&gt;
**Modify line: timeout 2&lt;br /&gt;
&lt;br /&gt;
==Init processes==&lt;br /&gt;
&lt;br /&gt;
;Disable unneeded processes&lt;br /&gt;
*Commands&lt;br /&gt;
** Gentoo&lt;br /&gt;
*** rc-update (console)&lt;br /&gt;
*** rc-config (console)&lt;br /&gt;
** Fedora/RHEL: &lt;br /&gt;
*** /usr/bin/system-config-services&lt;br /&gt;
*** /usr/sbin/serviceconf&lt;br /&gt;
*** /usr/sbin/ntsysv (console)&lt;br /&gt;
*** chkconfig (console)&lt;br /&gt;
** Red Hat: &lt;br /&gt;
***/usr/bin/redhat-config-services&lt;br /&gt;
*** /usr/sbin/ntsysv (console)&lt;br /&gt;
** Ubuntu / Debian:&lt;br /&gt;
*** bum (Boot Up Manager) (GUI)&lt;br /&gt;
*** /usr/bin/services-admin (GUI)&lt;br /&gt;
*** /usr/sbin/sysv-rc-conf (console)&lt;br /&gt;
&lt;br /&gt;
;List of init processes&lt;br /&gt;
this list contains services from many different distributions, your system wont have all of them.&lt;br /&gt;
{|border=1&lt;br /&gt;
! Init process&lt;br /&gt;
! Recommendation&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|alsasound&lt;br /&gt;
| Keep&lt;br /&gt;
| Sound&lt;br /&gt;
|-&lt;br /&gt;
|autofs&lt;br /&gt;
|&lt;br /&gt;
| automounts file systems on demand, usb drives, cdrom&lt;br /&gt;
|-&lt;br /&gt;
|arpwatch&lt;br /&gt;
|&lt;br /&gt;
| Keeps track of IP address to MAC address pairings&lt;br /&gt;
|-&lt;br /&gt;
|atd &lt;br /&gt;
|&lt;br /&gt;
| Run scheduled batch jobs&lt;br /&gt;
|-&lt;br /&gt;
|bluetooth, pand, hidd, dund&lt;br /&gt;
| Remove*&lt;br /&gt;
| Bluetooth netwoork support.&lt;br /&gt;
|-&lt;br /&gt;
|bootmisc&lt;br /&gt;
| Keep&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|checkfs&lt;br /&gt;
| Keep&lt;br /&gt;
| checks disk for errors&lt;br /&gt;
|-&lt;br /&gt;
|checkroot&lt;br /&gt;
| Keep&lt;br /&gt;
| checks disk for errors&lt;br /&gt;
|-&lt;br /&gt;
|clamd&lt;br /&gt;
| Remove*&lt;br /&gt;
| Antivirus&lt;br /&gt;
|-&lt;br /&gt;
|clock&lt;br /&gt;
| Keep&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|consolefont&lt;br /&gt;
| Keep&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|consolekit&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|crypto-loop&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|dbus&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|device-mapper&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|dmcrypt&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|dmeventd&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|gpm&lt;br /&gt;
| Remove*&lt;br /&gt;
| Console mouse&lt;br /&gt;
|-&lt;br /&gt;
|hald&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|hostname&lt;br /&gt;
| Keep&lt;br /&gt;
| Sets hostname&lt;br /&gt;
|-&lt;br /&gt;
|hplip&lt;br /&gt;
| Remove*&lt;br /&gt;
| HP printer/scanner/fax services&lt;br /&gt;
|-&lt;br /&gt;
|https&lt;br /&gt;
| Remove*&lt;br /&gt;
| Apache web server.&lt;br /&gt;
|-&lt;br /&gt;
|hsqldb&lt;br /&gt;
| Remove*&lt;br /&gt;
| Database services&lt;br /&gt;
|-&lt;br /&gt;
|iptables&lt;br /&gt;
|&lt;br /&gt;
| Firewall rules interface to kernel.&lt;br /&gt;
|-&lt;br /&gt;
|irexec&lt;br /&gt;
| Remove*&lt;br /&gt;
| Lirc controler&lt;br /&gt;
|-&lt;br /&gt;
|keymaps, keytable&lt;br /&gt;
|&lt;br /&gt;
| Loads selected keyboard map as set in /etc/sysconfig/keyboard&lt;br /&gt;
|-&lt;br /&gt;
|kudzu&lt;br /&gt;
| Keep&lt;br /&gt;
| Redhat new hardware probe/detection&lt;br /&gt;
|-&lt;br /&gt;
|cups, lpd&lt;br /&gt;
| Remove*&lt;br /&gt;
| Printer services.&lt;br /&gt;
|-&lt;br /&gt;
|lircd&lt;br /&gt;
| Remove*&lt;br /&gt;
| lirc services.&lt;br /&gt;
|-&lt;br /&gt;
|lircmd&lt;br /&gt;
| Remove*&lt;br /&gt;
| Lirc mouse services.&lt;br /&gt;
|-&lt;br /&gt;
|microcode_ctl&lt;br /&gt;
|&lt;br /&gt;
| Uploads microcode to kernel and ultimately to the Intel Pentium processor. (Hardware specific.)&lt;br /&gt;
|-&lt;br /&gt;
|mysqld&lt;br /&gt;
| Remove*&lt;br /&gt;
| Database services&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|modules&lt;br /&gt;
| Keep&lt;br /&gt;
| Kernel modules&lt;br /&gt;
|-&lt;br /&gt;
|named&lt;br /&gt;
| Remove*&lt;br /&gt;
| DNS name services (Bind)&lt;br /&gt;
|-&lt;br /&gt;
|network&lt;br /&gt;
| Keep&lt;br /&gt;
| Network/ethernet&lt;br /&gt;
|-&lt;br /&gt;
|net.eth0&lt;br /&gt;
| Keep&lt;br /&gt;
| ethernet card&lt;br /&gt;
|-&lt;br /&gt;
|net.lo&lt;br /&gt;
| Keep&lt;br /&gt;
| ethernet loop-back&lt;br /&gt;
|-&lt;br /&gt;
|netmount&lt;br /&gt;
| Remove*&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|nfs&lt;br /&gt;
| Remove*&lt;br /&gt;
| Network file system. Unix file sharing services. Also uses services: nfslock, portmap, rpcgssd, rpcidmapd, rpcsvcgssd&lt;br /&gt;
|-&lt;br /&gt;
|nscd&lt;br /&gt;
|&lt;br /&gt;
| Password and group lookup services for use with network authentication (NIS, LDAP,...).&lt;br /&gt;
|-&lt;br /&gt;
|ntp-client&lt;br /&gt;
| Remove*&lt;br /&gt;
| sets clock from internet&lt;br /&gt;
|-&lt;br /&gt;
|ntpd&lt;br /&gt;
| Remove*&lt;br /&gt;
| time server, not needed for ntp-client&lt;br /&gt;
|-&lt;br /&gt;
|numlock&lt;br /&gt;
| Optional&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pciparm&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pwcheck&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pydoc-2.4&lt;br /&gt;
| Remove*&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pydoc-2.5&lt;br /&gt;
| Remove*&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|pydoc-2.6&lt;br /&gt;
| Remove*&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|rmnologin&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|rawdevices&lt;br /&gt;
|&lt;br /&gt;
| Enables raw IO. Useful for Oracle and software which utilizes this for high speed disk access.&lt;br /&gt;
|-&lt;br /&gt;
|rsyncd&lt;br /&gt;
| Remove*&lt;br /&gt;
| rsync server&lt;br /&gt;
|-&lt;br /&gt;
|saslauthd&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|serial&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|smb&lt;br /&gt;
| Remove*&lt;br /&gt;
| SAMBA: MS/Windows PC file sharing services&lt;br /&gt;
|-&lt;br /&gt;
|sshd&lt;br /&gt;
| Remove*&lt;br /&gt;
| ssh server, not required to use ssh or ssh2&lt;br /&gt;
|-&lt;br /&gt;
|syslog-ng, syslog&lt;br /&gt;
| Keep&lt;br /&gt;
| System log file facility.&lt;br /&gt;
|-&lt;br /&gt;
|udev&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|udev-dev-tarball&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|udev-mount&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|udev-postmount&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|urandom, random&lt;br /&gt;
| Keep&lt;br /&gt;
| random number gen&lt;br /&gt;
|-&lt;br /&gt;
|vixie-cron, crond, anacron&lt;br /&gt;
| Keep&lt;br /&gt;
| loads scheduled processes&lt;br /&gt;
|-&lt;br /&gt;
|xdm&lt;br /&gt;
|&lt;br /&gt;
| graphical login&lt;br /&gt;
|-&lt;br /&gt;
|xdm-setup&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ypbind&lt;br /&gt;
| Remove*&lt;br /&gt;
| NIS file sharing/authentication infrastructure service.&lt;br /&gt;
|-&lt;br /&gt;
|yppasswd&lt;br /&gt;
| Remove*&lt;br /&gt;
| NIS file sharing/authentication infrastructure service.&lt;br /&gt;
|-&lt;br /&gt;
|ypserv&lt;br /&gt;
| Remove*&lt;br /&gt;
| NIS file sharing/authentication infrastructure service.&lt;br /&gt;
|}   &lt;br /&gt;
''* The remove recommendations, simply mean they are not required for normal operation.  But if you want that feature to work, you need to enable it.  For example if you want to use a printer, you need to enable CUPS.''&lt;br /&gt;
; Enable parallel loading&lt;br /&gt;
*Gentoo Linux&lt;br /&gt;
**Edit: /etc/conf.d/rc:&lt;br /&gt;
**Set: RC_PARALLEL_STARTUP=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==kernel==&lt;br /&gt;
;Recompile [[Linux kernel|Kernel]] to fit your system&lt;br /&gt;
*Remove any unneeded components, you may be able to find the exact components required for your computer, and remove hundreds of unnecessary and unused ones.&lt;br /&gt;
&lt;br /&gt;
==Make sure system is properly configured==&lt;br /&gt;
Things can load slower if you system has to test and guess settings. [[X windows]] loads slower if your host is not set.&lt;br /&gt;
&lt;br /&gt;
;Make sure configs match&lt;br /&gt;
*Hostname (gentoo)&lt;br /&gt;
**for example hostname=tux networkname=tuxnet&lt;br /&gt;
**Edit: /etc/hosts&lt;br /&gt;
***Modify: 127.0.0.1	tux tux.tuxnet localhost&lt;br /&gt;
**Edit: /etc/conf.d/net&lt;br /&gt;
***Modify: dns_domain_lo=&amp;quot;tuxnet&amp;quot;&lt;br /&gt;
**Edit: /etc/conf.d/hostname&lt;br /&gt;
***Modify: HOSTNAME=&amp;quot;tux&amp;quot;&lt;/div&gt;</description>
			<pubDate>Sat, 21 Nov 2009 20:19:23 GMT</pubDate>			<dc:creator>ZyMOS</dc:creator>			<comments>http://howto.wikia.com/wiki/Talk:Howto_make_Linux_boot_faster</comments>		</item>
		<item>
			<title>Linux kernel</title>
			<link>http://howto.wikia.com/index.php?title=Linux_kernel&amp;diff=25927&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Howtos:&amp;#32;&lt;/span&gt; &lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 07:49, November 21, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto enable PC speaker in the Linux kernel]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto enable PC speaker in the Linux kernel]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[How to make linux to boot with framebufer in various resolutions for the text-mode]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[How to make linux to boot with framebufer in various resolutions for the text-mode]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto make Linux boot faster]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto setup up linux to autologin at bootup]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto setup up linux to autologin at bootup]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto let various devices like usb and cds to automount themself in linux and unix]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*[[Howto let various devices like usb and cds to automount themself in linux and unix]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!-- diff generator: wikidiff2 ap19 2009-11-21 07:56:28 --&gt;
&lt;!-- diff cache key howto:diff:version:1.11a:oldid:22964:newid:25927 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 21 Nov 2009 07:49:14 GMT</pubDate>			<dc:creator>ZyMOS</dc:creator>			<comments>http://howto.wikia.com/wiki/Talk:Linux_kernel</comments>		</item>
		<item>
			<title>Howto configure the Linux kernel for a Gateway GX7022E computer</title>
			<link>http://howto.wikia.com/index.php?title=Howto_configure_the_Linux_kernel_for_a_Gateway_GX7022E_computer&amp;diff=25926&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 23:09, November 20, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan='4' align='center' class='diff-multi'&gt;(One intermediate revision not shown)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Gateway GX7022E Media Center Computer''' [http://support.gateway.com/s/PC/R/GXModels/5429/5429nv.shtml]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Gateway GX7022E Media Center Computer''' [http://support.gateway.com/s/PC/R/GXModels/5429/5429nv.shtml]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 144:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 143:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::::: &amp;lt;M&amp;gt; Intel HD Audio &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::::: &amp;lt;M&amp;gt; Intel HD Audio &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::::: [*]   Build IDT/Sigmatel HD-audio codec support&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::::: [*]   Build IDT/Sigmatel HD-audio codec support&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
*:::::: [*]   Enable generic HD-audio codec parser 
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
*:::::: [*]   Enable generic HD-audio codec parser
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you have problems getting sound to work see: [http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel Alsa Matrix:Module-hda-intel]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Video==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Video==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 156:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 155:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Drivers: i915, drm, agpgart, intel_agp&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Drivers: i915, drm, agpgart, intel_agp&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Location:&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Location:&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
*: -
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
*: &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;[[Howto_configure_the_Linux_kernel/drivers|Device Drivers]] &lt;/span&gt;-&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;-&amp;gt;&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:: Graphics support  ---&amp;gt;&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:: Graphics support  ---&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::: &amp;lt;*&amp;gt; /dev/agpgart (AGP Support)  ---&amp;gt; &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::: &amp;lt;*&amp;gt; /dev/agpgart (AGP Support)  ---&amp;gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!-- diff generator: wikidiff2 ap20 2009-11-20 23:24:24 --&gt;
&lt;!-- diff cache key howto:diff:version:1.11a:oldid:25922:newid:25926 --&gt;
&lt;/table&gt;</description>
			<pubDate>Fri, 20 Nov 2009 23:09:22 GMT</pubDate>			<dc:creator>ZyMOS</dc:creator>			<comments>http://howto.wikia.com/wiki/Talk:Howto_configure_the_Linux_kernel_for_a_Gateway_GX7022E_computer</comments>		</item>
		<item>
			<title>User talk:212.182.161.4</title>
			<link>http://howto.wikia.com/index.php?title=User_talk:212.182.161.4&amp;diff=25924&amp;oldid=prev</link>
			<description>&lt;p&gt;welcoming new contributor&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Welcome==&lt;br /&gt;
Hi, welcome to HowTo Wiki. Thanks for your edit to the [[:Guide Plant Breeding Technician IT/Using plant breeding software]] page.&lt;br /&gt;
&lt;br /&gt;
'''[[Special:Userlogin|Please sign in and create a user name]]'''. It's an easy way to keep track of your contributions and helps you communicate with the rest of the community.&lt;br /&gt;
&lt;br /&gt;
Please leave a message on [[User talk:ZyMOS|my talk page]] if I can help with anything! -- [[User:ZyMOS|ZyMOS]] ([[User_talk:ZyMOS|Talk]]) 20:23, November 20, 2009&lt;/div&gt;</description>
			<pubDate>Fri, 20 Nov 2009 20:23:04 GMT</pubDate>			<dc:creator>Wikia</dc:creator>			<comments>http://howto.wikia.com/wiki/User_talk:212.182.161.4</comments>		</item>
		<item>
			<title>Guide Plant Breeding Technician IT/Using plant breeding software</title>
			<link>http://howto.wikia.com/index.php?title=Guide_Plant_Breeding_Technician_IT/Using_plant_breeding_software&amp;diff=25923&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:22, November 20, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;; [[Guide Plant Breeding Technician IT]]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;; [[Guide Plant Breeding Technician IT]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
;&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;* [[Guide Plant Breeding Technician IT/Company goals|Company Goals]]&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Outline&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Outline&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Company goals&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Company Goals&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Setting up a work space&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Setting up a work space&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Outline&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Outline&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Working with cereals&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Working with cereals&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Setting up a work space&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Setting up a work space&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;beans&lt;/span&gt;|Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;beans&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;cereals&lt;/span&gt;|Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;cereals&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Maize&lt;/span&gt;|Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Maize&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;beans&lt;/span&gt;|Working with &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;beans&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Using plant breeding software&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Using plant breeding software&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Working with Maize&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Working with Maize&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Experimenting&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Experimenting&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Using plant breeding software&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Using plant breeding software&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;;&lt;/span&gt;* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Equipment&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Equipment&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
* [[Guide Plant Breeding Technician IT/&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Experimenting&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Experimenting&lt;/span&gt;]]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;

  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;* [[Guide Plant Breeding Technician IT/Equipment|Equipment]]&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Plant Breeding Software, Agricultural Research Software and Internet bookmarks ==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Plant Breeding Software, Agricultural Research Software and Internet bookmarks ==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===Plant Breeding Software ===&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===Plant Breeding Software ===&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;'''AGRI INFORMATION PARTNERS E-BRIDA''' &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;

  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''SEEDBASE'''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:website:&amp;amp;nbsp; [[http://www.seedbase.info/en/]]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::MKL&amp;amp;nbsp;Software&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Johan Enschedeweg 60&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::1422 DR&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Uithoorn&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Netherlands&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Ph: 31 - 297 - 522551&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Fax: 31 - 297 - 522579&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;email: info@seedbase.info&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''''''''AGRI INFORMATION PARTNERS E-BRIDA''' ''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:website: http://www.e-brida.com/&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:website: http://www.e-brida.com/&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Agri Information Partners BV&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Agri Information Partners BV&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 94:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 94:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:'''Juniper'''&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:'''Juniper'''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Juniper Systems, Inc.[http://www.junipersys.com/main.php]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Juniper Systems, Inc.[http://www.junipersys.com/main.php]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
::Juniper Systems-Agriculture:[http://www.junipersys.com/applications/applications.cfm?id=18&amp;amp;cid=107&amp;amp;csid=203 http://www.junipersys.com/applications/applications.cfm?id=18&amp;amp;&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;amp;&lt;/span&gt;cid=107&amp;amp;&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;amp;&lt;/span&gt;csid=203]
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
::Juniper Systems-Agriculture:[http://www.junipersys.com/applications/applications.cfm?id=18&amp;amp;cid=107&amp;amp;csid=203 http://www.junipersys.com/applications/applications.cfm?id=18&amp;amp;cid=107&amp;amp;csid=203]
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Juniper Systems Products - Plot Harvest Data Systems&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::Juniper Systems Products - Plot Harvest Data Systems&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!-- diff generator: wikidiff2 ap21 2009-11-20 20:22:46 --&gt;
&lt;!-- diff cache key howto:diff:version:1.11a:oldid:25604:newid:25923 --&gt;
&lt;/table&gt;</description>
			<pubDate>Fri, 20 Nov 2009 20:22:41 GMT</pubDate>			<dc:creator>212.182.161.4</dc:creator>			<comments>http://howto.wikia.com/wiki/Talk:Guide_Plant_Breeding_Technician_IT/Using_plant_breeding_software</comments>		</item>
		<item>
			<title>User:Sandeeprjn</title>
			<link>http://howto.wikia.com/index.php?title=User:Sandeeprjn&amp;diff=0&amp;oldid=prev</link>
			<description>&lt;p&gt;New user account&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
			<pubDate>Thu, 19 Nov 2009 06:46:46 GMT</pubDate>			<dc:creator>Sandeeprjn</dc:creator>			<comments>http://howto.wikia.com/wiki/User_talk:Sandeeprjn</comments>		</item>
		<item>
			<title>Howto configure the Linux kernel for a Gateway GX7022E computer</title>
			<link>http://howto.wikia.com/index.php?title=Howto_configure_the_Linux_kernel_for_a_Gateway_GX7022E_computer&amp;diff=25922&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:20, November 15, 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan='4' align='center' class='diff-multi'&gt;(One intermediate revision not shown)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{stub}}&lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{incomplete}}&lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Gateway GX7022E Media Center Computer''' [http://support.gateway.com/s/PC/R/GXModels/5429/5429nv.shtml]&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''Gateway GX7022E Media Center Computer''' [http://support.gateway.com/s/PC/R/GXModels/5429/5429nv.shtml]&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 25:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 23:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Many of the settings below are enabled by default, but it never hurts to check.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Many of the settings below are enabled by default, but it never hurts to check.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Processor==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Location:&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:Processor type and features  ---&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::[*] Symmetric multi-processing support&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::Processor family (Generic-x86-64)  ---&amp;gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::(X) Generic-x86-64&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::[*] Multi-core scheduler support&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==System Clock==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;''This is likely already enabled''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*Location:&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*: [[Howto_configure_the_Linux_kernel/drivers|Device Drivers]] --&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::&amp;lt;*&amp;gt; Real Time Clock  ---&amp;gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::&amp;lt;*&amp;gt;   PC-style 'CMOS' &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Bus Interfaces==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Bus Interfaces==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===PCI===&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===PCI===&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;''This is likely already enabled''&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;''This is likely already enabled''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 59:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 72:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::: &amp;lt;M&amp;gt;   Storage devices (SBP-2 protocol) &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:::: &amp;lt;M&amp;gt;   Storage devices (SBP-2 protocol) &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
===I2C &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;?&lt;/span&gt;===
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
===I2C===
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;''maybe for temp sensors''&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;''maybe for temp sensors''&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;i2c_core i2c_i801&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*Location&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*:Device Drivers  ---&amp;gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;*::-*- I2C support  ---&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===USB===&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===USB===&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 76:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 89:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===SATA/PATA===&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;===SATA/PATA===&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;libata ata_piix ahci &lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;: &amp;lt;*&amp;gt; Serial ATA (prod) and Parallel ATA (exp...&lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:: [*]   ATA ACPI Support &lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:: &amp;lt;M&amp;gt;   AHCI SATA support &lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;:: [*]   ATA SFF support&lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;::: &amp;lt;M&amp;gt;     Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support &lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;????&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*Location:&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt; | Symbol&lt;/span&gt;: &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;ATA_PIIX &lt;/span&gt;[&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;=n]                                                   &lt;/span&gt;|  
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*&lt;/span&gt;: [&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;[Howto_configure_the_Linux_kernel/drivers&lt;/span&gt;|&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Device Drivers]] --&amp;gt;&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  | Prompt&lt;/span&gt;: &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support                  |  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*&lt;/span&gt;: &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;*&amp;gt; Serial ATA (prod) and Parallel ATA (exp...&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  |   Defined at drivers/ata/Kconfig&lt;/span&gt;:&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;105                                    |  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*&lt;/span&gt;:&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;: [*]   ATA ACPI Support &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  |   Depends on&lt;/span&gt;: &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;ATA &amp;amp;&amp;amp; ATA_SFF &amp;amp;&amp;amp; PCI                                     |  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*&lt;/span&gt;:&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;: &amp;lt;*&amp;gt;   AHCI SATA support &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  |   Location&lt;/span&gt;:                                                             &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;|  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*&lt;/span&gt;:&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;: [*]   ATA SFF support&lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  |     -&lt;/span&gt;&amp;gt; &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Device Drivers                                                   |  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;*::: &amp;lt;*&lt;/span&gt;&amp;gt;     &lt;span class=&quot;diffchange diffchange-inline&quot;&gt;Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;
&lt;span class=&quot;diffchange diffchange-inline&quot;&gt;  |       -&amp;gt; Serial ATA (prod) and Parallel ATA (experimental) drivers (ATA |  &lt;/span&gt;
  &lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;

  &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;-&lt;/td&gt;
  &lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;  |         -&amp;gt; ATA SFF support (ATA_SFF [=y])&lt;/div&gt;&lt;/td&gt;
  &lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Keyboard, mouse==&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt; &lt;/td&gt;
  &lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Keyboard, mouse==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;!-- diff generator: wikidiff2 ap19 2009-11-15 17:26:07 --&gt;
&lt;!-- diff cache key howto:diff:version:1.11a:oldid:24421:newid:25922 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sun, 15 Nov 2009 17:20:32 GMT</pubDate>			<dc:creator>ZyMOS</dc:creator>			<comments>http://howto.wikia.com/wiki/Talk:Howto_configure_the_Linux_kernel_for_a_Gateway_GX7022E_computer</comments>		</item>
		<item>
			<title>User:Solgius</title>
			<link>http://howto.wikia.com/index.php?title=User:Solgius&amp;diff=0&amp;oldid=prev</link>
			<description>&lt;p&gt;New user account&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
			<pubDate>Sat, 14 Nov 2009 11:06:00 GMT</pubDate>			<dc:creator>Solgius</dc:creator>			<comments>http://howto.wikia.com/wiki/User_talk:Solgius</comments>		</item>
	</channel>
</rss>