<?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>Technowledge &#187; Linux</title>
	<atom:link href="http://blog.emobilez.com/category/ubuntu-debian-linux-gonme-kde-fedora-suse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emobilez.com</link>
	<description>All about mobiles, ubuntu, wordpress, graphics, tech tips &#38; tricks</description>
	<lastBuildDate>Wed, 10 Feb 2010 14:19:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix &#8220;Archive directory /var/cache/apt/archives/partial is missing” error</title>
		<link>http://blog.emobilez.com/2009/02/21/fix-archive-directory-varcacheaptarchivespartial-is-missing%e2%80%9d-error/</link>
		<comments>http://blog.emobilez.com/2009/02/21/fix-archive-directory-varcacheaptarchivespartial-is-missing%e2%80%9d-error/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 16:16:58 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pakistan]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=538</guid>
		<description><![CDATA[After deleting some .debs from /var/cache/apt, there was an alert displayed in my Ubuntu system tray. When I tried to install anything via apt-get or run a system upgrade, I was annoyed with this message: &#8220;Archive directory /var/cache/apt/archives/partial is missing”. Searching through Google I came to know this solution and it worked for me. You [...]


Related posts:<ol><li><a href='http://blog.emobilez.com/2010/01/06/how-to-install-iphone-themes/' rel='bookmark' title='Permanent Link: How To Install iPhone Themes'>How To Install iPhone Themes</a> <small>Here is a complete guide of How to install iPhone...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>After deleting some .debs from /var/cache/apt, there was an alert displayed in my Ubuntu system tray. When I tried to install anything via apt-get or run a system upgrade, I was annoyed with this message: &#8220;Archive directory /var/cache/apt/archives/partial is missing”. Searching through Google I came to know <a href="http://liltux.wordpress.com/2007/06/15/howto-fix-e-archive-directory-varcacheaptarchivespartial-is-missing-error/" target="_blank">this solution</a> and it worked for me. You have to follow these steps:</p>
<blockquote><p>To fix this error make sure you recreate the archives folder as well as the partial folder. open a console window and type</p>
<p>1. cd /var/cache/apt</p>
<p>2. Type ls check to make sure archives folder is displayed in case you dont see the archives folder create the folder</p>
<p>sudo mkdir archives if you already have the archives folder then skip this step.</p>
<p>3. type cd archives , create the partial folder by typing sudo mkdir partial</p>
<p>4.   type sudo apt-get autoclean to make sure apt is working properly.</p>
<p>Thats it you should now be able to get apt to work properly.</p></blockquote>


<p>Related posts:<ol><li><a href='http://blog.emobilez.com/2010/01/06/how-to-install-iphone-themes/' rel='bookmark' title='Permanent Link: How To Install iPhone Themes'>How To Install iPhone Themes</a> <small>Here is a complete guide of How to install iPhone...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/02/21/fix-archive-directory-varcacheaptarchivespartial-is-missing%e2%80%9d-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of stupid &#8220;NoClassDefFoundError&#8221; in Ubuntu</title>
		<link>http://blog.emobilez.com/2009/01/26/get-rid-of-stupid-noclassdeffounderror-in-ubuntu/</link>
		<comments>http://blog.emobilez.com/2009/01/26/get-rid-of-stupid-noclassdeffounderror-in-ubuntu/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:45:34 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=296</guid>
		<description><![CDATA[We use a small Java application to monitor SMS services in our company. This client application connect to the server via internet, means I can monitor the services from anywhere. It was working fine both on Windows as well Ubuntu. Three days earlier when I was cleaning up some applications after Ubuntu File System got [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>We use a small Java application to monitor SMS services in our company. This client application connect to the server via internet, means I can monitor the services from anywhere. It was working fine both on Windows as well Ubuntu. Three days earlier when I was cleaning up some applications after Ubuntu File System got full, I mistakenly removed <a href="http://java.com/en/download/manual.jsp">JRE</a>(<em>Java Runtime Environment</em>) too. Though I re-installed it later but my service monitoring application won&#8217;t run and keep printing this error in terminal:</p>
<blockquote><p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: uk.co.planetbeyond.servicemonitor.gui.ClientMain<br />
at java.lang.Class.initializeClass(libgcj.so.90)<br />
Caused by: java.lang.ClassNotFoundException: javax.swing.RowSorter not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/sajid/sm/sm.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}<br />
at java.net.URLClassLoader.findClass(libgcj.so.90)<br />
at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.90)<br />
at java.lang.ClassLoader.loadClass(libgcj.so.90)<br />
at java.lang.ClassLoader.loadClass(libgcj.so.90)<br />
at java.lang.Class.initializeClass(libgcj.so.90)</p></blockquote>
<p><span id="more-296"></span>I googled it to get some solution but everyone had its own answer for this error. Browsing through <a href="http://ubuntuforums.org/showthread.php?t=217936">this thread</a> over Ubuntu forums I found <a href="http://ubuntuforums.org/showpost.php?p=5793294&#038;postcount=9">this solution</a> and it worked for me. All I have to do is to run this command in a terminal:<br />
<code>sudo update-java-alternatives -s java-6-sun</code><br />
According to the author this command sets the JRE6 to run by default. That No Class Def Found error was probably due to invalid path to the appropriate JRE installation. Give it a try if your are facing this error.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/01/26/get-rid-of-stupid-noclassdeffounderror-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Ubuntu 9.04 Jaunty Jackalope Alpha 3</title>
		<link>http://blog.emobilez.com/2009/01/25/download-ubuntu-904-jaunty-jackalope-alpha-3/</link>
		<comments>http://blog.emobilez.com/2009/01/25/download-ubuntu-904-jaunty-jackalope-alpha-3/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 08:36:26 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Freebies/Freewares]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=285</guid>
		<description><![CDATA[A new version every six month is one of the joy of using Ubuntu. It is one of the frequently updated &#38; upgraded linux. After releasing Ubuntu 8.10 Interpid, the developers quickly started to work for next scheduled release. And here we are, the new version Ubuntu 9.04&#8217;s Alpha 3 is now available for download. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A new version every six month is one of the joy of using <a href="http://ubuntu.org">Ubuntu</a>. It is one of the frequently updated &amp; upgraded linux. After releasing Ubuntu 8.10 Interpid, the developers quickly started to work for next scheduled release. And here we are, the new version Ubuntu 9.04&#8217;s Alpha 3 is now available for download.<span id="more-285"></span> According to the <a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-September/000481.html">official release</a>:</p>
<blockquote><p>The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source Community has to offer. The Jaunty Jackalope Alpha 3 will be the third alpha release of Ubuntu 9.04, bringing with it the earliest new features for the next version of Ubuntu.</p>
<p>This is still an alpha release. Do not install it on production machines. The final stable version will be released on April 23rd, 2009.</p></blockquote>
<p><strong><br />
<img src="http://blog.emobilez.com/wp-content/uploads/2009/01/Ubuntu-9-04-Alpha-3-Screenshot.jpg" alt="Ubuntu 9.04 Screenshot" /></p>
<p>Download Links(</strong><em>direct links</em><strong>):</strong><br />
<a href="http://cdimage.ubuntu.com/releases/jaunty/alpha-3/jaunty-desktop-i386.iso">Ubuntu 9.04 Alpha3 32bit</a><br />
<a href="http://cdimage.ubuntu.com/releases/jaunty/alpha-3/jaunty-desktop-amd64.iso">Ubuntu 9.04 Alpha3 64bit</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/01/25/download-ubuntu-904-jaunty-jackalope-alpha-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change SSH Port</title>
		<link>http://blog.emobilez.com/2009/01/23/how-to-change-ssh-port/</link>
		<comments>http://blog.emobilez.com/2009/01/23/how-to-change-ssh-port/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 03:06:10 +0000</pubDate>
		<dc:creator>Fahad Junaid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[changin ssh port]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=242</guid>
		<description><![CDATA[In most of the cases when a Web hosting company setup a new dedicated server, what they tech do is they do not change the SSH port as by default its &#8220;22&#8243;. Later on it might result in security threat, So what the system Administrator recommend is to change the SSH Port from &#8220;22&#8243; to [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In most of the cases when a Web hosting company setup a new dedicated server, what they tech do is they do not change the SSH port as by default its &#8220;22&#8243;. Later on it might result in security threat, So what the system Administrator recommend is to change the SSH Port from &#8220;22&#8243; to any other value.  Here are few steps to change it.</p>
<p><strong> 1. </strong>Login as root to your server using <strong><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_self">Putty</a></strong>.</p>
<p><strong>2. </strong>Now enter the following command to edit the ssh config file.</p>
<p>pico /etc/ssh/sshd_config</p>
<p><img class="aligncenter size-full wp-image-244" title="putty1" src="http://blog.emobilez.com/wp-content/uploads/2009/01/putty1.jpg" alt="putty1" width="349" height="17" /></p>
<p><span id="more-242"></span></p>
<p><strong>3. </strong>Now change the Port</p>
<p><img class="aligncenter size-full wp-image-245" title="putty2" src="http://blog.emobilez.com/wp-content/uploads/2009/01/putty2.jpg" alt="putty2" width="197" height="114" /></p>
<p><strong>4. </strong>Save the changes by pressing (ctrl+o)</p>
<p><strong>5. </strong>Close that editing mode using (ctrl+x)</p>
<p><strong>6. </strong>Restart SSH using the following command</p>
<p>service sshd restart</p>
<p>7. Now Login with new SSH Port.</p>
<p><img class="aligncenter size-full wp-image-246" title="putty3" src="http://blog.emobilez.com/wp-content/uploads/2009/01/putty3.jpg" alt="putty3" width="465" height="451" /></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/01/23/how-to-change-ssh-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Hard Disk Usage in Linux</title>
		<link>http://blog.emobilez.com/2009/01/22/checking-hard-disk-usage-in-linux/</link>
		<comments>http://blog.emobilez.com/2009/01/22/checking-hard-disk-usage-in-linux/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 03:23:39 +0000</pubDate>
		<dc:creator>Fahad Junaid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hdd usage in linux]]></category>
		<category><![CDATA[linux command]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=228</guid>
		<description><![CDATA[As usual I always try to learn more and more SSH tricks, Today I learned how to check hard disk usage in Linux based server. Here are few steps to follow.
Once you are connected to the server via SSH, run the following command:
# df -h


This will output the usage of each partition in the server. [...]


Related posts:<ol><li><a href='http://blog.emobilez.com/2009/09/13/creating-hard-disk-partition-using-windows-vista/' rel='bookmark' title='Permanent Link: Creating Hard Disk Partition Using Windows Vista'>Creating Hard Disk Partition Using Windows Vista</a> <small>Because of Hard Disk crashed last week, I lost all...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>As usual I always try to learn more and more <a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">SSH</a> tricks, Today I learned how to check hard disk usage in <a href="http://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a> based server. Here are few steps to follow.</p>
<p>Once you are connected to the server via SSH, run the following command:<br />
# df -h</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-238" title="ssh1" src="http://blog.emobilez.com/wp-content/uploads/2009/01/ssh1.jpg" alt="ssh1" width="438" height="191" /></p>
<p style="text-align: left;"><span id="more-228"></span></p>
<p style="text-align: left;">This will output the usage of each partition in the server. To list the size of a specific directory, run the following command:<br />
# du -sh /home/</p>
<p><a href="http://blog.emobilez.com/wp-content/uploads/2009/01/ssh-21.jpg"><img class="aligncenter size-full wp-image-231" title="ssh-21" src="http://blog.emobilez.com/wp-content/uploads/2009/01/ssh-21.jpg" alt="ssh-21" width="250" height="31" /></a></p>
<p>If you want to list all the subdirectory sizes under /home, run the following command:<br />
# du -sh /home/*</p>
<p><a href="http://blog.emobilez.com/wp-content/uploads/2009/01/ssh-3.jpg"><img class="aligncenter size-full wp-image-232" title="ssh-3" src="http://blog.emobilez.com/wp-content/uploads/2009/01/ssh-3.jpg" alt="ssh-3" width="297" height="31" /></a></p>
<p>The output of the &#8216;df&#8217; command will show you overall disk usage. To find out how much space a give directory is used us the &#8216;du -s &#8216; command.</p>


<p>Related posts:<ol><li><a href='http://blog.emobilez.com/2009/09/13/creating-hard-disk-partition-using-windows-vista/' rel='bookmark' title='Permanent Link: Creating Hard Disk Partition Using Windows Vista'>Creating Hard Disk Partition Using Windows Vista</a> <small>Because of Hard Disk crashed last week, I lost all...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/01/22/checking-hard-disk-usage-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to enable RTL languages support in OpenOffice</title>
		<link>http://blog.emobilez.com/2009/01/01/how-to-enable-rtl-languages-support-in-openoffice/</link>
		<comments>http://blog.emobilez.com/2009/01/01/how-to-enable-rtl-languages-support-in-openoffice/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 10:29:01 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arabic]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[RTL]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=99</guid>
		<description><![CDATA[RTL or Right to left languages are commonly known as Arabic script languages but in fact there are few other languages too which are written in right to left order e.g Hebrew.
Like any other office suite OpenOffice too support RTL languages but one need to configure it to support proper direction for RTL languages. Its [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>RTL or Right to left languages are commonly known as Arabic script languages but in fact there are few other languages too which are written in right to left order e.g Hebrew.<br />
Like any other office suite OpenOffice too support RTL languages but one need to configure it to support proper direction for RTL languages. Its easy to do this:<br />
1. Open OpenOffice Writer(or any other OpenOffice application).<br />
2. Click Tools &gt; Options.<br />
3. Navigate to Language Settings &gt; Languages and check Enable for complex text layout(CTL), press OK. We are done.<br />
<img src="http://blog.emobilez.com/wp-content/uploads/2009/01/openoffice-language-options.gif" alt="Language Options in OpenOffice" /><br />
Write few lines in any RTL language &amp; click Right-to-Left icon in formatting bar.<br />
<a href="http://blog.emobilez.com/wp-content/uploads/2009/01/openoffice-rtl-text.png"><img class="aligncenter size-full wp-image-102" title="openoffice-rtl-text" src="http://blog.emobilez.com/wp-content/uploads/2009/01/openoffice-rtl-text.png" alt="openoffice-rtl-text" width="500" height="276" /></a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2009/01/01/how-to-enable-rtl-languages-support-in-openoffice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Remove &#8220;Your browser has been updated and needs to be restarted&#8221;</title>
		<link>http://blog.emobilez.com/2008/12/26/how-to-remove-your-browser-has-been-updated-and-needs-to-be-restarted/</link>
		<comments>http://blog.emobilez.com/2008/12/26/how-to-remove-your-browser-has-been-updated-and-needs-to-be-restarted/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 05:00:40 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=85</guid>
		<description><![CDATA[2 days earlier I updated my Firefox using Ubuntu Updated Manager. All went fine except Firefox, It started teasing me with an error stripe citing &#8220;Your browser has been updated and needs to be restarted&#8221;. Dismissing it did&#8217;nt work as it kept appearing &#38; disturbing me every now than. I googled the problem &#38; landed [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>2 days earlier I updated my Firefox using Ubuntu Updated Manager. All went fine except Firefox, It started teasing me with an error stripe citing &#8220;Your browser has been updated and needs to be restarted&#8221;. Dismissing it did&#8217;nt work as it kept appearing &amp; disturbing me every now than. I googled the problem &amp; landed at bug tracking site Launchpad. This bug was already reported there, though not sorted out. Going by comments I read <a href="https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/270303/comments/3" target="_blank">Savvas Radevic&#8217;s comment</a> temporary solution. The solution was basically uninstalling &amp; re-installing the Firefox. I tried it and fotunately it worked for me. If you are getting this error too you can try the solution given below:</p>
<blockquote><p>Firefox menu &gt; File &gt; Quit<br />
Then execute in terminal:<br />
sudo killall -9 -r firefox<br />
sudo apt-get purge firefox firefox-3.0 ubufox<br />
sudo apt-get install &#8211;reinstall firefox firefox-3.0 firefox-3.0-gnome-support<br />
When it&#8217;s done, try run firefox</p></blockquote>
<p>I hope it works.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2008/12/26/how-to-remove-your-browser-has-been-updated-and-needs-to-be-restarted/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The perfect web designing environment for ubuntu</title>
		<link>http://blog.emobilez.com/2008/12/19/the-perfect-web-designing-enviroment-for-ubuntu/</link>
		<comments>http://blog.emobilez.com/2008/12/19/the-perfect-web-designing-enviroment-for-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:33:51 +0000</pubDate>
		<dc:creator>Sajid Iqbal</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Xampp]]></category>

		<guid isPermaLink="false">http://blog.emobilez.com/?p=41</guid>
		<description><![CDATA[Its been a while I am using Ubuntu &#38; I must say that I&#8217;m lovin it. Currently I am using Ubuntu 8.10. I work as a part time web designer in my free time.  After shifting from Windows to Linux i.e Ubuntu, the biggest hurdle for me was how to shift my web designing environment [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Its been a while I am using Ubuntu &amp; I must say that <em>I&#8217;m lovin it</em>. Currently I am using Ubuntu 8.10. I work as a part time web designer in my free time.  After shifting from Windows to Linux i.e Ubuntu, the biggest hurdle for me was how to shift my web designing environment to my new OS. Fortunately it wasn&#8217;t that hard to mimic my favourite environment in Ubuntu thanks mainly to Wine(<em>No, I don&#8217;t drink</em> <img src='http://blog.emobilez.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />  ).<br />
For designing my site layout I prefer to use Adobe Photoshop. Fortunately wine supports Photoshop versions till CS2, not bad if you have to only design websites layout in it. If one is interested in some serious graphics work than off-course CS3 or CS4(the latest the better) are suitable for his work. Back to the topic, my design part is performed smoothly in Photoshop running under wine.</p>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.emobilez.com/wp-content/uploads/2008/12/notepad-wine.png"><img class="size-medium wp-image-49" title="notepad-wine" src="http://blog.emobilez.com/wp-content/uploads/2008/12/notepad-wine-300x225.png" alt="Notepad++ running under wine on a Ubuntu machine" width="300" height="225" /></a><p class="wp-caption-text">Notepad++ running under wine on a Ubuntu machine</p></div>
<p>Than comes coding my sites. For a web designer(<em>and small scale developer</em>) coding means static html(or xhtml) sites with touch of CSS &amp; nothing more. There are linux solutions for WYSIWYG editors like Frontpage or Dreamweaver but I like to code by hand. Since different template systems are in now-a-days, coding by hand is more accurate way to accomplish the task. So, for coding I prefer Notepad++ which has some really cool features for <em>handy</em> coders. Though some features do not work under wine but important features like syntax highlighting for different kind of programming languages &amp; tabs support are there to help. BTW I wonder why such a popular open source application is not yet ported to Linux?</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.emobilez.com/wp-content/uploads/2008/12/xammp-control-ubuntu.png"><img class="size-medium wp-image-50" title="xammp-control-ubuntu" src="http://blog.emobilez.com/wp-content/uploads/2008/12/xammp-control-ubuntu-300x225.png" alt="XAMMP webserver on a Ubuntu machine" width="300" height="225" /></a><p class="wp-caption-text">XAMMP webserver on a Ubuntu machine</p></div>
<p>Now-a-days ready to be customize open source content management systems &amp; blogging applications are quite popular. Almost all such applications have a template system which you can theme as per your need without any knowledge of web development technologies. All you need is to download, install &amp; run these applications on a locally to modify the themes(<em>or templates sometime</em>) for your clients. This is where you have to setup some web server where you can deploy these applications for testing, modifying &amp; making them client ready. I prefer to use lightweight XAMPP webserver for this part. Though Apache &amp; mySQL can be installed easily from Ubuntu repositories but i prefer XAMMP as this is a one stop solution for your web server need. It has apache, mysql, filezilla &amp; PhpMyAdmin buil in to cater all your web server needs.</p>
<p>This completes my personal small web designing enviroment. How about yours? Comments &amp; suggestions are always welcome.</p>
<p><span style="color: #800000;">Update: Please vote for your favourite editor here:</span></p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.emobilez.com/2008/12/19/the-perfect-web-designing-enviroment-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
