<?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>Burm.net &#187; Tutorials</title>
	<atom:link href="http://burm.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net</link>
	<description>John Burmeister's Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:31:15 +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>Installing GitLabHQ on Debian</title>
		<link>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/</link>
		<comments>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 03:29:03 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitLabHQ]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://burm.net/?p=286</guid>
		<description><![CDATA[Just a few notes from getting GitLabHQ up and running on Debian. Used the following as a reference, however that is geared toward Ubuntu (and most of it applies) https://github.com/gitlabhq/gitlabhq_install Depending upon your situation you may want to skip some of those steps such as installing ruby (I&#8217;m using RVM) and using apache&#8230; If you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F30%2Finstalling-gitlabhq-on-debian%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F30%2Finstalling-gitlabhq-on-debian%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a few notes from getting GitLabHQ up and running on Debian.</p>
<p>Used the following as a reference, however that is geared toward Ubuntu (and most of it applies) https://github.com/gitlabhq/gitlabhq_install Depending upon your situation you may want to skip some of those steps such as installing ruby (I&#8217;m using RVM) and using apache&#8230;</p>
<p>If you have not done so already, su to root and add apt-get install sudo.</p>
<p>The documentation on that link is assuming you using ubuntu which uses the admin group for sudo access, and by default on debian it the sudo group. You can either edit the /etc/sudoers and add the admin group or just change the first step to the following:</p>
<p>sudo useradd -s /bin/bash -m -G sudo gitlabhq<br />
sudo passwd gitlabhq<br />
Follow the rest of the instructions (ignoring ruby if you have RVM installed)&#8230;</p>
<p>There is one little typo where the guide tells you to edit the gitlab.yml file under &#8220;Configure GitLabHQ&#8221; The correct path is:</p>
<p>~gitlabhq/config/gitlab.yml</p>
<p>In my case I wanted to use MySQL instead of SQLite, so I went ahead and edited the database.yml file to mysql&#8230; Added the mysql2 gem to the Gemfile then ran the following commands:</p>
<p>bundle install &#8211;without development test<br />
bundle exec rake db:setup RAILS_ENV=production<br />
bundle exec rake db:seed_fu RAILS_ENV=production</p>
<p>On my Dev server I&#8217;m running apache with passenger, so I added a new site pointing to the public directory of the gitlabhq user that was created during the process and fired up the url. Everything seems to be working fine, I&#8217;ll update this page as I get to play around a bit. So far it seems solid, comitted my first project and update.</p>
<p>My main reason for installing this was to avoid the costs of using one of the git hosting sites. I couldn&#8217;t see paying for it when I&#8217;d like to create a whole bunch of repositories for testing and side projects, cost wise it just didn&#8217;t make sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer basic security Tips &#8211; How do you secure your XenServer?</title>
		<link>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/</link>
		<comments>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 07:49:05 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://burm.net/?p=278</guid>
		<description><![CDATA[Using this post to keep some notes on a few things I did to my XenServer instance,  most of this is just common sense. Disable root login via SSH First things first, make sure you add a user on the Xenserver box.  This is the user you will allow to login via SSH (if you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F29%2Fxenserver-basic-security-tips-how-do-you-secure-your-xenserver%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F29%2Fxenserver-basic-security-tips-how-do-you-secure-your-xenserver%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Using this post to keep some notes on a few things I did to my XenServer instance,  most of this is just common sense.</p>
<p><strong>Disable root login via SSH</strong></p>
<p>First things first, make sure you add a user on the Xenserver box.  This is the user you will allow to login via SSH (if you have SSH running at all).</p>
<p>Edit the sshd_config, and find the text #PermitRootLogin yes and change it to:</p>
<p>PermitRootLogin no</p>
<p>Right below that add a new line, and replace USERNAME with the username you created.</p>
<p>AllowUsers USERNAME</p>
<p>If you have more then one user that you want to add just put a space between them and add them in succession.  Example:</p>
<p>AllowUsers john harry bob</p>
<p>Then go ahead and restart sshd:</p>
<p>/etc/init.d/sshd restart</p>
<p>Open up a new terminal session and make sure you can login to the server under your new user, and you should be good to go!</p>
<p><strong>Edit the web page that XenServer shows or limit access completely</strong></p>
<p>Xenserver by default serves up a web page that gives your links to download the Xen Center admin console&#8230; The web server also servers up the XAPI that is needed for the admin console to access the server remotely. So you have a few options, edit the index.html page to remove the data on there and serve up a blank page.  Or the better option is to restrict access completely to the XAPI via the hosts file.  And the best option is to toss the Xenserver behind a firewall (hardware or software).  Perhaps I&#8217;ll go into detail on how to do that in a future post, but in short, firewall the entire server and tunnel in via SSH, which would be the most secure avenue. The only downside to restricting access via a firewall or restricting access via the hosts file is that if you are not at home / work / at a PC where you have access to the restrictions in place your, out of luck on getting access to your server.   Now keep in mind, there are alternatives for access (port knocking, ssh via another server or VM, etc)  I could go on forever, but everyones situation is different. With that said, lets go over the first two options.</p>
<p>To prevent XenServer from showing the default index.html page, you can either edit the actual file and change it to your liking. The file is located here:</p>
<p>/opt/xensource/www/index.html</p>
<p>For the second option, you can reference the Citrix support document here for detailed information on modifying the hosts file http://support.citrix.com/article/CTX118504, however below is essentially what you need to do.</p>
<p>First edit the hosts.deny file located here: /etc/hosts.deny and enter in: xapi:ALL &#8211; What this does is restrict every IP from accessing the XAPI.  Second, you&#8217;ll need to edit the hosts.allow file, which takes precedence over the hosts.deny and specify the ip adresses or range of ip addresses that you would like to allow access to the XAPI.  The hosts.allow file is located /etc/hosts.allow</p>
<p>Allow access to a specific ip in the hosts.allow you would put in the following replacing IPADDRESS with the ip you would like to grant access:</p>
<p>xapi:IPADDRESS</p>
<p>Example:</p>
<p>xapi:24.22.12.222</p>
<p>To allow access to a group of ip addresses, for our example, lets use 24.22. &#8211; this would allow any ip address that begins with 24.22. to access the XAPI.</p>
<p>Example:</p>
<p>xapi: 24.22.</p>
<p>If you happen to come across this page, what do you do to lock down your XenServer installs?  I&#8217;ll be writing a few more articles as I dive deeper into Xen and XenServer, so be sure to check back often.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XenServer Tips and Tricks &#8211; Auto Start Your VM</title>
		<link>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/</link>
		<comments>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:29:44 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://burm.net/?p=272</guid>
		<description><![CDATA[Figured I&#8217;d share a few of my notes from firing up a XenServer instance&#8230;  I went through lot of research before deciding to go with XenServer versus just firing up Xen on Debian, but thats for another post. The main reason I setup this server was to move off of Linode because I was at the point where it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F28%2Fxenserver-tips-and-tricks-auto-start-your-vm%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F28%2Fxenserver-tips-and-tricks-auto-start-your-vm%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Figured I&#8217;d share a few of my notes from firing up a XenServer instance&#8230;  I went through lot of research before deciding to go with XenServer versus just firing up Xen on Debian, but thats for another post. The main reason I setup this server was to move off of Linode because I was at the point where it just made sense cost wise, essentially I have a more powerful server for way less money.  Granted, you do loose some of the conveniences of Linode  (simple management/upgrade/backup).  Anyways, onto XenServer&#8230;</p>
<p>When using the free edition of XenServer 6.0, you&#8217;ll want to do a few things such as enabling Auto Start / Auto Boot / Auto Power On.  For some reason this feature was removed from the &#8220;Free&#8221; version in 6.0, so lets go ahead and set this up.</p>
<p>First your going to want to get the UUID of the VM&#8217;s you wish to enable auto start on as well as the UUID of the pool these VM&#8217;s reside in.</p>
<p>To get the list of the pool&#8217;s on your XenServer type:</p>
<p>xe pool-list</p>
<p>Copy the UUID of the pool, in my case there ist just one pool. Then issue the following command, and replace the UUID with your pools UUID.</p>
<p>xe pool-param-set uuid=UUID other-config:auto_poweron=true</p>
<p>Then, at the command prompt of your XenServer type:</p>
<p>xe vm-list</p>
<p>You should get a full list of the VM&#8217;s on the server, along with their name and UUID. Copy the UUID of the VM you wish to enable autostart then issue the command below, again replacing the UUID with the UUID of the VM you wish to auto start.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To Auto Start your Pool (replace UUID with the UUID of your Pool):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">xe pool-param-set uuid=UUID other-config:auto_poweron=true</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To Auto Start your VM (replace the UUID with the UUID of your VM):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">xe vm-param-set uuid=UUID other-config:auto_poweron=true</div>
<p>xe vm-param-set uuid=UUID other-config:auto_poweron=true</p>
<p>And thats it, the next time you ever need to power cycle your main server, the Xen instances should power up automatically.</p>
<p>I&#8217;ll be adding a few more articles over the next few weeks of some other notes and tips.  Next up is adding some monitoring to your main XenServer to see whats going on with your different instances.</p>
<p><span style="font-family: arial, helvetica, sans-serif; color: #35383d;"><span style="line-height: 18px;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few great plugins that I am using in my current Ruby on Rails project</title>
		<link>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/</link>
		<comments>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:12:21 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Rails Plugins]]></category>
		<category><![CDATA[Rails Tutorials]]></category>

		<guid isPermaLink="false">http://burm.net/?p=113</guid>
		<description><![CDATA[I am currently working on an interesting project for a customer of mine.   Hopefully I&#8217;ll be able to share more of the details with you all when the project is near completion.  The project involves creating events, parsing and caching RSS feeds, generating RSS feeds, as well as Emailing and SMS&#8217;ing subscribers daily events.   I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2008%2F10%2F06%2Fa-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2008%2F10%2F06%2Fa-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I am currently working on an interesting project for a customer of mine.   Hopefully I&#8217;ll be able to share more of the details with you all when the project is near completion.  The project involves creating events, parsing and caching RSS feeds, generating RSS feeds, as well as Emailing and SMS&#8217;ing subscribers daily events.   I have been working on the project for the last 5 days, and I am about one third of the way through.</p>
<p>I wanted to share some great plugins for Ruby on Rails that I have come across, along with some tutorials. Check back for an updated post with more info.</p>
<h2>Plugins:</h2>
<p><strong>Restful Authentication </strong>- This widely-used plugin provides a foundation for securely managing user authentication &#8211; <a href="http://github.com/technoweenie/restful-authentication/tree/master">http://github.com/technoweenie/restful-authentication/tree/master</a></p>
<p><strong>acts_as_taggable_on_steroids</strong> &#8211; This plugin is based on acts_as_taggable by DHH but includes extrassuch as tests, smarter tag assignment, and tag cloud calculations.  &#8211; <a href="http://github.com/mattetti/acts_as_taggable_on_steroids/tree/master  ">http://github.com/mattetti/acts_as_taggable_on_steroids/tree/master</a></p>
<p><strong>Paperclip</strong> &#8211; Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible. <a href="http://github.com/thoughtbot/paperclip/tree/master">http://github.com/thoughtbot/paperclip/tree/master</a></p>
<p><strong>Paperclip Polymorph</strong> &#8211; This plugin allows users of the Paperclip plugin to easily share attached files between multiple models. <a href="http://locusfoc.us/2008/6/29/paperclip-polymorph">http://locusfoc.us/2008/6/29/paperclip-polymorph</a></p>
<p><strong>acts_as_textiled </strong>- This simple plugin allows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise). <a href="http://github.com/defunkt/acts_as_textiled/tree/master">http://github.com/defunkt/acts_as_textiled/tree/master</a></p>
<p><strong>Will_paginate</strong> &#8211; Pagination is just limiting the number of records displayed. Why should you let it get in your way while developing, then? This plugin makes magic happen. <a href="http://github.com/mislav/will_paginate/tree/master">http://github.com/mislav/will_paginate/tree/master</a></p>
<h2>Tutorials / Guides:</h2>
<p>If you are new to Ruby on Rails be sure to check out the guides that are being worked on right now here: <a href="http://guides.rails.info/index.html">http://guides.rails.info/index.html</a></p>
<p><strong>Railscasts</strong> &#8211; Free Ruby on Rails Screencasts &#8211; <a href="http://railscasts.com/">http://railscasts.com/</a></p>
<p><strong>Learning Rails</strong> &#8211; Audio (Podcasts) and Screencasts -<a href="http://www.buildingwebapps.com/podcasts"> http://www.buildingwebapps.com/podcasts</a></p>
<p>Jim created a great list of plugins he found useful when he was building a social network in Rails. Check it out here: <a href="http://jimneath.org/2008/04/25/building-a-social-network-site-in-rails/">http://jimneath.org/2008/04/25/building-a-social-network-site-in-rails/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Linux Tutorials and How To Links</title>
		<link>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/</link>
		<comments>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 20:41:50 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/</guid>
		<description><![CDATA[Advanced Bash Scripting Understand and learn how to write bash scripts for the command line. Bluetooth on Linux Great document on setting up Bluetooth on Linux. Introduction to Linux This is a great overview of Linux, a definite must read for Linux newbies. IPTables Secure your network using IPTables. Linux Administration Made Easy A very [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2006%2F12%2F25%2Fsome-linux-tutorials-and-how-to-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2006%2F12%2F25%2Fsome-linux-tutorials-and-how-to-links%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<ul>
<li><a href="http://tldp.org/LDP/abs/html/index.html" target="_blank" title="Advanced Bash Scripting">Advanced Bash Scripting<br />
</a>Understand and learn how to write bash scripts for the command line.</li>
<li><a href="http://www.g7smy.co.uk/?linux/bt" target="_blank" title="Bluetooth On Linux">Bluetooth on Linux<br />
</a>Great document on setting up Bluetooth on Linux.</li>
<li><a href="http://tldp.org/LDP/intro-linux/html/index.html" target="_blank" title="Introduction to Linux">Introduction to Linux<br />
</a>This is a great overview of Linux, a definite must read for Linux newbies.</li>
<li><a href="http://www.linuxguruz.com/iptables/howto/" target="_blank" title="IPTables HOWTO">IPTables<br />
</a>Secure your network using IPTables.</li>
</ul>
<p><span id="more-3"></span></p>
<ul>
<li><a href="http://howtos.linux.com/guides/linux-admin-made-easy/" title="Linux Administration Made Easy" target="_blank">Linux Administration Made Easy</a><br />
A very detailed document on Linux administration.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Linux-Complete-Backup-and-Recovery-HOWTO/" target="_blank" title="Linux Complete Backup and Recovery">Linux Complete Backup and Recovery<br />
</a>Anyone who has a Linux desktop or server must know how to backup and restore their system at any moments notice. This is an important guide if you absolutely do not want to lose any crucial data.</li>
<li><a href="http://tldp.org/LDP/Linux-Dictionary/html/index.html" target="_blank" title="Linux Dictionary">Linux Dictionary<br />
</a>This is a great resource for finding out information on Linux related terms and jargon.</li>
<li><a href="http://encryptionhowto.sourceforge.net/Encryption-HOWTO.html" target="_blank" title="Linux Encryption">Linux Encryption<br />
</a>Understand and learn about encryption practices on Linux.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Linux-Gamers-HOWTO/" target="_blank" title="Linux Gamers HOWTO">Linux Gamers<br />
</a>Learn the inner workings of how games work on Linux along with how to resolve common problems.</li>
<li><a href="http://tldp.org/HOWTO/Linux+IPv6-HOWTO/index.html" target="_blank" title="Linux IPv6 HOWTO">Linux IPv6<br />
</a>Learn about the new layer 3 protocol, IPv6 protocol and how to take advantage of it on Linux.</li>
</ul>
<p><!--  google_ad_client = "pub-3610215697370887";  google_ad_width = 468;  google_ad_height = 60;  google_ad_format = "468x60_as";  google_ad_type = "text";  google_ad_channel = "";  google_color_border = "FFFFFF";  google_color_bg = "FFFFFF";  google_color_link = "666688";  google_color_text = "000000";  google_color_url = "bbbbcc";  //--></p>
<ul>
<li><a href="http://tldp.org/LDP/Mobile-Guide/html/index.html" title="Linux on the Road" target="_blank">Linux on the Road</a><br />
This document covers all aspects on bringing Linux on the road via your laptop or portable device.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Security-HOWTO/" target="_blank" title="Linux Security HOWTO">Linux Security<br />
</a>Understand the general concepts of security on a Linux system, complete with examples and applications to use.</li>
<li><a href="http://tldp.org/LDP/sag/html/index.html" target="_blank" title="Linux System Administrator's Guide">Linux System Administrator’s Guide<br />
</a>Learn the aspects of the Linux System Administrator.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Networking-Overview-HOWTO/" target="_blank" title="Networking Overview HOWTO">Networking Overview<br />
</a>A great overview of the networking capabilities of the Linux operating system.<a href="http://tldp.org/HOWTO/html_single/Networking-Overview-HOWTO/" target="_blank" title="Networking Overview HOWTO"><br />
</a></li>
<li><a href="http://tldp.org/HOWTO/html_single/Online-Troubleshooting-HOWTO/" target="_blank" title="Online Troubleshooting HOWTO">Online Troubleshooting Resources<br />
</a>Learn how to troubleshoot problems online using a variety of resources.</li>
<li><a href="http://www.linuxprinting.org/%7Etill/printing-tutorial/tut.html" target="_blank" title="Printing in Linux">Printing in Linux<br />
</a>Learn how to use CUPS to print in Linux.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Qmail-ClamAV-HOWTO/" target="_blank" title="Qmail &amp; ClamAV HOWTO">Qmail &amp; ClamAV<br />
</a>Learn how to setup a Qmail e-mail system with anti-virus scanning on your Linux machine.<a href="http://tldp.org/HOWTO/html_single/Qmail-ClamAV-HOWTO/" target="_blank" title="Qmail &amp; ClamAV HOWTO"><br />
</a></li>
<li><a href="http://tldp.org/HOWTO/html_single/Unix-Hardware-Buyer-HOWTO/" target="_blank" title="Unix Hardware Buyer HOWTO">Unix Hardware Buyer<br />
</a>Become a savvy buyer of Intel hardware that works on the Unix/Linux operating system.<a href="http://tldp.org/HOWTO/html_single/Unix-Hardware-Buyer-HOWTO/" target="_blank" title="Unix Hardware Buyer HOWTO"><br />
</a></li>
<li><a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking" target="_blank" title="Wireless Networking In Linux">Wireless Networking<br />
</a>A quick howto on setting up and configuring wireless networking on Linux.</li>
<li><a href="http://howtos.linux.com/howtos/XWindow-User-HOWTO/index.shtml" target="_blank" title="XWindows User HOWTO">XWindows User<br />
</a>Learn how to configure and use the XWindows system in Linux.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

