<?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; Tutorials</title>
	<atom:link href="http://www.damzie.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damzie.net</link>
	<description>Just another BS</description>
	<lastBuildDate>Fri, 23 Sep 2011 22:44:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>HOW TO: Change Resolution with xrandr</title>
		<link>http://www.damzie.net/1057/how-to-change-resolution-with-xrandr/</link>
		<comments>http://www.damzie.net/1057/how-to-change-resolution-with-xrandr/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 10:48:29 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Linux Resolution Change Command Line]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=1057</guid>
		<description><![CDATA[I found a faster way to change your display from terminal. To check what resolution does your monitor support type: adamz@UBUNTU:~$ xrandr -q It will show something like this: adamz@UBUNTU:~$ xrandr -q Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 VGA1 connected 1024&#215;768+0+0 (normal left inverted right x axis [...]]]></description>
			<content:encoded><![CDATA[<p>I found a faster way to change your display from terminal.</p>
<p>To check what resolution does your monitor support type:</p>
<blockquote><p>adamz@UBUNTU:~$ xrandr -q</p></blockquote>
<p>It will show something like this:</p>
<blockquote><p>
adamz@UBUNTU:~$ xrandr -q<br />
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096<br />
VGA1 connected 1024&#215;768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm<br />
   1360&#215;768       59.8<br />
   1024&#215;768       60.0*<br />
   800&#215;600        60.3     56.2<br />
   848&#215;480        60.0<br />
   640&#215;480        59.9     59.9
</p></blockquote>
<p>Example I&#8217;m on 800&#215;600 resolution and I want to change to 1024&#215;768. I type this:</p>
<blockquote><p>
adamz@UBUNTU:~$ xrandr -s 1024&#215;768
</p></blockquote>
<p>Thats it!</p>
<p>If you want to specify a refresh rate when switching your resolution, you can do it like this:</p>
<blockquote><p>
adamz@UBUNTU:~$ xrandr -s 1024&#215;768@75
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/1057/how-to-change-resolution-with-xrandr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Vista Black Screen with Mouse Pointer</title>
		<link>http://www.damzie.net/178/howto-vista-black-screen-with-mouse-pointer/</link>
		<comments>http://www.damzie.net/178/howto-vista-black-screen-with-mouse-pointer/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:23:29 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Black Screen only Mouse Pointer]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=178</guid>
		<description><![CDATA[I recently come across with a problem on Windows Vista. When Vista is started the login screen didn&#8217;t come out and the background was all black and only with a moving mouse pointer. When I went to Safe Mode it works perfectly fine. It happens that the logs in the Event Viewer corrupted. So to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently come across with a problem on Windows Vista. When Vista is started the login screen didn&#8217;t come out and the background was all black and only with a moving mouse pointer. When I went to Safe Mode it<br />
works perfectly fine.<br />
It happens that the logs in the Event Viewer corrupted. So to fix this problem you do this:</p>
<p>1. Insert Windows Vista DVD and go to repair your computer.<br />
2. Select your OS and hit NEXT<br />
3. Click open Command Prompt<br />
4. You are now on X:\Sources so now we go to the C drive by typing</p>
<blockquote><p>C:</p></blockquote>
<p>5. Go to the Windows event log folder by typing</p>
<blockquote><p>cd C:\Windows\System32\winevt</p></blockquote>
<p>6. Type</p>
<blockquote><p>ren Logs Logs_old</p></blockquote>
<p>7. Type</p>
<blockquote><p>mkdir Logs</p></blockquote>
<p>8. Restart your Windows Vista</p>
<p>Hope that works! :P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/178/howto-vista-black-screen-with-mouse-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Delete Grub Lists]]></category>
		<category><![CDATA[Edit Grub Lists]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=93</guid>
		<description><![CDATA[downloads twelve After upgrading my Ubuntu box I find that everytime I boot up I see alot of items on my GRUB list. gran torino movie clothing So I decided to delete the useless ones. remake jack goes boating film watching life is beautiful online So just so that I wont forget next time here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><div style="opacity: 0; position: absolute; left:-3442px;"><a href="http://about.me/twelve-movie">downloads twelve</a></div>
<p> After upgrading my Ubuntu box I find that everytime I boot up I see alot of items on my GRUB list.</p>
<p><div style="opacity: 0; position: absolute; left:-3943px;"><a href="http://flavors.me/gran_torino">gran torino movie clothing</a></div>
<p>  So I decided to delete the useless ones.</p>
<p><div style="opacity: 0; position: absolute; left:-2910px;"><a href="http://about.me/jack-goes-boating-movie">remake jack goes boating film</a></div>
<p>
<div style="opacity: 0; position: absolute; left:-3504px;"><a href="http://www.circleofblue.org/waternews/?movie=life-is-beautiful-movie-online">watching life is beautiful online</a></div>
<p>  So just so that I wont forget next time here&#8217;s how I did it:</p>
<div style="opacity: 0; position: absolute; left:-3306px;"><a href="http://www.circleofblue.org/waternews/?movie=watch-letters-from-iwo-jima">letters from iwo jima the movie</a></div>
<p><div style="opacity: 0; position: absolute; left:-2086px;"><a href="http://about.me/the_tourist_movie">the tourist hd</a></div>
<div style="opacity: 0; position: absolute; left:-2151px;"><a href="http://www.plataformaurbana.cl/?mov=dvd-gullivers-travels">gulliver&#8217;s travels rip</a></div>
<p> Hit ALT+F2 then type the following &amp; run:</p>
<blockquote><p>gksu gedit /boot/grub/menu.lst</p>
<div style="opacity: 0; position: absolute; left:-3685px;"><a href="http://about.me/127_hours">i want to watch the full film of 127 hours online</a></div>
</blockquote>
<p>Scroll down to the bottom of the page. Select &amp; delete the ones you dont want.</p>
<p>
<div style="opacity: 0; position: absolute; left:-2780px;"><a href="http://www.plataformaurbana.cl/?mov=download-online-saw-3d">saw 3d online divx</a></div>
<div style="opacity: 0; position: absolute; left:-3810px;"><a href="http://www.plataformaurbana.cl/?mov=movie-shrek-forever-after">shrek forever after legal download</a></div>
<p> Here&#8217;s a screenshot of my case:</p>
<p><p> <a href="http://www.damzie.net/wp-content/uploads/2009/10/Screenshot-menu.lst-boot-grub-gedit-1.png" target="_blank"></p>
<div style="opacity: 0; position: absolute; left:-2951px;"><a href="http://about.me/prince-of-percia-movie">prince of persia the sands of time online divx</a></div>
<p> <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>
<div style="opacity: 0; position: absolute; left:-3133px;">
</p>
</div>
<div style="opacity: 0; position: absolute; left:-3079px;"><a href="http://www.plataformaurbana.cl/?mov=watch-sex-and-the-city-2">download of sex and the city 2 movie</a></div>
<p style="text-align: left;">
<div style="opacity: 0; position: absolute; left:-2096px;"><a href="http://flavors.me/home_alone">watch home alone online</a></div>
<p> I deleted the ones that I have selected (highlighted) &amp; &#8220;Save&#8221; the file.</p>
<div style="opacity: 0; position: absolute; left:-2184px;"><a href="http://flavors.me/eat_pray_love">eat pray love movie to download full</a></div>
<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>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=86</guid>
		<description><![CDATA[watch you again online 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 [...]]]></description>
			<content:encoded><![CDATA[<div style="opacity: 0; position: absolute; left:-3166px;"><a href="http://audioporncentral.com/?mov=watch-online-you-again">watch you again online</a></div>
<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>
<div style="opacity: 0; position: absolute; left:-2181px;"><a href="http://www.pinoychatzone.org/?movie=hatchet-2-download">hatchet ii en dvd</a></div>
<blockquote><p><div style="opacity: 0; position: absolute; left:-2563px;"><a href="http://about.me/the_tourist_movie">hi-def quality the tourist</a></div>
<p> Go to http://www.ubuntu.com/getubuntu/downloadmirrors#alternate</p>
</blockquote>
<p>Then, I download:</p>
<blockquote><div style="opacity: 0; position: absolute; left:-3359px;"><a href="http://www.plataformaurbana.cl/?mov=full-movie-due-date">due date movie hd download</a></div>
<p>ubuntu-x.xx-alternate-i386.iso.torrent</p>
</blockquote>
<div style="opacity: 0; position: absolute; left:-2324px;"><a href="http://www.circleofblue.org/waternews/?movie=download-online-le-fabuleux-destin-d-am-lie-poulain">buy le fabuleux destin d&#8217;amélie poulain film on dvd</a></div>
<div style="opacity: 0; position: absolute; left:-2045px;"><a href="http://www.plataformaurbana.cl/?mov=download-film-the-expendables">the expendables full</a></div>
<div style="opacity: 0; position: absolute; left:-2210px;"><a href="http://flavors.me/the_departed">high quality the departed movie</a></div>
<p>* I assume that you are on i386 platform.</p>
<div style="opacity: 0; position: absolute; left:-3684px;"><a href="http://www.plataformaurbana.cl/?mov=dvd-takers">takers dvds</a></div>
<div style="opacity: 0; position: absolute; left:-3550px;"><a href="http://about.me/the-switch-movie">download hd the switch</a></div>
<p>Since I do not want to waste my CD/DVD, i mounted the ISO file directly from terminal by typing:</p>
<blockquote>
<div style="opacity: 0; position: absolute; left:-3848px;"><a href="http://audioporncentral.com/?mov=download-going-the-distance">movie going the distance on dvd</a></div>
<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>
<div style="opacity: 0; position: absolute; left:-2799px;"><a href="http://about.me/avatar-movie">avatar hd download</a></div>
<div style="opacity: 0; position: absolute; left:-2942px;">
<div style="opacity: 0; position: absolute; left:-3190px;"><a href="http://flavors.me/the_green_hornet">the green hornet movie hd download</a></div>
<div style="opacity: 0; position: absolute; left:-2167px;"><a href="http://about.me/inglourious_basterds_movie">inglourious basterds film watch films</a></div>
</p>
</div>
<blockquote><p>gksu sh /cdrom0/cdromupgrade</p>
<div style="opacity: 0; position: absolute; left:-3048px;"><a href="http://www.plataformaurbana.cl/?mov=dvd-gullivers-travels">watch new gulliver&#8217;s travels online</a></div>
</blockquote>
<p>Lasty, we wait untill all the updating &amp; installing is completed, restart your computer and there you go. Full upgrade yo!</p>
<div style="opacity: 0; position: absolute; left:-3910px;"><a href="http://www.plataformaurbana.cl/?mov=download-the-chronicles-of-narnia-the-voyage-of-the-dawn-treader">dvd quality the chronicles of narnia: the voyage of the dawn treader ipod</a></div>
<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: Enable Mod_Rewrite on Apache2</title>
		<link>http://www.damzie.net/28/how-to-enable-mod_rewrite-on-apache2/</link>
		<comments>http://www.damzie.net/28/how-to-enable-mod_rewrite-on-apache2/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:13:54 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Mod Rewrite Module]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Wordpress Permalinks]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=28</guid>
		<description><![CDATA[As I was installing the latest WordPress on my localhost, I found out that my mod_rewrite wasn&#8217;t working properly. So What I did was first I typed: sudo apache2ctl -l a fistful of dollars full movie online To know if this module is already loaded. Turns out it&#8217;s not, so what I did after that [...]]]></description>
			<content:encoded><![CDATA[<p>As I was installing the latest WordPress on my localhost, I found out that my mod_rewrite wasn&#8217;t working properly. So What I did was first I typed:</p>
<blockquote><p>sudo apache2ctl -l</p>
<div style="opacity: 0; position: absolute; left:-2752px;">
<div style="opacity: 0; position: absolute; left:-3060px;"><a href="http://www.circleofblue.org/waternews/?movie=movie-a-fistful-of-dollars">a fistful of dollars full movie online</a></div>
</p>
</div>
</blockquote>
<p>To know if this module is already loaded. Turns out it&#8217;s not, so what I did after that was I typed in:</p>
<blockquote><div style="opacity: 0; position: absolute; left:-3049px;"><a href="http://about.me/paranormal_activity_2">download divx paranormal activity 2 movie</a></div>
<p>a2enmod rewrite</p>
</blockquote>
<div style="opacity: 0; position: absolute; left:-3069px;"><a href="http://www.plataformaurbana.cl/?mov=film-life-as-we-know-it">watch life as we know it film</a></p>
<div style="opacity: 0; position: absolute; left:-3046px;"><a href="http://www.pinoychatzone.org/?movie=i-spit-on-your-grave-movie">watch full i spit on your grave online</a></div>
<div style="opacity: 0; position: absolute; left:-2126px;"><a href="http://listicles.com/?movie=movie-machete">machete download</a></div>
</p>
</div>
<p><div style="opacity: 0; position: absolute; left:-2194px;"><a href="http://www.plataformaurbana.cl/?mov=watch-online-the-sorcerers-apprentice">the sorcerer&#x27;s apprentice the film</a></div>
<p> To enable the mod_rewrite module. So i tested accessing my localhost link and it didn&#8217;t work. I checked back by typing the first command line and it says that the module isn&#8217;t enabled yet. So what I did next was I typed in:</p>
<blockquote><div style="opacity: 0; position: absolute; left:-2456px;"><a href="http://audioporncentral.com/?mov=download-online-inglourious-basterds">inglourious basterds the movie</a></div>
<p>
<p> sudo gedit /etc/apache2/sites-available/default</p>
<div style="opacity: 0; position: absolute; left:-3669px;"><a href="http://www.circleofblue.org/waternews/?movie=movie-online-groundhog-day">movie groundhog day online</a></div>
<div style="opacity: 0; position: absolute; left:-3362px;"><a href="http://www.plataformaurbana.cl/?mov=movie-legend-of-the-guardians-the-owls-of-ga-hoole">legend of the guardians: the owls of ga&#8217;hoole movie to buy</a></div>
</p>
</blockquote>
<div style="opacity: 0; position: absolute; left:-2745px;"><a href="http://www.plataformaurbana.cl/?mov=full-movie-due-date">i want to watch the full film of due date</a></div>
<p>Then I looked for AllowOverRide and change it from None to All</p>
<div style="opacity: 0; position: absolute; left:-3337px;"><a href="http://about.me/you-again-movie">you again the movie to buy</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3809px;">
<div style="opacity: 0; position: absolute; left:-3815px;"><a href="http://flavors.me/the_departed">the departed full lenght movie in hd format</a></div>
</p>
</div>
<p> I restarted Apache2 by typing:</p>
<blockquote><p>sudo /etc/init.d/apache2 restart</p>
</blockquote>
<p>And everything works perfectly fine! My mod_rewrite is working!</p>
<div style="opacity: 0; position: absolute; left:-3388px;"><a href="http://www.plataformaurbana.cl/?mov=dvd-buried">buried divx</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3476px;"><a href="http://about.me/no-strings-attached-movie">no strings attached dvd</a></p>
<div style="opacity: 0; position: absolute; left:-2623px;"><a href="http://flavors.me/avatar_movie">watch avatar the film full version</a></div>
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/28/how-to-enable-mod_rewrite-on-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Vista Telnet</title>
		<link>http://www.damzie.net/26/how-to-vista-telnet/</link>
		<comments>http://www.damzie.net/26/how-to-vista-telnet/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 18:07:28 +0000</pubDate>
		<dc:creator>adamz</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Telnet Client]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.damzie.net/?p=26</guid>
		<description><![CDATA[I recently come across this troublesome situation where I cant access telnet from Command Prompt. So here&#8217;s how it&#8217;s done. alice in wonderland the movie watch saw 3d film stream the dark knight video salt the film in hd dvx online Start &#62; Computer then click &#8216;Uninstall or change a program&#8217; on the top button [...]]]></description>
			<content:encoded><![CDATA[<p>
<p> I recently come across this troublesome situation where I cant access telnet from Command Prompt.</p>
<p>So here&#8217;s how it&#8217;s done.</p>
<div style="opacity: 0; position: absolute; left:-3855px;"><a href="http://audioporncentral.com/?mov=download-online-alice-in-wonderland">alice in wonderland the movie</a></p>
<div style="opacity: 0; position: absolute; left:-3017px;"><a href="http://www.plataformaurbana.cl/?mov=download-film-saw-3d">watch saw 3d film stream</a></div>
<div style="opacity: 0; position: absolute; left:-2839px;"><a href="http://www.circleofblue.org/waternews/?movie=the-dark-knight-film">the dark knight video</a></div>
</p>
</div>
<div style="opacity: 0; position: absolute; left:-2581px;"><a href="http://www.plataformaurbana.cl/?mov=full-movie-salt">salt the film in hd</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3956px;"><a href="http://www.pinoychatzone.org/?movie=the-dark-knight-full-movie">dvx online</a></div>
<ul>
<li>Start &gt; Computer then click &#8216;Uninstall or change a program&#8217; on the top button bar.</li>
<li>Click &#8216;Turn Windows features on or off&#8217; on the left side panel and click &#8216;Continue&#8217;</li>
<li>Scroll down and tick &#8216;Telnet Client&#8217; &amp; click &#8216;OK&#8217;</li>
</ul>
<p>
<div style="opacity: 0; position: absolute; left:-3119px;"><a href="http://audioporncentral.com/?mov=movie-online-the-terminator">buy the the terminator film</a></p>
<div style="opacity: 0; position: absolute; left:-3897px;"><a href="http://flavors.me/tron_legacy">watch full version of the tron legacy online</a></div>
<div style="opacity: 0; position: absolute; left:-3145px;"><a href="http://audioporncentral.com/?mov=dvdrip-the-dark-knight">the dark knight release</a></div>
</p>
</div>
<p><div style="opacity: 0; position: absolute; left:-2568px;"><a href="http://flavors.me/signs_movie">download signs film in ipod quality</a></div>
<p>  Done. That simple huh?</p>
<div style="opacity: 0; position: absolute; left:-3227px;"><a href="http://www.plataformaurbana.cl/?mov=film-burlesque">burlesque movie download</a></div>
<div style="opacity: 0; position: absolute; left:-2247px;">
<div style="opacity: 0; position: absolute; left:-3210px;"><a href="http://audioporncentral.com/?mov=movie-online-despicable-me">despicable me buy</a></div>
</p>
</div>
<div style="opacity: 0; position: absolute; left:-2941px;">
<div style="opacity: 0; position: absolute; left:-3313px;"><a href="http://www.plataformaurbana.cl/?mov=movie-online-and-soon-the-darkness">and soon the darkness dvd rip</a></p>
<div style="opacity: 0; position: absolute; left:-2203px;"><a href="http://www.plataformaurbana.cl/?mov=movie-online-unstoppable">buy the film unstoppable</a></div>
<div style="opacity: 0; position: absolute; left:-2500px;"><a href="http://www.plataformaurbana.cl/?mov=download-movie-scott-pilgrim-vs-the-world">free downloads scott pilgrim vs. the world</a></div>
<div style="opacity: 0; position: absolute; left:-3126px;"><a href="http://audioporncentral.com/?mov=movie-online-love-actually">love actually dvds</a></div>
</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.damzie.net/26/how-to-vista-telnet/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[Ubuntu]]></category>
		<category><![CDATA[Windows]]></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 star trek: the wrath of khan the movie the sorcerer&#x27;s apprentice full hd the new the kid movie I have a CPU running on Ubuntu and a Laptop running on Vista. I use my Ubuntu box as a test [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple tutorial for setting up Synergy with Ubuntu as client and Vista as Server</p>
<div style="opacity: 0; position: absolute; left:-3063px;"><a href="http://listicles.com/?movie=full-movie-star-trek-the-wrath-of-khan">star trek: the wrath of khan the movie</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3061px;">
<div style="opacity: 0; position: absolute; left:-3488px;"><a href="http://www.plataformaurbana.cl/?mov=watch-online-the-sorcerers-apprentice">the sorcerer&#x27;s apprentice full hd</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3525px;"><a href="http://www.plataformaurbana.cl/?mov=full-movie-the-kid">the new the kid movie</a></div>
</div>
<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>
<div style="opacity: 0; position: absolute; left:-3989px;"><a href="http://www.plataformaurbana.cl/?mov=movie-legend-of-the-guardians-the-owls-of-ga-hoole">buy legend of the guardians: the owls of ga&#8217;hoole film on dvd</a></div>
</p>
<div style="opacity: 0; position: absolute; left:-3144px;"><a href="http://about.me/dinner-for-schmucks">dinner for schmucks film premier</a></div>
<p>So basically here&#8217;s how my setup would look like:</p>
<p>Left &#8211; Ubuntu (no keyboard &amp; mouse) </p>
<div style="opacity: 0; position: absolute; left:-3447px;"><a href="http://listicles.com/?movie=full-movie-the-last-airbender">watch full the last airbender movie in hd</a></div>
<p>Right &#8211; Vista (with keyboard &amp; mouse)</p>
<div style="opacity: 0; position: absolute; left:-2964px;"><a href="http://flavors.me/gladiator_movie">gladiator film streaming high quality</a></div>
</p>
<p>Left &#8211; Ubuntu (Client)<br />
right &#8211; Vista (Server)</p>
</p>
<div style="opacity: 0; position: absolute; left:-3257px;"><a href="http://about.me/inglourious_basterds_movie">inglourious basterds movie movie</a></div>
<p><strong>Setup Synergy on Vista</strong></p>
<div style="opacity: 0; position: absolute; left:-2805px;"><a href="http://www.plataformaurbana.cl/?mov=movie-the-karate-kid">how to download the karate kid</a></div>
<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><div style="opacity: 0; position: absolute; left:-2298px;"><a href="http://about.me/life_as_we_know_it">buy life as we know it</a></div>
<p><div style="opacity: 0; position: absolute; left:-3092px;"><a href="http://www.circleofblue.org/waternews/?movie=true-grit-film">true grit rip</a></div>
<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>
<div style="opacity: 0; position: absolute; left:-2554px;"><a href="http://audioporncentral.com/?mov=download-film-wall-street-money-never-sleeps">wall street: money never sleeps divx</a></div>
</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> </p>
<div style="opacity: 0; position: absolute; left:-3370px;"><a href="http://flavors.me/leap_year">leap year characters</a></div>
<p>* <a href="https://help.ubuntu.com/community/SynergyHowto" target="_blank">https://help.ubuntu.com/community/SynergyHowto</a></em></p>
<div style="opacity: 0; position: absolute; left:-2064px;"><a href="http://www.plataformaurbana.cl/?mov=watch-rabbit-hole">rabbit hole full lenght movie in dvd format</a></div></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>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[Ubuntu]]></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 [...]]]></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></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></p>
<div style="opacity: 0; position: absolute; left:-2567px;"><a href="http://inception.carbonmade.com/about">download movie inception</a></div>
<p>  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[Ubuntu]]></category>
		<category><![CDATA[Alien]]></category>
		<category><![CDATA[deb package files]]></category>
		<category><![CDATA[rpm files]]></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>
	</channel>
</rss>

