<?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-3771036031093114450</id><updated>2011-07-30T11:14:13.877-07:00</updated><category term='encryption'/><category term='strigi'/><category term='privacy'/><category term='nepomuk'/><category term='security'/><category term='PGP'/><category term='kde4'/><title type='text'>Working with Linux!</title><subtitle type='html'>It behaves according to you, not the vice-versa!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ossz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ossz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chandra</name><uri>http://www.blogger.com/profile/06099831797002472127</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_ib-u9EcFZ3A/S1xl7J-j7-I/AAAAAAAAMxw/5H-N67FvJFU/S220/mylogo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3771036031093114450.post-5708675467268806504</id><published>2010-10-16T21:55:00.000-07:00</published><updated>2010-10-17T05:08:29.076-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PGP'/><category scheme='http://www.blogger.com/atom/ns#' term='encryption'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='privacy'/><title type='text'>A Brief Introduction to PGP-security</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy"&gt;PGP&lt;/a&gt; offers a reliable but easy way to securely exchange emails and documents. All it requires is a PGP software and an email client that supports this method. Modern email clients, such as, Thunderbird (&lt;a href="http://www.encryptedemail.org/how-to-encrypt-your-email-using-thunderbird-and-pgp"&gt;setup instructions for Windows&lt;/a&gt;), support it very well.&lt;br /&gt;&lt;br /&gt;The PGP offers a complete security, and it consists of two parts:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;1. &lt;u&gt;Digitally signing an email&lt;/u&gt;&lt;/i&gt;&lt;br /&gt;A matching digital signature of an email confirms that the origin of the email is genuinely what the email claims to have originated from. In other words, if a malicious, third party (e.g. Chinese government) is trying to deceive you by sending fake emails on the name of your friend, the PGP-signature can detect it. Besides, it also guarantees that the contents of the email (along with the attachment) are not altered by the third party, in the process of the email exchange between you and your friend.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;2. &lt;u&gt;Encrypting an email&lt;/u&gt;&lt;/i&gt;&lt;br /&gt;It hides the email-content by encrypting it. Therefore, in the worst case, even if an email is intercepted by any third party, in-between, it will be unreadable to them.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;OK, how does it work?&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;The PGP software that you install, generates an unique pair of keys: a public-key and a private-key. You keep the private-key with you and distribute the public-key among your friends, by means of, say, email, websites, Facebook etc. Similarly, your friends keep their private-keys with themselves and give you their public-keys. In the end, everyone has their private-keys saved safely with themselves and the public-keys distributed among others.&lt;br /&gt;&lt;br /&gt;When you send an email (or any other secret document) to your friend, you first use his public-key to encrypt it, and then your private-key to sign the encrypted email (or document). When this email reaches to your friend, he can verify the origin and completeness of this email message by using your public key that you already have publicly distributed. If the signature is verified, he can be sure that the email that he is reading is indeed from you and the content is not altered by a third party, in-between. Then, he can use his private-key to decrypt the encrypted email and read the content.&lt;br /&gt;&lt;br /&gt;It is always possible to only encrypt or only sign the emails (or documents). However, for a complete security, both the encryption and signing are recommended.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;Further remarks&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;1. To ensure that your friends’ public-keys that you possess, is truly from your friends, please verify that these keys are self-signed (using the private-key of the pair). If a public-key is tempered by a malicious third party, its signature would be altered and you can detect it. NEVER ever trust a public-key that is not self-signed. It also implies that you also must self-sign your public-key (by using your private-key) before you distribute it among your friends.&lt;br /&gt;&lt;br /&gt;2. A private-public key pair is very unique and its structure is based on prime-number theories in mathematics. It uses large prime numbers to generate the pair, and current mathematical advances and computer resources are far from breaking the algorithm. Therefore, you are quite safe (well, until now :-)) that any key of the key-pair can be duplicated.&lt;br /&gt;&lt;br /&gt;3. There is an universal place to get your friends’ public keys and distribute that of your own. These are called key-servers. Here is a popular &lt;a href="http://pgp.mit.edu/"&gt;key-server&lt;/a&gt; at &lt;a href="http://en.wikipedia.org/wiki/Massachusetts_Institute_of_Technology"&gt;MIT&lt;/a&gt;, and &lt;a href="http://keyserver.pgp.com/"&gt;here is a global-one&lt;/a&gt; that claims to be a global directory for pgp-keys.&lt;br /&gt;&lt;br /&gt;4. The original PGP is not free (either as in FREEdom or in FREE-beer). MIT holds its license and it costs money to obtain it. However, thanks to the &lt;a href="http://en.wikipedia.org/wiki/GNU_General_Public_License"&gt;GPL&lt;/a&gt; folks that its open-source implementation, called &lt;a href="http://www.gnupg.org/"&gt;GNUPG&lt;/a&gt; or GPG (in short), also exists. It is available even for Windows. So, if you are interested, please follow the GNUPG website for more. It also describes the concept as well as its usage in a great detail. You may also like to check this &lt;a href="http://home.comcast.net/%7EEFBQ/pgp.html"&gt;PGP for Beginners&lt;/a&gt; website to understand the concept.&lt;br /&gt;&lt;br /&gt;5. Finally, I have put a test PGP public-key &lt;a href="https://docs.google.com/leaf?id=0B4PME_Y8zRRAOGE2N2I1YWItZmUzMy00YWMwLTg2MDctMjdkNDk1MmNjOWMy&amp;amp;sort=name&amp;amp;layout=list&amp;amp;num=50"&gt;here&lt;/a&gt;. You can send me a private, encrypted email using this. However, please verify its self-signature first. Also, note that if you use your private-key to sign your email, I can't verify it, because I don't have your public-key. But I would surely be able to read the encrypted email. Please give it a try.&lt;br /&gt;&lt;br /&gt;That’s all for an introduction. I hope this document provided you enough information to begin with. To know its nuts and bolts, please embrace your best friend, &lt;a href="https://www.google.com/"&gt;Google&lt;/a&gt;. In the end, please always keep in mind that to truly secure the privacy of your communication, there is no other way but to take measures by yourselves. Therefore, I actively appreciate the usage of signed and encrypted emails.&lt;br /&gt;&lt;br /&gt;If you have any further questions or comments, please leave them below, &lt;a href="http://spreadsheets.google.com/viewform?formkey=dElQTHFZaFhZdG9oUjJJb29HbzVUU1E6MA"&gt;send me a private message here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3771036031093114450-5708675467268806504?l=ossz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ossz.blogspot.com/feeds/5708675467268806504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3771036031093114450&amp;postID=5708675467268806504' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/5708675467268806504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/5708675467268806504'/><link rel='alternate' type='text/html' href='http://ossz.blogspot.com/2010/10/click-here-to-download-my-public-pgp.html' title='A Brief Introduction to PGP-security'/><author><name>Chandra</name><uri>http://www.blogger.com/profile/06099831797002472127</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_ib-u9EcFZ3A/S1xl7J-j7-I/AAAAAAAAMxw/5H-N67FvJFU/S220/mylogo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3771036031093114450.post-2012568204336508722</id><published>2009-05-04T23:08:00.000-07:00</published><updated>2009-05-05T11:14:36.882-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='strigi'/><category scheme='http://www.blogger.com/atom/ns#' term='nepomuk'/><category scheme='http://www.blogger.com/atom/ns#' term='kde4'/><title type='text'>Nepomuk + Strigi --&gt; Resolving the mystery</title><content type='html'>Well, last week, I installed Fedora-11-preview on my computer. It was the  KDE-Live-CD. The 4.2 interface looked quite impressive.&lt;br /&gt;&lt;br /&gt;As I started configuring the Nepomuk search with Strigi indexing in System Settings, all I could found was "&lt;span style="font-style: italic;"&gt;Strigi service not running&lt;/span&gt;". It took a lot of time to get it work. I googled things but there was not much of help available. So, after I could get the strigi working properly, I decided to write it down, so that others can find it helpful . Here it goes...&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;NOTE: the # prompt means superuser mode and the $ means normal user mode.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;At first, you need to install the strigi. It is not shipped with Fedora-11's KDE Live CD.&lt;br /&gt;"&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;# yum -y install strigi&lt;/span&gt;" should do the job.&lt;br /&gt;&lt;br /&gt;Now, check if the Nepomuk server is active or not. "&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;$ ps -A|grep nepomuk&lt;/span&gt;" should output two processes: (1). &lt;span style="font-style: italic;"&gt;nepomukserver&lt;/span&gt; and (2). &lt;span style="font-style: italic;"&gt;nepomukservices&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;These processes are started by default when you log into the KDE. If these are not already running, start it manually:&lt;br /&gt;(1). "&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;$ nepomukserver &amp;amp;&lt;/span&gt;"&lt;br /&gt;(2). "&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;$ nepomukservicestub nepomukstrigiservice&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;You also need  to start the strigi daemon manually by "&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;$ strigidaemon &amp;amp;&lt;/span&gt;". As a back check, confirm it by "&lt;span style="font-style: italic; color: rgb(0, 153, 0);"&gt;$ ps -A|grep strigi&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;After finishing all these startups, go to &lt;span style="font-style: italic;"&gt;System Settings---&gt;Advanced----&gt;Desktop Search&lt;/span&gt;, and check the box there saying use nepomuk with strigi for search...and hit the apply button in the bottom. You will see an error message there stating as if strigi service is not running....or something similar.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;This is where it sucks and I'll tell you why...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Oversimplifyingly speaking, the default file-manager, Dolphin, uses Nepomuk to manage the matadata to tag and comment on files. The Strigi is used to index the tags, comments, filenames and content of the files. To use strigi's indexed data for searching, the Nepomuk needs some library/backend. It has two available options: Sesame  or Redland. However, there are some associated problems with both.&lt;br /&gt;&lt;br /&gt;The Sesame is fast but needs all those Java development packages, which is perhaps 200MB+ in size. Given limited space available in the Live-CD release, it can't be included.&lt;br /&gt;&lt;br /&gt;The second option, Redland, is ridiculously slow with the strigi's indexed data, but small in size. That's why, the packagers decided to include it with the Live-CD release as the backend for tagging/commenting the files in Dolphin under the Nepomuk layer. However, it is not allowed to fraternize with strigi's data. That's why, you'll see "&lt;span style="font-style: italic;"&gt;Strigi service not running&lt;/span&gt;"-type of error, even if the strigi services are running actually.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Well, now comes the fixing....and this is where things get crucial a bit...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Install the Sesame package. You can &lt;a href="http://rdieter.fedorapeople.org/pkg-reviews/soprano-backend-sesame2/"&gt;download the source rpm packages and specs from here&lt;/a&gt; and build it for your own distribution.&lt;br /&gt;&lt;br /&gt;I have build it for the Fedora-11 and you can &lt;a href="http://chandra2k4.110mb.com/computers/soprano-backend-sesame2-2.2.3-2.fc11.i386.rpm"&gt;download it from here&lt;/a&gt;. Of course, the easiest way to install it is to issue the yum: "&lt;span style="font-style: italic; color: rgb(204, 0, 0);"&gt;# yum localinstall soprano-backend-sesame2-2.2.3-2.fc11.i386.rpm&lt;/span&gt;". It'll take care of all the dependencies as usual.&lt;br /&gt;&lt;br /&gt;You can either leave the Redland package installed on the system or remove it, doesn't matter much. The Nepomuk starts using &lt;span style="font-style: italic;"&gt;sesame&lt;/span&gt; once it finds it.&lt;br /&gt;&lt;br /&gt;After all these, you need to reboot your box.&lt;br /&gt;&lt;br /&gt;But before doing that, I just got a very interesting stuff for you. Check out &lt;a href="http://www.blogdolcevita.com/post/1796/naomi-letizia-the-girl-who-put-silvio-berlusconis-wife-out-of-humour"&gt;Naomi Letizia, the girl who put Silvio Berlusconi's wife out of humour&lt;/a&gt; to refresh yourself (-__&lt;).&lt;br /&gt;&lt;br /&gt;Well, after the reboot, check the &lt;span style="font-style: italic;"&gt;Desktop Search&lt;/span&gt; section in the &lt;span style="font-style: italic;"&gt;System Setting&lt;/span&gt;. It should now show the strigi running and indexing the files. Give it some time. Initially, it will consume some of your CPU % but once done, it behaves very gently and mostly sits idle unnoticed.&lt;br /&gt;&lt;br /&gt;To search your files, you can either fire the &lt;span style="font-style: italic;"&gt;krunner (Alt+F2)&lt;/span&gt; and start typing your keywords. Or, in the Dolphin location bar, type "&lt;span style="font-style: italic;"&gt;nepomuksearch:&lt;/span&gt;keywords". After hitting the Enter key, it will show the items it has found for you.&lt;br /&gt;&lt;br /&gt;I hope this helps. If you have any further questions or comments, plz leave it here.&lt;br /&gt;&lt;br /&gt;And yeah, I too find this word, Nepomuk, very odd. This is German(?)!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3771036031093114450-2012568204336508722?l=ossz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ossz.blogspot.com/feeds/2012568204336508722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3771036031093114450&amp;postID=2012568204336508722' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/2012568204336508722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/2012568204336508722'/><link rel='alternate' type='text/html' href='http://ossz.blogspot.com/2009/05/nepomuk-strigi-resolving-mystry.html' title='Nepomuk + Strigi --&gt; Resolving the mystery'/><author><name>Chandra</name><uri>http://www.blogger.com/profile/06099831797002472127</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_ib-u9EcFZ3A/S1xl7J-j7-I/AAAAAAAAMxw/5H-N67FvJFU/S220/mylogo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3771036031093114450.post-7116196591425437446</id><published>2007-01-23T17:34:00.000-08:00</published><updated>2008-11-30T17:59:00.812-08:00</updated><title type='text'>Configure Realplayer on linux and play various media-players simultaniously and smoooooothly ;)</title><content type='html'>Well folks, here is an important tip related to multimedia stuff in Fedora Core 6 (FC6) what I have learned based on my experience with the OS. I hope you will find it useful.&lt;br /&gt;&lt;br /&gt;Things related to installation of mplayer, kaffeine, realplayer etc. are available everywhere on internet but there is more to be done as far as realplayer is concerned. Realplayer seems to be co-operating least with other media-players and here is an workaround....lets begin anyway !!&lt;br /&gt;&lt;br /&gt;    * Login as root first using $ su ;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    * Install RealPlayer from www.real.com. I would recommend to download .bin file for the GOLD version. Once the download is complete:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;           1. # cd &lt;downloaded-folder&gt;&lt;br /&gt;           2. # chmod 755 ./RealPlayer10GOLD.bin&lt;br /&gt;           3. # ./RealPlayer10GOLD.bin&lt;br /&gt;&lt;br /&gt;       This will lead you to installation. Follow the instructions and install it in "/usr/local/RealPlayer" folder and give "/usr/local" as option for creating links. Now, switch to the /usr/local/bin folder using "# cd /usr/local/bin" and check if there is a symbolic link created there as "realplay" pointing to "/usr/local/RealPlayer/realplay" by using the command "# ls -l". If you find no link, create one as follows:&lt;br /&gt;&lt;br /&gt;           4. # ln -s /usr/local/RealPlayer/realplay&lt;br /&gt;&lt;br /&gt;      With these steps, you are done with the installation.&lt;br /&gt;&lt;br /&gt;    * Install the package alsa-oss using yum [# yum -y install alsa-oss]. This establishes a kind of negotiation between oss and alsa. This is a must by the way. (Here, I am assuming that u have set the yum correctly and you are having repos for livna, freshrpms, fedora update, extras etc. already included).&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;    * Now, it's time to edit the realplay script. Do # vim /usr/local/bin/realplay and add the lines:&lt;br /&gt;&lt;br /&gt;            LD_PRELOAD="$LDPRELOAD:/usr/lib/libaoss.so.0.0.0"&lt;br /&gt;            export LD_PRELOAD&lt;br /&gt;&lt;br /&gt;         Add the above lines just after the section:&lt;br /&gt;              if [ -n "$LD_PRELOAD" ]; then&lt;br /&gt;              echo "Warning: LD_PRELOAD=\"$LD_PRELOAD\""&lt;br /&gt;              fi&lt;br /&gt;&lt;br /&gt;        Save and exit. Switch back to normal user (no superuser anymore).&lt;br /&gt;&lt;br /&gt;        Of course, if the library libaoss.so.0.0.0 is located to somewhere else, use that path instead. Sometimes, depending on the version of the alsa-oss package, the libaoss.so.0.0.0 library may not be available. In those cases, try to replace it by libaoss.so.0 or libaoss.so. Use # updatedb; locate libaoss.so to find out which one is available to you.&lt;br /&gt;&lt;br /&gt;    * Now run realplay as a normal user and follow the instruction what comes with first time run of the realplayer. Once you are done with these instructions, quit the realplayer and edit the file ~/.realplayer. Add the line SoundDriver=2 to it below the [helix] section as it is mentioned at &lt;a href=http://www.gagme.com/greg/linux/fc6-tips.php&gt;FC6 Tips &amp; Tricks&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    * One more thing, go to KDE Control Center -----&gt; Sound System ------&gt; General -------&gt; Auto-suspend if idle after 1 seconds.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now, it's time to check if things work properly or not. Open realplayer and other media players (e.g. mplayer, kaffeine etc.). After the aforementioned procedure, I didnt have any problem with sound on FC6 anymore.&lt;br /&gt;&lt;br /&gt;Also, I would like to mention (my personal choice) that don't install mplayerplug-in. It sucks. Rather, there are many marvelous extensions available with Firefox to deal with online media. I would recommend &lt;a href=https://addons.mozilla.org/firefox/446&gt;mediaplayer connectivity&lt;/a&gt;. It does excellent job. It redirects online streams to your local media player and so you can use mplayer, kaffeine, realplayer etc. to watch/listen all those streaming stuffs.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Good Luck ;) This is working well on my FC6 box and I hope this would work well on other distros as well. If need any further information in this regard, please leave your comments below.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3771036031093114450-7116196591425437446?l=ossz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ossz.blogspot.com/feeds/7116196591425437446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3771036031093114450&amp;postID=7116196591425437446' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/7116196591425437446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3771036031093114450/posts/default/7116196591425437446'/><link rel='alternate' type='text/html' href='http://ossz.blogspot.com/2007/01/configure-realplayer-on-linux-and-play.html' title='Configure Realplayer on linux and play various media-players simultaniously and smoooooothly ;)'/><author><name>Chandra</name><uri>http://www.blogger.com/profile/06099831797002472127</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/_ib-u9EcFZ3A/S1xl7J-j7-I/AAAAAAAAMxw/5H-N67FvJFU/S220/mylogo.jpg'/></author><thr:total>0</thr:total></entry></feed>
