<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux for Dummies</title>
	<atom:link href="http://linux4dummies.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux4dummies.wordpress.com</link>
	<description>How-tos, guides and linux stuff.</description>
	<lastBuildDate>Sun, 27 Feb 2011 10:30:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linux4dummies.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux for Dummies</title>
		<link>http://linux4dummies.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linux4dummies.wordpress.com/osd.xml" title="Linux for Dummies" />
	<atom:link rel='hub' href='http://linux4dummies.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Howto: Remove unused Linux Kernels</title>
		<link>http://linux4dummies.wordpress.com/2010/05/19/howto-remove-unused-linux-kernels/</link>
		<comments>http://linux4dummies.wordpress.com/2010/05/19/howto-remove-unused-linux-kernels/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:24:26 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/?p=73</guid>
		<description><![CDATA[Although this topic has been done to death and you can find dozens if not hundreds of how-tos with a simple Google search, I&#8217;m making one anyway. First, you want to see which kernels are already installed on your system. On any Debian based distrobution (*buntu&#8217;s, Mint, etc.) dpkg &#8211;list &#124; grep linux-image That should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=73&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although this topic has been done to death and you can find dozens if not hundreds of how-tos with a simple Google search, I&#8217;m making one anyway.</p>
<p>First, you want to see which kernels are already installed on your system. On any <a href="http://en.wikipedia.org/wiki/Category:Debian-based_distributions">Debian based distrobution</a> (*buntu&#8217;s, Mint, etc.)</p>
<blockquote><p>dpkg &#8211;list | grep linux-image</p></blockquote>
<p>That should give you something like this:</p>
<blockquote><p><span style="color:#993300;">rc  linux-image-2.6.31-14-generic  2.6.31-14.48Linux kernel image for version 2.6.31<br />
ii  linux-image-2.6.31-20-generic  2.6.31-20.58 Linux kernel image for version 2.6.31<br />
ii  linux-image-2.6.32-21-generic  2.6.32-21.32 Linux kernel image for version 2.6.32<br />
ii  linux-image-generic                  2.6.32.21.22 Generic Linux kernel image</span></p></blockquote>
<p><span style="color:#3366ff;"><span style="color:#000000;">Now, let&#8217;s see which one you are currently running:</span></span></p>
<blockquote><p>uname -mrs</p></blockquote>
<p>Which will give you something like:</p>
<blockquote><p><span style="color:#993300;">Linux 2.6.32-21-generic i686</span></p></blockquote>
<p><span style="color:#3366ff;"><span style="color:#000000;">Now, let&#8217;s remove the older, unused kernels. Keep in mind that it is wise to keep at least one older kernel in case something goes wrong with the current one.</span></span></p>
<blockquote><p>sudo dpkg -P linux-image-2.6.31-14-generic</p></blockquote>
<p>Make sure you replace the version number of the linux-image. That command will remove the older Linux kernel and all of its dependencies. Repeat that with all the kernels you wish to remove, but play it safe and don&#8217;t delete the one you are currently running!</p>
<p>In case your grub boot menu wasn&#8217;t updated like it&#8217;s supposed to, you can do:</p>
<blockquote><p>sudo update-grub</p></blockquote>
<p>For any</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=73&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2010/05/19/howto-remove-unused-linux-kernels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto: Convert Outlook Express mail to Mozilla Thunderbird</title>
		<link>http://linux4dummies.wordpress.com/2010/05/14/howto-convert-outlook-express-mail-to-mozilla-thunderbird/</link>
		<comments>http://linux4dummies.wordpress.com/2010/05/14/howto-convert-outlook-express-mail-to-mozilla-thunderbird/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:42:46 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/?p=70</guid>
		<description><![CDATA[Outlook Express uses .dbx files. Mozilla Thunderbird uses mbox. I will show you how to convert your email from the cursed evil Microsoft application to a modern alternative. There are plenty of guide on how to do this in Windows, but on Linux it requires quite a bit of digging&#8230; We will use a little [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=70&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Outlook Express uses .dbx files. Mozilla Thunderbird uses mbox. I will show you how to convert your email from the cursed evil Microsoft application to a modern alternative. There are plenty of guide on how to do this in Windows, but on Linux it requires quite a bit of digging&#8230;</p>
<p>We will use a little progr &#8220;LibDBX&#8221;, you can download it from  <a href="http://freshmeat.net/projects/libdbx/">http://freshmeat.net/projects/libdbx/</a> and then extract the .tat.gz file and cd into the directory in a terminal with</p>
<blockquote><p>cd libdbx_1.0.4</p></blockquote>
<p>Then we install it with</p>
<blockquote><p>make</p></blockquote>
<p>There. Now, to convert your .dbx files we do (still in the &#8220;libdbx_1.0.4&#8243; directory):</p>
<blockquote><p>./readoe -i &#8220;Outlook Express&#8221; -o ~/email</p></blockquote>
<p>This converts any and all .dbx files in the &#8220;Outlook Express&#8221; directory and outputs the mbox files in the email directory (assuming you have created it beforehand)</p>
<p>To convert just one .dbx file, use <strong>readdbx</strong> instead of <strong>readoe</strong>.</p>
<p style="padding-left:30px;"><strong>Contacts</strong></p>
<p>To get your contacts transferred, you will have to export them in Outlook Express as a .csv file, which can be imported by Thunderbird. Make sure there are no <strong>&#8220;</strong> in the .csv file (you can edit it in a text editor), these will corrupt the file on import to Thunderbird. You can search and replace them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=70&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2010/05/14/howto-convert-outlook-express-mail-to-mozilla-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Nmap: Scanning for Network Virus</title>
		<link>http://linux4dummies.wordpress.com/2010/05/14/nmap-scanning-for-network-virus/</link>
		<comments>http://linux4dummies.wordpress.com/2010/05/14/nmap-scanning-for-network-virus/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:22:27 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/?p=59</guid>
		<description><![CDATA[Lately, a lot of our networked Windows machines have been behaving oddly. Virus-infested oddly. So instead of going to each machine, running a tedious Virus scan and figuring out which machines ar1e infected with this Virus (Conficker in this case), I looked for a tool that could just scan ports, IP&#8217;s, etc. on the network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=59&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately, a lot of our networked Windows machines have been behaving oddly. Virus-infested oddly. So instead of going to each machine, running a tedious Virus scan and figuring out which machines ar1e infected with this Virus (Conficker in this case), I looked for a tool that could just scan ports, IP&#8217;s, etc. on the network and show me the path. It&#8217;s actually really easy and there is a ton of guides and tutorials out there.</p>
<p>Install nmap (apt-get install <strong>nmap</strong>). Now you can do a scan with</p>
<blockquote><p>nmap -A -PN -T4 -p139,445 -n -v &#8211;script=smb-check-vulns &#8211;script-args  safe=1 192.168.0.1/24 | grep -B 10  &#8220;\&lt;Conficker\&gt;.*\&lt;INFECTED\&gt;&#8221;</p></blockquote>
<p>This tells nmap to search for the viruses on the 192.168.0.1/24 network (all addresses will be scanned) and then it tells &#8220;grep&#8221;  to only show results that include &#8220;Conficker&#8221; and &#8220;INFECTED&#8221;, otherwise you will have to wade through 249 results, which can be quite a tedious task.  There are a lot more uses for nmap, just a few of which scanning for Operating System (-O variable), port scans, etc. It&#8217;s also quite easy to tell it only to scan a select range of IP&#8217;s, &#8220;192.168.0.1-5/24&#8243; will only do 1-5.</p>
<p>Results for the conficker scan came up like this:</p>
<blockquote><p>Host 192.168.0.13 is up (0.00057s latency).</p>
<p>Interesting ports on 192.168.0.13:</p>
<p>PORT    STATE SERVICE</p>
<p>139/tcp open  netbios-ssn</p>
<p>445/tcp open  microsoft-ds</p>
<p>Host script results:</p>
<p>|  smb-check-vulns:</p>
<p>|  MS08-067: CHECK DISABLED (remove &#8216;safe=1&#8242; argument to run)</p>
<p>| Conficker: Likely INFECTED (by Conficker.C or lower)</p></blockquote>
<p>If you add the <strong>-O</strong> option, it will include operating system details, but takes much longer to scan.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=59&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2010/05/14/nmap-scanning-for-network-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Updated: Ubuntu LTSP Server</title>
		<link>http://linux4dummies.wordpress.com/2009/10/13/updated-ubuntu-ltsp-server/</link>
		<comments>http://linux4dummies.wordpress.com/2009/10/13/updated-ubuntu-ltsp-server/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:19:40 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[LTSP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ltsp]]></category>
		<category><![CDATA[thin client]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/?p=52</guid>
		<description><![CDATA[In 2007 I posted a guide to installing an Ubuntu LTSP Server. Since then, Ltsp has become a lot easier to install, setup and use. Installation basically consists of: sudo apt-get install ltsp-server-standalone openssh-server and sudo ltsp-build-client or  if your on a 64-bit system with 32-bit machines do sudo ltsp-build-client --arch i386 You will want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=52&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In 2007 I posted <a href="http://linux4dummies.wordpress.com/2007/06/29/ubuntu-ltsp-server/">a guide to installing an Ubuntu LTSP Server</a>. Since then, Ltsp has become a lot easier to install, setup and use.</p>
<p>Installation basically consists of:</p>
<ul>
<li>
<pre><strong><em>sudo apt-get install ltsp-server-standalone openssh-server</em></strong></pre>
</li>
</ul>
<p>and</p>
<ul>
<li>
<pre><strong><em>sudo ltsp-build-client</em></strong></pre>
</li>
</ul>
<p>or  if your on a 64-bit system with 32-bit machines do</p>
<ul>
<li>
<pre><strong><em>sudo ltsp-build-client --arch i386</em></strong></pre>
</li>
</ul>
<p>You will want edit the /etc/ltsp/dhcpd.conf file to set the server’s IP values:</p>
<ul>
<li>
<pre style="margin-bottom:0;"><em><strong>gksudo gedit /etc/ltsp/dhcpd.conf</strong></em></pre>
</li>
</ul>
<p style="margin-bottom:0;">Make sure the lines for domain-name-servers and routers match your network setup if you want to give the thin clients Internet access</p>
<p style="margin-bottom:0;">Then restart the dhcp server with:</p>
<ul>
<li>
<pre style="margin-bottom:0;"><em><strong>sudo /etc/init.d/dhcp3-server restart</strong></em></pre>
</li>
</ul>
<p style="margin-bottom:0;">And do the following to update the SSH server:</p>
<ul>
<li>
<pre><em><strong>sudo ltsp-update-sshkeys</strong></em></pre>
</li>
</ul>
<p style="margin-bottom:0;">After that, you will be able to boot your first thin client. On older clients without a ¨Boot from network¨ option in the BIOS, you can use <a href="http://etherboot.org/wiki/index.php">Etherboot</a> or <a href="http://rom-o-matic.net/">ROM-o-matic</a>. Too write the image to floppy do</p>
<ul>
<li>
<pre style="margin-bottom:0;"><em><strong>cat filename.extension &gt; /dev/fd0</strong></em></pre>
</li>
</ul>
<p style="margin-bottom:0;">This  basically all there is on the<a href="https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall"> Ubuntu LTSP wiki page</a>, although there are many more options as far as customization goes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=52&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2009/10/13/updated-ubuntu-ltsp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>The LTSP adds thin-client support to a Linux server</title>
		<link>http://linux4dummies.wordpress.com/2008/12/16/the-ltsp-adds-thin-client-support-to-a-linux-server/</link>
		<comments>http://linux4dummies.wordpress.com/2008/12/16/the-ltsp-adds-thin-client-support-to-a-linux-server/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:55:39 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[LTSP]]></category>
		<category><![CDATA[ltsp]]></category>
		<category><![CDATA[muekow]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2008/12/16/the-ltsp-adds-thin-client-support-to-a-linux-server/</guid>
		<description><![CDATA[Originally begun to investigate the possibility of extending the useful life of legacy IT equipment, the Linux Terminal Server Project is now a comprehensive collection of tools for running driveless thin clients with a Linux server. Certainly in its current version 5, if not before, it has blossomed into an useful – and free – [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=51&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Originally begun to investigate the possibility of extending the useful life of legacy IT equipment, the Linux Terminal Server Project is now a comprehensive collection of tools for running driveless thin clients with a Linux server. Certainly in its current version 5, if not before, it has blossomed into an useful – and free – terminal/server solution. Read more at http://www.heise-online.co.uk/open/The-Linux-Terminal-Server-Project&#8211;/features/112254</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=51&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2008/12/16/the-ltsp-adds-thin-client-support-to-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Gutsy Tribe 4</title>
		<link>http://linux4dummies.wordpress.com/2007/08/11/ubuntu-gutsy-tribe-4/</link>
		<comments>http://linux4dummies.wordpress.com/2007/08/11/ubuntu-gutsy-tribe-4/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 01:57:48 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2007/08/11/ubuntu-gutsy-tribe-4/</guid>
		<description><![CDATA[Ubuntu Gutsy Gibbon Tribe 4 has been released. Here&#8217;s basically what&#8217;s been changed since the last alpha: Tracker running by default Fast user switching Deskbar applet on panel New OpenOffice.org 2.3 AppArmor security by default Smooth shutdown splash Screenshots I&#8217;m downloading it right now to try out, hopefully it&#8217;s as good as past Ubuntu alpha [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=45&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/testing/tribe4">Ubuntu Gutsy Gibbon Tribe 4</a> has been released. Here&#8217;s basically what&#8217;s been changed since the last alpha:</p>
<ul>
<li>Tracker running by default</li>
<li>Fast user switching</li>
<li>Deskbar applet on panel</li>
<li>New OpenOffice.org 2.3</li>
<li>AppArmor security by default</li>
<li>Smooth shutdown splash</li>
</ul>
<p><a href="http://www.phoronix.com/scan.php?page=article&amp;item=801&amp;num=1">Screenshots</a></p>
<p>I&#8217;m downloading it right now to try out, hopefully it&#8217;s as good as past Ubuntu alpha releases. Hope they can implement a faster boot process as well as shutdown, combine all the configuration setting in a control panel and get a decent automated restricted drivers setup.</p>
<p>The official release notes at https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-August/000324.html</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linux4dummies.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linux4dummies.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=45&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2007/08/11/ubuntu-gutsy-tribe-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>What are you looking forward to in ubuntu&#8217;s future?</title>
		<link>http://linux4dummies.wordpress.com/2007/07/23/what-are-you-looking-forward-to-in-ubuntus-future/</link>
		<comments>http://linux4dummies.wordpress.com/2007/07/23/what-are-you-looking-forward-to-in-ubuntus-future/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 22:38:50 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[LTSP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2007/07/23/what-are-you-looking-forward-to-in-ubuntus-future/</guid>
		<description><![CDATA[I&#8217;m trying to think of things that are not in ubuntu currently and would make a nice addition without making it bloated&#8230; Make Firefox aware of apt:// links that link to ubuntu packages that are installable simply by clicking on the link. Set up a more centralized wiki section for all things related to LTSP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=44&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to think of things that are not in ubuntu currently and would make a nice addition without making it bloated&#8230;</p>
<ul>
<li>Make Firefox aware of apt:// links that link to ubuntu packages that are installable simply by clicking on the link.</li>
</ul>
<ul>
<li>Set up a more centralized wiki section for all things related to LTSP and Ubuntu thin clients, right now you have to dig through tons of stuff to find what you want.</li>
</ul>
<ul>
<li>Make the Ubuntu wiki browsable in different languages. Right now their spread out across multiple domains not supported by Ubuntu. Someone should look into integrating them into one searchable wiki, although with a customizable search in the language/s that you know.</li>
</ul>
<ul>
<li>Speed up boot. Supposedly this was worked on for dapper and feisty, but is it just me or is there not much of a big diff? There is a lot of junk that starts at boot that isn&#8217;t neccesary for most people. Ubuntu should atomatically detect what is required by the computer and leave disabled anything that will not work anyways or is not critical, which bring us to the next point&#8230;</li>
</ul>
<ul>
<li>A centralized control panel which also includes something like &#8220;bum&#8221; to cutomize in a more detailed way what runs at boot. The default &#8220;services&#8221; app that is included now does not give you very much choice and options. Either improve it or replace it with something better.</li>
</ul>
<p>There are a lot more issues, but these are the ones that tick me off the most at the moment&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linux4dummies.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linux4dummies.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=44&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2007/07/23/what-are-you-looking-forward-to-in-ubuntus-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu LTSP Server</title>
		<link>http://linux4dummies.wordpress.com/2007/06/29/ubuntu-ltsp-server/</link>
		<comments>http://linux4dummies.wordpress.com/2007/06/29/ubuntu-ltsp-server/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 22:36:31 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[LTSP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2007/06/29/ubuntu-ltsp-server/</guid>
		<description><![CDATA[EDIT: I have posted a more up-to-date HOWTO on my blog, read it here. The last time I blogged about LTSP I was using Edubuntu. Now I did a fresh install of Ubuntu and then installed LTSP. This HOWTO is mostly inspired by the Ubuntu Wiki page. Since Ubuntu 8.04 you can use the Alternative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=43&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>EDIT: I have posted a more up-to-date HOWTO on my blog, <a href="http://linux4dummies.wordpress.com/2009/10/13/updated-ubuntu-ltsp-server/">read it here.</a></strong></p>
<p>The last time I blogged about LTSP I was using <a href="http://edubuntu.org/">Edubuntu</a>. Now I did a fresh install of Ubuntu and then installed LTSP. This HOWTO is mostly inspired by the <a href="https://help.ubuntu.com/community/UbuntuLTSP/LTSPQuickInstall">Ubuntu Wiki page</a>. Since Ubuntu 8.04 you can use the Alternative installer CD and install Ubuntu together with LTSP. This HOWTO should work on any of the latest Ubuntu&#8217;s, make sure you check out my latest <a href="http://linux4dummies.wordpress.com/2009/10/13/updated-ubuntu-ltsp-server/">HOWTO here</a>.</p>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--> To install LTSP and the thin client manager on Ubuntu, do the following in a terminal:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo apt-get install ltsp-server-standalone openssh-server thin-client-manager-gnome </strong></p>
</blockquote>
<p style="margin-bottom:0;">Now create your LTSP environment on the server with: (Takes about 45min@55kbps, 100MB dowload)</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo ltsp-build-client</strong></p>
</blockquote>
<p>Edit the /etc/ltsp/dhcpd.conf file to set the server&#8217;s IP values:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>gksudo &#8220;gedit /etc/ltsp/dhcpd.conf&#8221;</strong></p>
</blockquote>
<p style="margin-bottom:0;">Make sure the lines for domain-name-servers and routers match your actual network setup if you want the thin clients to have Internet access. Then restart the dhcp server with:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo /etc/init.d/dhcp3-server restart</strong></p>
</blockquote>
<p style="margin-bottom:0;">And update the SSH server:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo ltsp-update-sshkeys</strong></p>
</blockquote>
<p style="margin-bottom:0;">After that, you will be able to boot your first thin client.</p>
<p style="margin-bottom:0;"><span style="text-decoration:underline;"><strong>Server Maintenance</strong></span></p>
<p style="margin-bottom:0;">If the thin clients seem to be having trouble, remove the whole thin client environment with:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo rm -rf /opt/ltsp/*</strong></p>
</blockquote>
<p style="margin-bottom:0;">and then re-install it :</p>
<blockquote>
<p style="margin-bottom:0;"><strong>sudo ltsp-build-client</strong></p>
</blockquote>
<p style="margin-bottom:0;">Use this if the above doesn&#8217;t work <a href="http://ubuntuforums.org/showthread.php?t=195956">http://ubuntuforums.org/showthread.php?t=195956</a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="text-decoration:underline;"><strong>Thin client configuration</strong></span></p>
<p style="margin-bottom:0;">Fine-tuning thin client configuration. More details and options here <a href="http://doc.ubuntu.com/edubuntu/handbook/C/ltsp-client.html">http://doc.ubuntu.com/edubuntu/handbook/C/ltsp-client.html</a></p>
<p style="margin-bottom:0;">Usually, thin clients on an ubuntu thin client network should work fine out of the box. Occasionally, you would want to fine-tune settings on a client, or alter the settings slightly, either to increase performance, compatibility, or to enable or disable certain features.</p>
<p style="margin-bottom:0;">Thin client configuration settings are stored in a file called &#8220;lts.conf&#8221;. It has a strange location, since it has to be accessable to the clients while they boot up. This file is located at &#8220;/opt/ltsp/i386/etc/lts.conf&#8221;. Edit it with:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>gksudo &#8220;gedit /opt/ltsp/i386/etc/lts.conf&#8221;</strong></p>
</blockquote>
<p style="margin-bottom:0;">and add or modify the entries there. <a href="http://developer.novell.com/wiki/index.php/HOWTO:_Install_MueKow_on_Ubuntu#Configure_LTSP_Clients">Here you can find additional options</a> to add to this file. <a href="https://help.ubuntu.com/community/UbuntuLTSP/TroubleShooting">Here for USB printers</a> on a thin client.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><span style="text-decoration:underline;"><strong>Booting PXE</strong></span></p>
<p style="margin-bottom:0;">If you don&#8217;t have bootable Network cards, you can make floppy&#8217;s that boot off the server. Alternatively you can also install <a href="http://etherboot.org/wiki/howtos">Etherboot</a> on a USB key, Hard Drive or CD.</p>
<p style="margin-bottom:0;"><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--></p>
<p style="margin-bottom:0;"><strong>Step 1</strong></p>
<p style="margin-bottom:0;">First identify what network interface card you have in your system.</p>
<p style="margin-bottom:0;">This can easily be done by booting an Ubuntu live cd on the client and running in a terminal. (low memory machines will need to either open the case and read the chip details on the nic, or try to pause the boot display (use the pause key) and read what the pci device ids are for your network card)</p>
<blockquote>
<p style="margin-bottom:0;"><strong>lspci | grep Ethernet</strong></p>
</blockquote>
<p style="margin-bottom:0;">I get the following output from various system I have:</p>
<blockquote>
<p style="margin-bottom:0;"><span style="color:#3366ff;"><em>ubuntu@linux4dummies:~$ lspci | grep Ethernet </em></span></p>
<p style="margin-bottom:0;"><span style="color:#3366ff;"><em>00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)</em></span></p>
</blockquote>
<p style="margin-bottom:0;">Your output will look similar.</p>
<p style="margin-bottom:0;">If you want to use a floppy to boot your clients continue, to boot from the hdd or a cdrom, go to  <a href="https://help.ubuntu.com/community/UbuntuLTSP/LTSPBootingClientsWithoutPxe">https://help.ubuntu.com/community/UbuntuLTSP/LTSPBootingClientsWithoutPxe</a></p>
<p style="margin-bottom:0;"><strong>Step 2 &#8211; Floppy Boot<br />
</strong></p>
<p style="margin-bottom:0;">Now we need to go to <a href="http://rom-o-matic.net/5.4.2/">http://www.rom-o-matic.net/5.4.1/</a> to generate a boot image for the network interface.</p>
<p style="margin-bottom:0;">For a boot floppy disk image select .zdsk, (To make a boot floppy)</p>
<p style="margin-bottom:0;">You will now need to select the correct network driver. i.e.:</p>
<p style="margin-bottom:0;"><span style="font-style:normal;">for </span><span style="font-style:normal;">Realtek 8139</span><em> = <span style="font-size:x-small;">rtl8139: rtl8139</span></em></p>
<p style="margin-bottom:0;">Next select configure.</p>
<p style="margin-bottom:0;">Make sure PXELOADER_KEEP_ALL is ticked, and it is a good idea to also tick POWERSAVE, ALLMULTI, MULTICAST_LEVEL1, MULTICAST_LEVEL2, and DOWNLOAD_PROTO_TFTM</p>
<p style="margin-bottom:0;">When done, click <em>get rom</em></p>
<p style="margin-bottom:0;">The .zdsk file is a raw floppy image &#8211; on Linux you can copy it to a floppy like this:</p>
<blockquote>
<p style="margin-bottom:0;"><strong>cat eb-5.4.2-****.zdsk &gt; /dev/fd0</strong></p>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linux4dummies.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linux4dummies.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=43&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2007/06/29/ubuntu-ltsp-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Dell Inspiron Notebook 1420 N with Ubuntu</title>
		<link>http://linux4dummies.wordpress.com/2007/06/26/dell-inspiron-notebook-1420-n-with-ubuntu/</link>
		<comments>http://linux4dummies.wordpress.com/2007/06/26/dell-inspiron-notebook-1420-n-with-ubuntu/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 12:56:48 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Notebooks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2007/06/26/dell-inspiron-notebook-1420-n-with-ubuntu/</guid>
		<description><![CDATA[Not sure when this popped up, but Dell is now offering the Inspiron Notebook 1420 N which offers some new cool features like: choosing the laptop color, cor2duo CPU&#8217;s, 3 different display types at 14.1&#8243;, 1GB RAM, 80GB hard drive, wireless and a 6-cell battery. Looks to be a bit more high end than the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=41&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Not sure when this popped up, but Dell is now offering the <a href="http://www.dell.com/content/topics/segtopic.aspx/linux_3x?c=us&amp;cs=19&amp;l=en&amp;s=dhs"><span style="width:728px;">Inspiron Notebook 1420 N</span></a> which offers some new cool features like:  choosing the laptop color, cor2duo CPU&#8217;s, 3 different display types at 14.1&#8243;, 1GB RAM, 80GB hard drive, wireless and a 6-cell battery.</p>
<p>Looks to be a bit more high end than the E1501N, therefore also at a higher price, starting at $774, which isn&#8217;t bad considering the specs and that it has Ubuntu for an OS.</p>
<p>Seems like Dell isn&#8217;t giving up on Ubuntu for a while yet and hopefully never&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linux4dummies.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linux4dummies.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=41&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2007/06/26/dell-inspiron-notebook-1420-n-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
		<item>
		<title>Thin client server running Edubuntu, Pt. 1</title>
		<link>http://linux4dummies.wordpress.com/2007/06/21/thin-client-server-running-edubuntu-pt-1/</link>
		<comments>http://linux4dummies.wordpress.com/2007/06/21/thin-client-server-running-edubuntu-pt-1/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 02:28:32 +0000</pubDate>
		<dc:creator>linux4dummies</dc:creator>
				<category><![CDATA[Edubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LTSP]]></category>

		<guid isPermaLink="false">http://linux4dummies.wordpress.com/2007/06/21/thin-client-server-running-edubuntu-pt-1/</guid>
		<description><![CDATA[At work, we have a Edubuntu Feisty 7.04 server that serves 2-3 thin clients. It also acts as a print and file server. Setting it up was a piece of cake, I just upgraded it first, installed some additional apps like Thunderbird and then did the following: Update and upgrade the server: sudo apt-get update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=40&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At work, we have a Edubuntu Feisty 7.04 server that serves 2-3 thin clients. It also acts as a print and file server.</p>
<p>Setting it up was a piece of cake, I just upgraded it first, installed some additional apps like Thunderbird and then did the following:</p>
<p>Update and upgrade the server:</p>
<p><font color="#800000"><strong>sudo apt-get update </strong></font></p>
<p><font color="#800000"><strong>sudo apt-get upgrade </strong></font></p>
<p>Remove the old thin client server enivorment:</p>
<p><font color="#800000"><strong>sudo rm -r /opt/ltsp/i386</strong></font></p>
<p>Build a new one:</p>
<p><font color="#800000"><strong>sudo ltsp-build-client</strong></font></p>
<p>Start the DHCP server, (won&#8217;t work without this):</p>
<p><font color="#800000"><strong>sudo /etc/init.d/dhcp3-server restart</strong></font></p>
<p>And it was up and running. Then I made some users I made boot floppies from <a href="http://rom-o-matic.net/">Rom-o-matic</a>, and booted the thin clients and logged in.</p>
<p>That&#8217;s all there&#8217;s to it. The only problems I&#8217;ve encountered so far are related to printing, with it causing the server to stall at times, but as that mean old printer is 12 years old, I&#8217;ll have to forgive it.</p>
<p><a href="http://www.serverwatch.com/tutorials/article.php/3682596">Here is a nice review of Edubuntu by Carla Schroder. </a></p>
<p>Next time, I plan to post on how to set up a decent backup plan with rsync or tar.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linux4dummies.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linux4dummies.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linux4dummies.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linux4dummies.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linux4dummies.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linux4dummies.wordpress.com&amp;blog=240268&amp;post=40&amp;subd=linux4dummies&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linux4dummies.wordpress.com/2007/06/21/thin-client-server-running-edubuntu-pt-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/831cbe20426d4fb069ef3260d92598c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kingsson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
