<?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>iGerry &#187; Linux / Ubuntu</title>
	<atom:link href="http://gerry.ws/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://gerry.ws</link>
	<description>Philippines, Technology, Mobile, Android, Games, Mac, Linux, WordPress</description>
	<lastBuildDate>Fri, 30 Dec 2011 02:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A notebook that Ubuntu users would love</title>
		<link>http://gerry.ws/2011/06/1954/a-notebook-that-ubuntu-users-would-love.html</link>
		<comments>http://gerry.ws/2011/06/1954/a-notebook-that-ubuntu-users-would-love.html#comments</comments>
		<pubDate>Tue, 07 Jun 2011 16:11:41 +0000</pubDate>
		<dc:creator>Gerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[cool]]></category>

		<guid isPermaLink="false">http://gerry.ws/?p=1954</guid>
		<description><![CDATA[I was browsing sites that I regularly visit and I come across this notebook that I thought Ubuntu users would probably love to own. I&#8217;m a Ubuntu user and I simply drooled over it when I saw it. Not only is it thin. It is also very light. At first I had some apprehensions about [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2011/06/1954/a-notebook-that-ubuntu-users-would-love.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	            <content:encoded><![CDATA[<p>I was browsing sites that I regularly visit and I come across this notebook that I thought Ubuntu users would probably love to own. I&#8217;m a Ubuntu user and I simply drooled over it when I saw it. Not only is it thin. It is also very light. At first I had some apprehensions about its sturdiness but there was simply one feature that I absolutely love about the notebook &#8212; you don&#8217;t need a wall outlet to charge it.</p>
<p><img class="aligncenter size-full wp-image-1955" src="http://gerry.ws/files/2011/06/andrea-ponti-solar-notebook.jpg" alt="" width="537" height="376" /></p>
<p>Well at least if there&#8217;s some sunlight lying around you at least because the notebook runs on solar energy. The <a href="http://www.andreaponti.com/">Andrea Ponti</a> concept solar notebook is simply gorgeous and I hope it would see the light of day and become a reality in my lifetime. Imagine, not having to ever need to charge a notebook from an electrical outlet ever again &#8212; that would really be cool and awesome.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2011/06/1954/a-notebook-that-ubuntu-users-would-love.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2011/06/1954/a-notebook-that-ubuntu-users-would-love.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Better sound on VirtualBox under Ubuntu</title>
		<link>http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html</link>
		<comments>http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 06:29:19 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[esound]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html</guid>
		<description><![CDATA[For quite a while I have been having a recurring problem with sound on a Windows guest OS under Virtualbox. After a while it will just hang up and when I restart the Virtualbox session under Ubuntu I will get an error message saying that the host&#8217;s sound system isn&#8217;t working. Since I don&#8217;t use [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	            <content:encoded><![CDATA[<p>For quite a while I have been having a recurring problem with sound on a Windows guest OS under Virtualbox. After a while it will just hang up and when I restart the Virtualbox session under Ubuntu I will get an error message saying that the host&#8217;s sound system isn&#8217;t working. Since I don&#8217;t use Virtualbox that often I forget about it and moved on.</p>
<p>I know it has something to do with the Pulseaudio system on my Ubuntu set up but was a bit lazy to google for a solution. Anyway my sound was quite fine under Ubuntu so I didn&#8217;t mind it at all.</p>
<p><span id="more-1222"></span>
<p>Then a couple of days back, I found this very useful tip from my email on how to remove the Pulseaudio drivers and replace it with esound. I decided to try the procedure. After removing/disabling the pulseaudio drivers and installing the esound system I never experienced the problem with Virtualbox again.</p>
<p>So if you&#8217;re having the same problem with Virtualbox, here&#8217;s how I remove pulseaudio and install esound on my Ubuntu Intrepid:</p>
<blockquote><p>sudo -s </p>
<p>apt-get remove pulseaudio</p>
<p>apt-get install esound</p>
<p>rm /etc/X11/Xsession.d/70pulseaudio</p>
<p>Go to System -&gt; Preferences -&gt; Sessions</p>
<p>Deselected or Remove the Pulseaudio Manager</p>
<p>cd ~</p>
<p>cp .asound* yourfilename</p>
<p>rm .asound*</p>
</blockquote>
<p>You can read the full procedure from the ubuntugeek web site from <a href="http://www.ubuntugeek.com/how-to-remove-pulse-audio-ubuntu-810-intrepid-ibex.html">here</a>. Removing pulseaudio and replacing it with esound really did the job.</p>
<p>Virtualbox 2.2.0 is now available from the <a href="http://www.virtualbox.org/">Virtualbox</a> web site but I still haven&#8217;t tried it yet but esound should still work even with the updated Virtualbox version.</p>
<p>Cheers.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/04/1222/better-sound-on-virtualbox-under-ubuntu.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Creating your own Gwibber theme</title>
		<link>http://gerry.ws/2009/04/1185/creating-your-own-gwibber-theme.html</link>
		<comments>http://gerry.ws/2009/04/1185/creating-your-own-gwibber-theme.html#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:40:08 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Twitter client]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gerry.ws/?p=1185</guid>
		<description><![CDATA[One of the social sites I like is twitter.com. I&#8217;ve heard about identi.ca but really haven&#8217;t tried it yet. Recently, I came across a twitter client that runs on Ubuntu that I liked a lot. It&#8217;s called Gwibber. It&#8217;s actually not just a Twitter client but also supports identi.ca, laconi.ca, digg, ping.fm, facebook and some [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/04/1185/creating-your-own-gwibber-theme.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	            <content:encoded><![CDATA[<p>One of the social sites I like is twitter.com. I&#8217;ve heard about identi.ca but really haven&#8217;t tried it yet. Recently, I came across a twitter client that runs on Ubuntu that I liked a lot. It&#8217;s called Gwibber. It&#8217;s actually not just a Twitter client but also supports identi.ca, laconi.ca, digg, ping.fm, facebook and some other stuff.</p>
<p>It&#8217;s very easy to use and can handle multiple accounts so I&#8217;d probably try out identi.ca now that I use Gwibber. One of the things I like about Gwibber is that it lets you have your own customized theme. If you know basic HTML and CSS, it&#8217;s actually easy to customize.</p>
<p><span id="more-1185"></span>
<p>The easiest way to make a custom Gwibber theme is to actually copy an existing theme into the ~/.local/share/gwibber/ui/theme directory of your home directory. You can find several examples of Gwibber themes under the /usr/share/gwibber/ui/themes/ directory.</p>
<p>For example you can copy the default Gwibber theme to a theme called &#8220;mytheme&#8221; by doing:</p>
<p>cp -av /usr/share/gwibber/ui/themes/default ~/.local/share/gwibber/ui/theme/</p>
<p>After copying the files, what you need to edit is the theme.html file in your newly created mytheme directory. Here&#8217;s a sample content of the file:</p>
<p align="center"><img height="661" alt="gwibber-theme-file" hspace="5" src="http://gerry.ws/files/2009/04/gwibber-theme-file.png" width="450" /></p>
<p>&nbsp;</p>
<p>The look and feel of your tweets are controlled by the CSS settings inside the file. Here&#8217;s several familiar tags to help you get started on customizing your Gwibber theme:</p>
<p><strong>body</strong> &#8211; controls the whole window client screen under gwibber. You can change things such as backgound, even setup your own background image, even the color and size of your fonts.</p>
<p><strong>a</strong> &#8211; the a tags control the links. In twitter twits, these can be those tinyurl links you find in the messages.</p>
<p><strong>.message</strong> &#8211; controls the way the actually messages will be rendered</p>
<p><strong>.time</strong> / <strong>.time a</strong> &#8211; for the time tags in your twits</p>
<p><strong>.title</strong> &#8211; is for the title text for your twits.</p>
<p><strong>.imgbox</strong> &#8211; for the photos/images. You can even put some fancy stuff like reflections because gwibber uses the Webkit engine to render the theme</p>
<p>Here&#8217;s the gwibber theme I did for myself. You can download it from <a href="http://gerry.ws/files/2009/04/kihbordtar.gz">here</a>.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/04/1185/creating-your-own-gwibber-theme.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/04/1185/creating-your-own-gwibber-theme.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Linux Foundation is new owner of Linux.com</title>
		<link>http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html</link>
		<comments>http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 02:25:33 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[linux.com]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html</guid>
		<description><![CDATA[Linux.com is now owned by Linux Foundation. I hope that SourceForge is okay. I&#8217;ve read that the deal might be because Sourceforge has been having financial woes. Sourceforge has helped many open source projects in its infancy so it would be a sad thing if they&#8217;re having serious money problems. Anyway Linux Foundation and Sourceforge [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	            <content:encoded><![CDATA[<p>Linux.com is now owned by Linux Foundation. I hope that SourceForge is okay. I&#8217;ve read that the deal might be because Sourceforge has been having financial woes. Sourceforge has helped many open source projects in its infancy so it would be a sad thing if they&#8217;re having serious money problems. Anyway <a href="http://www.linuxfoundation.org">Linux Foundation</a> and <a href="http://www.sourceforge.com">Sourceforge</a> have partnered to create a fresh direction for the linux.com website.</p>
<p>Here&#8217;s a copy of the <a href="http://linux-foundation.org/weblogs/press/2009/03/03/linux-foundation-to-build-new-linuxcom-community/">Press Release from the Linux Foundation regarding Linux.com</a>.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/03/1172/linux-foundation-is-new-owner-of-linuxcom.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Futuristic Classrooms: &#8220;Pocketbooks&#8221; come of age</title>
		<link>http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html</link>
		<comments>http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:23:48 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[classroom]]></category>
		<category><![CDATA[MID]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[pocketbook]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html</guid>
		<description><![CDATA[I remember as a child having to pull a bag filled with books going to school. When I got my first PC in the &#8217;80s, I imagined a classroom where students are holding electronic &#8220;pocketbooks&#8221; that serves as their library of books, their electronic notebook / magic slate &#8230; The recent news of a big [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	            <content:encoded><![CDATA[<p>I remember as a child having to pull a bag filled with books going to school. When I got my first PC in the &#8217;80s, I imagined a classroom where students are holding electronic &#8220;pocketbooks&#8221; that serves as their library of books, their electronic notebook / magic slate &#8230;</p>
<p>The recent news of <a href="http://linux.slashdot.org/article.pl?sid=09/02/19/1652202">a big deployment of Linux in schools</a> got me back into thinking just how near the reality of my concept is actually unfolding. One thing caught my attention though, the deployment will use virtual Linux desktops using a CPU sharing scheme. The scheme that uses a single computer connected with several monitors is not something new but I wondered if it&#8217;s still feasible in this day and age.</p>
<p>After some checking and comparing alternative solutions and schemes, here&#8217;s what I found out &#8212; electronic &#8220;pocketbooks&#8221; are in.</p>
<p><span id="more-1169"></span>
<p><strong>The Costs</strong></p>
<p>Cost will always be an issue when deploying computers in campuses. This is why I believe using Linux is such a natural fit for school computer systems. Most of the software needed in schools are already available in freely available open source projects so the other thing to take a look at is hardware.</p>
<p>An option to deploying computers in the classroom has always been the use of a <strong>CPU sharing scheme</strong>. With this option, the students get to share the resources of a single CPU / computer by attaching several monitors and keyboards to the computer. Things have actually evolved because nowadays you can now even attach a separate speaker/mouse/microphone to each &#8220;virtual computer&#8221;. But the concept remains the same. The CPU is shared instead of having a dedicated CPU for each student. This is made possible by providing a special software to allow the single computer to have multiple keyboards and monitors which sharing the CPU resources. Below is a drawing of how it is usually setup.</p>
<p align="center"><img height="245" alt="futuristic-classroom-cpu-sharing" hspace="5" src="http://gerry.ws/files/2009/02/futuristic-classroom-cpu-sharing.png" width="540" /></p>
<p>The other option is to provide a student with his/her own dedicated CPU complete with its own monitor,keyboard,sound,mouse &#8230; The dedicated CPU solution can be in the form of a full blown computer that allows each student/user to perform tasks own it&#8217;s own. It can also be a &#8220;thin client&#8221; computer which has limited functionality &#8212; usually to connect to a central computer / server to be able to perform tasks. Connections between these dedicated computers is usually via a network (wireless or wired). The cost has always been the primary demarcation between &#8220;thin client&#8221; and &#8220;full blown&#8221; computers. With the reducing costs it&#8217;s almost neglible in terms of hardware what defines a thin client and a full blown unit from a point of view of a student user. I will call this the &#8220;pocketbook&#8221; scheme and won&#8217;t distinguish between a full feature or thin client unit.</p>
<p align="center"><img height="353" alt="futuristic-classroom-pocketbook" hspace="5" src="http://gerry.ws/files/2009/02/futuristic-classroom-pocketbook.png" width="540" /></p>
<p>I made a spreadsheet (the values are in USD) of how the two solutions compare with each other. Comparison is between two setups of 10 workstations each. I found some very interesting revelations that made me think that the &#8220;pocketbook&#8221; scheme has come of age.</p>
<p align="center"><img height="275" alt="futuristic-classroom-costs" hspace="5" src="http://gerry.ws/files/2009/02/futuristic-classroom-costs.png" width="540" /></p>
<p><strong>Some noteworthy points about the cost</strong></p>
<p>The Computer / Server cost used in the CPU sharing scheme is underpriced at 500 dollars. I think it may very well be bigger (cost and size) since it needs to have more memory and slots for the video cards. But putting the server and the teacher&#8217;s computer (in the &#8220;pocketbook&#8221;) scheme at equal footing makes it easy to compare the workstations or student computers.</p>
<p>The major costs for the CPU Sharing scheme are the &#8220;server/computer&#8221;, sharing device and the graphics card. The multi-headed graphics card and the needed extra slots on the CPU Sharing computer is drives the costs up. Since such setups isn&#8217;t currently mainstream, such &#8220;specialized&#8221; requirements has a increased effect. Also, since multi-headed graphics cards are focused towards gaming, it is costing more to use them in a classroom environment.</p>
<p>I have pegged the monitor at only 100 USD since whatever the value it will be on equal impact for both schemes anyway.</p>
<p>On the &#8220;pocketbook&#8221; scheme, major cost is attributable to the workstation CPU for each student. The workstation cost is based on building a desktop unit that uses an <a href="http://www.intel.com/Products/Desktop/Motherboards/D945GCLF/D945GCLF-overview.htm">Atom mini-itx motherboard product of Intel</a>. I came up with 140 dollar per workstation cost using the following assumptions:</p>
<ul>
<li>US $65 &#8211; 1 unit of Intel&#8217;s mini-itx Atom board</li>
<li>US $10 &#8211; 1GB RAM memory</li>
<li>US $15 &#8211; 8GB flash memory</li>
<li>US $30 &#8211; CPU casing, power supply, cable and connectors</li>
<li>US $20 &#8211; Assembly cost per unit</li>
</ul>
<p>Now to the interesting part. The per unit cost for the CPU Sharing Scheme is at US$ 299 while the &#8220;pocketbook&#8221; scheme is lesser at US $250. What&#8217;s interesting is that the $250 is also the cost of a single unit of <a href="http://www.dell.com/content/products/productdetails.aspx/laptop-inspiron-9?c=us&amp;cs=19&amp;l=en&amp;s=dhs">Dell&#8217;s Mini 9 with Ubuntu Linux installed</a> (update 2/27/09: <a href="http://www.dell.com/content/products/features.aspx/mini_laptop_deals?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;dgc=EM&amp;cid=40802&amp;lid=1055288&amp;acd=VDZG1C-SU2C9-VYGIZB-HXA17-AYBQX-v1">Dell Mini 9 is now just $199</a>). So Dell, shouldn&#8217;t you be installing those Mini 9&#8242;s in those schools?</p>
<p><strong>The Pros and Cons of the two solutions</strong></p>
<p>The only advantage I see with the CPU Sharing scheme right now is if technologies like DisplayLink that uses the USB for attaching multiple displays can be used. This will drive the cost down. But with the current speed of USB at 480Mbps, I&#8217;m a bit not convinced that it can handle 10 displays connected to one CPU.</p>
<p>I think that using an &#8220;intelligent&#8221; workstation for the student is a better approach. As &#8220;pocketbook&#8221; prices continue to go down. It can really allow for a more realistic &#8220;One Pocketbook per Child&#8221; scenario. Getting an electronic pocketbook into the hand of each student will allow him/her to use it for other things besides inside the classroom.</p>
<p><strong>What the future holds</strong></p>
<p>It&#8217;s also interesting to see the replacement of the classroom boards with those electronic whiteboards with touch-based features.</p>
<p>I think that as touch based and small high resolution colored screens gets in to mainstream, we will be seeing &#8220;better than Kindle 2&#8243; like features into &#8220;pocketbook&#8221; devices that will ultimately replace paper based textbooks. I think we&#8217;d also have to provide alternative means (besides having to carry all those books) of exercise to our children once this happens. <img src='http://gerry.ws/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1169/futuristic-classrooms-pocketbooks-come-of-age.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Site of the week: Stay at home mom learns Ubuntu</title>
		<link>http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html</link>
		<comments>http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:19:22 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[site of the week]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html</guid>
		<description><![CDATA[This weekend while surfing the Net, I came across a blog about an average Mom who started to learn Ubuntu. She was trying to rate how appropriate tagline &#8220;Linux for human beings&#8221; really is and it got me curious. I started to read her series of posts entitled &#8220;The Ubuntu Chronicles: The Saga of Amber [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	            <content:encoded><![CDATA[<p>This weekend while surfing the Net, I came across a blog about an average Mom who started to learn Ubuntu. She was trying to rate how appropriate tagline &#8220;Linux for human beings&#8221; really is and it got me curious. I started to read her series of posts entitled &#8220;<a href="http://amber.redvoodoo.org/2009/02/ubuntu-and-mepart-1.html">The Ubuntu Chronicles: The Saga of Amber and Ubuntu</a>&#8220;</p>
<p>What&#8217;s very interesting about Amber&#8217;s series of posts is that it gives some very good points on how well Ubuntu (Linux) has moved forward in terms of usability on the desktop. And some very good points which may very well help the community identify some improvement areas in terms of usability. Although I wouldn&#8217;t rate her as the average typical Mom, she has pretty much written things that provides some insight to how an average user might react to Ubuntu.</p>
<p align="center"><img height="428" alt="stay-at-home-mom-learns-ubuntu" hspace="5" src="http://gerry.ws/files/2009/02/stay-at-home-mom-learns-ubuntu2.png" width="540" /></p>
<p><span id="more-1165"></span>
<p>One of the things that struck me is that, most Ubuntu/Linux users have gotten used to command line methods to get things done even in a GUI environment simply because it&#8217;s faster and we know how to do it. But the typical user (who is probably 90% of the total user base) aren&#8217;t used to &#8220;sudo&#8221;.</p>
<p>An idea that I think would really help a lot of users came up on my mind. People who have been using Ubuntu for a while may already be familiar with the Synaptic Package Manager and one of it&#8217;s features &#8220;Mark Packages by Task&#8221;. I think that it would really help a lot in terms of usability to put something similar on the Applications menu together with the &#8220;Add / Remove &#8230;&#8221; feature. Something like &#8220;<strong>Add/Remove/Install by Task</strong>&#8220;. What do you think?</p>
<p>As I was reading the series, I suddenly realized that she is now getting aggregated into <a href="http://www.ubuntuweblogs.org/">ubuntuweblogs.org</a> so I would assume that you guys are also reading her posts by now.</p>
<p>Hi Amber, welcome to Ubuntu!</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1165/site-of-the-week-stay-at-home-mom-learns-ubuntu.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Better Ubuntu Linux bluetooth management with Blueman</title>
		<link>http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html</link>
		<comments>http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 23:03:55 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Blueman]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html</guid>
		<description><![CDATA[l found (courtesy of Bigbrovar&#8217;s post, thanks) a piece of software called Blueman that provides better bluetooth management under Ubuntu Intrepid (it&#8217;s also available for other Ubuntu versions). It basicall replaces the current bluetooth manager under Intrepid. What&#8217;s cool about blueman is that in addition to better bluetooth management under Ubuntu, it is also able [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	            <content:encoded><![CDATA[<p>l found (courtesy of <a href="http://bigbrovar.wordpress.com/2009/02/14/blueman-an-awesome-bluetooth-manager-for-ubuntu/">Bigbrovar&#8217;s post</a>, thanks) a piece of software called <a href="https://www.blueman-project.org">Blueman</a> that provides better bluetooth management under Ubuntu Intrepid (it&#8217;s also available for other Ubuntu versions). It basicall replaces the current bluetooth manager under Intrepid.</p>
<p>What&#8217;s cool about blueman is that in addition to better bluetooth management under Ubuntu, it is also able to manage wireless broadband (GPRS/EDGE/3G) connections hand in hand with Ubuntu&#8217;s Network Manager. I&#8217;ve tried it on my Motorola RAZR mobile phone and it is able to setup HAL so that I can easily connect / disconnect to the Internet using Network Manager.</p>
<p>The last time I tried if my <a href="http://gerry.ws/2009/01/1087/nokia-mobile-phone-for-3g-connection-of-your-ubuntu-linux-computer.html">cell phone is supported by the Network Manager</a>, I had to use the mobile phone&#8217;s cable to be able to connect to the Internet. If I wanted to connect to the Internet via bluetooth on my cell phone, I had to setup ppp manually. With Blueman, it&#8217;s done automatically for you. Great!</p>
<p><span id="more-1151"></span></p>
<p>One thing though, it seems that when I connect to the Internet via bluetooth I only get a GPRS connection instead of HSDPA (which is what I get using a cable setup on the cell phone) but this might be probably more of a tethering feature of the limitation of the cell phone. Would be nice if HSDPA is also available via bluetooth. Any ideas?</p>
<p>Other features of the Blueman bluetooth manager software include:</p>
<ul>
<li>Connecting to/Creating bluetooth networks</li>
<li>Connecting to input devices</li>
<li>Connecting to audio devices</li>
<li>Sending/Receiving/Browsing files via OBEX</li>
<li>Pairing</li>
</ul>
<p>You can setup blueman via launchpad by adding the following line to your aptitude software sources:</p>
<pre>
deb http://ppa.launchpad.net/blueman/ppa/ubuntu intrepid main
</pre>
<p>And then install blueman using the following command from a terminal session:</p>
<pre>
sudo apt-get install blueman
</pre>
<p>You can find their public key <a href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0x947C4F7371932C794B153F0F6B15AB91951DC1E2&amp;op=index">here</a>.</p>
<p>Visit the <a href="https://launchpad.net/blueman">launchpad project site</a> of Blueman for more info.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1151/better-ubuntu-linux-bluetooth-management-with-blueman.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Virtualbox gets updated to 2.1.4</title>
		<link>http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html</link>
		<comments>http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:27:14 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html</guid>
		<description><![CDATA[If you&#8217;re using Virtualbox, you can now update to a newer 2.1.4 version. Lots of fixes and improved stability (been using it for a couple of days and I observed less ooops on Windows XP guest under a Ubuntu host). Here&#8217;s a list of what has been fixed or added on VirtualBox 2.1.4. Download Virtualbox.]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	            <content:encoded><![CDATA[<p>If you&#8217;re using Virtualbox, you can now update to a newer 2.1.4 version. Lots of fixes and improved stability (been using it for a couple of days and I observed less ooops on Windows XP guest under a Ubuntu host).</p>
<p>Here&#8217;s a list of what has been <a href="http://www.virtualbox.org/wiki/Changelog">fixed or added on VirtualBox 2.1.4</a>. Download <a href="http://www.virtualbox.org/wiki/Downloads">Virtualbox</a>.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1149/virtualbox-gets-updated-to-214.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>List of supported cell phones in new mobile broadband feature of Ubuntu</title>
		<link>http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html</link>
		<comments>http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:01:38 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html</guid>
		<description><![CDATA[Since the last time I tried out how to setup a 3G connection on Ubuntu Intrepid, I&#8217;ve been trying out other cell phones that works with the new feature in Intrepid to allow users to easily connect via their mobile phones. So far I&#8217;ve tried the following GPRS/3G/HSDPA mobile phones and they work under Ubuntu [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
	            <content:encoded><![CDATA[<p>Since the last time I tried out how to setup a <a href="http://gerry.ws/2009/01/1087/nokia-mobile-phone-for-3g-connection-of-your-ubuntu-linux-computer.html">3G connection on Ubuntu Intrepid</a>, I&#8217;ve been trying out other cell phones that works with the new feature in Intrepid to allow users to easily connect via their mobile phones.</p>
<p>So far I&#8217;ve tried the following GPRS/3G/HSDPA mobile phones and they work under Ubuntu Intrepid.</p>
<p>Current list of supported cell phones in Ubuntu Intrepid&#8217;s mobile broadband automatic connection feature:</p>
<ul>
<li>Motorola RAZR (3G/HSPDA works with Network Manager using a cable)</li>
<li>Sony Ericsson 810i (3G works with Network Manager using a cable)</li>
<li>Nokia N80ie (3G works with Network Manager using a cable)</li>
<li>Nokia N95 ( <del>will try out this week</del> 3G/HSDPA works with Network Manager using a cable)</li>
</ul>
<p>If you have made your mobile phone to work on Ubuntu Intrepid, please leave a comment so I can try and make a list of supported handsets. Thanks.</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1150/list-of-supported-cell-phones-in-new-mobile-broadband-feature-of-ubuntu.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
		<item>
		<title>Step by step guide: How to write a Linux virus</title>
		<link>http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html</link>
		<comments>http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 00:38:14 +0000</pubDate>
		<dc:creator>iGerry</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html</guid>
		<description><![CDATA[Here&#8217;s something to think about. Geekzone has published a step by step guide on how to create a virus under Linux. I&#8217;ve always had the idea that viruses and malware is possible even in Linux and the only thing it&#8217;s not talked a lot about is because: Makers of such things would rather concentrate on [...]]]></description>
		<wfw:commentRss>http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
	            <content:encoded><![CDATA[<p>Here&#8217;s something to think about. Geekzone has published a <a href="http://www.geekzone.co.nz/foobar/6229">step by step guide on how to create a virus under Linux</a>. I&#8217;ve always had the idea that viruses and malware is possible even in Linux and the only thing it&#8217;s not talked a lot about is because:</p>
<ul>
<li>Makers of such things would rather concentrate on Windows which has a big user base</li>
<li>It&#8217;s harder to create such things on Linux</li>
</ul>
<p>What do you think?</p>
<div style="font:normal 9px/9px Arial;"><strong>Share: </strong><a href="http://twitter.com/home?status=http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html">Tweet This</a> <strong>&nbsp;|&nbsp;</strong> <a href="http://gerry.ws/2009/02/1141/step-by-step-guide-how-to-write-a-linux-virus.html#respond">Make a comment</a></div><br/>]]></content:encoded>
        	</item>
	</channel>
</rss>

