<?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>Wesam Alalem&#039;s Blog</title>
	<atom:link href="http://www.wesam.com.ly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wesam.com.ly</link>
	<description>my news and updates ;)</description>
	<lastBuildDate>Fri, 16 Dec 2011 12:22:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Issues with running Java applets under Kubuntu</title>
		<link>http://www.wesam.com.ly/2011/12/issues-with-running-java-applets-under-kubuntu/</link>
		<comments>http://www.wesam.com.ly/2011/12/issues-with-running-java-applets-under-kubuntu/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:21:49 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=73</guid>
		<description><![CDATA[If you ask me how many websites you visit that have Java applets, I tell you no one. They are few, few enough to make opening a page with Java applet a time consuming task! Yes, today I ran into one that uses Java applet for essential service, and I really need it. I was [...]]]></description>
			<content:encoded><![CDATA[<p>If you ask me how many websites you visit that have Java applets, I tell you no one. They are few, few enough to make opening a page with Java applet a time consuming task! Yes, today I ran into one that uses Java applet for essential service, and I really need it.<span id="more-73"></span></p>
<p>I was using Chromium browser, searching the Internet about how to install Java plugin on Linux browser, I couldn&#8217;t find direct answer. I decided to search Kubuntu Software Manager (Muon) in my Laptop, and found it:<strong> icedtea-plugin</strong>, and as description says, it is web browser plugin  based on OpenJDK and IcedTea to execute Java applets. Java was already installed, so it didn&#8217;t take time to complete installation.</p>
<pre>sudo apt-get install icedtea-plugin</pre>
<p>One thing to note here, that it is better to disable Java plugin if you&#8217;re not in a real need for it. It is well known for being security problems source, specially when you forget to update Java. Open browser plugin page and disable it from there, you can enable it later when needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2011/12/issues-with-running-java-applets-under-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uTorrent on Kubuntu 11.10 libssl error</title>
		<link>http://www.wesam.com.ly/2011/12/utorrent-on-kubuntu-libbssl-error/</link>
		<comments>http://www.wesam.com.ly/2011/12/utorrent-on-kubuntu-libbssl-error/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:23:49 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=68</guid>
		<description><![CDATA[After installing Kubuntu 11.10, uTorrent server won&#8217;t start. Whenever I start it I get this error: ./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory with a lot of Googling, I solved it by installing libssl0.9.8 package: sudo apt-get install libssl0.9.8 Hope it will save someone&#8217;s time]]></description>
			<content:encoded><![CDATA[<p>After installing Kubuntu 11.10, <a title="Download µTorrent for Linux" href="http://www.utorrent.com/downloads/linux" target="_blank">uTorrent server</a> won&#8217;t start. Whenever I start it I get this error:</p>
<pre>./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory</pre>
<p>with a lot of Googling, I solved it by installing libssl0.9.8 package:</p>
<pre>sudo apt-get install libssl0.9.8</pre>
<p>Hope it will save someone&#8217;s time <img src='http://www.wesam.com.ly/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2011/12/utorrent-on-kubuntu-libbssl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing folders between two computers running Kubuntu (KDE)</title>
		<link>http://www.wesam.com.ly/2010/12/sharing-folders-between-two-computers-running-kubuntu-kde/</link>
		<comments>http://www.wesam.com.ly/2010/12/sharing-folders-between-two-computers-running-kubuntu-kde/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 21:31:24 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=60</guid>
		<description><![CDATA[Sharing two folders between two computer is something that expected to work out of the box, but it seems that the new releases of Kubuntu needs extra work to add this functionality, I was surprised about how we still need command line to tackle this simple task, even after all this great Graphical User Interface [...]]]></description>
			<content:encoded><![CDATA[<p>Sharing two folders between two computer is something that expected to work out of the box, but it seems that the new releases of Kubuntu needs extra work to add this functionality, I was surprised about how we still need command line to tackle this simple task, even after all this great Graphical User Interface exprience being introduced in Linux world.<span id="more-60"></span></p>
<p>To share two folders I used samba server:</p>
<h4>Step #1:</h4>
<p>Run the following command:</p>
<pre>sudo apt-get install kdenetwork-filesharing libsmbclient samba samba smbclient</pre>
<h4>Step #2:</h4>
<p>Specify a password to use when accessing shared folders in your computer using your Linux username.</p>
<pre>sudo smbpasswd current_user</pre>
<p>Replace the current_user with your username</p>
<h4>Step #3:</h4>
<p>Edit the samba config file to add shares:</p>
<pre>sudo nano /etc/samba/smb.conf</pre>
<p>At the end of the file add:</p>
<pre>[DATA]</pre>
<pre>path = /home/current_user/Documents</pre>
<pre>browseable = yes</pre>
<pre>writeable = yes</pre>
<p>Save the file (CTLR+X then Y then ENTER)</p>
<h4>Step #4:</h4>
<p>Restart Samba services:</p>
<pre>sudo service nmbd restart</pre>
<pre>sudo service smbd restart
</pre>
<h4>Step #5:</h4>
<p>In the computer that will access the shares, open file manger, and in location bar type:</p>
<p><strong><em>smb://192.168.2.2/ </em></strong></p>
<p>It will ask you for the password you entered in Step #2</p>
<p>Replace the IP Address with your computer IP Address</p>
<p><strong>Note:</strong> In Dolphin file manager you can right click a folder, then select properties, click Share tab. From here you can share any folder, but you may need to edit /etc/samba/smb.conf in case you couldn&#8217;t write into shared folders, you will need to remove the line &#8216;guest ok = yes&#8217; to force asking for the username and password when accessing the shared folders.</p>
<p><em>Resources:</em></p>
<p><a href="http://forum.kde.org/viewtopic.php?f=18&amp;t=84037" target="_blank">How to Setup Folder for Network Sharing</a></p>
<p><a href="http://kubuntuguide.org/Lucid#Samba_File_Sharing" target="_blank">Lucid &#8211; Kubuntuguide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2010/12/sharing-folders-between-two-computers-running-kubuntu-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated my HTC Desire to Android 2.2</title>
		<link>http://www.wesam.com.ly/2010/12/updated-my-htc-desire-to-android-2-2/</link>
		<comments>http://www.wesam.com.ly/2010/12/updated-my-htc-desire-to-android-2-2/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 19:55:12 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[HTC Desire]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=48</guid>
		<description><![CDATA[Yesterday spent all night trying to update my HTC Desire phone to the latest Android image available from HTC, it didn&#8217;t went as it supposed to be, but it was successful after few tries. They added new features and fixed an issue that frustrated me since I bought my HTC Desire last October. First try: [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday spent all night trying to update my HTC Desire phone to the latest Android image available from HTC, it didn&#8217;t went as it supposed to be, but it was successful after few tries. They added new features and fixed an issue that frustrated me since I bought my HTC Desire last October.<span id="more-48"></span></p>
<ul>
<li><span style="color: #ff0000;">First try:</span> for some reason the Internet was slow, and took long time to download the ~90 MB image, after download finished, I chose to setup update, and after a reboot it shows a green progress bar (nothing written to tell what is going on!), it didn&#8217;t finish the third of the progress bar and went red, and rebooted without any message. Fortunately, I heard from a friend before that this might be caused by a low space of the Internal phone storage, I un-installed few apps that taking large space.</li>
<li> <span style="color: #339966;">Second try:</span> repeated the process, re-downloading the update file (it seems the setup deleted the previously downloaded file), and before installing, I copied it to another folder, and installed it, this time it was success.</li>
</ul>
<h3>What&#8217;s new here?</h3>
<ul>
<li>Well, it is well known for android users that the Android 2.2 added the missed (long waited) feature to install apps to SD Card, by moving installed app (which has to support this feature in first place) to SD card.</li>
<li>HTC Desire now can record movies with 720p resolution, which was not included with Android 2.1 image.</li>
<li>HTC added the Flaslight app to utilize the camera flash and use it as a light source.</li>
<li>Photos and Movies app are now separated into two apps, Gallery app and Movies app, and I think it is great idea.</li>
<li>For me however, I longed for this update hoping there will a solution for an issue in the HTC desire user interface. Actually, I bought the Middle East version which supports Arabic, and bundled with a few apps that we need, like Hejri Calendar, Prayer times, and English-Arabic dictionary. The issue was the numbers, Arab countries in the east (Egypt, Sudan, and Middle East), use the <a title="Wikipedia:Eastern Arabic numerals" href="http://en.wikipedia.org/wiki/Eastern_Arabic_numerals" target="_blank">Arabic-Indic numerals</a>, while we in the western Arab countries ( Libya, Tunisia, Algeria, Morocco, and Mauritania) use the <a title="Wikipedia:Arabic numerals" href="http://en.wikipedia.org/wiki/Arabic_numerals" target="_blank">Arabic numerals</a>. And whenever a text contains a mixed numbers and alphabetic (English or Arabic) words it shows Arabic-Indic numerals instead of Arabic numerals. Tried installing the MoreLocale 2 app, but without results. I contacted HTC support for instructions to install the Android 2.2 a month ago, they replied that they stopped updating because of an issue reported by Google with the Market app. Yesterday, my friends told me that HTC started updating and I was lucky that they fixed this issue in this version and I am really satisfied with this update.</li>
</ul>
<p>It is time t download more apps now, since the installation will be in the SD card, viva Android <img src='http://www.wesam.com.ly/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2010/12/updated-my-htc-desire-to-android-2-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kubuntu 10.04 Netbook Edition</title>
		<link>http://www.wesam.com.ly/2010/07/kubuntu-10-04-netbook-edition/</link>
		<comments>http://www.wesam.com.ly/2010/07/kubuntu-10-04-netbook-edition/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 20:23:08 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=43</guid>
		<description><![CDATA[In May 2010 I purchased Toshiba NB 305 Netbook, it comes with Windows 7 starter edition. Well, it was working just fine, light and speedy, until I decided to protect my Windows with AntiVirus and Firewall application, you know, Windows&#8217; eternal companions! That&#8217;s where it started to be slow, slow enough to make me frustrated. [...]]]></description>
			<content:encoded><![CDATA[<p>In May 2010 I purchased Toshiba NB 305 Netbook, it comes with Windows 7 starter edition.<br />
Well, it was working just fine, light and speedy, until I decided to protect my Windows with AntiVirus and Firewall application, you know, Windows&#8217; eternal companions! That&#8217;s where it started to be slow, slow enough to make me frustrated.<br />
Then I decided to install Kubuntu 10.04 Netbook Edition since I am already using Kubuntu on my Laptop.<br />
It&#8217;s kind of slow, but I think I&#8217;ll buy 2 GB RAM to replace the installed 1 GB.<br />
One thing that&#8217;s quite interesting so far is the interface, it is optimized for netbooks, and looks great and handy.<br />
It&#8217;s updating right now, and I am not sure if it will play my media files smoothly, usually, I install smplayer on Kubuntu.<br />
For those interested, there is Ubuntu Netbook Remix, many of Internet users giving good impression about it. I am a KDE guy, so, not ready for it yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2010/07/kubuntu-10-04-netbook-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing more Arabic fonts on Kubuntu</title>
		<link>http://www.wesam.com.ly/2010/05/installing-more-arabic-fonts-on-kubuntu/</link>
		<comments>http://www.wesam.com.ly/2010/05/installing-more-arabic-fonts-on-kubuntu/#comments</comments>
		<pubDate>Sat, 22 May 2010 22:01:05 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arabic]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=41</guid>
		<description><![CDATA[I was designing a logo for my Arabic website, I checked the fonts and I couldn&#8217;t find good font, I searched around and I found that I can search repositories for fonts like this: #sudo apt-cache search ttf &#124; grep &#8220;Arabic&#8221; and I got: ttf-arabeyes &#8211; Arabeyes GPL TrueType Arabic fonts ttf-kacst &#8211; KACST free [...]]]></description>
			<content:encoded><![CDATA[<p>I was designing a logo for my Arabic website, I checked the fonts and I couldn&#8217;t find good font, I searched around and I found that I can search repositories for fonts like this:</p>
<p>#sudo apt-cache search ttf | grep &#8220;Arabic&#8221;</p>
<p>and I got:</p>
<p>ttf-arabeyes &#8211; Arabeyes GPL TrueType Arabic fonts<br />
ttf-kacst &#8211; KACST free TrueType Arabic fonts<br />
ttf-kacst-one &#8211; TrueType font designed for Arabic language<br />
ttf-sil-scheherazade &#8211; smart Unicode font for Arabic</p>
<p>and installed them:</p>
<p>#sudo apt-get install ttf-arabeyes ttf-kacst ttf-kacst-one ttf-sil-scheherazade</p>
<p>And now I can start designing my logo with GIMP with these great fonts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2010/05/installing-more-arabic-fonts-on-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>about.ly: Everything about ly domains</title>
		<link>http://www.wesam.com.ly/2010/03/about-ly-everything-about-ly-domains/</link>
		<comments>http://www.wesam.com.ly/2010/03/about-ly-everything-about-ly-domains/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:22:36 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[My Work]]></category>
		<category><![CDATA[about.ly]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[my websites]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=36</guid>
		<description><![CDATA[Finally I managed to get it to work, I purchased the domain at 27 jun 2009, and prepared a design to start with, but no enough motivation! Even with a design it still needs a lot of development to get what I was thinking about. Being one of the ly team since it came back [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #339966;"><strong>F</strong>inally</span> I managed to get it to work, I purchased the domain at 27 jun 2009, and prepared a design to start with, but no enough motivation!<br />
Even with a design it still needs a lot of development to get what I was thinking about.<br />
Being one of the ly team since it came back to Libya, I knew a lot about it. <span style="color: #339966;">Actually</span> I was one of technical team responsible on the ccTLD in <a href="http://ltt.ly" target="_blank">LTT</a>. then left LTT, worked with another company I drifted away from ly, but when I joined <a href="http://libyanspider.com" target="_blank">Libyan Spider</a> I returned back to the ly stuff, with the great care these guys giving to .ly domain I started feeling and thinking <span style="color: #339966;">differently</span> about .ly domains.<br />
Here where it came the idea of about.ly: A website about .ly domains in general, news, articles, tools, etc&#8230; Actually, it needs a lot of work, and I am kind of lazy when it comes to a personal work! Until I found the great web application Pligg, it was what I was looking for, I submit news links, write a brief about them, people read, vote and share comments.</p>
<p>I started playing around with <a href="http://www.pligg.com/" target="_blank">Pligg</a> since last December, I applied new template, changed some styles, added new modules, I like it now.</p>
<p>I think I&#8217;ll add some tools soon to search .ly domains <span style="color: #339966;">directly</span> from about.ly and linking them to libyanspider.com website to purchase!</p>
<p>have a look at: <a href="http://about.ly" target="_blank">about.ly</a>, there&#8217;s a <a href="http://twitter.com/aboutly" target="_blank">twitter account</a> for those want to follow latest updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2010/03/about-ly-everything-about-ly-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync Kubuntu to Nokia mobile with bluetooth</title>
		<link>http://www.wesam.com.ly/2009/12/sync-kubuntu-to-nokia-mobile-with-bluetooth/</link>
		<comments>http://www.wesam.com.ly/2009/12/sync-kubuntu-to-nokia-mobile-with-bluetooth/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:58:41 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=32</guid>
		<description><![CDATA[That was really impressive, to be able to synchronize my contacts between my Laptop and my mobile phone. With Nokia PCSuite software image still flying around on my head, I thought that I won&#8217;t find something fill the gap for Linux! but actually there was. I didn&#8217;t read too much about it; I just followed [...]]]></description>
			<content:encoded><![CDATA[<p>That was really impressive, to be able to synchronize my contacts between my Laptop and my mobile phone.</p>
<p>With Nokia PCSuite software image still flying around on my head, I thought that I won&#8217;t find something fill the gap for Linux! but actually there was.</p>
<p>I didn&#8217;t read too much about it; I just followed some tutorial and everything is up and running. It seems that there is a standard protocol that both Nokia and the software developers follow and made this possible.</p>
<p>First I had some issues with the Bluetooth in my laptop, the kbluetooth icon was gray, and after searching I found that my Laptop Toshiba Satellite Pro U400 has problems with bluetooth support.</p>
<p>A wonderful guy was there to fix it: <a href="http://rik.rikva.nl/cms/index.php?itemid=5" target="_blank">Linux on Toshiba Satellite Pro U400<br />
</a></p>
<p>Then a Ubuntu Forums HowTo did the job: <a href="http://ubuntuforums.org/showthread.php?t=705103" target="_blank">HOWTO: Sync Evolution with Nokia N95 via Bluetooth on Ubuntu Gutsy</a></p>
<p>Viva Linux  <img src='http://www.wesam.com.ly/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>And by the way, I just bought Nokia N86 8MP, which was the subject of the matter xD</p>
<p>Now when I add contacts into the mobile phone and after clicking Refersh button, I see the contacts in Evolution, and visa-versa.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2009/12/sync-kubuntu-to-nokia-mobile-with-bluetooth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xara Xtreme: Another graphics editor for Linux</title>
		<link>http://www.wesam.com.ly/2009/11/xara-xtreme-another-graphics-editor-for-linux/</link>
		<comments>http://www.wesam.com.ly/2009/11/xara-xtreme-another-graphics-editor-for-linux/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 17:51:20 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[alternative]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=24</guid>
		<description><![CDATA[I found this application while I was searching for graphics application for Linux, I used this back in Windows; it was cool, but it wasn&#8217;t free. I read in the website that the original company made the source code available, that&#8217;s where the gurus stepped in and ported it to Linux. I think it will [...]]]></description>
			<content:encoded><![CDATA[<p>I found this application while I was searching for graphics application for Linux, I used this back in Windows; it was cool, but it wasn&#8217;t free.<br />
I read in the website that the <a href="http://www.xara.com/us/" target="_blank">original company</a> made the source code available, that&#8217;s where the gurus stepped in and ported it to Linux.<br />
I think it will make perfect tool with GIMP, as many things are missing (or actually I still don&#8217;t know about how to do them).<br />
The installation is quite simple, download the package from the download page (I used the latest version), then change the permission of the file to make it executable, finally run the package file and follow the instructions.</p>
<p>The most disappointing issue, that it is not supporting Arabic, when I type in Arabic the letters appear from left to right, where they should appear Right-to-Left. They also (as a result from the first issue) appear as separate letters: In Arabic some letters should be connected to the proceeding letter with a horizontal line.<br />
In General, I think I&#8217;ll use Xara Xtreme with GIMP when it is necessary. Until I get grasp of the GIMP.</p>
<p>Website: <a href="http://www.xaralx.org/" target="_blank">xaralx.org</a></p>
<p>[Note: they have screen shots, check them <img src='http://www.wesam.com.ly/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2009/11/xara-xtreme-another-graphics-editor-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The first discussion session &#8211; Linux Ubuntu 9.10 Karmic Koala &#8220;My Experience&#8221;</title>
		<link>http://www.wesam.com.ly/2009/11/the-first-discussion-session-linux-ubuntu-9-10-karmic-koala-my-experience/</link>
		<comments>http://www.wesam.com.ly/2009/11/the-first-discussion-session-linux-ubuntu-9-10-karmic-koala-my-experience/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:34:14 +0000</pubDate>
		<dc:creator>Wesam</dc:creator>
				<category><![CDATA[Activity]]></category>
		<category><![CDATA[Libya]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.wesam.com.ly/?p=21</guid>
		<description><![CDATA[Libya Ubuntu LoCoTeam  arranged the first discussion session, to discuss the experience of the attendants for the newely released Ubuntu. The &#8220;Pros and Cons&#8221; where discussed, and some points have been highlighted. and many proivde possible solutions to those reported them. Later, Mohamed Ayad (who arranged the session) gave us a presentation about the new [...]]]></description>
			<content:encoded><![CDATA[<p>Libya Ubuntu LoCoTeam  arranged the first discussion session, to discuss the experience of the attendants for the newely released Ubuntu.</p>
<p>The &#8220;Pros and Cons&#8221; where discussed, and some points have been highlighted. and many proivde possible solutions to those reported them.</p>
<p>Later, Mohamed Ayad (who arranged the session) gave us a presentation about the new default file system EXT4.</p>
<p>Thanks Mohamad, It was clever idea to add the points mentioned in the discussion session as Forum posts to help people solve them.</p>
<p>It was my pleasure to attend, Hope I see more of such activities in our beloved country, as you promised.</p>
<p><a href="http://ubuntu.ly/1st-discussion-karmic-koala-nov-2009.htm" target="_blank">The first announcement</a> (In Arabic)</p>
<p><a href="http://ubuntu.ly/1st-discussion-ubuntu-libya-locoteam-lydiscussion0919nov.htm" target="_blank">The Final Report</a> (In Arabic)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wesam.com.ly/2009/11/the-first-discussion-session-linux-ubuntu-9-10-karmic-koala-my-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

