<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-32214715</id><updated>2024-12-19T08:46:14.950+05:30</updated><category term="Linux Networking"/><category term="Linux Scripts"/><category term="Linux FileSystem"/><title type="text">LINUX Explorers</title><subtitle type="html"/><link href="http://linux-explorers.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry><id>tag:blogger.com,1999:blog-32214715.post-5896168011938724679</id><published>2010-10-03T01:46:00.001+05:30</published><updated>2010-10-03T01:48:25.046+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Run your DataCard on OpenSuse 11.3</title><summary type="text">
Past many nights, I spend playing with scripts and USB configuration to connect my ZTE data-card on Linux and results were disappointing.... But the Good News is: I finally got it work and surprisingly without working on any script.Well solution is very very simple and here it is........run YaSTAuthenticate as root
In Network Devices select ModemIn Modem Configuraion Overview click AddIn Modem </summary><link href="http://linux-explorers.blogspot.com/feeds/5896168011938724679/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/10/run-datacard-on-opensuse-113.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/5896168011938724679" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/5896168011938724679" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/10/run-datacard-on-opensuse-113.html" rel="alternate" title="Run your DataCard on OpenSuse 11.3" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-265571860500619433</id><published>2010-09-17T07:57:00.000+05:30</published><updated>2010-09-17T08:03:19.704+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Scripts"/><title type="text">Protect GRUB with password</title><summary type="text">GRUB is very important since it is the first software program that runs when the computer startsand we have to secure it as much as possible to avoid any possible problem. Below is a default GRUB configuration&amp;nbsp;file and security I recommend you to apply. The text in bold are the parts of the configuration file&amp;nbsp;that must be customized and adjusted to satisfy our needs.Edit the grub.conf </summary><link href="http://linux-explorers.blogspot.com/feeds/265571860500619433/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/09/protect-grub-with-password.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/265571860500619433" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/265571860500619433" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/09/protect-grub-with-password.html" rel="alternate" title="Protect GRUB with password" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-4255939216321664115</id><published>2010-09-06T18:46:00.000+05:30</published><updated>2010-09-06T19:08:19.055+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux FileSystem"/><title type="text">tar Magic</title><summary type="text">Tar is commonly used for packaging files on Linux. Tar uses many command-line options like following:

-f &amp;nbsp; &amp;nbsp;To use a tarfile
-c &amp;nbsp;&amp;nbsp;To create a new tarfile
-x&amp;nbsp;&amp;nbsp; To extract files from a tarfile.

You also can compress the resulting tarfile via two methods.&amp;nbsp;-j &amp;nbsp; &amp;nbsp;To use bzip2-z &amp;nbsp; &amp;nbsp;To use gzip

You can tar up a directory and all of its </summary><link href="http://linux-explorers.blogspot.com/feeds/4255939216321664115/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/09/tar-magic.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/4255939216321664115" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/4255939216321664115" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/09/tar-magic.html" rel="alternate" title="tar Magic" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-9016786640891864532</id><published>2010-09-01T17:30:00.001+05:30</published><updated>2010-09-05T13:29:20.034+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Scripts"/><title type="text">Recover Your Fedora Core</title><summary type="text">In case of dual OS, if u install windows (with pre-installed fedora), the boot loader will be lost and fedora become inaccessible. You can recover your Fedora by the following method:
Enter ur first CD of fedora core, reboot it.
Type linux rescue
Then on shell type chroot /mnt/sysimage
grub-install /dev/XXX (choose XXX=sda or hda or hdb as per ur system )
Reboot your Syatem
To know what is XXX </summary><link href="http://linux-explorers.blogspot.com/feeds/9016786640891864532/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2007/07/recover-your-fedora-core.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9016786640891864532" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9016786640891864532" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2007/07/recover-your-fedora-core.html" rel="alternate" title="Recover Your Fedora Core" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-873460533128578970</id><published>2010-08-31T20:51:00.003+05:30</published><updated>2010-09-05T13:23:33.995+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">YUM : Proxy authentication cofiguration</title><summary type="text">You are connected through proxy server which asks for authentication (i.e. username &amp;amp; password). In this case you have to make some configuration to work with YUM. So simply follow these instructions:
open your terminal as root and type:
#gedit .bashrc hit Enter

you can use vim, emac instead of gedit.
Type the following at the end of file:
export http_proxy="http://username:pw@</summary><link href="http://linux-explorers.blogspot.com/feeds/873460533128578970/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/yum-proxy-authentication-cofiguration.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/873460533128578970" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/873460533128578970" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/yum-proxy-authentication-cofiguration.html" rel="alternate" title="YUM : Proxy authentication cofiguration" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-3118224922535394073</id><published>2010-08-31T19:47:00.001+05:30</published><updated>2010-09-05T13:33:36.251+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Scripts"/><title type="text">Increase SWAP memory whenever You need it...</title><summary type="text">You want to increase your allocated swap memory and you don't want to do it permanently by Re-Partition or Re-Installation. Don't Worry!!! Your solution is here:

 
Insure that you have sufficient free disk space. Now suppose you need to increase SWAP by, say, 500Mb. Open ur terminal switch to admin. (use su followed by admin password) and use the following commands

 
# dd if=/dev/zero if=/home/</summary><link href="http://linux-explorers.blogspot.com/feeds/3118224922535394073/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/increase-swap-memory-whenever-you-need.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/3118224922535394073" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/3118224922535394073" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/increase-swap-memory-whenever-you-need.html" rel="alternate" title="Increase SWAP memory whenever You need it..." type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-5890975652149424053</id><published>2010-08-30T20:09:00.001+05:30</published><updated>2010-09-05T13:01:25.268+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Set up the VNC Server in Fedora Core Part:1</title><summary type="text">
Prerequisites

