<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.hostlibrary.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Web Hosting Dedicated Server Linux Windows Security Managed Articles  Tutorials - Kernel</title>
 <link>http://www.hostlibrary.com/taxonomy/term/101/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Kernel Compilation</title>
 <link>http://www.hostlibrary.com/KERNEL-COMPILATION-GUIDE-Upgrade-your-kernel-to-2.6-Build-your-kernel-from-source</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;If you have 
decided to re-compile your kernel it essentially means that either the current 
kernel configuration does not fulfill your needs or your are upgrading to the 
latest kernel.I needed to upgrade my 2.4 to 2.6 for working with my Bluetooth 
dongle.&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/KERNEL-COMPILATION-GUIDE-Upgrade-your-kernel-to-2.6-Build-your-kernel-from-source&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/KERNEL-COMPILATION-GUIDE-Upgrade-your-kernel-to-2.6-Build-your-kernel-from-source#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/101">Kernel</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Fri, 08 Dec 2006 12:44:28 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">556 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Compiling a FreeBSD Kernel</title>
 <link>http://www.hostlibrary.com/CompilingaFreeBSDKernel0808lkjlkj.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Since my College days, when I was introduced to Unixes, I love to have my own 
compiled kernel. It gave me that special feeling of &amp;quot;my machine is better than 
yours&amp;quot;. Besides, a custom kernel serves as an interesting conversation topic 
with geeks. Just ask them &amp;quot;What is your kernel size ?&amp;quot;. &lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/CompilingaFreeBSDKernel0808lkjlkj.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/CompilingaFreeBSDKernel0808lkjlkj.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/91">FreeBSD</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/101">Kernel</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Mon, 02 Jan 2006 01:50:00 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">499 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Hardening your Kernel with OpenWall</title>
 <link>http://www.hostlibrary.com/Hardening-your-Kernel-with-OpenWall-web-dedicated-hosting-server-12336.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.openwall.com/linux/README.shtml&quot;&gt;Openwall Project&lt;/a&gt; 
provides security related kernel patches for Linux and BSD kernels. I read about 
this in &lt;a href=&quot;http://aplawrence.com/Books/hardeninglinux.html&quot;&gt;Hardening 
Linux&lt;/a&gt; by James Turnbull. The patch that most interested me was to prevent 
executable code from running in the stack. That won&#039;t prevent all
&lt;a href=&quot;http://aplawrence.com/Books/bufferoverflow.html&quot;&gt;buffer overflow 
attacks&lt;/a&gt;, but it can stop some of them. I really don&#039;t understand why this 
isn&#039;t just the default nowadays - I know it can break some programs and 
debuggers, but it seems smart to me.&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Hardening-your-Kernel-with-OpenWall-web-dedicated-hosting-server-12336.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Hardening-your-Kernel-with-OpenWall-web-dedicated-hosting-server-12336.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/101">Kernel</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/70">Programming</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/90">Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Sun, 06 Mar 2005 11:35:00 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">449 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Kernel Compilation &amp; Avoiding ‘Unresolved Symbol’</title>
 <link>http://www.hostlibrary.com/KernelCompilationAvoidingUnresolvedSymbol1337.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Many of the kernel newbies are not aware of certain important concepts which 
are essential for proper compilation and insertion of the modules into the 
kernel This HOWTO is all about kernel compilation, how to avoid the annoying 
&#039;unresolved symbols&#039; errors while Insmoding the modules.&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/KernelCompilationAvoidingUnresolvedSymbol1337.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/KernelCompilationAvoidingUnresolvedSymbol1337.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/101">Kernel</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Sun, 01 Aug 2004 14:36:00 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">381 at http://www.hostlibrary.com</guid>
</item>
</channel>
</rss>
