<?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 Experiences</title>
	<atom:link href="http://linuxnotebook.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxnotebook.wordpress.com</link>
	<description>My notebook for linux and . . .</description>
	<lastBuildDate>Fri, 09 Nov 2007 19:23:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='linuxnotebook.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5d237160b16b9ab0f1ed249066ea175e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Linux Experiences</title>
		<link>http://linuxnotebook.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxnotebook.wordpress.com/osd.xml" title="Linux Experiences" />
		<item>
		<title>NX free edition installation on Ubuntu 7.10</title>
		<link>http://linuxnotebook.wordpress.com/2007/10/28/freenx-installation-on-ubuntu-710/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/10/28/freenx-installation-on-ubuntu-710/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 05:42:53 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/10/28/freenx-installation-on-ubuntu-710/</guid>
		<description><![CDATA[First, we need to have ssh server installed and running.  Just type the following:
apt-get install openssh-server
Now, we need to download deb packages from here. Then install them:
sudo dpkg -i nxclient_3.0.0-84_i386.deb
sudo dpkg -i nxnode_3.0.0-88_i386.deb
sudo dpkg -i nxserver_3.0.0-74_i386.deb
After the installation we need to add a user to nxserver. I am using my regular username which I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=53&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, we need to have ssh server installed and running.  Just type the following:</p>
<p><code>apt-get install openssh-server</code></p>
<p>Now, we need to download deb packages from <a href="http://www.nomachine.com/download-package.php?Prod_Id=6" target="_blank">here</a>. Then install them:</p>
<p><code>sudo dpkg -i nxclient_3.0.0-84_i386.deb<br />
sudo dpkg -i nxnode_3.0.0-88_i386.deb<br />
sudo dpkg -i nxserver_3.0.0-74_i386.deb</code></p>
<p>After the installation we need to add a user to nxserver. I am using my regular username which I login to the system.</p>
<p><code>sudo /usr/NX/bin/nxserver --useradd $username</code></p>
<p>That&#8217;s it. You should be able login to your system by using NX client. Ensure that you have an SSL connection enabled when setting up the connection.</p>
<p>If you want to run SSH and freenx at a different port then you need to change the port numbers at the following files:</p>
<p><code> sudo nano /etc/ssh/sshd_config<br />
# What ports, IPs and protocols we listen for<br />
Port 22<br />
# Use these options to restrict which interfaces/protocols sshd will bind to<br />
#ListenAddress ::<br />
#ListenAddress 0.0.0.0<br />
Protocol 2</code></p>
<p>Change the port number and restart the ssh server:<br />
<code>sudo /etc/init.d/ssh restart</code></p>
<p>Edit the nxserver config file at the two locations where you see SSHDPort:</p>
<p><code>sudo nano /usr/NX/etc/server.cfg<br />
# Specify the TCP port where the NX server SSHD daemon is running.<br />
#<br />
SSHDPort = "22"</code></p>
<p><code><br />
# Specify the TCP port where the SSHD daemon is running on the NX SSH<br />
# authentication server.<br />
#<br />
SSHDAuthPort = "22"</code></p>
<p>Edit the node config file:</p>
<p><code>sudo nano /usr/NX/etc/node.cfg<br />
# Specify the TCP port where the NX node SSHD daemon is running.<br />
#<br />
SSHDPort = "22"</code></p>
<p>Restart the nxserver:<br />
<code>sudo /usr/NX/bin/nxserver --restart</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=53&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/10/28/freenx-installation-on-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Terrible Experience of Ubuntu 7.10 Installation</title>
		<link>http://linuxnotebook.wordpress.com/2007/10/20/terrible-experience-of-ubuntu-710-installation/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/10/20/terrible-experience-of-ubuntu-710-installation/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 05:27:25 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/10/20/terrible-experience-of-ubuntu-710-installation/</guid>
		<description><![CDATA[Almost a disastrous install on Toshiba M40 laptop !
I was not expecting this from Ubuntu. First problem was at partitioning. I have a windows partition located at /dev/sda1. I changed the mount point of this partition to /windows but I suggest to leave it as /media/sda1. Otherwise it stucks at creating ext3 file system for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=50&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Almost a disastrous install on Toshiba M40 laptop !</p>
<p>I was not expecting this from Ubuntu. First problem was at partitioning. I have a windows partition located at /dev/sda1. I changed the mount point of this partition to <strong>/windows</strong> but I suggest to leave it as <strong>/media/sda1</strong>. Otherwise it stucks at creating ext3 file system for /. Then you need to run Gparted and unmount the windows partition so installer can continue. I spent many hours to find this. This might be a bug because it did not happen in <strong>Kubuntu 7.10</strong>.</p>
<p>Installation was OK but when I logged in I saw about 400 packages waiting to be upgraded. This surprised me because I wasn&#8217;t expecting this much upgrade for a new released distro. Update was slow because of heavy trafiic through servers but went flawless. I think waiting a week after a new release is a good idea.</p>
<p>The second part of the problem was screen resolution. Gutsy installs <strong>nvidia-glx-new</strong> (100.14.19) as default. If you have a 6xxx or 7xxxx series card, I suggest to use <strong>nvidia-glx</strong> driver(1.0.9639). With the new driver it can never activate it and falls back to 640&#215;480 resolution. This is my nvidia card:<br />
<code></code></p>
<p><code> lspci -nn|grep 300</code><br />
<code>01:00.0 VGA compatible controller [0300]: nVidia Corporation NV43 [GeForce Go 6600] [10de:0148] (rev a2)</code></p>
<p>I first did the full upgrade without enabling restricted drivers. Then restarted the computer and installed nvidia-glx driver from synaptic. Then changed the &#8220;nv&#8221; driver section of my xorg.conf file to &#8220;nvidia&#8221; and CTRL+Alt+Backspace. You can do the following trick if borders of the windows are gone when you activate compiz-fusion from System &#8211;&gt; Preferences &#8211;&gt; Appearance:</p>
<p><code>sudo nvidia-xconfig --add-argb-glx-visuals -d 24</code></p>
<p>I added medibuntu repos for the non-free stuff like acrobat reader. The instructions are <a href="https://help.ubuntu.com/community/Medibuntu" target="_blank">here</a>. Basically add the repo and the gpg key:</p>
<p align="left"><code>sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list</code><br />
<code>wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get update</code></p>
<p>For Java and Acrobat Reader type the following:</p>
<p align="left"><code> sudo apt-get install sun-java6-jre sun-java6-fonts sun-java6-plugin acroread acroread-escript acroread-plugins mozilla-acroread</code></p>
<p>Now, everything works. It took me almost a day to accomplish all this. I installed Ubuntu two times and Kubuntu once to get it right<a href="http://linuxnotebook.files.wordpress.com/2007/10/cube.png" title="cube"><img src="http://linuxnotebook.files.wordpress.com/2007/10/cube.png" alt="cube" /></a><a href="http://linuxnotebook.files.wordpress.com/2007/10/swift1.png" title="swift"><img src="http://linuxnotebook.files.wordpress.com/2007/10/swift1.png" alt="swift" /></a>. Good luck.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=50&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/10/20/terrible-experience-of-ubuntu-710-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/10/cube.png" medium="image">
			<media:title type="html">cube</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/10/swift1.png" medium="image">
			<media:title type="html">swift</media:title>
		</media:content>
	</item>
		<item>
		<title>File and disk space usage report on Linux</title>
		<link>http://linuxnotebook.wordpress.com/2007/08/26/file-and-disk-space-usage-report-on-linux/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/08/26/file-and-disk-space-usage-report-on-linux/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 03:01:12 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/08/26/file-and-disk-space-usage-report-on-linux/</guid>
		<description><![CDATA[Linux has very useful commands but usually they need some extra parameters to read the output easily. du and df are among these. du reports the file and directory usage. It is the command to find about the size of a directory and  its sub-folders. Here it is how I use it:
du --block-size=1M --exclude='./.*' [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=46&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Linux has very useful commands but usually they need some extra parameters to read the output easily.<strong> du</strong> and <strong>df</strong> are among these. du reports the file and directory usage. It is the command to find about the size of a directory and  its sub-folders. Here it is how I use it:</p>
<p><code>du --block-size=1M --exclude='./.*' --max-depth=1 |sort -n</code></p>
<p>and the output,</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/08/du1.png" title="du"><img src="http://linuxnotebook.files.wordpress.com/2007/08/du1.png" alt="du" /></a></p>
<p><strong><code>--block-size</code></strong> gives the file size in 1 megabyte blocks, <strong><code>--exclude='./.*'</code></strong> does not select the files&amp;folders provided by the pattern which is hidden files&amp;folders and <strong><code>--max-depth=1</code></strong> shows only the directories. After these options I sort the output so that it lists by ascending according to directory size. The last number 7107 is the total size of my home directory in megabytes except the hidden folders&amp;files. You can put this command as duu into alias list by typing</p>
<p><code>echo alias duu='du --block-size=1M --exclude='./.*' --max-depth=1 |sort -n' &gt;&gt; ~/.bashrc<br />
</code></p>
<p>df is similar but for file systems. You can check the home and root folder usage easily:</p>
<p><code>df -h</code></p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/08/df.png" title="df"><img src="http://linuxnotebook.files.wordpress.com/2007/08/df.png" alt="df" /></a></p>
<p>-h parameter is for human readable output. It provides the total usage in mega or gigabytes. Otherwise numbers are in bytes which is hard to read.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=46&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/08/26/file-and-disk-space-usage-report-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/08/du1.png" medium="image">
			<media:title type="html">du</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/08/df.png" medium="image">
			<media:title type="html">df</media:title>
		</media:content>
	</item>
		<item>
		<title>Presentations with Latex (PROSPER Class)</title>
		<link>http://linuxnotebook.wordpress.com/2007/08/13/presentations-with-latex-prosper-class/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/08/13/presentations-with-latex-prosper-class/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 03:27:43 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/08/13/presentations-with-latex-prosper-class/</guid>
		<description><![CDATA[On Kubuntu 7.04 I did the following steps to install prosper class for Latex:
Download seminar and prosper to your home directory,
wget  http://tug.ctan.org/macros/latex/contrib/seminar.zip
download  prosper-1.00.4.tar.gz and contrib-prosper-1.0.0.tar.gz from http://prosper.sourceforge.net/.
Installation:

sudo apt-get install kile
sudo mkdir -p /usr/local/share/texmf/tex/latex/
cd /usr/local/share/texmf/tex/latex/
sudo unzip ~/seminar.zip
sudo tar -zxvf ~/prosper-1.00.4.tar.gz
sudo tar -C prosper/ -zxvf ~/contrib-prosper-1.0.0.tar.gz
sudo texhash
It&#8217;s ready to use. You may want to take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=45&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>On Kubuntu 7.04 I did the following steps to install prosper class for Latex:</p>
<p>Download seminar and prosper to your home directory,</p>
<p><code>wget  http://tug.ctan.org/macros/latex/contrib/seminar.zip</code></p>
<p>download  <strong>prosper-1.00.4.tar.gz</strong> and <strong>contrib-prosper-1.0.0.tar.gz </strong>from <a href="http://prosper.sourceforge.net/" target="_blank">http://prosper.sourceforge.net/</a>.</p>
<p>Installation:<br />
<code><br />
sudo apt-get install kile<br />
sudo mkdir -p /usr/local/share/texmf/tex/latex/<br />
cd /usr/local/share/texmf/tex/latex/<br />
sudo unzip ~/seminar.zip<br />
sudo tar -zxvf ~/prosper-1.00.4.tar.gz<br />
sudo tar -C prosper/ -zxvf ~/contrib-prosper-1.0.0.tar.gz<br />
sudo texhash</code></p>
<p>It&#8217;s ready to use. You may want to take a look at <a href="http://amath.colorado.edu/documentation/LaTeX/prosper/" target="_blank">http://amath.colorado.edu/documentation/LaTeX/prosper/</a> for usage. Kile is an excellent GUI&amp;editor for Latex.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=45&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/08/13/presentations-with-latex-prosper-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Ubuntu without Partitioning</title>
		<link>http://linuxnotebook.wordpress.com/2007/07/17/install-ubuntu-without-partitioning/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/07/17/install-ubuntu-without-partitioning/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 00:04:12 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/07/17/install-ubuntu-without-partitioning/</guid>
		<description><![CDATA[After my friend&#8217;s attempt failed to have an open source software development environment (Cygwin) setup on Windows, I suggested to him to install Kubuntu. I said Kubuntu because I gave up on Suse after failing on the X server as a result of new Nvidia driver update with YAST.  Anyway, my friend  liked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=44&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After my friend&#8217;s attempt failed to have an open source software development environment (Cygwin) setup on Windows, I suggested to him to install Kubuntu. I said Kubuntu because I gave up on Suse after failing on the X server as a result of new Nvidia driver update with YAST.  Anyway, my friend  liked the Kubuntu 7.04  live CD and wanted to install but installer gave an error at resizing the windows partition. He has an IBM Thinkpad provided by the university (which he is doing his PhD) with 512 MB Ram and Pentium M processor. Even though he defragmented the hard drive, there were couple of things showing as unmovable files at the windows defragmenter. We tried <a href="http://gparted.sourceforge.net/livecd.php" target="_blank">Gparted</a> live CD and no luck. We tried Partition Magic and nothing worked.  Then I suggested to use <a href="http://wubi-installer.org/" target="_blank">Wubi</a>. It&#8217;s a linux installer on windows. You just need to download the installer and after running it enter couple of essential things like your username, password, language and Ubuntu flavor. You can install Ubuntu, Kubuntu, Xubuntu, Edubuntu and Ubuntu Studio. It downloads the ISO file and starts to install by creating an image file on your hard disk without partitioning. You can select OS at the boot. It worked very well.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=44&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/07/17/install-ubuntu-without-partitioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy Configuration for VMware Player</title>
		<link>http://linuxnotebook.wordpress.com/2007/07/02/easy-configuration-for-vmware-player/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/07/02/easy-configuration-for-vmware-player/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 03:52:29 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/07/02/easy-configuration-for-vmware-player/</guid>
		<description><![CDATA[It is fun to try out multiple Linux distributions on a single OS without partitioning your hard drive. If you don&#8217;t want to install VMware server, player version is an excellent tool for either virtual LiveCD or installation purposes.  You can see various distributions installers and improve your Linux installation skills.
First, you need VMware [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=41&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is fun to try out multiple Linux distributions on a single OS without partitioning your hard drive. If you don&#8217;t want to install VMware server, <em>player</em> version is an excellent tool for either virtual LiveCD or installation purposes.  You can see various distributions installers and improve your Linux installation skills.</p>
<p>First, you need VMware Player. You can download it from  <a href="http://www.vmware.com/download/player/" target="_blank">http://www.vmware.com/download/player</a>. I have version 1.0.3 installed on my Windows XP box but you can try the newest one. You need to fill out couple of things to be able to download it. Other than that it is free. After you ran the VMware Player, it will ask you to select a <strong>vmx</strong> file. If you are clueless about how to make one, this post will show you how to get one.</p>
<p><a href="http://www.easyvmx.com/" target="_blank">http://www.easyvmx.com/</a> is your friend to get configuration files for VMware Player. Click on <em>Super Simple Virtual Machine Creator. </em>You can fill the tables as shown below with your information.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/07/vmware1.png" title="vmware1"><img src="http://linuxnotebook.files.wordpress.com/2007/07/vmware1.png" alt="vmware1" /></a></p>
<p>Hit <em>Create Virtual Machine</em> button and save the zip file on to your computer. Extract the package.  You will see couple of vmdk and one vmx file. vmdk is your virtual hard drive and vmx is your configuration file. When you double-click on vmx file it will open up the VMware Player and start loading whichever file you specified at LiveCD (ISO) section above picture.  Below is showing Fedora 7 boot selection:</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/07/vmware2.png" title="fedora_vm"><img src="http://linuxnotebook.files.wordpress.com/2007/07/vmware2.png" alt="fedora_vm" /></a></p>
<p>You can start installing or playing your virtual Linux system. You will see your virtual hard disk during installation. After the installation we need to make a small change on the configuration file so that we can boot into newly installed virtual OS. Otherwise, VMware player will boot into .iso file. Open up your .vmz file with <em>wordpad</em> and scroll down:</p>
<p><code># LiveCD<br />
ide1:1.present = "TRUE"<br />
ide1:1.fileName = "G:\Fedora7\F-7-i386-DVD.iso"<br />
ide1:1.deviceType = "cdrom-image"<br />
ide1:1.startConnected = "<strong>TRUE</strong>"<br />
ide1:1.mode = "persistent"</code></p>
<p>Change the TRUE value of <strong>startConnected</strong> to <strong>FALSE</strong>. By doing this, we turned of booting into  the .iso file.  You  can  make different configuration files using EasyVMX  and try  different tastes of Linux without  partitioning your hard  drive.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=41&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/07/02/easy-configuration-for-vmware-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/07/vmware1.png" medium="image">
			<media:title type="html">vmware1</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/07/vmware2.png" medium="image">
			<media:title type="html">fedora_vm</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeNX on Etch</title>
		<link>http://linuxnotebook.wordpress.com/2007/06/20/freenx-on-etch/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/06/20/freenx-on-etch/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 03:10:57 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/06/20/freenx-on-etch/</guid>
		<description><![CDATA[FreeNX is one of my favorite software that enables me to connect my home machine (full KDE or Gnome desktop) securely and fast. It&#8217;s a free implementation of NoMachine NX. It took me some time to find the right apt source  for Debian. Following apt source provided nxserver 1.5.0-60. Here&#8217;s how I did.
#echo deb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=37&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>FreeNX is one of my favorite software that enables me to connect my home machine (full KDE or Gnome desktop) securely and fast. It&#8217;s a free implementation of NoMachine NX. It took me some time to find the right apt source  for Debian. Following apt source provided <em>nxserver</em> 1.5.0-60. Here&#8217;s how I did.</p>
<p><code>#echo deb http://kern.nl/freenx ./ &gt;&gt; /etc/apt/sources.list<br />
#apt-get update<br />
#apt-get install freenx</code></p>
<p>You will see freenx configuration screen. I hit OK.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/06/freenx1.png" title="freenx1"><img src="http://linuxnotebook.files.wordpress.com/2007/06/freenx1.png" alt="freenx1" /></a></p>
<p>Then it will ask you which type of key you want to use. For simplicity I selected <em>NoMachine Keys</em>.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/06/freenx2.png" title="freenx2"><img src="http://linuxnotebook.files.wordpress.com/2007/06/freenx2.png" alt="freenx2" /></a></p>
<p>When the installation ends you need to add a user to nxserver:</p>
<p><code>#nxserver --adduser <em>$username</em><br />
#nxserver --passwd <em>$username</em></code></p>
<p>You need to substitute <em>$username</em> with your regular username which you use to login your system. You can give a different password. You can use NX Client for Windows. The version that I am using is 1.5.0-114. I also tried the newest version at the time of this writing which is 3.0.0-65 and it works well. Below is a snapshot showing connection to Etch from Suse using <em>knx</em>.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/06/freenx_fullscr.jpg" title="freenx_fullscrn"><img src="http://linuxnotebook.files.wordpress.com/2007/06/freenx_fullscr.jpg" alt="freenx_fullscrn" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=37&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/06/20/freenx-on-etch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/06/freenx1.png" medium="image">
			<media:title type="html">freenx1</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/06/freenx2.png" medium="image">
			<media:title type="html">freenx2</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/06/freenx_fullscr.jpg" medium="image">
			<media:title type="html">freenx_fullscrn</media:title>
		</media:content>
	</item>
		<item>
		<title>Etch Installation</title>
		<link>http://linuxnotebook.wordpress.com/2007/06/12/etch-installation/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/06/12/etch-installation/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 18:44:46 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/06/12/etch-installation/</guid>
		<description><![CDATA[I installed newly released Etch (Debian 4.0) on my other system which has Gentoo on it. I wiped it all because I didn&#8217;t have the time to maintain it. It&#8217;s a Pentium-III Celeron (Coppermine) 950 MHz with 128MB RAM and 20 GB HDD. Compiling takes time on this machine.
Installation
I just downloaded the net install CD. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=35&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I installed newly released Etch (Debian 4.0) on my other system which has Gentoo on it. I wiped it all because I didn&#8217;t have the time to maintain it. It&#8217;s a Pentium-III Celeron (Coppermine) 950 MHz with 128MB RAM and 20 GB HDD. Compiling takes time on this machine.<span id="more-35"></span></p>
<p><strong>Installation</strong></p>
<p>I just downloaded the net install CD. You can download it from <a href="ftp://mirrors.kernel.org/debian-cd/4.0_r0/i386/iso-cd/debian-40r0-i386-netinst.iso" target="_blank">here</a>. It&#8217;s 158.9 MB. After burning iso CD and booting up, installation started. First it couldn&#8217;t detect the correct screen size and gave me message to select or continue. This might be because of <em>i810</em> Intel graphics card. If you encounter something like this just hit the spacebar to continue, it&#8217;s not a big problem. Then I did the usual things: selecting language, country, partitioning (full hdd), timezone, user and root setup &#8230; When I come to the package manager configuration to select network mirror and hit Yes, I stuck.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/06/etch_network_mirror.png" title="etch_mirror_network"><img src="http://linuxnotebook.files.wordpress.com/2007/06/etch_network_mirror.png" alt="etch_mirror_network" /></a></p>
<p>I waited maybe 10 minutes but no luck. I made a hard reset and at the same place I select <strong>No</strong> for network mirror. I installed a minimal system without desktop. I&#8217;d like to configure them later.</p>
<p><strong>Post Install Configuration</strong></p>
<p>Since I had the problem with network mirror configuration, I setup the network after the initial boot up. I logged in as <strong>root</strong> and just edited interfaces file:<br />
<code># nano /etc/network/interfaces</code></p>
<p><code>iface eth0 inet static<br />
address 192.168.2.11<br />
netmask 255.255.255.0<br />
gateway 192.168.2.1</code></p>
<p>then turn off and turn on eth0:</p>
<p><code># ifup eth0 down<br />
# ifup eth0 up</code></p>
<p>I edited the apt sources file:</p>
<p><code># nano /etc/apt/sources.list</code></p>
<p><code># deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 200<br />
70407-11:29]/ etch contrib main</code></p>
<p><code>#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 2007<br />
0407-11:29]/ etch contrib main</code></p>
<p><code>#Main<br />
deb http://http.us.debian.org/debian stable main contrib non-free</code></p>
<p><code>#Security<br />
deb http://security.debian.org/ etch/updates main contrib non-free<br />
#deb-src http://security.debian.org/ etch/updates main contrib non-free</code></p>
<p><code>#Multimedia<br />
deb http://www.debian-multimedia.org etch main</code></p>
<p>Multimedia source needs a keyring:</p>
<p><code>#apt-get install debian-multimedia-keyring</code></p>
<p>I updated package list and installed essentials, <strong>KDE</strong>, <strong>kdm</strong> and <strong>Xorg</strong>:</p>
<p><code># apt-get update<br />
# apt-get install build-essential kde kdm xorg</code></p>
<p>I changed the video driver in xorg.conf:</p>
<p><code># nano /etc/X11/xorg.conf</code><br />
<code>Section "Device"<br />
Identifier      "Generic Video Card"<br />
#       Driver          "vesa"<br />
Driver          "i810"<br />
BusID           "PCI:0:1:0"<br />
EndSection</code></p>
<p>Time server, ssh, synaptic:</p>
<p><code># apt-get install ntp ssh synaptic</code></p>
<p>Now, some <strong>multimedia</strong>, <strong>plugins</strong> and <strong>non-free</strong> stuff:</p>
<p><code># apt-get install sun-java5-jre sun-java5-fonts sun-java5-plugin flashplugin-nonfree acroread acroread-escript acroread-plugins mozilla-acroread mplayer mplayer-skin-blue mozilla-mplayer w32codecs mplayer-doc</code></p>
<p>It&#8217;s time to fire up. I exited root and logged in as a user and typed <em>startx</em>. That&#8217;s all. I think it&#8217;s pretty easy and clean. Apt makes the installation really easy. Editing source file is very simple. Debian is stable and easy to maintain. You can check out <a href="http://lunapark6.com/debian-40-etch.html" target="_blank">http://lunapark6.com/debian-40-etch.html</a> and <a href="http://www.linuxforums.org/forum/debian-linux-help/80445-howto-install-firefox-2-various-plugins-debian-etch.html" target="_blank">linuxforums</a> for more information.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=35&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/06/12/etch-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/06/etch_network_mirror.png" medium="image">
			<media:title type="html">etch_mirror_network</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;google&#8221; transitive verb</title>
		<link>http://linuxnotebook.wordpress.com/2007/06/05/google-transitive-verb/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/06/05/google-transitive-verb/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 22:40:49 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/06/05/google-transitive-verb/</guid>
		<description><![CDATA[Merriam-Webster  has &#8220;google&#8221; as a verb in their dictionary.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=33&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.merriamwebster.com" target="_blank">Merriam-Webster</a>  has &#8220;google&#8221; as a verb in their dictionary.</p>
<p><a href="http://linuxnotebook.files.wordpress.com/2007/06/google_dict.png" title="google"><img src="http://linuxnotebook.files.wordpress.com/2007/06/google_dict.png" alt="google" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=33&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/06/05/google-transitive-verb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>

		<media:content url="http://linuxnotebook.files.wordpress.com/2007/06/google_dict.png" medium="image">
			<media:title type="html">google</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting Videos</title>
		<link>http://linuxnotebook.wordpress.com/2007/06/05/interesting-videos/</link>
		<comments>http://linuxnotebook.wordpress.com/2007/06/05/interesting-videos/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 22:33:26 +0000</pubDate>
		<dc:creator>parsek</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://linuxnotebook.wordpress.com/2007/06/05/interesting-videos/</guid>
		<description><![CDATA[A close friend of mine, Kursat, sent me these videos:

Chinook ground resonance
 Waves in a Large Free Sphere of Water
Plane struck by lightning
Russian jet crash
Airbus A380-800 brake test
Truck vs jet engine
Guy sucked into jet engine
Emergency landing without gear
Remote controlled airplane
Candle power
The world&#8217;s shortest runway

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=32&subd=linuxnotebook&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A close friend of mine, Kursat, sent me these videos:</p>
<ul>
<li><a href="http://video.stumbleupon.com/#p=do3dfrs12s" target="_blank">Chinook ground resonance</a></li>
<li><a href="http://video.stumbleupon.com/#p=rwez5xjyrn" target="_blank"> Waves in a Large Free Sphere of Water</a></li>
<li><a href="http://video.stumbleupon.com/#p=sbnocphu4k" target="_blank">Plane struck by lightning</a></li>
<li><a href="http://video.stumbleupon.com/#p=vz2v3w8t68" target="_blank">Russian jet crash</a></li>
<li><a href="http://video.stumbleupon.com/#p=sdqaumacn4" target="_blank">Airbus A380-800 brake test</a></li>
<li><a href="http://video.stumbleupon.com/#p=0czspuu1g6" target="_blank">Truck vs jet engine</a></li>
<li><a href="http://www.metacafe.com/watch/232469/guy_sucked_into_jet_engine_full_story/" target="_blank">Guy sucked into jet engine</a></li>
<li><a href="http://video.stumbleupon.com/#p=x4fnqbhmji" target="_blank">Emergency landing without gear</a></li>
<li><a href="http://video.stumbleupon.com/#p=6fc011glfy" target="_blank">Remote controlled airplane</a></li>
<li><a href="http://video.stumbleupon.com/#p=6tz51b3ncy" target="_blank">Candle power</a></li>
<li><a href="http://www.glumbert.com/media/shortrunway" target="_blank">The world&#8217;s shortest runway</a></li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxnotebook.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxnotebook.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxnotebook.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxnotebook.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxnotebook.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxnotebook.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxnotebook.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxnotebook.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxnotebook.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxnotebook.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxnotebook.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxnotebook.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxnotebook.wordpress.com&blog=847671&post=32&subd=linuxnotebook&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://linuxnotebook.wordpress.com/2007/06/05/interesting-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4eb2a36249f3e442bd521d019a9803af?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">parsek</media:title>
		</media:content>
	</item>
	</channel>
</rss>