<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-38534309</id><updated>2012-02-16T10:39:17.603-06:00</updated><category term='flash'/><category term='quicktime'/><category term='uuid'/><category term='sound'/><category term='totem'/><category term='ffmpen'/><category term='php'/><category term='Linux'/><category term='virutalbox'/><category term='flash player'/><category term='vdi'/><category term='flv'/><category term='Ubuntu'/><category term='mov'/><category term='ppstream'/><category term='chrome'/><title type='text'>Happy Ubuntu Linux</title><subtitle type='html'>This is where I record my adventure into the land of Ubuntu linux.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-38534309.post-42244861242490875</id><published>2011-05-06T08:45:00.002-05:00</published><updated>2011-05-06T08:52:40.224-05:00</updated><title type='text'>virtualbox memory management</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Memory ballooning&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Starting with version 3.2, the Guest Additions of VirtualBox can change the amount of host memory that a VM uses while the machine is running. Because of how this is implemented, this feature is called "memory ballooning".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Note&lt;br /&gt;VirtualBox supports memory ballooning only on 64-bit hosts, and it is not supported on Mac OS X hosts.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;To change on the fly:&lt;br /&gt;&lt;br /&gt;#VBoxManage controlvm "VM name" guestmemoryballoon &lt;n&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;where "VM name" is the name or UUID of the virtual machine in question and &lt;n&gt; is the amount of memory to allocate from the guest in megabytes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;To set a default balloon that will automatically be requested from the VM every time after it has started up:&lt;br /&gt;&lt;br /&gt;#VBoxManage modifyvm "VM name" --guestmemoryballoon &lt;n&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Page Fusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Whereas memory ballooning simply reduces the amount of RAM that is available to a VM, Page Fusion works differently: it avoids memory duplication between several similar running VMs.&lt;br /&gt;&lt;br /&gt;In a server environment running several similar VMs (e.g. with identical operating systems) on the same host, lots of memory pages are identical. VirtualBox's Page Fusion technology, introduced with VirtualBox 3.2, is a novel technique to efficiently identify these identical memory pages and share them between multiple VMs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Note&lt;br /&gt;VirtualBox supports Page Fusion only on 64-bit hosts, and it is not supported on Mac OS X hosts. Page Fusion currently works only with Windows guests (2000 and later).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;To enable Page Fusion for a VM, use the following command:&lt;br /&gt;&lt;br /&gt;#VBoxManage modifyvm "VM name" --pagefusion on&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Above content directly quote from &lt;a href="http://www.virtualbox.org/manual/ch04.html#guestadd-balloon"&gt;virtualvox manual&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.virtualbox.org/manual/ch08.html#metrics"&gt;VBoxManage Matricx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-42244861242490875?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/42244861242490875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=42244861242490875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/42244861242490875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/42244861242490875'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2011/05/virtualbox-memory-management.html' title='virtualbox memory management'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-6348083404429290982</id><published>2011-05-05T16:19:00.004-05:00</published><updated>2011-05-05T16:43:34.074-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='uuid'/><category scheme='http://www.blogger.com/atom/ns#' term='virutalbox'/><category scheme='http://www.blogger.com/atom/ns#' term='vdi'/><title type='text'>virtualbox 4.0.6 change vdi uuid</title><content type='html'>Here is command to use to change uuid of vdi in ubuntu:&lt;br /&gt; &lt;br /&gt;#VBoxManage internalcommands sethduuid [filehame.vdi] [uuid]&lt;br /&gt;&lt;br /&gt;change filename.vdi and uuid to reflect correct vid name and uuid.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-6348083404429290982?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/6348083404429290982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=6348083404429290982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/6348083404429290982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/6348083404429290982'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2011/05/virtualbox-406-change-vdi-uuid.html' title='virtualbox 4.0.6 change vdi uuid'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-2574081848231321253</id><published>2011-02-01T08:09:00.002-06:00</published><updated>2011-02-01T08:12:13.243-06:00</updated><title type='text'>Combined Video files with ffmpeg</title><content type='html'># cat [video1].mpg [video2].mpg | ffmpeg -f mpeg -i - -vcodec copy -acodec copy [combined_video_file].mpg&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-2574081848231321253?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/2574081848231321253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=2574081848231321253' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/2574081848231321253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/2574081848231321253'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2011/02/combined-video-files-with-ffmpeg.html' title='Combined Video files with ffmpeg'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-1268934391917927488</id><published>2010-12-08T08:42:00.000-06:00</published><updated>2010-12-08T08:43:33.245-06:00</updated><title type='text'>Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux</title><content type='html'>Found this &lt;a href="http://www.cyberciti.biz/tips/howto-setup-lighttpd-php-mysql-chrooted-jail.html"&gt;HOWTO&lt;/a&gt; on secure lighttpd web server&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-1268934391917927488?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/1268934391917927488/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=1268934391917927488' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1268934391917927488'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1268934391917927488'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2010/12/lighttpd-fascgi-php-mysql-chroot-jail.html' title='Lighttpd FasCGI PHP, MySQL chroot jail installation under Debian Linux'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-904543308416683018</id><published>2010-01-01T13:50:00.001-06:00</published><updated>2010-01-01T13:52:04.107-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flash player'/><title type='text'>Embedding flash player setup wizard</title><content type='html'>&lt;a href="http://www.longtailvideo.com/support/jw-player-setup-wizard?example=247"&gt;Embedding flash player setup wizard&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-904543308416683018?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/904543308416683018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=904543308416683018' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/904543308416683018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/904543308416683018'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2010/01/embedding-flash-player-setup-wizard.html' title='Embedding flash player setup wizard'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-4742865255189909421</id><published>2010-01-01T12:43:00.000-06:00</published><updated>2010-01-01T12:44:11.413-06:00</updated><title type='text'>HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://ubuntuforums.org/showthread.php?t=1117283"&gt;HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-4742865255189909421?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/4742865255189909421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=4742865255189909421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/4742865255189909421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/4742865255189909421'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2010/01/howto-easily-enable-mp3-mpeg4-aac-and.html' title='HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-3720557881873451534</id><published>2010-01-01T12:03:00.004-06:00</published><updated>2010-01-01T12:42:59.846-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mov'/><category scheme='http://www.blogger.com/atom/ns#' term='ffmpen'/><category scheme='http://www.blogger.com/atom/ns#' term='quicktime'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><category scheme='http://www.blogger.com/atom/ns#' term='flv'/><title type='text'>Batch Convert mov files to flv files</title><content type='html'>adopted from here &lt;a href="http://www.zimbio.com/Flash+Videos/articles/36/Using+FFMpeg+Convert+mpg+mov+flv"&gt;Using FFMpeg to Convert mpg or mov to flv&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I am using the code mentioned in the article to batch convert the mov files I took with my HD Camcorder to flv for streaming it online.&lt;br /&gt;&lt;br /&gt;Here is the modified code to suit my needs:&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;if ($handle = opendir('.')) {&lt;br /&gt;    while (false !== ($file = readdir($handle))) {&lt;br /&gt;        if ($file != "." &amp;&amp; $file != ".." &amp;&amp; strpos($file, "MOV") !== false) {&lt;br /&gt;                $new_filename = str_replace(" ", "_", strtolower(str_replace("MOV", "flv", $file)));&lt;br /&gt;                $file = str_replace(" ", "\ ", $file);&lt;br /&gt;                exec("ffmpeg -i $file -s 640x360 -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 8 $new_filename");&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;    closedir($handle);&lt;br /&gt;}&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;I change the display ratio to half of the 720P.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-3720557881873451534?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/3720557881873451534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=3720557881873451534' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3720557881873451534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3720557881873451534'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2010/01/batch-convert-mov-files-to-flv-files.html' title='Batch Convert mov files to flv files'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-9158773616089174504</id><published>2009-12-19T11:24:00.004-06:00</published><updated>2009-12-19T11:34:09.068-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sound'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='chrome'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to make google chrome browser play youtube.com video with sound in Linux Ubuntu 9.1</title><content type='html'>"No Sound!!!" When playing youtube.com video with google chrome in Ubuntu 9.1.&lt;br /&gt;&lt;br /&gt;Here is how I solved it:&lt;br /&gt;&lt;br /&gt;# sudo ln -s /usr/lib/mozilla/plugins /opt/google/chrome/plugins&lt;br /&gt;&lt;br /&gt;Close/restart chrome browser. &lt;br /&gt;&lt;br /&gt;Voila!! there's sound when playing youtube.com video&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-9158773616089174504?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/9158773616089174504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=9158773616089174504' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/9158773616089174504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/9158773616089174504'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/12/how-to-make-google-chrome-browser-play.html' title='How to make google chrome browser play youtube.com video with sound in Linux Ubuntu 9.1'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-3184848700149802787</id><published>2009-12-16T14:16:00.005-06:00</published><updated>2010-01-01T12:09:32.532-06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ppstream'/><category scheme='http://www.blogger.com/atom/ns#' term='totem'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>PPStream Totem Plug-in</title><content type='html'>Plug-in for Totem to play video from PPStream.com&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forum.ubuntu.org.cn/viewtopic.php?f=74&amp;t=225655"&gt;PPS Totem Plugin&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.thesilentnumber.me/2009/09/top-things-to-do-after-installing.html"&gt;Top things to do after installing Ubuntu Linux 9.10 &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-3184848700149802787?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/3184848700149802787/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=3184848700149802787' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3184848700149802787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3184848700149802787'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/12/ppstream-totem-plug-in.html' title='PPStream Totem Plug-in'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-3581569147208168509</id><published>2009-12-10T08:28:00.002-06:00</published><updated>2009-12-10T08:31:54.236-06:00</updated><title type='text'>Enable pidgin twitter support in Ubuntu 9.1</title><content type='html'>To enable twitter plugin in pidgin IM one only need to install pidgin-mbplugin package&lt;br /&gt;&lt;br /&gt;sudo apt-get install pidgin-mbplugin&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-3581569147208168509?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/3581569147208168509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=3581569147208168509' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3581569147208168509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3581569147208168509'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/12/enable-pidgin-twitter-support-in-ubuntu.html' title='Enable pidgin twitter support in Ubuntu 9.1'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-5937363701943985015</id><published>2009-04-03T08:12:00.003-05:00</published><updated>2009-04-03T16:34:59.260-05:00</updated><title type='text'>ways to speed up Ubuntu</title><content type='html'>&lt;a href="http://www.dailygeeks.com/howto/build-a-readahead-profile-and-make-ubuntu-boot-faster/"&gt;Readahead Profile&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dailygeeks.com/howto/build-a-readahead-profile-and-make-ubuntu-boot-faster/"&gt;Running boot-time scripts in parallel&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ubuntu-unleashed.com/2008/04/tweak-and-optimize-ubuntu-linux-boot.html"&gt;Tweak &amp; Optimize&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-5937363701943985015?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/5937363701943985015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=5937363701943985015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/5937363701943985015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/5937363701943985015'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/04/2-ways-to-reduce-ubuntu-boot-time.html' title='ways to speed up Ubuntu'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-5055954986967258814</id><published>2009-02-25T07:16:00.000-06:00</published><updated>2009-02-25T07:17:31.511-06:00</updated><title type='text'>SSH Port Forwarding</title><content type='html'>&lt;a href="http://magazine.redhat.com/2007/11/06/ssh-port-forwarding/#remote"&gt;SSH port forwarding&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-5055954986967258814?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/5055954986967258814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=5055954986967258814' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/5055954986967258814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/5055954986967258814'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/02/ssh-port-forwarding.html' title='SSH Port Forwarding'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-3758737364961623011</id><published>2009-02-04T17:09:00.003-06:00</published><updated>2009-02-04T17:24:57.315-06:00</updated><title type='text'>Logitech Quickcam Express + LInksys NSLU2</title><content type='html'>This project is to configure a live webcam server.&lt;br /&gt;Hardware:&lt;br /&gt;1. Linksys NSLU2 with Debian Lenny installed.&lt;br /&gt;2. Logitech Quickcam Express.&lt;br /&gt;&lt;br /&gt;Software:&lt;br /&gt;1. Quickcam Express driver.&lt;br /&gt;2. webcam server.&lt;br /&gt;&lt;br /&gt;Install:&lt;br /&gt;&lt;br /&gt;1.Install Debian on NSLU2. I followed instruction from &lt;a href="http://www.nslu2-linux.org/wiki/Debian/HomePage"&gt;http://www.nslu2-linux.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Install lighttpd webserver.&lt;br /&gt;&lt;br /&gt;3. Install Quickcam driver.&lt;br /&gt;a. sudo apt-get install module-assistant qc-usb-source qc-usb-utils&lt;br /&gt;&lt;br /&gt;b. sudo m-a prepare.(follow module-assistant menu selection to Prepare, Compile, and Install quickcam driver.&lt;br /&gt;&lt;br /&gt;4. reboot after install.&lt;br /&gt;&lt;br /&gt;5. install and configure webcamserver follow instruction &lt;a href="http://www.aboutdebian.com/webcam.htm"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-3758737364961623011?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/3758737364961623011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=3758737364961623011' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3758737364961623011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/3758737364961623011'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2009/02/logitech-quickcam-linksys-nslu2.html' title='Logitech Quickcam Express + LInksys NSLU2'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-2662342365758451007</id><published>2008-03-06T21:30:00.003-06:00</published><updated>2008-03-13T21:58:24.816-05:00</updated><title type='text'>FCKeditor ASP html encoding problem solved</title><content type='html'>I am working on a website project for a client which I need to incorporate 4 FCKeditor instances on the same page all generated html codes post into access database.  All just doing well as after a little bit of hacking the html code posted into the database as expected and display on web page just perfect.&lt;br /&gt;&lt;br /&gt;But then another problem arisen, the html code that stored in database didn't retrieved back into FCKeditor correctly when client tried to do content update. Consequently, the data posted back into database gets mass up. After did quite a bit of search on the net, I found out a hint from FCKeditor.net forum where a post described the same problem I am having. On that post a person replied that in order for the html code the be translated correctly those html code need to be save as string variable after retrieve from database before post into FCKeditor. So the following is what I did to get the job done.&lt;br /&gt;&lt;br /&gt;////////////////////////////////////////////////////////////////////////////////////////////////&lt;br /&gt;                &lt;span style="font-weight: bold;"&gt;Dim sContent&lt;/span&gt; '//!!!!!!! VERY IMPORTANT TO DIM THE VAR OTHERWISE FCKEDITOR HTML ENCODE WON'T WORK !!!!!!!//&lt;br /&gt;               &lt;span style="font-weight: bold;"&gt; sContent = rstbl.Fields.Item("overview").Value&lt;/span&gt;&lt;br /&gt;'//!!!!!! after var been declared data stored in var will be treated as STRING !!!!//&lt;br /&gt;                Dim oFCKeditor&lt;br /&gt;                Set oFCKeditor = New FCKeditor&lt;br /&gt;                oFCKeditor.BasePath = "/FCKeditor/"&lt;br /&gt;               &lt;span style="font-weight: bold;"&gt; oFCKeditor.Value = sContent&lt;/span&gt;&lt;br /&gt;                oFCKeditor.Width = 540&lt;br /&gt;                oFCKeditor.Height = 300&lt;br /&gt;                oFCKeditor.ToolbarSet = "Default"&lt;br /&gt;                oFCKeditor.Create "txtprdoverview"&lt;br /&gt;///////////////////////////////////////////////////////////////////////////////////////////////               &lt;br /&gt;&lt;br /&gt;** I know this post is not Ubuntu Linux related but this is just a place where I keep a record.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-2662342365758451007?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/2662342365758451007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=2662342365758451007' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/2662342365758451007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/2662342365758451007'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2008/03/fckeditor-asp-html-coding-problem.html' title='FCKeditor ASP html encoding problem solved'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-737085307090813346</id><published>2008-02-18T12:59:00.002-06:00</published><updated>2008-02-18T13:04:09.865-06:00</updated><title type='text'>DVD-RAM read/write in Ubuntu</title><content type='html'>Following the Howto instructions found in this link &lt;a href="http://ubuntuforums.org/showthread.php?t=129093"&gt;http://ubuntuforums.org/showthread.php?t=129093&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;use mkudffs to format DVD-RAM.&lt;br /&gt;&lt;br /&gt;Initially I am having problem format DVD-RAM disk after reading through the HOWTO it turns out was a user right issue.&lt;br /&gt;&lt;br /&gt;I did a&lt;br /&gt;&lt;br /&gt;"sudo chmod 777 /dev/pktcdvd/0"&lt;br /&gt;&lt;br /&gt;then I can run&lt;br /&gt;&lt;br /&gt;"mkudffs --media-type=dvdram /dev/pktcdvd/0"&lt;br /&gt;&lt;br /&gt;without any error messages.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The rest is just follow Howto to mount the DVD-RAM disk.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-737085307090813346?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/737085307090813346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=737085307090813346' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/737085307090813346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/737085307090813346'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2008/02/dvd-ram-readwrite-in-ubuntu.html' title='DVD-RAM read/write in Ubuntu'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-1643859801214280324</id><published>2008-01-26T18:35:00.000-06:00</published><updated>2008-01-26T18:45:35.497-06:00</updated><title type='text'>Receive Ubuntu local delieved mail</title><content type='html'>I am working on a script which is monitoring my software raid-1 raid array and sent event mail to local mail system.&lt;br /&gt;&lt;br /&gt;By default, Ubuntu Gutsy dose not have local mail delivery system(message transfer agent "MTA") installed. The best way is to install mutt then all the dependents( exim4.....) for MTA will be installed as well.&lt;br /&gt;&lt;br /&gt;After mutt installed, I configured Evolution to receive local mail.&lt;br /&gt;In Evolution use user name as username@localhost and chose 'standard Unix mbox spool directory' as server type.&lt;br /&gt;&lt;br /&gt;For testing, use mutt to send a testing mail then use Evolution to fetch the mail.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-1643859801214280324?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/1643859801214280324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=1643859801214280324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1643859801214280324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1643859801214280324'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2008/01/receive-ubuntu-local-delieved-mail.html' title='Receive Ubuntu local delieved mail'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-8566792175667631835</id><published>2007-11-03T20:56:00.001-05:00</published><updated>2007-11-03T20:59:15.528-05:00</updated><title type='text'>Fix Ubuntu Gutsy failed hibernate</title><content type='html'>#sudo vim /etc/default/acpi-support&lt;br /&gt;&lt;br /&gt;then&lt;br /&gt;&lt;br /&gt;change the line POST_VIDEO=true to read POST_VIDEO=.&lt;br /&gt;&lt;br /&gt;change "true" to "."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-8566792175667631835?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/8566792175667631835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=8566792175667631835' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/8566792175667631835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/8566792175667631835'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2007/11/go-into-etcdefaultacpi-support.html' title='Fix Ubuntu Gutsy failed hibernate'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-1990578385031133785</id><published>2007-10-28T15:00:00.000-05:00</published><updated>2007-10-28T15:01:42.593-05:00</updated><title type='text'>Evolution Backup</title><content type='html'>Found a link on &lt;a href="http://ubuntu.wordpress.com/2005/12/03/how-to-backup-evolution/"&gt;how to backup Evolution&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-1990578385031133785?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/1990578385031133785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=1990578385031133785' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1990578385031133785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/1990578385031133785'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2007/10/evolution-backup.html' title='Evolution Backup'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-6610939937554355365</id><published>2007-10-21T22:04:00.000-05:00</published><updated>2007-10-21T22:14:39.211-05:00</updated><title type='text'>Ubuntu Linux new version upgrade</title><content type='html'>There's couple of ways to upgrade to new version of Ubuntu Linux. Of all those I found that use "apt-get upgrade via mounted iso image(alternate CD) is the most efficient way.&lt;br /&gt;&lt;br /&gt;Here is how to do it.&lt;br /&gt;&lt;br /&gt;1. Grab Ubuntu Linux alternate CD by using your favorite torrent client.&lt;br /&gt;&lt;br /&gt;2. mount iso image to /media/cdrom (so that apt-cdrom can find it without any trouble)&lt;br /&gt;&lt;br /&gt;    # sudo mount -t iso9660 ubuntu-x.xx-alternatie-xxxx.iso /media/cdrom -o loop&lt;br /&gt;&lt;br /&gt;3. add mounted iso image as port of apt sources.list&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    # sudo apt-cdrom -m add (-m tells apt-cdrom not to mount iso image, since it already             mounted)&lt;br /&gt;&lt;br /&gt;4. time to upgrade&lt;br /&gt;&lt;br /&gt;    # sudo apt-get dist-upgrade&lt;br /&gt;&lt;br /&gt;5. Now it's time to grab a cup of whatever you like and sit back to let upgrade did the job.&lt;br /&gt;&lt;br /&gt;6. After dist-upgrade done, use update manager for update system to most current state.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-6610939937554355365?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/6610939937554355365/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=6610939937554355365' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/6610939937554355365'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/6610939937554355365'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2007/10/ubuntu-linux-new-version-upgrade.html' title='Ubuntu Linux new version upgrade'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-116837641339338201</id><published>2007-01-09T15:00:00.000-06:00</published><updated>2007-01-09T15:00:13.410-06:00</updated><title type='text'>Send and Receive Hotmail through Evolution</title><content type='html'>Followed the solution from this link &lt;a href="http://www.ubuntuforums.org/showpost.php?p=619554&amp;postcount=3"&gt;send-&amp;amp;-receive email from hotmail in Evolution &lt;/a&gt;&lt;br /&gt;, I am having my evolution fetching and sending email through my hotmail email account.  The reason I used method in this link is it uses xinetd instead of inetd.&lt;br /&gt;&lt;br /&gt;In the link it only mentioned about adding POP3 support to hotmail, I added the following code to make SMTP support for hotmail as well.&lt;br /&gt;&lt;br /&gt;create /etc/xinetd.d/hotsmtpd&lt;br /&gt;&lt;br /&gt;use following code as containts:&lt;br /&gt;&lt;br /&gt;        service hotsmtpd&lt;br /&gt;{&lt;br /&gt;#only_from = 192.168.1.0/8&lt;br /&gt;disable = no&lt;br /&gt;type = unlisted&lt;br /&gt;socket_type = stream&lt;br /&gt;protocol = tcp&lt;br /&gt;wait = no&lt;br /&gt;user = nobody&lt;br /&gt;groups = yes&lt;br /&gt;server = /usr/bin/hotsmtpd&lt;br /&gt;#server_args = -p &lt;a href="http://proxy:8080/" target="_blank"&gt;http://proxy:8080&lt;/a&gt;&lt;br /&gt;port = 2500&lt;br /&gt;}&lt;br /&gt;** I use 2500 for smtp port**&lt;br /&gt;&lt;br /&gt;This link gives detailed &lt;a href="http://www.ubuntuforums.org/showthread.php?t=200408"&gt;how to add hotmail account in Evolution&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now, what I am looking for is the solution to be able to keep the file on mail server but deleted it when I deleted it from my local evolution mail client.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-116837641339338201?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/116837641339338201/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=116837641339338201' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/116837641339338201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/116837641339338201'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2007/01/send-and-receive-hotmail-through.html' title='Send and Receive Hotmail through Evolution'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-38534309.post-116819482451700570</id><published>2007-01-07T12:32:00.000-06:00</published><updated>2007-01-07T13:01:24.946-06:00</updated><title type='text'>It all begins with this</title><content type='html'>Ubuntu Linux&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/x/blogger/5967/797/1600/900191/happyubuntu.png"&gt;&lt;img style="cursor: pointer;" src="http://photos1.blogger.com/x/blogger/5967/797/320/492474/happyubuntu.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/38534309-116819482451700570?l=happyubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://happyubuntu.blogspot.com/feeds/116819482451700570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=38534309&amp;postID=116819482451700570' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/116819482451700570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38534309/posts/default/116819482451700570'/><link rel='alternate' type='text/html' href='http://happyubuntu.blogspot.com/2007/01/it-all-begins-with-this.html' title='It all begins with this'/><author><name>wealthwise</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
