<?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>ByteChip &#187; Linux</title> <atom:link href="http://www.bytechip.com/category/linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.bytechip.com</link> <description>Technology Blog with updated news about Mobiles, Gadgets, Laptops, Windows, Linux, Tutorial, Internet, Web</description> <lastBuildDate>Mon, 23 Jan 2012 19:48:23 +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>Java Plugin for Ubuntu and other Linux distros</title><link>http://www.bytechip.com/2012/01/java-plugin-firefox-chrome-ubuntu-linux/</link> <comments>http://www.bytechip.com/2012/01/java-plugin-firefox-chrome-ubuntu-linux/#comments</comments> <pubDate>Mon, 23 Jan 2012 19:48:23 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[addon]]></category> <category><![CDATA[chrome-java]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[firefox-java]]></category> <category><![CDATA[icedtea]]></category> <category><![CDATA[icedtea6]]></category> <category><![CDATA[icedtea6-plugin]]></category> <category><![CDATA[java]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[ubuntu-java]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=7607</guid> <description><![CDATA[Almost all linux distros does not come with Java plugin in their browsers. Although you... <a
class="meta-more" href="http://www.bytechip.com/2012/01/java-plugin-firefox-chrome-ubuntu-linux/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>Almost all linux distros does not come with Java plugin in their browsers. Although you install Java separately from Synaptic or from other sources, you will be surprised to see that Java application would work but no applet or java enabled site would work properly on your browser. In Windows we typically install Java addon which fixes this issue.</p><div
id="attachment_7608" class="wp-caption aligncenter" style="width: 479px"><a
href="http://www.bytechip.com/wp-content/uploads/2012/01/java.png"><img
class="size-full wp-image-7608" title="java" src="http://www.bytechip.com/wp-content/uploads/2012/01/java.png" alt="java Java Plugin for Ubuntu and other Linux distros" width="469" height="92" /></a><p
class="wp-caption-text">Java plugin not installed</p></div><h2>Solution</h2><p>The automatic Java plugin in Firefox on Linux will fail all the time, so you have to manually install the plugin to get it working. Install &#8216;<strong>icedtea6-plugin</strong>&#8216; to get over the problem.  Note: For OpenJDK 7 users, you need to install icedtea7-plugin.</p><pre>sudo apt-get install icedtea6-plugin</pre><div
id="attachment_7611" class="wp-caption aligncenter" style="width: 473px"><a
href="http://www.bytechip.com/wp-content/uploads/2012/01/firefox-java-ubuntu-install.png"><img
class=" wp-image-7611 " title="firefox java ubuntu install" src="http://www.bytechip.com/wp-content/uploads/2012/01/firefox-java-ubuntu-install.png" alt="firefox java ubuntu install Java Plugin for Ubuntu and other Linux distros" width="463" height="260" /></a><p
class="wp-caption-text">Ubuntu IcedTea6-Plugin install</p></div><div
id="attachment_7610" class="wp-caption aligncenter" style="width: 418px"><a
href="http://www.bytechip.com/wp-content/uploads/2012/01/java-linux-working.png"><img
class="size-full wp-image-7610" title="java linux working" src="http://www.bytechip.com/wp-content/uploads/2012/01/java-linux-working.png" alt="java linux working Java Plugin for Ubuntu and other Linux distros" width="408" height="268" /></a><p
class="wp-caption-text">Test for Java</p></div> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2012/01/java-plugin-firefox-chrome-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>XAMPP MySQL Apache instance</title><link>http://www.bytechip.com/2012/01/xampp-mysql-apache-instance/</link> <comments>http://www.bytechip.com/2012/01/xampp-mysql-apache-instance/#comments</comments> <pubDate>Sun, 22 Jan 2012 12:41:08 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[apache2]]></category> <category><![CDATA[daemon]]></category> <category><![CDATA[lampp]]></category> <category><![CDATA[linux-service]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[service]]></category> <category><![CDATA[xampp]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=7600</guid> <description><![CDATA[Not many users are aware of the XAMPP system. For those who don&#8217;t know XAMPP... <a
class="meta-more" href="http://www.bytechip.com/2012/01/xampp-mysql-apache-instance/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>Not many users are aware of the XAMPP system. For those who don&#8217;t know XAMPP is Apache&#8217;s  distribution that contains major packages like MySQL, Apache server, PHP, PhpMyAdmin, OpenSSL and lot more. Although I run Ruby on rails on the classic Apache and MySQL (installed from Synaptic) I prefer using XAMPP for most of the other applications.</p><h2>Problem</h2><p>When the users installs MySQL and Apache server from Synaptic, it automatically gets added to the system startup services. Hence by default these two services will execute. When you try to start XAMPP, it will throw an error saying that the MySQL and Apache daemon are already running. Since we have already covered on how to disable startup service in linux, we are not going to do the same now. Instead this post guides on how to disable the default services and run XAMPP successfully.</p><p><strong>Exact Problem message :</strong> XAMPP: Another web server daemon is already running. XAMPP: Another MySQL daemon is already running.</p><h2>Solution</h2><p>Earlier we used to stop a service by /etc/init.d/mysql stop and /etc/init.d/apache2 stop commands, but these commands are deprecated in some distributions. The best way to stop these services is using the service utility. The commands are</p><ul><li>sudo service mysql stop</li><li>sudo service apache2 stop</li></ul><div
id="attachment_7601" class="wp-caption aligncenter" style="width: 492px"><a
href="http://www.bytechip.com/wp-content/uploads/2012/01/mysql-apache2.png"><img
class="size-full wp-image-7601" title="mysql-apache2" src="http://www.bytechip.com/wp-content/uploads/2012/01/mysql-apache2.png" alt="mysql apache2 XAMPP MySQL Apache instance" width="482" height="365" /></a><p
class="wp-caption-text">Mysql Apache2 Error</p></div><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2012/01/xampp-mysql-apache-instance/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Adobe Flash 11 on Ubuntu for Firefox 8</title><link>http://www.bytechip.com/2011/12/install-flash-player-firefox-ubuntu/</link> <comments>http://www.bytechip.com/2011/12/install-flash-player-firefox-ubuntu/#comments</comments> <pubDate>Tue, 20 Dec 2011 07:34:42 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[adobe]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[flash-player]]></category> <category><![CDATA[install]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=7528</guid> <description><![CDATA[We all know that Firefox does not come with flash player by default unlike Google... <a
class="meta-more" href="http://www.bytechip.com/2011/12/install-flash-player-firefox-ubuntu/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>We all know that Firefox does not come with flash player by default unlike Google Chrome. To get it working you have to download adobe flash player from the official site and install it. Earlier adobe released the .deb version of the adobe flash player and it now discontinued it. At present we can either get the .rpm yum or the archive format .tar.gz of flash player. This tutorial is a guide to install adobe flash player from the archive tar.gz file for Mozilla Firefox.</p><h2>Install Adobe flash from Archive tar.gz</h2><ol><li>Download the flash player (tar.gz format) from <a
href="http://get.adobe.com/flashplayer/" target="_blank">Adobe page</a>.</li><li>Extract the file using the command <strong>tar -zxf &lt;filename&gt;</strong></li><li>Make a folder called <strong>plugins</strong> in the mozilla directory (~/.mozilla) using the command <strong>mkdir ~/.mozilla/plugins</strong></li><li>Move <strong>libflashplayer.so</strong> file to the plugins directory using the command <strong>mv libflashplayer.so ~/.mozilla/plugins</strong></li><li>Restart firefox for the change to take effect.</li></ol><p>&nbsp;</p><div
id="attachment_7533" class="wp-caption aligncenter" style="width: 560px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/12/firefox_flash1.png"><img
class="size-full wp-image-7533" title="firefox_flash" src="http://www.bytechip.com/wp-content/uploads/2011/12/firefox_flash1.png" alt="firefox flash1 Install Adobe Flash 11 on Ubuntu for Firefox 8" width="550" height="217" /></a><p
class="wp-caption-text">Install firefox in Ubuntu using archive</p></div> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/12/install-flash-player-firefox-ubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to use Ultrasurf in Linux</title><link>http://www.bytechip.com/2011/08/how-to-use-ultrasurf-in-linux/</link> <comments>http://www.bytechip.com/2011/08/how-to-use-ultrasurf-in-linux/#comments</comments> <pubDate>Wed, 24 Aug 2011 13:30:47 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[bypass]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[limit]]></category> <category><![CDATA[opensuse]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ultrasurf]]></category> <category><![CDATA[wine]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=7099</guid> <description><![CDATA[This is a short tutorial on how to get ultrasurf work in Linux environment. There... <a
class="meta-more" href="http://www.bytechip.com/2011/08/how-to-use-ultrasurf-in-linux/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>This is a short tutorial on how to get ultrasurf work in Linux environment. There are quite few proxy softwares which are designed to work in Linux, but not many of them are good enough to all requirements. Ultrasurf is one of the portable and the light weight proxy software. Although its developed only for the Windows environment, you can use Ultrasurf with any emulator and get it working in your favorite Linux distribution, be it Ubuntu or Fedora or any other.</p><h2>Pre requisites</h2><ul><li>You need to have Wine installed in your Linux Distribution.</li><li>Incase you face any problem with DLL issues, use the solution given in this <a
href="http://www.bytechip.com/2011/06/how-to-solve-dll-problems-in-wine/" target="_blank">troubleshoot tutorial</a>.</li></ul><h2>How to use Ultrasurf in Linux</h2><ul><li>Download Ultrasurf (most often comes in a archive .zip file), extract the file to a specific destination.</li><li>In my case I have extracted it to the Downloads directory in Ubuntu.</li><li>Open <strong>Ultrasurf</strong> (.exe) file with Wine Program Loader.</li><li>The below window pops up, click on the <strong>Options</strong> icon and select <strong>Proxy Settings</strong>to set your network proxy settings.<p><div
id="attachment_7100" class="wp-caption aligncenter" style="width: 381px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/08/UltraSurf_Linux.png"><img
class="size-full wp-image-7100" title="UltraSurf_Linux" src="http://www.bytechip.com/wp-content/uploads/2011/08/UltraSurf_Linux.png" alt="UltraSurf Linux How to use Ultrasurf in Linux" width="371" height="246" /></a><p
class="wp-caption-text">UltraSurf running on Ubuntu with Wine</p></div></li><li>Click on Ok to apply the settings. Ultrasurf has now been configured. A status message saying &#8216;Successfully connected to the server&#8217; will appear if the proxy settings you gave are valid.</li><li>Now you need to change the proxy setting of your browser to connect through Ultrasurf. The proxy settings that must been given in the browser are (IP Address : <strong>127.0.0.1</strong>) and (Port : <strong>9666</strong>).<p><div
id="attachment_7102" class="wp-caption aligncenter" style="width: 277px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/08/Proxy_Settings_Ultrasurf_Linux.png"><img
class="size-full wp-image-7102" title="Proxy_Settings_Ultrasurf_Linux" src="http://www.bytechip.com/wp-content/uploads/2011/08/Proxy_Settings_Ultrasurf_Linux.png" alt="Proxy Settings Ultrasurf Linux How to use Ultrasurf in Linux" width="267" height="291" /></a><p
class="wp-caption-text">Proxy Settings in Linux Ultrasurf</p></div></li><li>Your browser and ultrasurf is configured and you are now free to open all blocked websites in your network.</li></ul><p>P.S. Incase your college network has restriction on download file size (eg. you cannot download a file greater than 15 mb), ultrasurf gets rid of this problem for you. So no more &#8216;<strong>The request or reply is too large&#8217;. </strong></p><p>Also you <strong>cannot</strong> use <strong>ultrasurf </strong>to download torrents. <strong><br
/> </strong></p><div
id="attachment_7103" class="wp-caption aligncenter" style="width: 563px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/08/Proxy_Settings_Google_Chrome_Linux.png"><img
class="size-full wp-image-7103" title="Proxy_Settings_Google_Chrome_Linux" src="http://www.bytechip.com/wp-content/uploads/2011/08/Proxy_Settings_Google_Chrome_Linux.png" alt="Proxy Settings Google Chrome Linux How to use Ultrasurf in Linux" width="553" height="283" /></a><p
class="wp-caption-text">Proxy Settings in Google Chrome for Ultrasurf</p></div><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/08/how-to-use-ultrasurf-in-linux/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Launch a program from the terminal using &amp;</title><link>http://www.bytechip.com/2011/06/how-to-launch-a-program-from-the-terminal/</link> <comments>http://www.bytechip.com/2011/06/how-to-launch-a-program-from-the-terminal/#comments</comments> <pubDate>Tue, 28 Jun 2011 12:53:22 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[launch]]></category> <category><![CDATA[program]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=6899</guid> <description><![CDATA[This short tutorial is on how to open  a program in the Linux terminal without... <a
class="meta-more" href="http://www.bytechip.com/2011/06/how-to-launch-a-program-from-the-terminal/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>This short tutorial is on how to open  a program in the Linux terminal without getting the application load or log on the terminal. Generally if you launch programs like nautilus or other applications, you can see that the terminal will still be used by those applications to print the log messages. Though the log is good, sometimes they are irritating and they are not necessary.</p><p>The quick workaround for this solution is to launch the application with a &amp; (ampersand) in the end. This will launch the application and separate the terminal form it. Hence you are free to use the terminal from there on, without disturbing the launched program.</p><h2>Example Launch Program</h2><p><strong>sudo nautilus &amp;</strong></p><p>This will open the nautilus in root mode and not log the messages in your terminal. Hence the program will look like its launched separately. Incase if you are writing your custom launch application you can make use of this command argument  (&amp;).</p><p><a
href="http://www.bytechip.com/wp-content/uploads/2011/06/terminal.jpg"><img
class="aligncenter size-full wp-image-6940" title="terminal" src="http://www.bytechip.com/wp-content/uploads/2011/06/terminal.jpg" alt="terminal Launch a program from the terminal using &" width="150" height="130" /></a></p> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/06/how-to-launch-a-program-from-the-terminal/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to Install PDT in Eclipse</title><link>http://www.bytechip.com/2011/06/how-to-install-pdt-eclipse-xampp/</link> <comments>http://www.bytechip.com/2011/06/how-to-install-pdt-eclipse-xampp/#comments</comments> <pubDate>Mon, 13 Jun 2011 18:52:23 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[archive]]></category> <category><![CDATA[eclipse]]></category> <category><![CDATA[install]]></category> <category><![CDATA[lampp]]></category> <category><![CDATA[pdt]]></category> <category><![CDATA[xampp]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=6890</guid> <description><![CDATA[This tutorial is on how to install Eclipse PDT (PHP Development Tools) in Eclipse from... <a
class="meta-more" href="http://www.bytechip.com/2011/06/how-to-install-pdt-eclipse-xampp/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>This tutorial is on how to install Eclipse PDT (PHP Development Tools) in Eclipse from the downloaded PDT archive. Although there is a automatic way of installing PDT using the Software Update, there might be cases where the user cannot use this feature, especially if you are in any proxy network with stupid restrictions on bandwidth.</p><h2>Install PDT in Eclipse from Archive File</h2><ol><li>Incase if you already have Eclipse installed in your computer, skip to step 3.</li><li>Download the Eclipse archive file and extract it to the OPT directory. (opt is my preference, you can extract to any location). The command &#8220;tar -xvf eclipse-jee-helios-SR2-linux-gtk.tar.gz -C /opt&#8221;.</li><li>The online manuals of Eclipse PDT says that you have to extract the Eclipse PDT archive in the dropins folder of the parent Eclipse folder. However after several tries, I came to conclusion that it will never work that way.</li><li>You need to extract the Eclipse PDT to the parent folder of Eclipse directly. This way all those extra plugins and modules present in the PDT will be copied to the parent Eclipse directory.</li><li>Thats it, now you can simply run Eclipse and you can see PDT has been installed to your Eclipse.</li></ol><p>Note: If you don&#8217;t see PHP options, simply browse the Software option in the Help in menu and enable the PDT. (This case its installed but not enabled by default)</p><div
id="attachment_6896" class="wp-caption aligncenter" style="width: 546px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/06/php_pdt_eclipse.png"><img
class="size-full wp-image-6896" title="php_pdt_eclipse" src="http://www.bytechip.com/wp-content/uploads/2011/06/php_pdt_eclipse.png" alt="php pdt eclipse How to Install PDT in Eclipse" width="536" height="436" /></a><p
class="wp-caption-text">Eclipse PDT in Action</p></div> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/06/how-to-install-pdt-eclipse-xampp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Solve DLL problems in Wine</title><link>http://www.bytechip.com/2011/06/how-to-solve-dll-problems-in-wine/</link> <comments>http://www.bytechip.com/2011/06/how-to-solve-dll-problems-in-wine/#comments</comments> <pubDate>Fri, 03 Jun 2011 06:53:13 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[dll]]></category> <category><![CDATA[emulator]]></category> <category><![CDATA[solve]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[wine]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=6866</guid> <description><![CDATA[Wine is the only best Windows emulator for Linux, although many other tools exist they... <a
class="meta-more" href="http://www.bytechip.com/2011/06/how-to-solve-dll-problems-in-wine/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>Wine is the only best Windows emulator for Linux, although many other tools exist they fail to cope up with the performance of Wine. This post is a guide to solve some of the most commonly occurring while emula<strong>ting programs in Wine. </strong></p><ol><li><strong>ixme:storage:create_storagefile Storage share mode not implemented</strong></li><li><strong>err:seh:raise_exception Unhandled exception code c0000005</strong></li></ol><p>I have been trying to run a proxy software under Wine and these two errors were thrown and the application terminated itself. At first I thought the problem was with the graphics card, I removed the graphics card driver and installed the latest one, still no use. Later I figured out that the issue may be with the dll files that I copied.</p><div
id="attachment_6867" class="wp-caption aligncenter" style="width: 210px"><a
href="http://www.bytechip.com/wp-content/uploads/2011/06/wine.png"><img
class="size-full wp-image-6867" title="wine" src="http://www.bytechip.com/wp-content/uploads/2011/06/wine.png" alt="wine  How to Solve DLL problems in Wine" width="200" height="313" /></a><p
class="wp-caption-text">Wine - Windows Emulator</p></div><p>Wine does not come inbuilt with some dlls, while I executed the application for the first time it prompted me with the warning that the following dlls are missing (msvcp60.dll and mfc42.dll). I downloaded the dlls from the Internet and copied them to the <strong>System32</strong> folder of the Wine directory. That was the mistake I committed, the DLLS that I downloaded were old and incompatible.</p><h2>Solve the DLL Problem in Wine</h2><p>I resolved this problem by using Winetricks to install the DLLs for me, rather than manually downloading and copying them to the System32 folder.</p><p><code>winetricks corefonts vcrun6 </code></p><p>Run the above code in the terminal and it will automatically download the required fonts and dll to your Wine directory. vcrun6 indicates the visual 6 environment files. You can also select vc2003, vc2005 and vc2008 depending on the software that you will be using.</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/06/how-to-solve-dll-problems-in-wine/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Magnifier &#8211; Screen Zoom for Ubuntu</title><link>http://www.bytechip.com/2011/05/linux-ubuntu-magnifier-shortcut/</link> <comments>http://www.bytechip.com/2011/05/linux-ubuntu-magnifier-shortcut/#comments</comments> <pubDate>Fri, 27 May 2011 07:13:44 +0000</pubDate> <dc:creator>Ramkumar</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[magnifier]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[zoom]]></category> <guid
isPermaLink="false">http://www.bytechip.com/?p=6803</guid> <description><![CDATA[This tutorial is on how to zoom the screen in Ubuntu using GNOME or KDE... <a
class="meta-more" href="http://www.bytechip.com/2011/05/linux-ubuntu-magnifier-shortcut/">more <span
class="meta-nav">&#187;</span></a>]]></description> <content:encoded><![CDATA[<p>This tutorial is on how to zoom the screen in Ubuntu using GNOME or KDE Magnify feature. Windows users may be aware of the Magnifier inbuilt application, where in a user can simply select a Zoom Level(%) and magnify his screen. Since Linux is no inferior to Windows, there is a similar feature for zooming screen in Linux.</p><p>&nbsp;</p><h2>Magnify Screen using Shortcut</h2><p>The shortcut for magnifying the Screen is</p><p><strong>Zoom Up</strong> &#8211; Windows Key + Scroll Up</p><p><strong>Zoom Down &#8211; </strong>Windows Key + Scroll Down</p><p>The Level of Zoom depends on the amount of the scroll. To my amazement the tool can zoom to a much greater level than expected.</p> ]]></content:encoded> <wfw:commentRss>http://www.bytechip.com/2011/05/linux-ubuntu-magnifier-shortcut/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
