<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DAMZIE.net - The Geeky Things &#187; Linux</title>
	<atom:link href="http://www.damzie.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damzie.net</link>
	<description>Just another BS</description>
	<lastBuildDate>Sun, 24 Jan 2010 17:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOW TO: Delete Unwanted List on Ubuntu GRUB Boot Menu</title>
		<link>http://www.damzie.net/93/how-to-delete-unwanted-list-on-ubuntu-grub-boot-menu/</link>
		<comments>http://www.damzie.net/93/how-to-delete-unwanted-list-on-ubuntu-grub-boot-menu/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 20:57:10 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=93</guid>
		<description><![CDATA[After upgrading my Ubuntu box I find that everytime I boot up I see alot of items on my GRUB list.
So I decided to delete the useless ones.
So just so that I wont forget next time here&#8217;s how I did it:
Hit ALT+F2 then type the following &#38; run:
gksu gedit /boot/grub/menu.lst
Scroll down to the bottom of [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my Ubuntu box I find that everytime I boot up I see alot of items on my GRUB list.</p>
<p>So I decided to delete the useless ones.</p>
<p>So just so that I wont forget next time here&#8217;s how I did it:</p>
<p>Hit ALT+F2 then type the following &amp; run:</p>
<blockquote><p>gksu gedit /boot/grub/menu.lst</p></blockquote>
<p>Scroll down to the bottom of the page. Select &amp; delete the ones you dont want.</p>
<p>Here&#8217;s a screenshot of my case:</p>
<p><a href="http://www.damzie.net/wp-content/uploads/2009/10/Screenshot-menu.lst-boot-grub-gedit-1.png" target="_blank"><img class="size-full wp-image-92 alignnone" title="Screenshot-menu.lst (-boot-grub) - gedit-1" src="http://www.damzie.net/wp-content/uploads/2009/10/Screenshot-menu.lst-boot-grub-gedit-1.png" alt="Screenshot-menu.lst (-boot-grub) - gedit-1" width="491" height="330" /></a></p>
<p><em>(If you cant see the image then click to view larger size)</em></p>
<p style="text-align: left;">I deleted the ones that I have selected (highlighted) &amp; &#8220;Save&#8221; the file.</p>
<p style="text-align: left;">Reboot &amp; there you go. All those useless items are gone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/93/how-to-delete-unwanted-list-on-ubuntu-grub-boot-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW TO: Ubuntu 9.04 (Jaunty Jackalope) Upgrade using Alternate ISO</title>
		<link>http://www.damzie.net/86/how-to-ubuntu-9-04-jaunty-jackalope-upgrade-using-alternate-iso/</link>
		<comments>http://www.damzie.net/86/how-to-ubuntu-9-04-jaunty-jackalope-upgrade-using-alternate-iso/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:24:51 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=86</guid>
		<description><![CDATA[I finally decided to upgrade my 8.04 (Hardy Heron) to 9.04 (Jaunty Jackalope)
It&#8217;s AWESOME!! I love Ubuntu &#38; I love linux OS! I can really feel the huge difference on 9.04 compared to 8.04.
Here&#8217;s a tutorial on How-To Upgrade to your latest Ubuntu distribution, in my case Ubuntu 9.04 using Torrent.
The first thing I did [...]]]></description>
			<content:encoded><![CDATA[<p>I finally decided to upgrade my 8.04 (Hardy Heron) to 9.04 (Jaunty Jackalope)</p>
<p>It&#8217;s AWESOME!! I love Ubuntu &amp; I love linux OS! I can really feel the huge difference on 9.04 compared to 8.04.</p>
<p>Here&#8217;s a tutorial on <strong>How-To Upgrade to your latest Ubuntu distribution</strong>, in my case Ubuntu 9.04 using Torrent.</p>
<p>The first thing I did was:</p>
<blockquote><p>Go to http://www.ubuntu.com/getubuntu/downloadmirrors#alternate</p></blockquote>
<p>Then, I download:</p>
<blockquote><p>ubuntu-x.xx-alternate-i386.iso.torrent</p></blockquote>
<p>* I assume that you are on i386 platform.</p>
<p>Since I do not want to waste my CD/DVD, i mounted the ISO file directly from terminal by typing:</p>
<blockquote><p>sudo mount -o loop /location/of/ubuntu-x.xx-alternate-1386.iso /media/cdrom0</p></blockquote>
<p>And then from terminal, I typed the following:</p>
<blockquote><p>gksu sh /cdrom0/cdromupgrade</p></blockquote>
<p>Lasty, we wait untill all the updating &amp; installing is completed, restart your computer and there you go. Full upgrade yo!</p>
<p>Here&#8217;s a screenshot of my desktop:</p>
<div id="attachment_90" class="wp-caption alignleft" style="width: 160px"><a href="http://www.damzie.net/wp-content/uploads/2009/10/Screenshot-9.04.png" target="_blank"><img class="size-thumbnail wp-image-90 " title="Ubuntu 9.04 (Jaunty Jackalope)" src="http://www.damzie.net/wp-content/uploads/2009/10/Screenshot-9.04-150x150.png" alt="Screenshot-9.04" width="150" height="150" /></a><p class="wp-caption-text">Ubuntu 9.04 (Jaunty Jackalope)</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/86/how-to-ubuntu-9-04-jaunty-jackalope-upgrade-using-alternate-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Use 2 Desktop using 1 Keyboard &amp; Mouse with Synergy</title>
		<link>http://www.damzie.net/25/how-to-use-2-desktop-using-1-keyboard-mouse-with-synergy/</link>
		<comments>http://www.damzie.net/25/how-to-use-2-desktop-using-1-keyboard-mouse-with-synergy/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:25:45 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[KVM Software]]></category>
		<category><![CDATA[Multiple Desktop]]></category>
		<category><![CDATA[Synergy]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=25</guid>
		<description><![CDATA[Here&#8217;s a simple tutorial for setting up Synergy with Ubuntu as client and Vista as Server
I have a CPU running on Ubuntu and a Laptop running on Vista. I use my Ubuntu box as a test server for my projects while Vista for my daily use. My monitor is placed on my left side and [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple tutorial for setting up Synergy with Ubuntu as client and Vista as Server</p>
<p>I have a CPU running on Ubuntu and a Laptop running on Vista. I use my Ubuntu box as a test server for my projects while Vista for my daily use. My monitor is placed on my left side and my laptop on the right.</p>
<p>So basically here&#8217;s how my setup would look like:</p>
<p>Left &#8211; Ubuntu (no keyboard &amp; mouse)<br />
Right &#8211; Vista (with keyboard &amp; mouse)</p>
<p>Left &#8211; Ubuntu (Client)<br />
right &#8211; Vista (Server)</p>
<p><strong>Setup Synergy on Vista</strong></p>
<p>Download Synergy <a href="http://transact.dl.sourceforge.net/sourceforge/synergy2/SynergyInstaller-1.3.1.exe " target="_blank">here</a> and install it.</p>
<p>On Vista run Synergy &amp; configure the server</p>
<ul>
<li>Click the Share this computer&#8217;s keyboard and mouse (server) radio button</li>
<li>Click the Screens &amp; Links Configure&#8230; button</li>
<li>Click the + button to add the server to the Screens list
<ul>
<li>Enter the name of server (the computer&#8217;s name is the recommended name)</li>
<li>Optionally enter other names the server is known by</li>
<li>Click OK</li>
</ul>
</li>
<li>Use the + button to add your other computers
<ul>
<li>Using a computer&#8217;s name as its screen name is recommended</li>
<li>Choose desired screen options on the Add Screen dialog</li>
</ul>
</li>
<li>Use the controls under Links to link screens together
<ul>
<li>Click (once) on the server&#8217;s name in the Screens list</li>
<li>Choose the screen to the left of the server; use &#8212; if there is no screen to the left of the server</li>
<li>Choose the screens to the right, above and below the server</li>
<li>Repeat the above steps for all the other screens</li>
</ul>
</li>
<li>Click OK to close the Screens &amp; Links dialog</li>
<li>If the server&#8217;s screen name is not the server&#8217;s computer name:
<ul>
<li>Click Advanced&#8230;</li>
<li>Enter the server&#8217;s screen name next to Screen Name</li>
<li>Click OK</li>
</ul>
</li>
</ul>
<p>Now click Start, your server is running!</p>
<p><strong>Setup Synergy on Ubuntu</strong></p>
<p>Open up your terminal and type:</p>
<blockquote><p>sudo apt-get install synergy</p></blockquote>
<p>Then type:</p>
<blockquote><p>synergy -f ip-address-of-server</p></blockquote>
<p>Now your client is running. You can move your mouse and see that it is working superbl</p>
<p><strong>Autostart on GNOME</strong></p>
<p>If you want to run your client on autostart, just go to Systems &gt; Preferences &gt; Sessions</p>
<p>Click Add and put the following:</p>
<p>Name: Synergy<br />
Command: synergyc -f ip-address-of-server</p>
<p>Click OK, restart and your DONE!</p>
<p>I learned all these from:</p>
<p><em>* <a href="http://synergy2.sourceforge.net/index.html" target="_blank">http://synergy2.sourceforge.net/index.html</a><br />
* <a href="https://help.ubuntu.com/community/SynergyHowto" target="_blank">https://help.ubuntu.com/community/SynergyHowto</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/25/how-to-use-2-desktop-using-1-keyboard-mouse-with-synergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.damzie.net/23/ubuntu-hardy-heron/</link>
		<comments>http://www.damzie.net/23/ubuntu-hardy-heron/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 23:00:00 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu 8.04 Hardy Heron Desktop Screenshot]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=23</guid>
		<description><![CDATA[Will you look at that! Just installed Hardy Heron on my desktop. Very fast yet locks up alot, I updated the kernel but nothing happen so I played around with the graphic card. Mine&#8217;a lame ATI card and its awfully annoying when its on Linux.  After days of feeling utterly annoyed because my desktop [...]]]></description>
			<content:encoded><![CDATA[<p>Will you look at that! Just installed Hardy Heron on my desktop. Very fast yet locks up alot, I updated the kernel but nothing happen so I played around with the graphic card. Mine&#8217;a lame ATI card and its awfully annoying when its on Linux.  After days of feeling utterly annoyed because my desktop hangs so much I managed to fix it. I really wish I can share with you what I did but thing is I dont exactly know what I did. heheee! Anyways here&#8217;s a screenshot of my 1024&#215;768 desktop.</p>
<p><a title="Ubuntu 8.04 Hardy Heron" href="http://www.damzie.net/wp-content/uploads/2008/07/screenshot3.png" target="_blank"><img class="alignnone size-thumbnail wp-image-22" title="Ubuntu 8.04 Hardy Heron Desktop Screenshot" src="http://www.damzie.net/wp-content/uploads/2008/07/screenshot3-150x150.png" alt="Ubuntu 8.04 Hardy Heron" width="150" height="150" /></a></p>
<p>Click image above to see a bigger view</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/23/ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW TO: Record Your Desktop</title>
		<link>http://www.damzie.net/16/how-to-record-your-desktop/</link>
		<comments>http://www.damzie.net/16/how-to-record-your-desktop/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 23:16:28 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Desktop Recording]]></category>
		<category><![CDATA[Desktop Videos]]></category>

		<guid isPermaLink="false">http://www.damzie.net/16/how-to-record-your-desktop/</guid>
		<description><![CDATA[Another simple tutorial post from me.
So, have you ever wanted to record your desktop to create video tutorials, or to show off your desktop to your friends on Youtube? recordMyDesktop is a simple and easy application for these desktop recording and I have been using it since forever!
recordMyDesktop is a desktop session recorder that attempts [...]]]></description>
			<content:encoded><![CDATA[<p>Another simple tutorial post from me.</p>
<p>So, have you ever wanted to record your desktop to create video tutorials, or to show off your desktop to your friends on Youtube? <a href="http://recordmydesktop.iovar.org" title="Record Desktops, Capture and encode your desktop." target="_blank">recordMyDesktop</a> is a simple and easy application for these desktop recording and I have been using it since forever!</p>
<p>recordMyDesktop is a desktop session recorder that attempts to be easy to use, yet also effective at it&#8217;s primary task. As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of <strong>capturing </strong>and <strong>encoding</strong> and an interface that exposes the program functionality in a usable way.</p>
<p>recordMyDesktop has the ability to record audio through ALSA, OSS or the JACK audio server.</p>
<p>To install recordMyDesktop, we start with typing the following to the terminal:</p>
<blockquote><p>adamz@Ubuntu:~$ sudo apt-get install recordmydesktop gtk-recordmydesktop</p></blockquote>
<p>Now you have two ways to use recordMyDesktop:</p>
<ul>
<li> Terminal</li>
<li>GUI</li>
</ul>
<p>To use it through terminal just type the following:</p>
<blockquote><p>adamz@Ubuntu:~$ recordmydesktop</p></blockquote>
<p>recordMyDesktop will start capturing and once you&#8217;re done press <strong>Ctrl + C</strong> and the video file will be stored in your /home/username/ directory.</p>
<p>If you prefer to use the GUI, go to <strong>Applications &gt; Sound &amp; Video &gt; gtk-recordMyDesktop</strong></p>
<p>From there you can record your desktop straight away, to stop the recording just click on the white box on your system tray.</p>
<p>The default video output will be in OGG format. Though you can convert it to AVI using mencoder. You can install it by typing the following on your terminal:</p>
<blockquote><p>adamz@Ubuntu:~$ sudo aptitude install mencoder</p></blockquote>
<p>Once you&#8217;re done installing mencoder you can start converting your OGG file to AVI format using the following:</p>
<blockquote><p>adamz@Ubuntu:~$ mencoder -idx ogg_format_filename.ogg -ovc lavc -oac mp3lame -o new_avi_format_filename.avi</p></blockquote>
<p>Hope it&#8217;s useful :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/16/how-to-record-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Install RPM files using Alien</title>
		<link>http://www.damzie.net/15/how-to-install-rpm-files-using-alien/</link>
		<comments>http://www.damzie.net/15/how-to-install-rpm-files-using-alien/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 20:50:55 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Alien]]></category>
		<category><![CDATA[deb package files]]></category>
		<category><![CDATA[rpm files]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.damzie.net/15/how-to-install-rpm-files-using-alien/</guid>
		<description><![CDATA[I&#8217;m going to start writing simple Linux tutorials for my own references because I have a bad memory when it comes to these simple things and I&#8217;m just so lazy to surf for it over and over again. If you think it&#8217;s useful for you then do use them and leave me a comment or [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to start writing simple Linux tutorials for my own references because I have a bad memory when it comes to these simple things and I&#8217;m just so lazy to surf for it over and over again. If you think it&#8217;s useful for you then do use them and leave me a comment or something. Today&#8217;s post is about Alien. (nope not those UFO aliens, or weird-o type of people that SOME of you refer to as &#8216;aliens&#8217;)</p>
<p>If you&#8217;re using Ubuntu and you have RPM files that you wish to install and want to change it&#8217;s format to .deb debian package, then you&#8217;ll need to use alien. <a href="http://kitenet.net/~joey/code/alien/" target="_blank" title="Alien - .deb package converter">Alien</a> is a program that converts between rpm, dpkg and slackware tgz file formats.</p>
<p>To install it simply go to your terminal and type:</p>
<blockquote><p>adamz@Ubuntu:~$  sudo apt-get install alien</p></blockquote>
<p>To use alien type the following on your terminal:</p>
<blockquote><p>adamz@Ubuntu:~$ sudo alien -k rpm_file_name.rpm</p></blockquote>
<p>And it will convert your .rpm file to .deb format. This might take a while depending on the size of your file.</p>
<p>To install deb files type the following on your terminal:</p>
<blockquote><p>adamz@Ubuntu:~$ sudo dpkg -i deb_file_name.deb</p></blockquote>
<p>And your deb file will be installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/15/how-to-install-rpm-files-using-alien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unperfect Timing</title>
		<link>http://www.damzie.net/6/unperfect-timing/</link>
		<comments>http://www.damzie.net/6/unperfect-timing/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 23:28:32 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu 7.10 Gutsy Gibbon Screenshot]]></category>

		<guid isPermaLink="false">http://www.damzie.net/6/unperfect-timing/</guid>
		<description><![CDATA[ The Craft dvdrip I really can&#8217;t figure out a time that I would be absolutely free (to properly write a readable post). But just a taste of what I&#8217;ve been up too, read more to check what&#8217;s up.

Looks real to me!
]]></description>
			<content:encoded><![CDATA[<p> <em style="display:none"><a href="http://anthonydobbs.com/?movie_the_craft">The Craft dvdrip</a></em> I really can&#8217;t figure out a time that I would be absolutely free (to properly write a readable post). But just a taste of what I&#8217;ve been up too, read more to check what&#8217;s up.<span id="more-6"></span></p>
<p><a href="http://www.damzie.net/images/linux-desktop.png" title="Ubuntu 7.10 Gutsy Gibbon Desktop Screenshot" target="_blank"><img src="http://www.damzie.net/images/linux-desktop.png" alt="Ubuntu 7.10 Gutsy Gibbon Desktop Screenshot" align="middle" height="381" width="507" /></a></p>
<p>Looks real to me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/6/unperfect-timing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
