<?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 - Linux</title>
 <link>http://www.hostlibrary.com/taxonomy/term/84/9</link>
 <description></description>
 <language>en</language>
<item>
 <title>Taking control of system logs -- How to install Logger</title>
 <link>http://www.hostlibrary.com/Taking-control-of-system-logs-How-to-install-Logger</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt; This is a HOWTO for installing Logger, a Linux-based logging utility, and  taking control of your system logs. System logs can be overwhelming and are  most often overlooked; many users simply do not know what to do with them  or how to maintain them. Log maintenance can be a daunting task,  especially if Web or mail server applications are also involved in the  maintenance schedule. My goal here is to provide a simple methodology that  anyone running Linux can use. &lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Taking-control-of-system-logs-How-to-install-Logger&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Taking-control-of-system-logs-How-to-install-Logger#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</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, 02 Mar 2008 07:14:59 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">573 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Booting Linux in Less Than 40 Seconds</title>
 <link>http://www.hostlibrary.com/Booting_Linux_in_Less_Than_40_Seconds</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Have you ever dreamt about booting Linux in less than one minute? Now
this dream can come true: in less than 40 seconds after pressing the power
button, you will have a perfect fully-functional operating system,
exactly as you left the last session. Even better than you thought, right?
Now you could say: &quot;Crazy boy - I don&#039;t believe you!&quot; Well then, &lt;a href=&quot;http://it.youtube.com/watch?v=LwrwzmzmMXs&quot;&gt;check it out for
yourself.&lt;/a&gt;&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Booting_Linux_in_Less_Than_40_Seconds&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Booting_Linux_in_Less_Than_40_Seconds#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/69">Software &amp; Control Panels</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>Mon, 04 Feb 2008 14:44:23 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">572 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Rule-based DoS attacks prevention shell script</title>
 <link>http://www.hostlibrary.com/Rule-based-DoS-attacks-prevention-shell-script</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;
In this article, I describe a simple rule-based DoS attack-prevention
shell script.  However, the proposed shell script is not a perfect tool
for preventing DoS attacks, but a powerful tool for alleviating DoS
attacks overheads of the Linux servers significantly.&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Rule-based-DoS-attacks-prevention-shell-script&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Rule-based-DoS-attacks-prevention-shell-script#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Fri, 13 Apr 2007 16:18:11 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">564 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>The Linux Virtual File System</title>
 <link>http://www.hostlibrary.com/The-Linux-Virtual-File-System</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;“Everything is a file in Linux” is an oft repeated statement. What this 
basically implies is that all the devices (Hard disks,CD ROMs, Floppy Disks, USB 
Sticks,etc) are all treated as files. Just to explain this a bit more ,let us 
consider the C function write(f,&amp;amp;buf,len) . You must have used this function to 
write len bytes of data contained in buf to a file whose File Descriptor is 
given by f. Linux allows you to use the same function to write to a floppy (in 
the simplest of cases) as well. This is because everything capable of input and 
output is treated as a file in Linux. This is one of the two major abstractions 
in Linux, the other being a Process. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/The-Linux-Virtual-File-System&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/The-Linux-Virtual-File-System#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</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, 05 Feb 2007 23:05:25 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">561 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>MySQL Migration: MyISAM to InnoDB</title>
 <link>http://www.hostlibrary.com/MySQL_Migration_MyISAM_to_InnoDB</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;The MySQL database is unique in that it offers multiple storage engines. The 
SQL parser and front end interfaces are separate from the storage engines. This 
lets you choose the low level table format that suits your application best. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/MySQL_Migration_MyISAM_to_InnoDB&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/MySQL_Migration_MyISAM_to_InnoDB#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/97">MySQL</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/70">Programming</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Mon, 24 Jul 2006 10:14:37 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">549 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title> Allowing Exactly the Right People to Send Email</title>
 <link>http://www.hostlibrary.com/Allowing_Exactly_the_Right_People_to_Send_Email</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;If you need a solution to control email relaying, a program called
&lt;a href=&quot;http://adju.st/dist/exact/&quot;&gt;Exact&lt;/a&gt; may be just what you need. Exact 
stands for EXperimental Access Control Thing. It is a POP-before-SMTP daemon 
that integrates with most email systems. Before getting into the details of 
setup and configuration, it is worth spending a little time discussing the 
somewhat esoteric problem it solves. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Allowing_Exactly_the_Right_People_to_Send_Email&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Allowing_Exactly_the_Right_People_to_Send_Email#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</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/77">Articles</category>
 <pubDate>Mon, 24 Jul 2006 10:08:15 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">548 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Hardening a Linux server in 10 minutes</title>
 <link>http://www.hostlibrary.com/Hardening-a-Linux-server-in-10-minutes-dedicated-server-security</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Did you know that a freshly installed Linux server can be hardened in less than 10 minutes? Here’s how!&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Hardening-a-Linux-server-in-10-minutes-dedicated-server-security&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Hardening-a-Linux-server-in-10-minutes-dedicated-server-security#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/99">Fedora</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</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>Tue, 18 Jul 2006 18:19:12 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">547 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>A look at the FreeNAS server</title>
 <link>http://www.hostlibrary.com/AlookattheFreeNASserverwebhosting</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.freenas.org/&quot;&gt;FreeNAS&lt;/a&gt;, an open source 
NAS server, can convert a PC into a
&lt;a href=&quot;http://www.webopedia.com/TERM/N/network-attached_storage.html&quot;&gt;
network-attached storage&lt;/a&gt; server. The software, which is based on FreeBSD, 
Samba, and PHP, includes an operating system that supports various software RAID 
models and a Web user interface. The server supports access from Windows 
machines, Apple Macs, FTP, SSH, and Network File System (NFS), and it takes up 
less than 16MB of disk space on a hard drive or removable media. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/AlookattheFreeNASserverwebhosting&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/AlookattheFreeNASserverwebhosting#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/91">FreeBSD</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/77">Articles</category>
 <pubDate>Wed, 12 Jul 2006 15:51:01 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">542 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Deploying Ruby on Rails</title>
 <link>http://www.hostlibrary.com/DeployingRubyonRails</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;This article is an introduction to the installation and deployment of &lt;b&gt;Ruby 
on Rails&lt;/b&gt;. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/DeployingRubyonRails&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/DeployingRubyonRails#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/85">Apache</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/89">PHP</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/98">Plesk</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/70">Programming</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <pubDate>Sun, 09 Jul 2006 01:44:26 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">534 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>How to migrate your Linux Web site to another hosting company</title>
 <link>http://www.hostlibrary.com/HowtomigrateyourLinuxWebsitetoanotherhostingcompany.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;The Web site hosting business has become more competitive in recent years. If 
you can find a better hosting deal, you may be able to save money by switching 
hosting providers. But what&#039;s the best way to move your Web site? What if you 
have a virtual private server (VPS) hosting several domains? What about PHP and 
your SQL data? The thought of moving may be daunting, but moving servers is not 
difficult if you plan properly. Here&#039;s how. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/HowtomigrateyourLinuxWebsitetoanotherhostingcompany.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/HowtomigrateyourLinuxWebsitetoanotherhostingcompany.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/61">Web Hosting Basics</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Thu, 06 Jul 2006 16:02:52 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">522 at http://www.hostlibrary.com</guid>
</item>
</channel>
</rss>
