<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4723794734954608531</id><updated>2011-12-27T22:39:41.187-08:00</updated><category term='Network'/><category term='Modem'/><category term='System'/><category term='Flash'/><category term='Prolink'/><category term='Opera'/><category term='Tools'/><category term='Display'/><category term='D-Link'/><category term='Grub'/><category term='Mount'/><category term='Easter Eggs'/><category term='Gnome'/><category term='Programming'/><category term='Printer'/><title type='text'>ALL ABOUT UBUNTU</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://all-about-ubuntu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-178639439544487685</id><published>2011-07-24T18:27:00.000-07:00</published><updated>2011-07-24T18:47:06.090-07:00</updated><title type='text'>Restore Grub in Ubuntu 11.04 After Installing Windows</title><content type='html'>&lt;div style="text-align: justify;"&gt;When you install some operating sysems such as windows, they will overwrite your master boot record. If you have Ubuntu installed you will be unable to access it, until you restore Grub on MBR.&lt;br /&gt;&lt;br /&gt;The easiest way is to find your Ubuntu CD and boot it. Open a terminal and find which partition is your root using fdisk.&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote style="font-style: italic;"&gt;sudo fdisk -l&lt;/blockquote&gt;Device Boot      Start         End      Blocks   Id  System&lt;br /&gt;/dev/sda1   *           1        6375    51200000    7  HPFS/NTFS&lt;br /&gt;Partition 1 does not end on cylinder boundary.&lt;br /&gt;/dev/sda2            6375       19123   102400000    7  HPFS/NTFS&lt;br /&gt;Partition 2 does not end on cylinder boundary.&lt;br /&gt;/dev/sda3           19123       24222    40962048    7  HPFS/NTFS&lt;br /&gt;Partition 3 does not end on cylinder boundary.&lt;br /&gt;/dev/sda4           24223       30401    49631937+   f  W95 Ext'd (LBA)&lt;br /&gt;/dev/sda5           24223       29806    44847104   83  Linux&lt;br /&gt;/dev/sda6           29806       29932     1008640   82  Linux swap / Solaris&lt;br /&gt;/dev/sda7           29932       30057     1009664   82  Linux swap / Solaris&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;Here we see that /dev/sda5 is your Linux Partition, so we will to mount it in order to read the Grub configuration.&lt;br /&gt;&lt;blockquote style="font-style: italic;"&gt;sudo mount /dev/sda5 /mnt&lt;/blockquote&gt;If your don't get any errors now your root partition should be mounted under /mnt.&lt;br /&gt;&lt;br /&gt;Now to restore the configuration just write the following.&lt;br /&gt;&lt;blockquote&gt;sudo grub-install --root-directory=/mnt /dev/sda&lt;/blockquote&gt;This will install Grub to MBR and use the configuration files in /mnt/boot/grub. Then update grub with this code :&lt;br /&gt;&lt;blockquote&gt;sudo update-grub&lt;/blockquote&gt;Now just reboot the computer and you will hopefully be greeted with the ever friendly Grub menu once again.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-178639439544487685?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/178639439544487685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/178639439544487685'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2011/07/restore-grub-in-ubuntu-1104-after.html' title='Restore Grub in Ubuntu 11.04 After Installing Windows'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-4896699484544586304</id><published>2011-05-29T18:37:00.000-07:00</published><updated>2011-05-29T18:42:59.113-07:00</updated><title type='text'>Remove Index.php CodeIgniter Url On Ubuntu 11.04</title><content type='html'>1. Preliminary Note&lt;br /&gt;I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root:&lt;br /&gt;&lt;blockquote&gt;sudo su&lt;/blockquote&gt;2. Enable mod_rewrite module on apache&lt;br /&gt;First enable the module as follows:&lt;br /&gt;&lt;blockquote&gt;a2enmod rewrite&lt;/blockquote&gt;Change all occurrence of "AllowOverRide None" to "AllowOverRide All". Basically all "None" to "All" in the following file:&lt;br /&gt;&lt;blockquote&gt;gedit /etc/apache2/sites-available/default&lt;/blockquote&gt;Restart Apache:&lt;br /&gt;&lt;blockquote&gt;/etc/init.d/apache2 restart&lt;/blockquote&gt;3. Open file config.php on CodeIgniter (application\config\)&lt;br /&gt;Remove index.php on $config['index_page'] = "index.php";&lt;br /&gt;&lt;blockquote&gt;$config['index_page'] = "";&lt;/blockquote&gt;4. Make file .htaccess on CodeIgniter root directory&lt;br /&gt;Fill the file with this code :&lt;br /&gt;&lt;blockquote&gt;RewriteEngine On&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;RewriteRule ^(.*)$ index.php/$1 [L]&lt;/blockquote&gt;Now Index.php on CodeIgniter Url disappear&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/-y8-HqlUNpq8/TeL1u8DmZOI/AAAAAAAABKY/1Rgg9KLpzSU/s1600/index.php.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://2.bp.blogspot.com/-y8-HqlUNpq8/TeL1u8DmZOI/AAAAAAAABKY/1Rgg9KLpzSU/s320/index.php.png" alt="" id="BLOGGER_PHOTO_ID_5612318272401073378" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-4896699484544586304?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4896699484544586304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4896699484544586304'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2011/05/remove-indexphp-codeigniter-url-on.html' title='Remove Index.php CodeIgniter Url On Ubuntu 11.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-y8-HqlUNpq8/TeL1u8DmZOI/AAAAAAAABKY/1Rgg9KLpzSU/s72-c/index.php.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-8495773975678261027</id><published>2011-05-29T18:17:00.000-07:00</published><updated>2011-05-29T18:37:34.542-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>LAMP(Linux, Apache, MySQL, PHP) With Ubuntu 11.04</title><content type='html'>&lt;div style="text-align: justify;"&gt;This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.&lt;br /&gt;&lt;br /&gt;1. Preliminary Note&lt;br /&gt;I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root:&lt;br /&gt;&lt;blockquote&gt;sudo su&lt;br /&gt;&lt;/blockquote&gt;2. Installing MySQL 5&lt;br /&gt;First we install MySQL 5 like this:&lt;br /&gt;&lt;blockquote&gt;apt-get install mysql-server mysql-client &lt;/blockquote&gt;You will be asked to provide a password for the MySQL root user - this password is valid for the user root@localhost, so we don't have to specify a MySQL root password manually later on:&lt;br /&gt;&lt;blockquote&gt;New password for the MySQL "root" user: &amp;lt;-- yourrootsqlpassword&lt;br /&gt;Repeat password for the MySQL "root" user: &amp;lt;-- yourrootsqlpassword &lt;/blockquote&gt;3. Installing Apache2&lt;br /&gt;Apache2 is available as an Ubuntu package, therefore we can install it like this:&lt;br /&gt;&lt;blockquote&gt;apt-get install apache2 &lt;/blockquote&gt;Now direct your browser to http://localhost, and you should see the Apache2 placeholder page (It works!):&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/-hXs-rBjBdzA/TeLxQ7CF-MI/AAAAAAAABJ4/G-Nj2v1w0n0/s1600/localhost.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://1.bp.blogspot.com/-hXs-rBjBdzA/TeLxQ7CF-MI/AAAAAAAABJ4/G-Nj2v1w0n0/s320/localhost.png" alt="" id="BLOGGER_PHOTO_ID_5612313358683732162" border="0" /&gt;&lt;/a&gt;Apache's default document root is /var/www on Ubuntu, and the configuration file is /etc/apache2/apache2.conf. Additional configurations are stored in subdirectories of the /etc/apache2 directory such as /etc/apache2/mods-enabled (for Apache modules), /etc/apache2/sites-enabled (for virtual hosts), and /etc/apache2/conf.d.&lt;br /&gt;&lt;br /&gt;4. Installing PHP5&lt;br /&gt;We can install PHP5 and the Apache PHP5 module as follows:&lt;br /&gt;&lt;blockquote&gt;apt-get install php5 libapache2-mod-php5&lt;/blockquote&gt;We must restart Apache afterwards:&lt;br /&gt;&lt;blockquote&gt;/etc/init.d/apache2 restart&lt;/blockquote&gt;5. Testing PHP5 / Getting Details About Your PHP5 Installation&lt;br /&gt;The document root of the default web site is /var/www. We will now create a small PHP file (info.php) in that directory and call it in a browser. The file will display lots of useful details about our PHP installation, such as the installed PHP version.&lt;br /&gt;&lt;blockquote&gt;gedit /var/www/info.php&lt;/blockquote&gt;Now we call that file in a browser (e.g. http://localhost/info.php):&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/-aPwKLL5nyBY/TeLyDwhHTRI/AAAAAAAABKA/2c7R2uNX2Uw/s1600/info.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://3.bp.blogspot.com/-aPwKLL5nyBY/TeLyDwhHTRI/AAAAAAAABKA/2c7R2uNX2Uw/s320/info.png" alt="" id="BLOGGER_PHOTO_ID_5612314232034381074" border="0" /&gt;&lt;/a&gt;As you see, PHP5 is working, and it's working through the Apache 2.0 Handler, as shown in the Server API line. If you scroll further down, you will see all modules that are already enabled in PHP5. MySQL is not listed there which means we don't have MySQL support in PHP5 yet.&lt;br /&gt;&lt;br /&gt;6. Getting MySQL Support In PHP5&lt;br /&gt;To get MySQL support in PHP, we can install the php5-mysql package. It's a good idea to install some other PHP5 modules as well as you might need them for your applications. You can search for available PHP5 modules like this:&lt;br /&gt;&lt;blockquote&gt;apt-cache search php5&lt;/blockquote&gt;Pick the ones you need and install them like this:&lt;br /&gt;&lt;blockquote&gt;apt-get install php5-mysql php5-curl php5-gd php5-idn php-pear  php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps  php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc  php5-xsl&lt;/blockquote&gt;Now restart Apache2:&lt;br /&gt;&lt;blockquote&gt;/etc/init.d/apache2 restart&lt;/blockquote&gt;Now reload http://localhost/info.php in your browser and scroll down to the modules section again. You should now find lots of new modules there, including the MySQL module:&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/-T7NH8_0h5Xg/TeLymnrrSNI/AAAAAAAABKI/iPnt6QWis3E/s1600/mysql.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://2.bp.blogspot.com/-T7NH8_0h5Xg/TeLymnrrSNI/AAAAAAAABKI/iPnt6QWis3E/s320/mysql.png" alt="" id="BLOGGER_PHOTO_ID_5612314830958184658" border="0" /&gt;&lt;/a&gt;7. phpMyAdmin&lt;br /&gt;phpMyAdmin is a web interface through which you can manage your MySQL databases. It's a good idea to install it:&lt;br /&gt;&lt;blockquote&gt;apt-get install phpmyadmin&lt;/blockquote&gt;You will see the following questions:&lt;br /&gt;&lt;blockquote&gt;Web server to reconfigure automatically: &amp;lt;-- apache2&lt;br /&gt;Configure database for phpmyadmin with dbconfig-common? &amp;lt;-- No&lt;/blockquote&gt;Afterwards, you can access phpMyAdmin under http://localhsot/phpmyadmin/:&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/-PAHRpRV5Hu8/TeLzWweUX2I/AAAAAAAABKQ/IgP9aSKuDxA/s1600/phpMyAdmin.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://4.bp.blogspot.com/-PAHRpRV5Hu8/TeLzWweUX2I/AAAAAAAABKQ/IgP9aSKuDxA/s320/phpMyAdmin.png" alt="" id="BLOGGER_PHOTO_ID_5612315657951797090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-8495773975678261027?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8495773975678261027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8495773975678261027'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2011/05/lamplinux-apache-mysql-php-with-ubuntu.html' title='LAMP(Linux, Apache, MySQL, PHP) With Ubuntu 11.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-hXs-rBjBdzA/TeLxQ7CF-MI/AAAAAAAABJ4/G-Nj2v1w0n0/s72-c/localhost.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-3903944717499625792</id><published>2011-05-05T20:06:00.000-07:00</published><updated>2011-05-05T23:33:57.666-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Grub'/><title type='text'>Install BURG on Ubuntu 11.04</title><content type='html'>&lt;ol&gt;&lt;li&gt;First, download burg (Brand-new Universal loadeR from GRUB) packages (&lt;a href="http://ppa.launchpad.net/bean123ch/burg/ubuntu/pool/main/b/burg/burg-common_1.98+20100623-1+maverick_i386.deb"&gt;burg-common_1.98+20100623-1+maverick_i386.deb&lt;/a&gt;, &lt;a href="http://ppa.launchpad.net/bean123ch/burg/ubuntu/pool/main/b/burg/burg-emu_1.98+20100623-1+maverick_i386.deb"&gt;burg-emu_1.98+20100623-1+maverick_i386.deb&lt;/a&gt;, &lt;a href="http://ppa.launchpad.net/bean123ch/burg/ubuntu/pool/main/b/burg/burg-pc_1.98+20100623-1+maverick_i386.deb"&gt;burg-pc_1.98+20100623-1+maverick_i386.deb&lt;/a&gt;, &lt;a href="http://archive.lineduc.sigeduc.info/lineduc/pool/main/b/burg-themes/burg-themes-common_1.98+20100623-1_all.deb"&gt;burg-themes-common_1.98+20100623-1_all.deb&lt;/a&gt;, &lt;a href="http://archive.lineduc.sigeduc.info/lineduc/pool/main/b/burg-themes/burg-themes_1.98+20100623-1_all.deb"&gt;burg-themes_1.98+20100623-1_all.deb&lt;/a&gt;, &lt;a href="http://ppa.launchpad.net/bean123ch/burg/ubuntu/pool/main/b/burg/burg_1.98+20100623-1+maverick_i386.deb"&gt;burg_1.98+20100623-1+maverick_i386.deb&lt;/a&gt;).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Go to the burg file folder with terminal.&lt;a href="http://2.bp.blogspot.com/-6A6M3dxikBk/TcNrDEMkZwI/AAAAAAAABHg/mpMBBxL_4VA/s1600/1.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://2.bp.blogspot.com/-6A6M3dxikBk/TcNrDEMkZwI/AAAAAAAABHg/mpMBBxL_4VA/s320/1.png" alt="" id="BLOGGER_PHOTO_ID_5603440061789267714" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Install all burg deb file. Code : sudo dpkg -i *.deb&lt;a href="http://4.bp.blogspot.com/-XO-Dve7OxB0/TcNspSI12FI/AAAAAAAABHo/maP2OQx4FGI/s1600/2.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://4.bp.blogspot.com/-XO-Dve7OxB0/TcNspSI12FI/AAAAAAAABHo/maP2OQx4FGI/s320/2.png" alt="" id="BLOGGER_PHOTO_ID_5603441817878386770" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Press ok on configuring burg-pc&lt;a href="http://4.bp.blogspot.com/-KoVo-1OGuTo/TcNtoCluCxI/AAAAAAAABHw/C6Rv1d5CboQ/s1600/3.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://4.bp.blogspot.com/-KoVo-1OGuTo/TcNtoCluCxI/AAAAAAAABHw/C6Rv1d5CboQ/s320/3.png" alt="" id="BLOGGER_PHOTO_ID_5603442896036301586" border="0" /&gt;&lt;/a&gt;&lt;a href="http://1.bp.blogspot.com/-jEzbu27b2-Q/TcNtoYsK1qI/AAAAAAAABH4/NTqW0CnaKus/s1600/4.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://1.bp.blogspot.com/-jEzbu27b2-Q/TcNtoYsK1qI/AAAAAAAABH4/NTqW0CnaKus/s320/4.png" alt="" id="BLOGGER_PHOTO_ID_5603442901968934562" border="0" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/-62HLTEw97FI/TcNtoqEu36I/AAAAAAAABIA/cPfkEYAm14U/s1600/5.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://2.bp.blogspot.com/-62HLTEw97FI/TcNtoqEu36I/AAAAAAAABIA/cPfkEYAm14U/s320/5.png" alt="" id="BLOGGER_PHOTO_ID_5603442906635362210" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Select GRUB install devices&lt;a href="http://1.bp.blogspot.com/-uQ6TOzZGH3o/TcNwJr5peGI/AAAAAAAABII/xu0c_cYKXXM/s1600/6.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://1.bp.blogspot.com/-uQ6TOzZGH3o/TcNwJr5peGI/AAAAAAAABII/xu0c_cYKXXM/s320/6.png" alt="" id="BLOGGER_PHOTO_ID_5603445673084680290" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Install Succssessfully&lt;a href="http://1.bp.blogspot.com/-eObzxvyi2UE/TcNwKOPjP6I/AAAAAAAABIQ/jwOel4HurnI/s1600/7.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://1.bp.blogspot.com/-eObzxvyi2UE/TcNwKOPjP6I/AAAAAAAABIQ/jwOel4HurnI/s320/7.png" alt="" id="BLOGGER_PHOTO_ID_5603445682303352738" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Reboot the PC and you will see the BURG&lt;a href="http://1.bp.blogspot.com/-T9WLnIRg-B4/TcNwKI8n1LI/AAAAAAAABIY/ejqL8HSTXgw/s1600/8.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 217px;" src="http://1.bp.blogspot.com/-T9WLnIRg-B4/TcNwKI8n1LI/AAAAAAAABIY/ejqL8HSTXgw/s320/8.png" alt="" id="BLOGGER_PHOTO_ID_5603445680881783986" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Press F2 to change theme&lt;a href="http://3.bp.blogspot.com/-xjoHNMz9zKQ/TcNwKsOP5yI/AAAAAAAABIg/sAkMGFbkWDk/s1600/9.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 217px;" src="http://3.bp.blogspot.com/-xjoHNMz9zKQ/TcNwKsOP5yI/AAAAAAAABIg/sAkMGFbkWDk/s320/9.png" alt="" id="BLOGGER_PHOTO_ID_5603445690350954274" border="0" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/-U9X7yHTUrFo/TcNwK1UNKXI/AAAAAAAABIo/cVGBQVbnJ6k/s1600/10.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 217px;" src="http://2.bp.blogspot.com/-U9X7yHTUrFo/TcNwK1UNKXI/AAAAAAAABIo/cVGBQVbnJ6k/s320/10.png" alt="" id="BLOGGER_PHOTO_ID_5603445692791859570" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Press F3 to change resolution&lt;a href="http://4.bp.blogspot.com/-cDB3imAZ3mw/TcNyOoI4iZI/AAAAAAAABIw/KiXA-XEc_Dk/s1600/11.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 217px;" src="http://4.bp.blogspot.com/-cDB3imAZ3mw/TcNyOoI4iZI/AAAAAAAABIw/KiXA-XEc_Dk/s320/11.png" alt="" id="BLOGGER_PHOTO_ID_5603447956997441938" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-3903944717499625792?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3903944717499625792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3903944717499625792'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2011/05/install-burg-on-ubuntu-1104.html' title='Install BURG on Ubuntu 11.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-6A6M3dxikBk/TcNrDEMkZwI/AAAAAAAABHg/mpMBBxL_4VA/s72-c/1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-4463653747613907325</id><published>2009-03-16T21:31:00.000-07:00</published><updated>2009-03-16T21:51:11.146-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><title type='text'>Install Driver LAN ABIT I-G31 on Ubuntu 7.10</title><content type='html'>This is the Linux device driver released for RealTek 8111C ( ABIT I-G31 LAN  Driver )&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;ol&gt;&lt;li&gt;Install &lt;a href="http://www.ziddu.com/downloadlink/2618710/gplus2.zip"&gt;g++&lt;/a&gt;&lt;br /&gt;( g++_4%3a4.1.2-9ubuntu2_i386.deb,&lt;br /&gt;g++-4.1_4.1.2-16ubuntu2_i386.deb,&lt;br /&gt;libc6-dev_2.6.1-1ubuntu9_i386.deb,&lt;br /&gt;libstdc++6-4.1-dev_4.1.2-16ubuntu2_i386.deb,&lt;br /&gt;linux-libc-dev_2.6.22-14.46_i386.deb )&lt;/li&gt;&lt;li&gt;Extract file &lt;a href="http://www.ziddu.com/downloadlink/2618579/r8168-8.005.00.tar.bz2.zip"&gt;r8168-8.005.00.tar.bz2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Open Terminal &amp;amp; Enter to folder r8168-8.005.00&lt;/li&gt;&lt;li&gt;Install driver, &lt;a href="http://www.ziddu.com/download/3894376/code.txt.html"&gt;code&lt;/a&gt; :&lt;/li&gt;&lt;ul&gt;&lt;li&gt;sudo make&lt;/li&gt;&lt;/ul&gt;  &lt;ul&gt;&lt;li&gt;sudo mv /lib/modules/`uname -r`/kernel/drivers/net/r8169.ko /lib/modules/`uname -r`/kernel/drivers/net/r8169.ko.old&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo depmod -a&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo mv /boot/initrd.img-`uname -r` /boot/initrd.img-`uname -r`.old&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo mkinitramfs -o /boot/initrd.img-`uname -r`&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Restart Komputer or Network&lt;br /&gt;code : sudo /etc/init.d/networking restart&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-4463653747613907325?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4463653747613907325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4463653747613907325'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/03/install-driver-lan-abit-i-g31-on-ubuntu.html' title='Install Driver LAN ABIT I-G31 on Ubuntu 7.10'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-6584374219201671732</id><published>2009-03-09T21:00:00.000-07:00</published><updated>2009-03-09T21:12:13.927-07:00</updated><title type='text'>Keyboard Shortcuts for Bash</title><content type='html'>&lt;style&gt;   &lt;!--    BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Nimbus Sans L"; font-size:x-small }    --&gt;  &lt;/style&gt;    &lt;table border="0" cellspacing="0" cols="2" frame="void" rules="none"&gt;  &lt;colgroup&gt;&lt;col width="78"&gt;&lt;col width="579"&gt;&lt;/colgroup&gt;  &lt;tbody&gt;   &lt;tr&gt;    &lt;td align="left" height="22" width="78"&gt;Ctrl + A &lt;/td&gt;    &lt;td align="left" width="579"&gt;Go to the beginning of the line you are currently typing on&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + E &lt;/td&gt;    &lt;td align="left"&gt;Go to the end of the line you are currently typing on&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + L               &lt;/td&gt;    &lt;td align="left"&gt;Clears the Screen, similar to the clear command&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + U &lt;/td&gt;    &lt;td align="left"&gt;Clears the line before the cursor position. If you are at the end of the line, clears the entire line.&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + H &lt;/td&gt;    &lt;td align="left"&gt;Same as backspace&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + R &lt;/td&gt;    &lt;td align="left"&gt;Let's you search through previously used commands&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + C &lt;/td&gt;    &lt;td align="left"&gt;Kill whatever you are running&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + D &lt;/td&gt;    &lt;td align="left"&gt;Exit the current shell&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + Z &lt;/td&gt;    &lt;td align="left"&gt;Puts whatever you are running into a suspended background process. fg restores it.&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + W &lt;/td&gt;    &lt;td align="left"&gt;Delete the word before the cursor&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + K &lt;/td&gt;    &lt;td align="left"&gt;Clear the line after the cursor&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Ctrl + T &lt;/td&gt;    &lt;td align="left"&gt;Swap the last two characters before the cursor&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Esc + T &lt;/td&gt;    &lt;td align="left"&gt;Swap the last two words before the cursor&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Alt + F &lt;/td&gt;    &lt;td align="left"&gt;Move cursor forward one word on the current line&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Alt + B &lt;/td&gt;    &lt;td align="left"&gt;Move cursor backward one word on the current line&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;    &lt;td align="left" height="21"&gt;Tab &lt;/td&gt;    &lt;td align="left"&gt;Auto-complete files and folder names&lt;/td&gt;   &lt;/tr&gt;  &lt;/tbody&gt; &lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-6584374219201671732?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6584374219201671732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6584374219201671732'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/03/keyboard-shortcuts-for-bash.html' title='Keyboard Shortcuts for Bash'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-9129879969845746735</id><published>2009-02-26T17:13:00.000-08:00</published><updated>2009-02-26T17:27:29.307-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Canon iP1300 Printer Driver</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install Driver&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Enter the folder driver canon ip1300 through terminal&lt;/li&gt;code: &lt;span style="font-weight: bold;"&gt;cd /home/grin/Desktop/ip1300&lt;/span&gt;&lt;li&gt;install all file&lt;br /&gt;&lt;/li&gt;( &lt;a href="http://www.ziddu.com/download/3652859/ip1300driver.zip.html"&gt;ip1300 printer driver &lt;/a&gt;)&lt;br /&gt;code : &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/ul&gt;&lt;li&gt;Added symbolic link&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Code :&lt;/li&gt;&lt;span style="font-weight: bold;"&gt;sudo ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.3&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo ln -s /usr/lib/libxml2.so.2 /usr/lib/libxml.so.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo ln -s /usr/lib/libpng12.so.0 /usr/lib/libpng.so.2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3&lt;/span&gt;&lt;/ul&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, to Select Connection chose Canon ip1300 USB #1 (clicked Forward)&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/Sac_h-ukoUI/AAAAAAAAA-I/HeGSt9lpysk/s1600-h/ip1300_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/Sac_h-ukoUI/AAAAAAAAA-I/HeGSt9lpysk/s320/ip1300_1.png" alt="" id="BLOGGER_PHOTO_ID_5307280538885988674" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Printer driver chose Provide PPD file&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SVBE9CDdoxI/AAAAAAAAAnk/i6HsSBzLQUo/s1600-h/i255_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SVBE9CDdoxI/AAAAAAAAAnk/i6HsSBzLQUo/s320/i255_2.png" alt="" id="BLOGGER_PHOTO_ID_5282798178219696914" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Aim at to &lt;span&gt;/home/grin/Desktop/ip1300/canonip2200.ppd&lt;/span&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SadABW5sjFI/AAAAAAAAA-Q/Iv-on4xz_-c/s1600-h/ip1300_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 237px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SadABW5sjFI/AAAAAAAAA-Q/Iv-on4xz_-c/s320/ip1300_3.png" alt="" id="BLOGGER_PHOTO_ID_5307281077951040594" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Choose canonip2200.ppd → Open, so as Provide PPD File contained canon canonip2200.ppd&lt;br /&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SadAIpR0-eI/AAAAAAAAA-Y/1zo6w5hAhkU/s1600-h/ip1300_4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SadAIpR0-eI/AAAAAAAAA-Y/1zo6w5hAhkU/s320/ip1300_4.png" alt="" id="BLOGGER_PHOTO_ID_5307281203143178722" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Give the name of ip1300→ Apply&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SadARvZp4wI/AAAAAAAAA-g/7Yn0bR35uV0/s1600-h/ip1300_5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SadARvZp4wI/AAAAAAAAA-g/7Yn0bR35uV0/s320/ip1300_5.png" alt="" id="BLOGGER_PHOTO_ID_5307281359405441794" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Restart computer&lt;/li&gt;&lt;li&gt;Printer was ready to use&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-9129879969845746735?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/9129879969845746735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/9129879969845746735'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/02/canon-ip1300-printer-driver.html' title='Canon iP1300 Printer Driver'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_-EHaTCZT_Tw/Sac_h-ukoUI/AAAAAAAAA-I/HeGSt9lpysk/s72-c/ip1300_1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-8951669910804061069</id><published>2009-02-24T22:15:00.000-08:00</published><updated>2009-02-25T18:54:45.899-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><title type='text'>gDesklets</title><content type='html'>&lt;div style="text-align: justify;"&gt;GDesklets application is a tool that is almost similar to the Windows Vista Sidebar. You can add Analog and Digital Clock, Calendar, Disk Capacity,  Weather, etc.. Very similar to gDesklets and Screenlets with kompatible KDE desktop environments, GNOME, Xfce, etc.&lt;br /&gt;Installation and configuration steps are: ....&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Install &lt;a href="http://www.ziddu.com/download/3639149/gdesklets.zip.html"&gt;gDesklet&lt;/a&gt;&lt;/li&gt;&lt;li&gt;gDeslets can be found in the Gnome menu: Application-Accecories-gDesklets&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SaTkj1yNgsI/AAAAAAAAA9g/bYfT2Ch-5pU/s1600-h/Screenshot-gDesklets+Shell.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 278px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SaTkj1yNgsI/AAAAAAAAA9g/bYfT2Ch-5pU/s320/Screenshot-gDesklets+Shell.png" alt="" id="BLOGGER_PHOTO_ID_5306617565333521090" border="0" /&gt;&lt;/a&gt;&lt;li&gt;GDesklets on the main window you can add something to the desktop with a double selection. For example, if you want add analog hour, live double-click on the image analag hours and days will appear automatically on the desktop analog&lt;/li&gt;&lt;li&gt;You can customize each desklet with desklet then right click select "Configure Desklet" and if you want to move it please right-click "Move".&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SaTluEIGb9I/AAAAAAAAA9w/BA_pE077q3U/s1600-h/gDesklet.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 280px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SaTluEIGb9I/AAAAAAAAA9w/BA_pE077q3U/s320/gDesklet.png" alt="" id="BLOGGER_PHOTO_ID_5306618840493748178" border="0" /&gt;&lt;/a&gt;&lt;li&gt;To disable desklet, you only need to desklet right click and select "Remove desklet"&lt;/li&gt;&lt;li&gt;Let gDesklet active on every login (read-loaded on Startup), it is done add in the "Session" with: System - Preferences - Session and then click "Add" and then on the "Add Startup Program" Name: gDesklet, Command: /usr/bin/gdesklets and then OK.&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SaYAiFDeDhI/AAAAAAAAA-A/8sBrkB-St5w/s1600-h/gdesklet+session.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 278px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SaYAiFDeDhI/AAAAAAAAA-A/8sBrkB-St5w/s320/gdesklet+session.png" alt="" id="BLOGGER_PHOTO_ID_5306929796374990354" border="0" /&gt;&lt;/a&gt;&lt;/ol&gt;GDesklet will then automatically appear when you login.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-8951669910804061069?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8951669910804061069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8951669910804061069'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/02/gdesklets.html' title='gDesklets'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-EHaTCZT_Tw/SaTkj1yNgsI/AAAAAAAAA9g/bYfT2Ch-5pU/s72-c/Screenshot-gDesklets+Shell.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-981794887490076475</id><published>2009-02-17T23:59:00.000-08:00</published><updated>2009-02-18T00:14:55.326-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Display'/><title type='text'>Fix Booting Screen Blank</title><content type='html'>&lt;ol&gt;&lt;li&gt;Edit file /etc/usplash.conf&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo gedit /etc/usplash.conf&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Change yres from 1024 to 800 then save&lt;br /&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SZvCRwj_JNI/AAAAAAAAA74/zoG8SHNGG3w/s1600-h/Screenshot-usplash.conf+%28-etc%29+-+gedit.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 230px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SZvCRwj_JNI/AAAAAAAAA74/zoG8SHNGG3w/s320/Screenshot-usplash.conf+%28-etc%29+-+gedit.png" alt="" id="BLOGGER_PHOTO_ID_5304046596508296402" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Then typed the instruction&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo dpkg-reconfigure usplash&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-981794887490076475?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/981794887490076475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/981794887490076475'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/02/fix-booting-screen-blank.html' title='Fix Booting Screen Blank'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-EHaTCZT_Tw/SZvCRwj_JNI/AAAAAAAAA74/zoG8SHNGG3w/s72-c/Screenshot-usplash.conf+%28-etc%29+-+gedit.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-1499851770526324597</id><published>2009-01-21T20:54:00.000-08:00</published><updated>2009-01-21T21:07:34.189-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Easter Eggs'/><title type='text'>OpenOffice.org: Play StarWars Galaxy (Easter Egg)</title><content type='html'>1. Run OpenOffice and start the Spreadsheet application.&lt;br /&gt;&lt;br /&gt;2. In a blank cell, input the following:&lt;br /&gt;   =GAME("StarWars")&lt;br /&gt;&lt;br /&gt;3. Press Return on your keyboard.&lt;br /&gt;&lt;br /&gt;4. A splash screen for the game will appear :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SXf9w_6CFSI/AAAAAAAAA0U/upFSYWGlPHo/s1600-h/OpenOffice-StarWars.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 250px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SXf9w_6CFSI/AAAAAAAAA0U/upFSYWGlPHo/s320/OpenOffice-StarWars.png" alt="" id="BLOGGER_PHOTO_ID_5293978905227695394" border="0" /&gt;&lt;/a&gt;5. Select your “Hero” and the game will start.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SXf98SeK1DI/AAAAAAAAA0c/zQ2jNGj891Y/s1600-h/OpenOffice-StarWars2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 250px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SXf98SeK1DI/AAAAAAAAA0c/zQ2jNGj891Y/s320/OpenOffice-StarWars2.png" alt="" id="BLOGGER_PHOTO_ID_5293979099189662770" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-1499851770526324597?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1499851770526324597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1499851770526324597'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/01/openofficeorg-play-starwars-galaxy.html' title='OpenOffice.org: Play StarWars Galaxy (Easter Egg)'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-EHaTCZT_Tw/SXf9w_6CFSI/AAAAAAAAA0U/upFSYWGlPHo/s72-c/OpenOffice-StarWars.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-4501923991712053317</id><published>2009-01-21T19:48:00.000-08:00</published><updated>2009-01-21T21:08:56.531-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Easter Eggs'/><title type='text'>A funny Gnome Easter Egg</title><content type='html'>Free The Fish :&lt;br /&gt;&lt;br /&gt;1. Open the Run Application dialog (Alt + F2)&lt;br /&gt;2. Enter "free the fish" (without the quotes)&lt;br /&gt;3. Press Enter&lt;br /&gt;&lt;br /&gt;Another way to invoke it:&lt;br /&gt;&lt;br /&gt;1. Right-click your Gnome panel&lt;br /&gt;2. Click About Panels&lt;br /&gt;3. Press the "F" key three times&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SXfuvr445iI/AAAAAAAAA0E/N58XJrm5Ifs/s1600-h/free+the+fish.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 230px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SXfuvr445iI/AAAAAAAAA0E/N58XJrm5Ifs/s320/free+the+fish.png" alt="" id="BLOGGER_PHOTO_ID_5293962389999904290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;(To turn off this easter egg, pressed ALT+F2 then typed “pkill gnome-panel”)&lt;br /&gt;&lt;br /&gt;And another easter egg (Gegls From Outer Space) :&lt;br /&gt;&lt;br /&gt;1. Open the Run Application dialog (Alt + F2)&lt;br /&gt;2. Enter "gegls from outer space" (without the quotes)&lt;br /&gt;3. Press Enter&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SXfv-WKXMxI/AAAAAAAAA0M/tpBanzKcyCg/s1600-h/gegls+from+outer+space.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SXfv-WKXMxI/AAAAAAAAA0M/tpBanzKcyCg/s320/gegls+from+outer+space.png" alt="" id="BLOGGER_PHOTO_ID_5293963741377278738" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-4501923991712053317?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4501923991712053317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4501923991712053317'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/01/funny-gnome-easter-egg.html' title='A funny Gnome Easter Egg'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-EHaTCZT_Tw/SXfuvr445iI/AAAAAAAAA0E/N58XJrm5Ifs/s72-c/free+the+fish.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-6332297680857852679</id><published>2009-01-04T19:40:00.001-08:00</published><updated>2009-01-04T19:40:50.155-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>PIXMA iP1000 Printer Driver</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install Driver&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Enter the folder driver canon pixma iP1000 through terminal&lt;/li&gt;code: &lt;span style="font-weight: bold;"&gt;cd /home/ubuntu/Desktop/i255&lt;/span&gt;&lt;li&gt;install all file&lt;/li&gt;( &lt;a href="http://www.ziddu.com/downloadlink/2994087/bjfilter-2.5_1-1_i386.zip"&gt;bjfilter-2.5_1-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3017731/libcnbj-2.5_0-1_i386.zip"&gt;libcnbj-2.5_0-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3100478/pstocanonbj_3.3-1_i386.zip"&gt;pstocanonbj_3.3-1_i386.deb&lt;/a&gt; )&lt;br /&gt;code : &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/ul&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, to Select Connection chose Canon ip1000 USB #1 (clicked Forward)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9NjPNUWI/AAAAAAAAAoE/kMj2C7PX4mY/s1600-h/ip1000_0.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9NjPNUWI/AAAAAAAAAoE/kMj2C7PX4mY/s320/ip1000_0.png" alt="" id="BLOGGER_PHOTO_ID_5287645109260472674" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBErKiPKbI/AAAAAAAAAnc/KdFhmh7liEs/s1600-h/i255_1.png"&gt;&lt;/a&gt;&lt;li&gt;Select Printer from Database, chose Canon (clicked Forward)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9c5m4rVI/AAAAAAAAAoM/--M0NCy0MgY/s1600-h/ip1000_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9c5m4rVI/AAAAAAAAAoM/--M0NCy0MgY/s320/ip1000_1.png" alt="" id="BLOGGER_PHOTO_ID_5287645372963401042" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;For Printer Models Choose PIXMA ip1000 Ver.2.50 (clicked Forward)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9kyBUpDI/AAAAAAAAAoU/8V0_1CoPHBk/s1600-h/ip1000_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9kyBUpDI/AAAAAAAAAoU/8V0_1CoPHBk/s320/ip1000_2.png" alt="" id="BLOGGER_PHOTO_ID_5287645508365755442" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Give the name of PIXMA_iP1000_Ver2.50 → Apply&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SWGARy_aIvI/AAAAAAAAAok/abF7-HYiRKM/s1600-h/ip1000_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SWGARy_aIvI/AAAAAAAAAok/abF7-HYiRKM/s320/ip1000_3.png" alt="" id="BLOGGER_PHOTO_ID_5287648480743531250" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Printer was ready to use&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-6332297680857852679?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6332297680857852679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6332297680857852679'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2009/01/pixma-ip1000-printer-driver.html' title='PIXMA iP1000 Printer Driver'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-EHaTCZT_Tw/SWF9NjPNUWI/AAAAAAAAAoE/kMj2C7PX4mY/s72-c/ip1000_0.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-7029797442672054031</id><published>2008-12-22T17:23:00.000-08:00</published><updated>2008-12-26T17:56:24.673-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Canon i255 Printer Driver</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install Driver&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Enter the folder driver canon i255 through terminal&lt;/li&gt;code: &lt;span style="font-weight: bold;"&gt;cd /home/ubuntu/Desktop/i255&lt;/span&gt;&lt;li&gt;install all file&lt;/li&gt;( &lt;a href="http://www.ziddu.com/downloadlink/2994115/libglib1.2_1.2.10-17build1_i386.zip"&gt;libglib1.2_1.2.10-17build1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994139/libgtk1.2-common_1.2.10-18_all.zip"&gt;libgtk1.2-common_1.2.10-18_all.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994132/libgtk1.2_1.2.10-18_i386.zip"&gt;libgtk1.2_1.2.10-18_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994086/bjfiltercups_2.3-1_i386.zip"&gt;bjfiltercups_2.3-1_i386&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994083/bjfilteri255_2.3-1_i386.zip"&gt;bjfilteri255_2.3-1_i386&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994145/libpng3_1.2.15-beta5-2build1_all.zip"&gt;libpng3_1.2.15~beta5-2build1_all.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994045/bjfilter-2.2_1-1_i386.zip"&gt;bjfilter-2.2_1-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3000423/libcnbj-2.2_0-1_i386.zip"&gt;libcnbj-2.2_0-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994084/bjfilter-2.4_1-2_i386.zip"&gt;bjfilter-2.4_1-2_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3000645/libcnbj-2.4_0-1_i386.zip"&gt;libcnbj-2.4_0-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994087/bjfilter-2.5_1-1_i386.zip"&gt;bjfilter-2.5_1-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3017731/libcnbj-2.5_0-1_i386.zip"&gt;libcnbj-2.5_0-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/2994085/bjfilter-2.6_1-1_i386.zip"&gt;bjfilter-2.6_1-1_i386.deb&lt;/a&gt;, &lt;a href="http://www.ziddu.com/downloadlink/3002831/libcnbj-2.6_0-1_i386.zip"&gt;libcnbj-2.6_0-1_i386.deb&lt;/a&gt; )&lt;br /&gt;code : &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/ul&gt;&lt;li&gt;Added symbolic link&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Code :&lt;/li&gt;cd /usr/lib&lt;br /&gt;sudo ln -s libcnbpcmcm182.so.6.03.1 libcnbpcmcm182.so&lt;br /&gt;sudo ln -s libcnbpess182.so.1.4.0 libcnbpess182.so&lt;br /&gt;sudo ln -s libpng.so.3 libpng.so.2&lt;br /&gt;sudo ln -s libtiff.so.4 libtiff.so.3&lt;br /&gt;sudo ln -s libcnbpcnclapi182.so.3.0.0 libcnbpcnclapi182.so&lt;br /&gt;sudo ln -s libcnbpcnclbjcmd182.so.3.0.0 libcnbpcnclbjcmd182.so&lt;br /&gt;sudo ln -s libcnbpcnclui182.so.3.0.0 libcnbpcnclui182.so&lt;/ul&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, to Select Connection chose Canon i255 USB #1 (clicked Forward)&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBErKiPKbI/AAAAAAAAAnc/KdFhmh7liEs/s1600-h/i255_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBErKiPKbI/AAAAAAAAAnc/KdFhmh7liEs/s320/i255_1.png" alt="" id="BLOGGER_PHOTO_ID_5282797871258610098" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Printer driver chose Provide PPD file&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SVBE9CDdoxI/AAAAAAAAAnk/i6HsSBzLQUo/s1600-h/i255_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SVBE9CDdoxI/AAAAAAAAAnk/i6HsSBzLQUo/s320/i255_2.png" alt="" id="BLOGGER_PHOTO_ID_5282798178219696914" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Aim at to /usr/share/cups/model/canoni255.ppd&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SVBFGZA3WWI/AAAAAAAAAns/K6HBqvGsbnI/s1600-h/i255_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SVBFGZA3WWI/AAAAAAAAAns/K6HBqvGsbnI/s320/i255_3.png" alt="" id="BLOGGER_PHOTO_ID_5282798339001637218" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Choose canoni255.ppd → Open, so as Provide PPD File contained canon i255&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBFNIJn4sI/AAAAAAAAAn0/V7mU0iqkOE4/s1600-h/i255_4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBFNIJn4sI/AAAAAAAAAn0/V7mU0iqkOE4/s320/i255_4.png" alt="" id="BLOGGER_PHOTO_ID_5282798454734054082" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Give the name of i255 → Apply&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SVBFTEZ2WaI/AAAAAAAAAn8/hmCRahMihlk/s1600-h/i255_5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SVBFTEZ2WaI/AAAAAAAAAn8/hmCRahMihlk/s320/i255_5.png" alt="" id="BLOGGER_PHOTO_ID_5282798556807584162" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Restart computer&lt;/li&gt;&lt;li&gt;Printer was ready to use&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-7029797442672054031?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7029797442672054031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7029797442672054031'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/12/canon-i255-printer-driver.html' title='Canon i255 Printer Driver'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_-EHaTCZT_Tw/SVBErKiPKbI/AAAAAAAAAnc/KdFhmh7liEs/s72-c/i255_1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-7064641464334925398</id><published>2008-12-02T19:37:00.000-08:00</published><updated>2008-12-26T17:55:41.817-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Canon iP1880,  iP1700,  iP1980 Printer Driver</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install Driver&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Enter the folder driver ip1880 through terminal&lt;/li&gt;code: &lt;span style="font-weight: bold;"&gt;cd /home/ubuntu/Desktop/Printer/iP1880+iP1700&lt;/span&gt;&lt;li&gt;install all file&lt;/li&gt;&lt;a href="http://www.ziddu.com/downloadlink/2820548/driver_iP1880.zip"&gt;( cnijfilter-common_2.70-2_i386.deb, cnijfilter-ip1800series_2.70-2_i386.deb, libglib1.2_1.2.10-17build1_i386.deb, libgtk1.2_1.2.10-18_i386.deb, libgtk1.2-common_1.2.10-18_all.deb, libpng3_1.2.15~beta5-2build1_all.deb )&lt;/a&gt;&lt;br /&gt;code : &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/ul&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, to Select Connection chose Canon ip1800 series USB #1 (clicked Forward) &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STYC9WnSa3I/AAAAAAAAAjE/G-9gBaIXRqM/s1600-h/ip1880_0.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 224px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STYC9WnSa3I/AAAAAAAAAjE/G-9gBaIXRqM/s320/ip1880_0.png" alt="" id="BLOGGER_PHOTO_ID_5275407266576755570" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Printer driver chose Provide PPD file&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/STYDR9_VtEI/AAAAAAAAAjM/0sAufe2Xicg/s1600-h/ip1880_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/STYDR9_VtEI/AAAAAAAAAjM/0sAufe2Xicg/s320/ip1880_2.png" alt="" id="BLOGGER_PHOTO_ID_5275407620744000578" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Aim at to /usr/share/cups/model/canonip1800.ppd&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STYD4JG-2-I/AAAAAAAAAjU/vyGtHQDZ6WY/s1600-h/ip1880_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 249px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STYD4JG-2-I/AAAAAAAAAjU/vyGtHQDZ6WY/s320/ip1880_1.png" alt="" id="BLOGGER_PHOTO_ID_5275408276563876834" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Give the name of ip1880/ip1700/ip1980 → Apply&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STYEEdnBYzI/AAAAAAAAAjc/JWXKEd_Kiho/s1600-h/ip1880_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STYEEdnBYzI/AAAAAAAAAjc/JWXKEd_Kiho/s320/ip1880_3.png" alt="" id="BLOGGER_PHOTO_ID_5275408488225399602" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Restart computer&lt;/li&gt;&lt;li&gt;Open Applications → Accessories → the Terminal, afterwards type ordered along with: &lt;/li&gt;code : &lt;span style="font-weight: bold;"&gt;cd /usr/lib&lt;/span&gt; ( tekan Enter )&lt;br /&gt;code : &lt;span style="font-weight: bold;"&gt;sudo ln -s ./libtiff.so.4.2.1 ./libtiff.so.3&lt;/span&gt;&lt;li&gt;Printer was ready to use&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-7064641464334925398?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7064641464334925398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7064641464334925398'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/12/canon-ip1880-ip1700-ip1980-printer.html' title='Canon iP1880,  iP1700,  iP1980 Printer Driver'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-EHaTCZT_Tw/STYC9WnSa3I/AAAAAAAAAjE/G-9gBaIXRqM/s72-c/ip1880_0.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-8720742372529854882</id><published>2008-12-01T23:29:00.000-08:00</published><updated>2008-12-26T17:55:24.719-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Epson LX-300 Printer Driver</title><content type='html'>&lt;ol&gt;&lt;li style="text-align: justify;"&gt;Open System → Administration → Printing → New Printer, in select connection Device chose Gutenprint parallel port #1, chose that for printer epson, so as to Enter device URL emerged epson:/dev/lp0 → clicked Forward &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTm15BowiI/AAAAAAAAAhs/Y4jGK2yTN9E/s1600-h/New+Printer1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTm15BowiI/AAAAAAAAAhs/Y4jGK2yTN9E/s320/New+Printer1.png" alt="" id="BLOGGER_PHOTO_ID_5275094877072835106" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;To printer driver chose provide PPD file &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STTnLpMG7sI/AAAAAAAAAh0/oWr9tl_k3ig/s1600-h/LX-300_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STTnLpMG7sI/AAAAAAAAAh0/oWr9tl_k3ig/s320/LX-300_2.png" alt="" id="BLOGGER_PHOTO_ID_5275095250778910402" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Afterwards the direction would in file &lt;a href="http://www.ziddu.com/downloadlink/2591666/Epson-Dot_Matrix-epson.ppd.zip"&gt;Epson-Dot Matrix-epson.ppd&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTnhELFjEI/AAAAAAAAAh8/XYGkrNmgHkQ/s1600-h/LX-300_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 251px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTnhELFjEI/AAAAAAAAAh8/XYGkrNmgHkQ/s320/LX-300_1.png" alt="" id="BLOGGER_PHOTO_ID_5275095618799635522" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Give the name printer LX-300 and clicked Apply &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTnss9hZ0I/AAAAAAAAAiE/yNYX-FZr0OE/s1600-h/LX-300_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTnss9hZ0I/AAAAAAAAAiE/yNYX-FZr0OE/s320/LX-300_3.png" alt="" id="BLOGGER_PHOTO_ID_5275095818727155522" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;The clique in printer LX-300, the Make difference and his Model from Epson the Teat of Matrix Foomatic/epson to Epson the Teat of Matrix Foomatic/eps9mid with clicked the switch change &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTn8mDrGQI/AAAAAAAAAiM/ObtSl4G8rpM/s1600-h/LX-300_4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 219px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTn8mDrGQI/AAAAAAAAAiM/ObtSl4G8rpM/s320/LX-300_4.png" alt="" id="BLOGGER_PHOTO_ID_5275096091751815426" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;To this time chose driver from “Select Printer from Databese” afterwards chose Epson → Forward &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STToKvb3KDI/AAAAAAAAAiU/ckvnF1EVOfA/s1600-h/LX-300_5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STToKvb3KDI/AAAAAAAAAiU/ckvnF1EVOfA/s320/LX-300_5.png" alt="" id="BLOGGER_PHOTO_ID_5275096334787356722" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;In the Models part chose “Dot Matrix” whereas in the Drivers part chose “Epson the Teat of Matrix Foomatic/eps9mid” → Forward &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STToXkrJFXI/AAAAAAAAAic/AvIvliCyT4g/s1600-h/LX-300_6.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STToXkrJFXI/AAAAAAAAAic/AvIvliCyT4g/s320/LX-300_6.png" alt="" id="BLOGGER_PHOTO_ID_5275096555236955506" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;Afterwards chose “Use the new PPD (Postscript Printer Description) the USA is” → Forward &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTol6f-QfI/AAAAAAAAAik/QL7JrhvoWvQ/s1600-h/LX-300_7.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/STTol6f-QfI/AAAAAAAAAik/QL7JrhvoWvQ/s320/LX-300_7.png" alt="" id="BLOGGER_PHOTO_ID_5275096801613857266" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Driver that just was used by → Apply &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STTo2avTiWI/AAAAAAAAAis/mvAyECj6x9U/s1600-h/Lx-300_8.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/STTo2avTiWI/AAAAAAAAAis/mvAyECj6x9U/s320/Lx-300_8.png" alt="" id="BLOGGER_PHOTO_ID_5275097085146007906" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li style="text-align: justify;"&gt;So that results print better in the Printer Options part the difference resolution to 240x216.dpi. → Apply &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTpmGjrjWI/AAAAAAAAAi8/WwLhuWVSB2k/s1600-h/LX-300_9.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 219px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTpmGjrjWI/AAAAAAAAAi8/WwLhuWVSB2k/s320/LX-300_9.png" alt="" id="BLOGGER_PHOTO_ID_5275097904362261858" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-8720742372529854882?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8720742372529854882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8720742372529854882'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/12/epson-lx-300-printer-driver.html' title='Epson LX-300 Printer Driver'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_-EHaTCZT_Tw/STTm15BowiI/AAAAAAAAAhs/Y4jGK2yTN9E/s72-c/New+Printer1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-3442825411530424562</id><published>2008-11-17T18:30:00.000-08:00</published><updated>2008-12-26T17:54:58.224-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Driver printer Epson C90/C58/T11</title><content type='html'>&lt;ol style="text-align: justify;"&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, on Select Connection Device chose EPSON C90 USB#1 → Forward&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SSIu_nAmxRI/AAAAAAAAAYc/Xr11a0-evzk/s1600-h/C90_1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://1.bp.blogspot.com/_-EHaTCZT_Tw/SSIu_nAmxRI/AAAAAAAAAYc/Xr11a0-evzk/s320/C90_1.png" alt="" id="BLOGGER_PHOTO_ID_5269826184315061522" border="0" /&gt;&lt;/a&gt;&lt;li&gt;For printer driver chose Select Printer from database than chose Epson → Forward&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SSIwO8kDckI/AAAAAAAAAYk/1LmhXhwRPuw/s1600-h/C90_2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SSIwO8kDckI/AAAAAAAAAYk/1LmhXhwRPuw/s320/C90_2.png" alt="" id="BLOGGER_PHOTO_ID_5269827547310551618" border="0" /&gt;&lt;/a&gt;&lt;li&gt;For Models chose Stylus C64 and Drivers chose Epson Stylus C64+Gutenprint v5.0.1 Simplified (recommended) → Forward&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SSIxhoRQWOI/AAAAAAAAAYs/DmfW2_sPxBM/s1600-h/C90_3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_-EHaTCZT_Tw/SSIxhoRQWOI/AAAAAAAAAYs/DmfW2_sPxBM/s320/C90_3.png" alt="" id="BLOGGER_PHOTO_ID_5269828967792138466" border="0" /&gt;&lt;/a&gt;&lt;li&gt;For Printer Name gave the name Stylus_C90 or Epson_C90 → Apply &lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SSIx2YqY5VI/AAAAAAAAAY0/mujwIQav62E/s1600-h/C90_4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SSIx2YqY5VI/AAAAAAAAAY0/mujwIQav62E/s320/C90_4.png" alt="" id="BLOGGER_PHOTO_ID_5269829324379841874" border="0" /&gt;&lt;/a&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-3442825411530424562?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3442825411530424562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3442825411530424562'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/11/driver-printer-epson-c90c58t11.html' title='Driver printer Epson C90/C58/T11'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_-EHaTCZT_Tw/SSIu_nAmxRI/AAAAAAAAAYc/Xr11a0-evzk/s72-c/C90_1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-9036853061137453314</id><published>2008-11-09T19:32:00.000-08:00</published><updated>2008-12-26T17:54:33.352-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Printer'/><title type='text'>Printer LQ-2180</title><content type='html'>&lt;ol style="text-align: justify;"&gt;&lt;li&gt;Download &lt;a href="http://www.ziddu.com/downloadlink/2591657/eplq2180.ppd.zip"&gt;eplq2180.ppd&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Open System → Administration → Printing → New Printer, select &lt;span style="font-weight: bold;"&gt;Gutenprint parallel port #1&lt;/span&gt;, Enter device URL : &lt;span style="font-weight: bold;"&gt;epson:/dev/lp0&lt;/span&gt; → Forward&lt;br /&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SResx3-jnrI/AAAAAAAAAX8/gKTWNlWDLo4/s1600-h/New+Printer1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SResx3-jnrI/AAAAAAAAAX8/gKTWNlWDLo4/s320/New+Printer1.png" alt="" id="BLOGGER_PHOTO_ID_5266868262072983218" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Select provide PPD file&lt;br /&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SRetT0H3PDI/AAAAAAAAAYE/ROrlnQbT5pk/s1600-h/Printer2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SRetT0H3PDI/AAAAAAAAAYE/ROrlnQbT5pk/s320/Printer2.png" alt="" id="BLOGGER_PHOTO_ID_5266868845153827890" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Select file eplq2180.ppd&lt;br /&gt;&lt;/li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SRetgMQ6bAI/AAAAAAAAAYM/noi_Pp6GtsU/s1600-h/Printer3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 251px;" src="http://4.bp.blogspot.com/_-EHaTCZT_Tw/SRetgMQ6bAI/AAAAAAAAAYM/noi_Pp6GtsU/s320/Printer3.png" alt="" id="BLOGGER_PHOTO_ID_5266869057792666626" border="0" /&gt;&lt;/a&gt;&lt;li&gt;Printer Name : LQ-2180 → Apply&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SRetqUFnvtI/AAAAAAAAAYU/hijdcv2W0o0/s1600-h/Printer4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 235px;" src="http://2.bp.blogspot.com/_-EHaTCZT_Tw/SRetqUFnvtI/AAAAAAAAAYU/hijdcv2W0o0/s320/Printer4.png" alt="" id="BLOGGER_PHOTO_ID_5266869231691480786" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-9036853061137453314?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/9036853061137453314'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/9036853061137453314'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/11/printer-lq-2180.html' title='Printer LQ-2180'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-EHaTCZT_Tw/SResx3-jnrI/AAAAAAAAAX8/gKTWNlWDLo4/s72-c/New+Printer1.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-6163717026170505889</id><published>2008-11-09T17:17:00.000-08:00</published><updated>2009-03-16T21:52:18.948-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><title type='text'>Install Driver LAN P5GC-MX on Ubuntu 7.10</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;ol&gt;&lt;li&gt;Install &lt;a href="http://www.ziddu.com/downloadlink/2618710/gplus2.zip"&gt;g++&lt;/a&gt;&lt;br /&gt;( g++_4%3a4.1.2-9ubuntu2_i386.deb,&lt;br /&gt;g++-4.1_4.1.2-16ubuntu2_i386.deb,&lt;br /&gt;libc6-dev_2.6.1-1ubuntu9_i386.deb,&lt;br /&gt;libstdc++6-4.1-dev_4.1.2-16ubuntu2_i386.deb,&lt;br /&gt;linux-libc-dev_2.6.22-14.46_i386.deb )&lt;/li&gt;&lt;li&gt;Extract file &lt;a href="http://www.ziddu.com/downloadlink/2618579/r8168-8.005.00.tar.bz2.zip"&gt;r8168-8.005.00.tar.bz2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Open Terminal &amp;amp; Enter to folder r8168-8.005.00&lt;/li&gt;&lt;li&gt;Install driver, &lt;a href="http://www.ziddu.com/download/3894376/code.txt.html"&gt;code&lt;/a&gt; :&lt;/li&gt;&lt;ul&gt;&lt;li&gt;sudo make&lt;/li&gt;&lt;/ul&gt;  &lt;ul&gt;&lt;li&gt;sudo mv /lib/modules/`uname -r`/kernel/drivers/net/r8169.ko /lib/modules/`uname -r`/kernel/drivers/net/r8169.ko.old&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo depmod -a&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo mv /boot/initrd.img-`uname -r` /boot/initrd.img-`uname -r`.old&lt;/li&gt;&lt;/ul&gt; &lt;ul&gt;&lt;li&gt;sudo mkinitramfs -o /boot/initrd.img-`uname -r`&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Restart Komputer or Network&lt;br /&gt;code : sudo /etc/init.d/networking restart&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-6163717026170505889?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6163717026170505889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6163717026170505889'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/11/install-driver-lan-p5gc-mx-on-ubuntu.html' title='Install Driver LAN P5GC-MX on Ubuntu 7.10'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-6007566332189227336</id><published>2008-04-16T21:12:00.000-07:00</published><updated>2008-04-16T21:18:32.515-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='System'/><title type='text'>USB Ubuntu 7.10 Gutsy Gibbon install</title><content type='html'>&lt;p style="text-align: justify;"&gt;&lt;em&gt;&lt;strong&gt;USB Ubuntu 7.10 install from Linux&lt;/strong&gt;&lt;/em&gt;: This tutorial enables you to install, boot and run Ubuntu 7.10 (Gutsy Gibbon) from a USB flash drive. In addition to installing Ubuntu to a USB device and then booting Ubuntu from the memory stick, this tutorial will enable you to automatically save your changes and settings back to the thumb drive and further restore them on each boot using a second &lt;em&gt;"casper-rw"&lt;/em&gt; persistent partition. The tutorial was written for those already familiar with working from Ubuntu or another Linux desktop environment. If you do not have access to or prefer not to use a Windows computer, this Ubuntu Linux on a stick tutorial is for you.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt; Ubuntu 7.10 takes slightly longer to boot than previous releases. However, once it's up and running, it performs much better than running from the Live CD.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;USB Ubuntu 7.10 Essentials:&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&lt;span style="color: rgb(0, 102, 255);"&gt;Ubuntu7.10 ISO&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 102, 255);"&gt;CD Burner &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 102, 255);"&gt;1GB USB flash drive (2GB+ recommended)&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.4shared.com/file/44373374/4d94454b/U710fix.html?dirPwdVerified=d53dd69e"&gt;&lt;span style="color: rgb(0, 102, 255);"&gt;U710fix.zip&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;Ubuntu 7.10 USB installation tutorial:&lt;/strong&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;Hint:&lt;/span&gt;&lt;/strong&gt; You can drastically speed up the install by Copying and Pasting most commands into the terminal instead of manually typing them out. With the exception of replacing &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;strong&gt;x&lt;/strong&gt;&lt;/span&gt; with your drive letter.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;ol style="text-align: justify;"&gt;&lt;li&gt;Grab the &lt;a title="Ubuntu 7.10 Download" href="http://releases.ubuntu.com/7.10/ubuntu-7.10-desktop-i386.iso" target="_blank"&gt;Ubuntu 7.10&lt;/a&gt; ISO and burn it to a CD&lt;/li&gt;&lt;li&gt;Insert the CD and your USB flash drive&lt;/li&gt;&lt;li&gt;Reboot your computer into Ubuntu from the Live CD&lt;/li&gt;&lt;li&gt;Open a terminal window and type &lt;strong&gt;sudo su&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;fdisk -l &lt;/strong&gt;to list available drives/partitions. Note which device is your flash drive (example: &lt;strong&gt;/dev/sda&lt;/strong&gt;) Throughout this tutorial, replace &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;strong&gt;x&lt;/strong&gt;&lt;/span&gt; with your flash drive letter. For example, if your flash drive is &lt;strong&gt;sdb&lt;/strong&gt;, replace &lt;span style="color: rgb(255, 0, 0);"&gt;&lt;strong&gt;x&lt;/strong&gt;&lt;/span&gt; with &lt;strong&gt;b&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;umount /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;1&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;fdisk /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li&gt;type &lt;strong&gt;p&lt;/strong&gt; to show the existing partition and &lt;strong&gt;d&lt;/strong&gt; to delete it&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;p &lt;/strong&gt;again to show any remaining partitions (if partitions exist, repeat the previous step)&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;n &lt;/strong&gt;to make a new partition&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;p&lt;/strong&gt; for primary partition&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;1&lt;/strong&gt; to make this the first partition&lt;/li&gt;&lt;li&gt;hit enter to use the default 1st cylinder&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;+750M&lt;/strong&gt; to set the partition size&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;a&lt;/strong&gt; to make this partition active&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;1&lt;/strong&gt; to select partition 1&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;t&lt;/strong&gt; to change the partition filesystem&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;6&lt;/strong&gt; to select the fat16 file system&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;n&lt;/strong&gt; to make another new partition&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;p&lt;/strong&gt; for primary partition&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;2&lt;/strong&gt; to make this the second partition&lt;/li&gt;&lt;li&gt;hit enter to use the default cylinder&lt;/li&gt;&lt;li&gt;hit enter again to use the default last cylinder&lt;/li&gt;&lt;li&gt;type &lt;strong&gt;w&lt;/strong&gt; to write the new partition table&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;umount /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;1&lt;/strong&gt; to ensure the 1st partition is unmounted&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;mkfs.vfat -F 16 -n ubuntu710 /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;1&lt;/strong&gt; to format the first partition&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;umount /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;2&lt;/strong&gt; just to ensure the 2nd partition is unmounted&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;mkfs.ext2 -b 4096 -L casper-rw /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;2 &lt;/strong&gt;to format the second partition&lt;/li&gt;&lt;li&gt;Remove and Re-insert your flash drive&lt;/li&gt;&lt;li&gt;Back at the terminal, type &lt;strong&gt;apt-get update&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;apt-get install syslinux mtools&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;syslinux -sf /dev/sd&lt;span style="color: rgb(255, 0, 0);"&gt;x&lt;/span&gt;1&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;cd /cdrom&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;cp -rf casper disctree dists install pics pool preseed .disk isolinux/* md5sum.txt README.diskdefines ubuntu.ico casper/vmlinuz &lt;/strong&gt;&lt;strong&gt;casper/initrd.gz &lt;/strong&gt;&lt;strong&gt;/media/ubuntu710/&lt;/strong&gt;&lt;/li&gt;&lt;blockquote&gt;&lt;p&gt;Ignore any &lt;strong&gt;"cannot create symbolic link" &lt;/strong&gt;errors&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;li&gt;Type &lt;strong&gt;cd /home/ubuntu&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;wget pendrivelinux.com/downloads/U710fix.zip&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;strong&gt;unzip -o -d /media/ubuntu710/ U710fix.zip&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Restart your computer, set your BIOS or Boot menu to boot from the USB device and reboot again.&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;You should now have a USB Ubuntu 7.10 Gutsy Gibbon flash drive that should automatically save your changes, restoring them on boot.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-6007566332189227336?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6007566332189227336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6007566332189227336'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/04/usb-ubuntu-710-gutsy-gibbon-install.html' title='USB Ubuntu 7.10 Gutsy Gibbon install'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-5073479169727911060</id><published>2008-04-16T20:57:00.000-07:00</published><updated>2008-04-16T21:03:31.770-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='System'/><title type='text'>Remove Harddisk Shortcut From Dekstop</title><content type='html'>1. open run (alt+F2)&lt;br /&gt;2. type &lt;span style="font-weight: bold;"&gt;gconf-editor&lt;/span&gt;&lt;br /&gt;3. find apps--&gt;nautilus--&gt;desktop&lt;br /&gt;4. Remove hit from &lt;span style="font-weight: bold;"&gt;volumes_visible&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-5073479169727911060?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5073479169727911060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5073479169727911060'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/04/remove-harddisk-shortcut-from-dekstop.html' title='Remove Harddisk Shortcut From Dekstop'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-6341988516752994787</id><published>2008-04-16T20:48:00.001-07:00</published><updated>2008-04-16T20:48:57.681-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Display'/><title type='text'>How to fix Display problems in Ubuntu</title><content type='html'>Problems with you screen? Here's a short step for you!&lt;br /&gt;&lt;br /&gt;Seldom, Ubuntu might not detect your monitor and other screen resolutions. If you change your graphics card, the OS might not recognize it. You can fix this problem by reconfiguring your graphics settings. You need to do the following:&lt;br /&gt;&lt;br /&gt;1. Restart your computer.&lt;br /&gt;2. Logon to the terminal on startup by pressing esc (escape) key when Grub loads.&lt;br /&gt;3. Follow the prompts accordingly.&lt;br /&gt;4. Key in "sudo dpkg-reconfigure xserver-xorg".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-6341988516752994787?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6341988516752994787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/6341988516752994787'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/04/how-to-fix-display-problems-in-ubuntu.html' title='How to fix Display problems in Ubuntu'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-1123171787394840049</id><published>2008-04-16T20:43:00.000-07:00</published><updated>2008-04-16T20:45:13.142-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Grub'/><title type='text'>How to restore Grub from a live Ubuntu cd</title><content type='html'>This will restore grub if you already had grub installed but lost it to a windows install or some other occurence that erased/changed your MBR so that grub no longer appears at start up or it returns an error.&lt;br /&gt;&lt;br /&gt;(This how to is written for Ubuntu but should work on other systems. The only thing to take note of, when you see "sudo" that will mean to you that the following command should be entered at a root terminal.)&lt;br /&gt;&lt;br /&gt;Boot into the live Ubuntu cd. This can be the live installer cd or the older live session Ubuntu cds.&lt;br /&gt;&lt;br /&gt;When you get to the desktop open a terminal and enter. (I am going to give you the commands and then I will explain them later)&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sudo grub&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will get you a "grub&gt;" prompt (i.e. the grub shell). At grub&gt;. enter these commands&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;find /boot/grub/stage1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will return a location. If you have more than one, select the installation that you want to provide the grub files.&lt;br /&gt;Next, THIS IS IMPORTANT, whatever was returned for the find command use it in the next line (you are still at grub&gt;. when you enter the next 3 commands)&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;root (hd?,?)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Again use the value from the find command i.e. if find returned (hd0,1) then you would enter root (hd0,1)&lt;br /&gt;&lt;br /&gt;Next enter the command to install grub to the mbr&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;setup (hd0)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Finally exit the grub shell&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;quit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;That is it. Grub will be installed to the mbr.&lt;br /&gt;When you reboot, you will have the grub menu at startup.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-1123171787394840049?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1123171787394840049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1123171787394840049'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/04/how-to-restore-grub-from-live-ubuntu-cd.html' title='How to restore Grub from a live Ubuntu cd'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-3456901592400660649</id><published>2008-04-04T18:11:00.000-07:00</published><updated>2008-04-16T20:45:33.446-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mount'/><title type='text'>Mount an ISO image</title><content type='html'>You can mount ISO images via the loop device. It is possible to specify transfer functions (for encryption/decryption or other purposes) using loop device.&lt;br /&gt;&lt;br /&gt;But how to mount ISO image on Ubuntu? You need to use mount command as follows:&lt;br /&gt;&lt;br /&gt;Procedure to mount ISO images on Ubuntu&lt;br /&gt;&lt;br /&gt;1) You must login as a root user, if not root user then switch to root user using following command:&lt;br /&gt;&lt;br /&gt;$ su -&lt;br /&gt;&lt;br /&gt;2) Create the directory mount point:&lt;br /&gt;&lt;br /&gt;# mkdir -p /mnt/disk&lt;br /&gt;&lt;br /&gt;3) Use mount command as follows (assumes that your ISO file name is disk1.iso):&lt;br /&gt;&lt;br /&gt;# mount -o loop disk1.iso /mnt/disk&lt;br /&gt;&lt;br /&gt;4) Change directory to list it:&lt;br /&gt;&lt;br /&gt;# cd /mnt/disk&lt;br /&gt;# ls -l&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-3456901592400660649?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3456901592400660649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3456901592400660649'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/04/mount-iso-image.html' title='Mount an ISO image'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-5256360943867563481</id><published>2008-03-31T19:31:00.000-07:00</published><updated>2008-04-16T20:50:58.911-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Display'/><title type='text'>Quickly move and resize windows using keyboard and mouse combinations</title><content type='html'>&lt;div style="text-align: justify;"&gt;The user interface for moving and resizing windows under Ubuntu is essentially the same as that found on Windows. You can click and drag the titlebar of any window to move it, and you can click and drag the "handles" of any window to resize it.&lt;br /&gt;&lt;br /&gt;Ubuntu goes one step further, however. If you hold down the "Alt" key on the keyboard, then clicking and dragging anywhere inside a window will allow you to move it. And clicking and dragging using the middle mouse button (pressing in the scroll wheel for most mice with scroll wheels) will allow you to resize. Using these quick shortcuts can make window management much easier as they don't require you to target very small areas on the screen to begin your mouse drag.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-5256360943867563481?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5256360943867563481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5256360943867563481'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/quickly-move-and-resize-windows-using.html' title='Quickly move and resize windows using keyboard and mouse combinations'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-4223566828174873087</id><published>2008-03-31T19:17:00.000-07:00</published><updated>2008-04-16T20:51:15.833-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='System'/><title type='text'>Change sudo to not ask for your password</title><content type='html'>&lt;div style="text-align: justify;"&gt;On a default Ubuntu system, any task which requires root (or Administrator) privileges runs a program called 'sudo' (or it's graphical equivalent, gksu) to run a helper program in a privileged mode. By default, for security reasons, this program will ask you to input your password. If you make a lot of settings changes on your system (or need to run a lot of programs as root), each password prompt can get rather annoying. This tip shows you how to configure sudo to allow specific users to run commands as root (or any other user) without prompting for a password.&lt;br /&gt;&lt;br /&gt;The sudo program stores its configuration information in the file /etc/sudoers. One simply needs to edit this file and add the following line:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;##USERNAME## ALL=NOPASSWD:ALL&lt;br /&gt;&lt;br /&gt;Replace ##USERNAME## with the username of your user. For example, if your username was grin, add the line:&lt;br /&gt;&lt;br /&gt;grin ALL=NOPASSWD:ALL&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-4223566828174873087?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4223566828174873087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4223566828174873087'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/change-sudo-to-not-ask-for-your.html' title='Change sudo to not ask for your password'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-3319819358184859435</id><published>2008-03-24T23:45:00.000-07:00</published><updated>2008-04-16T20:51:30.372-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='System'/><title type='text'>Cleaned HDD from unused file</title><content type='html'>sudo apt-get clean&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-3319819358184859435?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3319819358184859435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/3319819358184859435'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/cleaned-hdd-from-unused-file.html' title='Cleaned HDD from unused file'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-922892444273603630</id><published>2008-03-24T23:39:00.000-07:00</published><updated>2008-04-16T20:51:41.505-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='System'/><title type='text'>Knew the application that has been installed</title><content type='html'>Sudo dpkg -l&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-922892444273603630?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/922892444273603630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/922892444273603630'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/knew-application-that-has-been.html' title='Knew the application that has been installed'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-4781241472566830139</id><published>2008-03-24T23:33:00.000-07:00</published><updated>2008-03-24T23:39:38.538-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gnome'/><title type='text'>Restart GNOME without reboot the computer</title><content type='html'>Press Ctrl + Alt + Backspace&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;sudo /etc/init.d/gdm restart&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-4781241472566830139?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4781241472566830139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/4781241472566830139'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/restart-gnome-without-reboot-computer.html' title='Restart GNOME without reboot the computer'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-626888264816318979</id><published>2008-03-03T18:08:00.000-08:00</published><updated>2008-03-18T18:47:10.841-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Prolink'/><category scheme='http://www.blogger.com/atom/ns#' term='Modem'/><title type='text'>Install Prolink 1456PVS Modem Driver On Ubuntu 7.04</title><content type='html'>1. Download &lt;a href="http://www.4shared.com/file/41223507/ced58df6/ungrab-winmodem-20070505tar.html?dirPwdVerified=786cc881"&gt;ungrab-winmodem&lt;/a&gt;&lt;br /&gt;2. Download &lt;a href="http://www.4shared.com/file/41223810/4172ba47/slmodem-2911-20070813tar.html?dirPwdVerified=786cc881"&gt;slmodem-2.9.11&lt;/a&gt;&lt;br /&gt;3. Extract ungrab-winmodem&lt;br /&gt;4. Enter into   ungrab-winmodem directory&lt;br /&gt;5. Login as root in Terminal&lt;br /&gt;6. Type &lt;i&gt;make&lt;/i&gt; (Enter)&lt;br /&gt;7. Type &lt;i&gt;make install &lt;/i&gt;(Enter)&lt;br /&gt;8. Type &lt;i&gt;modprobe ungrab-winmodem &lt;/i&gt;(Enter)&lt;br /&gt;9. Extract slmodem-2.9.11&lt;br /&gt;10.  Enter into   slmodem-2.9.11 directory&lt;br /&gt;11. Install libstdc++6-4.1-dev (if needed)&lt;br /&gt;12. Type &lt;i&gt;make&lt;/i&gt; (Enter)&lt;br /&gt;13. Type &lt;i&gt;make install &lt;/i&gt;(Enter)&lt;br /&gt;14. Type &lt;i&gt;modprobe slamr &lt;/i&gt;(Enter)&lt;br /&gt;15. Install KPPP&lt;br /&gt;16. Let's Browse the worlds&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-626888264816318979?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/626888264816318979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/626888264816318979'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/install-prolink-1456pvs-modem-driver-on.html' title='Install Prolink 1456PVS Modem Driver On Ubuntu 7.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-8901567519592964398</id><published>2008-03-03T18:06:00.000-08:00</published><updated>2008-03-18T19:04:56.116-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Prolink'/><category scheme='http://www.blogger.com/atom/ns#' term='Modem'/><title type='text'>Install Prolink 1456PSA Modem Driver On Ubuntu 7.04</title><content type='html'>1. &lt;a href="http://www.4shared.com/file/41224865/e38ee0b6/slamr-2620-15-generictar.html?dirPwdVerified=61a7454"&gt;Download slamr-2.6.20-15-generic.tar.gz&lt;/a&gt;&lt;br /&gt;2. Extract file slamr-2.6.20-15-generic.tar.gz&lt;br /&gt;3. From terminal type: sudo ./setup&lt;br /&gt;4. Restart Computer&lt;br /&gt;5. Install KPPP&lt;br /&gt;6. Browse the World&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-8901567519592964398?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8901567519592964398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/8901567519592964398'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/install-prolink-1456psa-modem-driver-on.html' title='Install Prolink 1456PSA Modem Driver On Ubuntu 7.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-2946962784727857924</id><published>2008-03-03T18:04:00.000-08:00</published><updated>2008-03-18T19:39:31.756-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Prolink'/><category scheme='http://www.blogger.com/atom/ns#' term='Modem'/><title type='text'>Install Prolink 1456PVC Modem Driver On Ubuntu 7.04</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install hsfmodem_7.60.00.09full_i386.deb from terminal&lt;/li&gt;&lt;ul&gt;&lt;li&gt;type &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Where is the linux source build directory that matches your running  kernel?&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt; press Enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]&lt;/span&gt; : type country name then press enter&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [unknown] &lt;/span&gt;: type your email address then press enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;     Recorded &lt;span style="font-weight: bold;"&gt;The registration ID for modem unit 0 is: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; : &lt;/li&gt;&lt;/ul&gt;&lt;li&gt;     Open new terminal, type &lt;span style="font-weight: bold;"&gt;./genertor.pl [email address] [Registration ID]&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;get&lt;span style="font-weight: bold;"&gt; key:  XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;enter the key on &lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; :&lt;/li&gt;&lt;li&gt;Copy hsfpatch to /usr/lib/hsfmodem :&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;$ &lt;span style="font-weight: bold;"&gt;sudo cp hsfpatch /usr/lib/hsfmodem/&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Execute patch file : $ &lt;span style="font-weight: bold;"&gt;sudo ./hsfpatch&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;file 'modules/imported/hsfengine-i386.O' openend&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;patching... done&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigere hsfmodem : type &lt;span style="font-weight: bold;"&gt;sudo hsfconfig&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Press ENTER for all the questions&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Would you like to keep using them? [no]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [XXX@XXX.com]:&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Please enter&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;license key [XX-XX-XX-XX-XX-XX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigure hsfmodem complete :&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Config for modem unit 0: /dev/ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Device instance: 0-PCI-14f1:2f30-14f1:20d5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW revision    : Basic2 2.18 Standard DAA 3VoltsIA&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW profile name: hsfpcibasic2hsfi&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Registration ID: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License owner  : XXX@XXX.com&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License key    : XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License status : OK&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Current region : XXX (T.35 code: 0054)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;The /dev/modem alias (symlink) points to ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Install KPPP&lt;/li&gt;&lt;li&gt;Browse The World&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://www.4shared.com/file/41226045/75a21b07/hsfmodempatchtar.html?dirPwdVerified=3b901068"&gt;Download Prolink 1456PVC Modem Driver&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-2946962784727857924?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/2946962784727857924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/2946962784727857924'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/install-prolink-1456pvc-modem-driver-on.html' title='Install Prolink 1456PVC Modem Driver On Ubuntu 7.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-1798634297716960151</id><published>2008-03-03T18:01:00.000-08:00</published><updated>2008-03-18T19:38:48.596-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='D-Link'/><category scheme='http://www.blogger.com/atom/ns#' term='Modem'/><title type='text'>Install D-Link DU-562M USB Modem Driver on Ubuntu 7.04</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install hsfmodem_7.60.00.09full_i386.deb from terminal&lt;/li&gt;&lt;ul&gt;&lt;li&gt;type &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Where is the linux source build directory that matches your running  kernel?&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt; press Enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]&lt;/span&gt; : type country name then press enter&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [unknown] &lt;/span&gt;: type your email address then press enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;     Recorded &lt;span style="font-weight: bold;"&gt;The registration ID for modem unit 0 is: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; : &lt;/li&gt;&lt;/ul&gt;&lt;li&gt;     Open new terminal, type &lt;span style="font-weight: bold;"&gt;./genertor.pl [email address] [Registration ID]&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;get&lt;span style="font-weight: bold;"&gt; key:  XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;enter the key on &lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; :&lt;/li&gt;&lt;li&gt;Copy hsfpatch to /usr/lib/hsfmodem :&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;$ &lt;span style="font-weight: bold;"&gt;sudo cp hsfpatch /usr/lib/hsfmodem/&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Execute patch file : $ &lt;span style="font-weight: bold;"&gt;sudo ./hsfpatch&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;file 'modules/imported/hsfengine-i386.O' openend&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;patching... done&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigere hsfmodem : type &lt;span style="font-weight: bold;"&gt;sudo hsfconfig&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Press ENTER for all the questions&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Would you like to keep using them? [no]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [XXX@XXX.com]:&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Please enter&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;license key [XX-XX-XX-XX-XX-XX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigure hsfmodem complete :&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Config for modem unit 0: /dev/ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Device instance: 0-PCI-14f1:2f30-14f1:20d5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW revision    : Basic2 2.18 Standard DAA 3VoltsIA&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW profile name: hsfpcibasic2hsfi&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Registration ID: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License owner  : XXX@XXX.com&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License key    : XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License status : OK&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Current region : XXX (T.35 code: 0054)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;The /dev/modem alias (symlink) points to ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Install KPPP&lt;/li&gt;&lt;li&gt;Browse The World&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://www.4shared.com/file/41226045/75a21b07/hsfmodempatchtar.html?dirPwdVerified=3b901068"&gt;Download D-Link DU-562M USB Modem Driver&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-1798634297716960151?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1798634297716960151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/1798634297716960151'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/install-d-link-du-562m-usb-modem-driver.html' title='Install D-Link DU-562M USB Modem Driver on Ubuntu 7.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-7518397046124238317</id><published>2008-03-03T18:00:00.000-08:00</published><updated>2008-03-18T19:38:27.017-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='D-Link'/><category scheme='http://www.blogger.com/atom/ns#' term='Modem'/><title type='text'>Install D-Link DFM-562IS Modem Driver on Ubuntu 7.04</title><content type='html'>&lt;ol&gt;&lt;li&gt;Install hsfmodem_7.60.00.09full_i386.deb from terminal&lt;/li&gt;&lt;ul&gt;&lt;li&gt;type &lt;span style="font-weight: bold;"&gt;sudo dpkg -i *.deb&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Where is the linux source build directory that matches your running  kernel?&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt; press Enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]&lt;/span&gt; : type country name then press enter&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [unknown] &lt;/span&gt;: type your email address then press enter&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;     Recorded &lt;span style="font-weight: bold;"&gt;The registration ID for modem unit 0 is: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; : &lt;/li&gt;&lt;/ul&gt;&lt;li&gt;     Open new terminal, type &lt;span style="font-weight: bold;"&gt;./genertor.pl [email address] [Registration ID]&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;get&lt;span style="font-weight: bold;"&gt; key:  XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;enter the key on &lt;span style="font-weight: bold;"&gt;Please enter license key [FREE]&lt;/span&gt; :&lt;/li&gt;&lt;li&gt;Copy hsfpatch to /usr/lib/hsfmodem :&lt;br /&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;$ &lt;span style="font-weight: bold;"&gt;sudo cp hsfpatch /usr/lib/hsfmodem/&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Execute patch file : $ &lt;span style="font-weight: bold;"&gt;sudo ./hsfpatch&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;file 'modules/imported/hsfengine-i386.O' openend&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;patching... done&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigere hsfmodem : type &lt;span style="font-weight: bold;"&gt;sudo hsfconfig&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Press ENTER for all the questions&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Would you like to keep using them? [no]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;[/lib/modules/2.6.20-15-generic/build]&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter region name for modem unit 0 [XXX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Please enter your email address [XXX@XXX.com]:&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Please enter&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;license key [XX-XX-XX-XX-XX-XX]:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Reconfigure hsfmodem complete :&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Config for modem unit 0: /dev/ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Device instance: 0-PCI-14f1:2f30-14f1:20d5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW revision    : Basic2 2.18 Standard DAA 3VoltsIA&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;HW profile name: hsfpcibasic2hsfi&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Registration ID: XXXX-XXXX-XXXX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License owner  : XXX@XXX.com&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License key    : XX-XX-XX-XX-XX-XX&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;License status : OK&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Current region : XXX (T.35 code: 0054)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;The /dev/modem alias (symlink) points to ttySHSF0&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Install KPPP&lt;/li&gt;&lt;li&gt;Browse The World&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://www.4shared.com/file/41226045/75a21b07/hsfmodempatchtar.html?dirPwdVerified=3b901068"&gt;Download D-Link DFM-562IS Modem Driver&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-7518397046124238317?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7518397046124238317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/7518397046124238317'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/03/install-d-link-dfm-562is-modem-driver.html' title='Install D-Link DFM-562IS Modem Driver on Ubuntu 7.04'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-4723794734954608531.post-5248319126387999828</id><published>2008-02-20T17:36:00.000-08:00</published><updated>2009-02-04T17:46:00.780-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flash'/><category scheme='http://www.blogger.com/atom/ns#' term='Opera'/><title type='text'>Install Flash Player on Opera</title><content type='html'>1. Download &lt;a href="http://www.ziddu.com/download/3407247/install_flash_player_9_linux.tar.gz.html"&gt; install_flash_player_9_linux.tar.gz&lt;/a&gt; first&lt;br /&gt;2. As root, extract install_flash_player_9_linux.tar.gz :&lt;br /&gt;    root[xxx]# tar vfx install_flash_player_9_linux.tar.gz&lt;br /&gt;3. Enter into flash player directory :&lt;br /&gt;    root[xxx]# cd install_flash_player_9_linux&lt;br /&gt;4. Copy file libflashplayer.so to /usr/lib/opera/plugins:&lt;br /&gt;    root[install_flash_player_9_linux]# cp libflashplayer.so /usr/lib/opera/plugins/&lt;br /&gt;5. Restart your Opera ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4723794734954608531-5248319126387999828?l=all-about-ubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5248319126387999828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4723794734954608531/posts/default/5248319126387999828'/><link rel='alternate' type='text/html' href='http://all-about-ubuntu.blogspot.com/2008/02/install-flash-player-on-opera.html' title='Install Flash Player on Opera'/><author><name>GRIN</name><uri>http://www.blogger.com/profile/16956530710210179429</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