A user account should exist on the remote machine.
The RPM packages vnc-server and vnc should be installed on the remote machine and your workstation respectively.
Setting up the server

I assume that we have setup a remote user account, named "leopard" and we want to start an X session through VNC for this user.

In Fedora Core or Red Hat based distros in general, all we have to </summary><link href="http://linux-explorers.blogspot.com/feeds/5890975652149424053/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part1.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/5890975652149424053" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/5890975652149424053" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part1.html" rel="alternate" title="Set up the VNC Server in Fedora Core Part:1" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-9219574372913722359</id><published>2010-08-30T20:08:00.004+05:30</published><updated>2010-09-05T13:18:08.975+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Set up the VNC Server in Fedora Core Part:2</title><summary type="text">User Configuration
There is one more thing that needs to be done on the remote machine. User leopard’s vnc password needs to be set. So, as user leopard give the command:# vncpasswdWe are prompted for a password. This is the password that we will use when we connect to leopard’s vnc server instance. This password is in /home/leopard/.vnc/passwd.
Start the VNC server
After the initial </summary><link href="http://linux-explorers.blogspot.com/feeds/9219574372913722359/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part2.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9219574372913722359" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9219574372913722359" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part2.html" rel="alternate" title="Set up the VNC Server in Fedora Core Part:2" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-9060989923645607079</id><published>2010-08-30T20:05:00.001+05:30</published><updated>2010-09-05T13:07:26.629+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Set up the VNC Server in Fedora Core Part:3</title><summary type="text">The VNC server, apart from letting us control a remote machine using a graphical interface, it&amp;nbsp;serves as a way to start graphical applications on boot. For example, I want my favourite p2p program, amule, to start on boot. So, I add this to the&amp;nbsp;/home/leopard/.vnc/xstartup&amp;nbsp;script. This is how my xstartup file looks like:xsetroot -solid grey
vncconfig -iconic &amp;amp;
xterm -geometry </summary><link href="http://linux-explorers.blogspot.com/feeds/9060989923645607079/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part3.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9060989923645607079" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/9060989923645607079" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/set-up-vnc-server-in-fedora-core-part3.html" rel="alternate" title="Set up the VNC Server in Fedora Core Part:3" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-6194326076933985616</id><published>2010-08-30T07:09:00.000+05:30</published><updated>2010-08-31T18:55:54.620+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Scripts"/><title type="text">Change default boot option in multy-OS systems</title><summary type="text">Assuming that you have Grub boot loader (common in most of the Linux Distros.)
To change ur default boot option, do as follows:
Open terminal, then type the following codes(don't type $ or #, it will appear by itself)
$ su
enter ur admin password..
# cd /boot/grub&amp;nbsp;
(you will enter in to grub directory, there is a file named grub.conf. You have to edit it in some editor like Vim or Gedit, im </summary><link href="http://linux-explorers.blogspot.com/feeds/6194326076933985616/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/change-default-boot-option-in-multy-os.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/6194326076933985616" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/6194326076933985616" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2010/08/change-default-boot-option-in-multy-os.html" rel="alternate" title="Change default boot option in multy-OS systems" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-115540081169621581</id><published>2010-08-28T21:37:00.000+05:30</published><updated>2010-08-31T09:18:33.947+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux Networking"/><title type="text">Share your files on LAN with Samba Server</title><summary type="text">Hello friends!
Here&amp;nbsp;we are going to&amp;nbsp;see how&amp;nbsp;we&amp;nbsp;share&amp;nbsp;files on&amp;nbsp;LAN with Samba.
1. Goto System &amp;gt; Administration &amp;gt; Server Settings &amp;gt; Samba
2. Enter your root password in a popped 'Query' window( to gain root privilege)
3. Preferences &amp;gt; Server settings &amp;gt; Basic
you have two things now. Work group &amp;amp; Description
fill Workgroup with your workgroup name and</summary><link href="http://linux-explorers.blogspot.com/feeds/115540081169621581/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2006/08/share-your-files-on-lan-with-samba_12.html#comment-form" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/115540081169621581" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/115540081169621581" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2006/08/share-your-files-on-lan-with-samba_12.html" rel="alternate" title="Share your files on LAN with Samba Server" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-32214715.post-115476169535023390</id><published>2010-08-27T16:45:00.000+05:30</published><updated>2010-08-31T09:21:39.387+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux FileSystem"/><title type="text">NTFS File Access Inside FEDORA CORE</title><summary type="text">Well this is a basic topic on allowing NTFS file access inside Fedora Core. NTFS is a file system used on Windows 2000, and Windows XP mainly. If you wish to access the data on these drives whilst inside Linux, firstly you need to install a module that is the ntfs.ko. This allows the kernel to read the NTFS partitions. Then u will need to locate and download the right RPM (FC users) for your </summary><link href="http://linux-explorers.blogspot.com/feeds/115476169535023390/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2006/08/ntfs-file-access-inside-fedora-core.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/32214715/posts/default/115476169535023390" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/32214715/posts/default/115476169535023390" rel="self" type="application/atom+xml"/><link href="http://linux-explorers.blogspot.com/2006/08/ntfs-file-access-inside-fedora-core.html" rel="alternate" title="NTFS File Access Inside FEDORA CORE" type="text/html"/><author><name>Kuldeep Singh</name><uri>http://www.blogger.com/profile/05836249143769433433</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="http://bp2.blogger.com/_AuWKj5-rNpw/R3lKNPc_VUI/AAAAAAAAABE/I1bLpxZorus/S220/Picture+005.jpg" width="32"/></author><thr:total>1</thr:total></entry></feed>