<?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>ubuntu chocolate</title>
	<atom:link href="https://ubuntuchocolate.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://ubuntuchocolate.wordpress.com</link>
	<description>howto references for the ubuntu absolute beginner. howto install anything in ubuntu. basic help from the basic user.</description>
	<lastBuildDate>Wed, 02 Jul 2008 04:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">1612083</site><cloud domain='ubuntuchocolate.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>ubuntu chocolate</title>
		<link>https://ubuntuchocolate.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://ubuntuchocolate.wordpress.com/osd.xml" title="ubuntu chocolate" />
	<atom:link rel='hub' href='https://ubuntuchocolate.wordpress.com/?pushpress=hub'/>
	<item>
		<title>18,584 views</title>
		<link>https://ubuntuchocolate.wordpress.com/2008/06/30/18584-views/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2008/06/30/18584-views/#respond</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Sun, 29 Jun 2008 23:16:30 +0000</pubDate>
				<category><![CDATA[foobar]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/?p=21</guid>

					<description><![CDATA[Well thanks for all the visits! Funny that it&#8217;s just now I realized I should add my site to Google analytics. More posts soon. Update: Can&#8217;t install analytics, it&#8217;s not allowed. damn.]]></description>
										<content:encoded><![CDATA[<p>Well thanks for all the visits!</p>
<p>Funny that it&#8217;s just now I realized I should add my site to Google analytics.</p>
<p>More posts soon.</p>
<p>Update: Can&#8217;t install analytics, it&#8217;s not allowed. damn.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2008/06/30/18584-views/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>Hardy Heron Hey!</title>
		<link>https://ubuntuchocolate.wordpress.com/2008/06/19/hardy-heron-hey/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2008/06/19/hardy-heron-hey/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Wed, 18 Jun 2008 23:36:43 +0000</pubDate>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[text editor]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/?p=20</guid>

					<description><![CDATA[Sorry for the long gap between the posts, I kinda lost focus. So here&#8217;s a new one. I made a fresh install of Hardy Heron. I skipped Compiz, Emerald and AWN this time. I finally realized that some of this are still buggy, and are sometimes really annoying. I decided to have my plain old [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sorry for the long gap between the posts, I kinda lost focus. So here&#8217;s a new one.</p>
<p>I made a fresh install of Hardy Heron. I skipped Compiz, Emerald and AWN this time. I finally realized that some of this are still buggy, and are sometimes really annoying.</p>
<p>I decided to have my plain old Gnome and Metacity this time. No extra eye candies.</p>
<p>Now, I focus on productivity. I love my Gedit. I also love it when running with administrator privileges, so I made an appliction launcher sitting on my top panel with this command.</p>
<blockquote><p>gksudo gedit</p></blockquote>
<p>The gksudo command makes your gedit run with administrator privileges, it&#8217;s the pretty GUI box that darkens everything in the background and asks for your password.</p>
<p>Before gksudo, i ran my launcher with sudo, which keeps a bash terminal running on the background, it kinda eats up some screen real estate, so i decided to find a way to get rid of it.</p>
<p>I&#8217;m studying up on Python, it&#8217;s a great language. Guess what&#8217;s my best IDE for python.</p>
<p><strong>Of course, Gedit!</strong></p>
<p>There&#8217;s many tutorials online that teaches how to make your Gedit feel like a real IDE, nothing really comes close to a real IDE, but that&#8217;s actually the best part, &#8217;cause we don&#8217;t want all of that bloat!</p>
<p>Here&#8217;s a tutorial I found to try to achieve a Python IDE:</p>
<p style="padding-left:30px;"><span class="stepTitle"><a href="http://www.instructables.com/id/Using-Gedit-as-a-Python-IDE/">Using Gedit as a Python IDE</a> (instructables), this is actually good, but you may want to skip the python console on the bottom pane. When your script acts up, your gedit might crash too, you may want to see <a href="http://live.gnome.org/Gedit/Plugins/BetterPythonConsole">Better Python Console</a>, it opens a new window and runs your script there. Neat.</span></p>
<p><strong>I recommend the following plugins, which I myself, use everyday.</strong></p>
<p style="padding-left:30px;"><a href="http://code.google.com/p/gedit-autotab/">Auto Tab</a>, learns your tabbing preferences and uses it when you Tab.</p>
<p style="padding-left:30px;"><span class="stepTitle"><a href="http://live.gnome.org/Gedit/Plugins/BetterPythonConsole">Better Python Console</a>, an external python interpreter window.</span></p>
<p style="padding-left:30px;">External Tools, built in with Gedit.</p>
<p style="padding-left:30px;">File Browser Pane, built in with Gedit.</p>
<p style="padding-left:30px;"><a href="http://www.eng.tau.ac.il/~atavory/gedit-plugins/html-tidy/">HTML Tidy</a>, you&#8217;re a good person when you write good html. Shows you your HTML errors and will help you clean up bad mark up.</p>
<p style="padding-left:30px;">Indent Lines, built in with Gedit.</p>
<p style="padding-left:30px;">Insert Date/Time, built in with Gedit, good for Documentation.</p>
<p style="padding-left:30px;">Modelines, built in with Gedit, this is your usual beloved modelines.</p>
<p style="padding-left:30px;"><a href="http://sourceforge.net/projects/gedit-fileset">Project Manager</a>, organize your files into one project file.</p>
<p style="padding-left:30px;"><a href="http://linil.wordpress.com/2008/05/31/using-gedit-to-auto-complete-python-code/">Python Code Completion</a>, really handy.</p>
<p style="padding-left:30px;"><a href="http://live.gnome.org/Gedit/PythonOutlinePlugin">Python Outline</a>, browse your code in GUI in the side pane, really good for big projects or large scripts.</p>
<p style="padding-left:30px;">Snippets, built in with Gedit.</p>
<p style="padding-left:30px;">Spell Checker, built in with Gedit, of course you&#8217;d hate a typo error.</p>
<p style="padding-left:30px;">Tag List, built in with Gedit, suggests commonly used tags or strings.</p>
<p style="padding-left:30px;"><a href="http://users.tkk.fi/~otsaloma/gedit">Word Completion</a>, suggests words that are used in other files opened in other tabs or windows, really handy.</p>
<p>Oh, I almost forgot, here&#8217;s how to install these plugins.</p>
<blockquote><p>Extract the files to:<br />
/home/[yourname]/.gnome2/gedit/plugins/</p>
<p>if you want to install them for all users extract the files to:<br />
/usr/lib/gedit-2/plugins/</p></blockquote>
<p>That simple. Some other plugins, none in this post, will require you to install the plugin via a make or something else, don&#8217;t worry, those packages usually provide a step by step instruction, just <strong>NEVER IGNORE THE README</strong> file.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2008/06/19/hardy-heron-hey/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">20</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>TODOs in a fresh gutsy gibbon install.</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/10/30/todos-in-a-fresh-gutsy-gibbon-install/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/10/30/todos-in-a-fresh-gutsy-gibbon-install/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Tue, 30 Oct 2007 14:49:29 +0000</pubDate>
				<category><![CDATA[gutsy]]></category>
		<category><![CDATA[todo]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/10/30/todos-in-a-fresh-gutsy-gibbon-install/</guid>

					<description><![CDATA[i did a fresh install of gutsy on my machine, &#8217;cause the upgrade broke almost everything (namely compizfusion, awn, and some python programs, my gnome-terminal also keeps crashing). BEFORE YOU INSTALL any of these, update first, just to see what would not work with any of the updates. compiz fusion came with the default installation [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>i did a fresh install of gutsy on my machine, &#8217;cause the upgrade broke almost everything (namely compizfusion, awn, and some python programs, my gnome-terminal also keeps crashing).</p>
<p>BEFORE YOU INSTALL any of these, update first, just to see what would not work with any of the updates.</p>
<p>compiz fusion came with the default installation of gutsy. so that is one less of a problem.</p>
<p>but compiz config settings manager is no longer installed, so we need to reinstall it.</p>
<blockquote><p><em>sudo apt-get install compizconfig-settings-manager</em></p></blockquote>
<p>of course we need handsome looking windows, so we install emerald.</p>
<blockquote><p><em>sudo apt-get install emerald</em></p></blockquote>
<p>we need to make some little configurations to make emerald work with compiz, open up compizconfig settings manager via alt+F2 then type <em>ccsm. </em>go to window decoration and enter <em>emerald &#8211;replace</em> in the command field.</p>
<p>after this you&#8217;ll need to restart to see the effect. you might also want to have a try icon for that, download the compiz fusion tray icon <a href="http://ubuntuforums.org/attachment.php?attachmentid=42083&amp;d=1188455999">here</a>, and install it by..</p>
<blockquote><p><em>dpkg -i <a href="http://ubuntuforums.org/attachment.php?attachmentid=42083&amp;d=1188455999">fusion-icon_1.0-1.0_i386.deb</a></em></p></blockquote>
<p>i had to reinstall <strong>AWN</strong>, using this <strong><a href="http://ubuntuforums.org/showthread.php?t=572019">neat tutorial</a></strong>. I assure you that this would work smoothly with a fresh install of gutsy. and this is a howto install AWN Curves, you get a curved dock, a new feature for AWN.</p>
<p>i also needed my media players back, so..</p>
<blockquote>
<blockquote><p><em>sudo apt-get install vlc audacious</em></p></blockquote>
</blockquote>
<p>audacious is a winamp like audio player, it&#8217;s neat looking with a simple good equalizer.</p>
<p>mounting and writing to windows partitions and drives are no longer supported by default, but, it&#8217;s pretty easy to install this feature.</p>
<blockquote><p><em> sudo apt-get install ntfs-config</em></p></blockquote>
<p>installin LAMP is another story, maybe in my next post.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/10/30/todos-in-a-fresh-gutsy-gibbon-install/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO batch/mass image resize</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/22/howto-batchmass-image-resize/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/22/howto-batchmass-image-resize/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Fri, 21 Sep 2007 16:52:02 +0000</pubDate>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[script]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/?p=16</guid>

					<description><![CDATA[so you&#8217;ve got 800 .JPGs in one folder, and you need to resize all of them. you would definitely not want to open every each one in GIMP and resize it one by one. here&#8217;s a script that would make this task easier: but first you need imagemagick to get this to work, so: sudo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>so you&#8217;ve got 800 .JPGs in one folder, and you need to resize all of them. you would definitely not want to open every each one in GIMP and resize it one by one. here&#8217;s a script that would make this task easier:</p>
<p>but first you need imagemagick to get this to work, so:</p>
<blockquote><p><em>sudo apt-get install imagemagick</em></p></blockquote>
<p>and here&#8217;s the script:</p>
<blockquote><p><em> #!/bin/bash<br />
for i in `ls *.jpg`;<br />
do<br />
convert $i -resize 800&#215;600 $i<br />
done</em></p></blockquote>
<p>save this in a file in the same folder as your target images, then, <em>make sure it is executable</em> in Properties &gt; Permissions, then run it in the terminal using ./filename</p>
<p>it will take some time to resize a hundred images, be patient.</p>
<p>note: the file extension is case sensitive, almost everything in linux is case-sensitive, well it actually should be.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/22/howto-batchmass-image-resize/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO restart your solidly frozen linux</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/13/howto-restart-your-solidly-frozen-linux/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/13/howto-restart-your-solidly-frozen-linux/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Thu, 13 Sep 2007 13:34:59 +0000</pubDate>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[HOWTO]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/13/howto-restart-your-solidly-frozen-linux/</guid>

					<description><![CDATA[so here&#8217;s the case, your screen won&#8217;t respond, you tried waiting, but nothing happened. Ctrl + Alt + Backspace gave up on you, it won&#8217;t work. Here&#8217;s what you&#8217;d want to do to softly restart your system without breaking anything, it&#8217;s fairly dangerous to restart your machine especially when it&#8217;s still trying to do something, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>so here&#8217;s the case, your screen won&#8217;t respond, you tried waiting, but nothing happened. Ctrl + Alt + Backspace gave up on you, it won&#8217;t work. Here&#8217;s what you&#8217;d want to do to softly restart your system without breaking anything, it&#8217;s fairly dangerous to restart your machine especially when it&#8217;s still trying to do something, like writing to memory or stuff. so try this.</p>
<p>hold down<strong> Alt and SysRq </strong>(print screen), then type in these letters <strong>REISUB</strong>. this will turn off your services, terminate all programs, and unmount your drives, then your machine will restart.</p>
<p>Fosswire said you should remember the keys as <strong>Raising Elephants Is So Utterly Boring</strong>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/13/howto-restart-your-solidly-frozen-linux/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">15</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO add the trash bin to your desktop</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/12/howto-add-the-trash-bin-to-your-desktop/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/12/howto-add-the-trash-bin-to-your-desktop/#respond</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Tue, 11 Sep 2007 16:25:06 +0000</pubDate>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[HOWTO]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/12/howto-add-the-trash-bin-to-your-desktop/</guid>

					<description><![CDATA[well this is a quick and short one. alt+f2 then run gconf-editor. go to apps &#62; nautilus &#62; desktop  on the right side look for this entry trash_icon_visible check the box. and you&#8217;re done. change trash_icon_name if you wish to.]]></description>
										<content:encoded><![CDATA[<p>well this is a quick and short one.</p>
<p>alt+f2 then run gconf-editor.</p>
<p>go to</p>
<blockquote><p><em>apps &gt; nautilus &gt; desktop </em></p></blockquote>
<p>on the right side look for this entry</p>
<blockquote><p><em>trash_icon_visible</em></p></blockquote>
<p>check the box. and you&#8217;re done. change <em>trash_icon_name</em> if you wish to.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/12/howto-add-the-trash-bin-to-your-desktop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO manage grub and usplash in ubuntu feisty fawn</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/07/howto-manage-grub-and-usplash-in-ubuntu-feisty-fawn/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/07/howto-manage-grub-and-usplash-in-ubuntu-feisty-fawn/#respond</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Fri, 07 Sep 2007 03:15:23 +0000</pubDate>
				<category><![CDATA[grub]]></category>
		<category><![CDATA[HOWTO]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/07/howto-manage-grub-and-usplash-in-ubuntu-feisty-fawn/</guid>

					<description><![CDATA[things you might want to do with your grub: 1. remove/change the boot countdown 2. change the background theme 3. change the text color theme 4. change the default operating system 5. password protect your bootloader you can do all of this with SUM, or startupmanager, found here. you might also want to change your [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>things you might want to do with your grub:</p>
<blockquote><p>1. remove/change the boot countdown<br />
2. change the background theme<br />
3. change the text color theme<br />
4. change the default operating system<br />
5. password protect your bootloader</p></blockquote>
<p>you can do all of this with SUM, or startupmanager, found <a href="http://web.telia.com/~u88005282/sum/index.html">here</a>.</p>
<p>you might also want to change your usplash screen, and show the loading dialog. the first one can also be done in SUM, for the latter, you need to manually edit your menu.lst file, so..</p>
<blockquote><p><em>sudo gedit /boot/grub/menu.lst</em></p></blockquote>
<p>remember to backup.<br />
then look for a line that looks like this..</p>
<blockquote><p>kernel        /boot/vmlinuz-2.6.20-16-generic root=UUID=ef286b15-9709-4448-92a6-ce70fe73a54b ro quiet splash vga=794</p></blockquote>
<p>remove the quiet keyword, save it, then you&#8217;re done.</p>
<p>some notes:  the format accepted for themes is only .xpm.gz. a good resource is <a href="http://gnome-look.org">gnome-look.org</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/07/howto-manage-grub-and-usplash-in-ubuntu-feisty-fawn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO screen capture in ubuntu feisty fawn</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-screen-capture-in-ubuntu-feisty-fawn/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-screen-capture-in-ubuntu-feisty-fawn/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Sat, 01 Sep 2007 12:34:17 +0000</pubDate>
				<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[screen capture]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/01/howto-screen-capture-in-ubuntu-feisty-fawn/</guid>

					<description><![CDATA[so far, the best screen capture package i&#8217;ve found is recordmydesktop, you can run it from the terminal or you can download a gui, package is named gtk-recordmydesktop, people say it also works on kde. these two packages can be found in the default ubuntu software sources, so.. sudo apt-get update then install the two [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>so far, the best screen capture package i&#8217;ve found is recordmydesktop, you can run it from the terminal or you can download a gui, package is named gtk-recordmydesktop, people say it also works on kde.</p>
<p>these two packages can be found in the default ubuntu software sources, so..</p>
<blockquote><p><em>sudo apt-get update</em></p></blockquote>
<p>then install the two said packages..</p>
<blockquote><p><em>sudo apt-get install recordmydesktop gtk-recordmydesktop</em></p></blockquote>
<p>the program only outputs in .ogg format, but, you can always convert with mencoder, which, btw, is also available in the default ubuntu repo, i learned this package from another pinoy ubuntu user in the forums.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=536149">Ubuntu Forums: Record your desktop with recordmydesktop. </a></p>
<p>and so again..</p>
<blockquote><p><em>sudo apt-get install mencoder</em></p></blockquote>
<p>i think avidemux is a front for mencoder, but, i&#8217;m not gonna cover that now, cause avidemux also edits videos, i think it&#8217;s too bulky if your gonna user it for video conversion only. so to convert OGGs to AVIs using mencoder, here&#8217;s a tiny snippet.</p>
<blockquote><p><em> 			 				mencoder -idx input.ogg -ovc lavc -oac mp3lame -o output.avi </em></p></blockquote>
<p>input.ogg is your source file, and output.avi is your desired the output file.<br />
here&#8217;s a detailed guide on <strong><a href="http://www.mplayerhq.hu/DOCS/HTML/en/encoding-guide.html">how to encode videos using mencoder</a></strong>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-screen-capture-in-ubuntu-feisty-fawn/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">9</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>HOWTO install compiz fusion with emerald on ubuntu feisty fawn</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-install-compiz-fusion-with-emerald-on-ubuntu-feisty-fawn/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-install-compiz-fusion-with-emerald-on-ubuntu-feisty-fawn/#comments</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Sat, 01 Sep 2007 10:28:50 +0000</pubDate>
				<category><![CDATA[compizfusion]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[installation]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/01/howto-install-compiz-fusion-with-emerald-on-ubuntu-feisty-fawn/</guid>

					<description><![CDATA[another compiz fusion HOWTO, but.. this time, with emerald. and it&#8217;ll be using amaranth&#8217;s repo (deb http://ppa.dogfood.launchpad.net/amaranth/ubuntu feisty main restricted universe multiverse). Forlong&#8217;s Blog: The best way to install Compiz Fusion on Ubuntu Feisty he also made a how to set up compiz fusion. Forlong&#8217;s Blog: How to set up Compiz Fusion and this is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>another compiz fusion HOWTO, but.. this time, with <strong>emerald</strong>. and it&#8217;ll be using amaranth&#8217;s repo (<em>deb <a href="http://ppa.dogfood.launchpad.net/amaranth/ubuntu" rel="nofollow">http://ppa.dogfood.launchpad.net/amaranth/ubuntu</a> feisty main restricted universe multiverse</em>).</p>
<h2><a href="http://forlong.blogage.de/article/2007/8/26/The-best-way-to-install-Compiz-Fusion-on-Ubuntu-Feisty#">Forlong&#8217;s Blog: The best way to install Compiz Fusion on Ubuntu Feisty</a></h2>
<p>he also made a how to set up compiz fusion.</p>
<h2><a href="http://forlong.blogage.de/article/2007/8/29/How-to-set-up-Compiz-Fusion#">Forlong&#8217;s Blog: How to set up Compiz Fusion</a></h2>
<p>and this is where i found out about this better installation, though i got burned a bit for posting another&#8217;s howto.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=536149">Ubuntu Forums: The best way to install Compiz Fusion on Ubuntu Feisty</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/01/howto-install-compiz-fusion-with-emerald-on-ubuntu-feisty-fawn/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
		<item>
		<title>web development text editors for ubuntu</title>
		<link>https://ubuntuchocolate.wordpress.com/2007/09/01/web-development-text-editors-for-ubuntu/</link>
					<comments>https://ubuntuchocolate.wordpress.com/2007/09/01/web-development-text-editors-for-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[patambrosio]]></dc:creator>
		<pubDate>Sat, 01 Sep 2007 02:27:56 +0000</pubDate>
				<category><![CDATA[text editor]]></category>
		<guid isPermaLink="false">http://ubuntuchocolate.wordpress.com/2007/09/01/web-development-text-editors-for-ubuntu/</guid>

					<description><![CDATA[now that i got the server and preprocessor running, i need to have programs to write programs with. the following are the most likely a minimalistic programmer would want, well.. at least this is what i want. clean interface- not too much toolbars and panels. syntax highlighting-  show me which is which with just one [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>now that i got the server and preprocessor running, i need to have programs to write programs with. the following are the most likely a minimalistic programmer would want, well.. at least this is what i want.</p>
<p>clean interface- not too much toolbars and panels.<br />
syntax highlighting-  show me which is which with just one look.<br />
syntax check- this one is just to spice the program a bit, not necesarry.<br />
macros- of course.<br />
tabbed editing- another of course.</p>
<p><strong>gPHPedit</strong><br />
it&#8217;s like gedit, with lesser stuff in it. has a more powerful syntax highlighter, specifically for HTML and PHP. got the cleanest interface i&#8217;ve found. got macros of course. and can check your code, not sure if this syntax check works properly, but i really don&#8217;t care much. got tabbed editing of course.</p>
<blockquote><p><em>sudo apt-get install gphpedit </em></p></blockquote>
<p><strong>Screem</strong><br />
well this is the next best thing, but it still kind of bulky for me. it&#8217;s got about 2 toolbars and a splitpanel, you can turn this stuff off if it&#8217;s too messy for you, like me. got macros. tabbed editing. it has an average syntax highlighter, very close to gedit, does not highlight two languages at once, like XHTML+PHP. i think it has ftp or live editing, something like that. i don&#8217;t remember seeing a syntax checker in there, but maybe it has. if you didn&#8217;t like gphpedit, then you&#8217;d want to try this.</p>
<blockquote><p><em>sudo apt-get install screem </em></p></blockquote>
<p>i&#8217;m also trying<strong> VIM+Screen</strong> right now, it&#8217;s kind of hard to learn, but <u>it surely has a fast workflow</u>, so there, that&#8217;s also worth a try. i think it&#8217;s defaultly installed with ubuntu, otherwise&#8230;</p>
<blockquote><p><em>sudo apt-get install vim screen </em></p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://ubuntuchocolate.wordpress.com/2007/09/01/web-development-text-editors-for-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7</post-id>
		<media:content url="https://2.gravatar.com/avatar/5628b0220554fce3c29d9e7196028807aecd87c5d0b210df6272722945429e32?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
