<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.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:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-7524070757190365248</id><updated>2009-11-11T03:32:58.830-08:00</updated><title type="text">Shevin</title><subtitle type="html">my publishable notes about &lt;a href="http://blog.shevin.info/search/label/life"&gt;life&lt;/a&gt; and &lt;a href="http://blog.shevin.info/search/label/computer"&gt;computer&lt;/a&gt; .</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.shevin.info/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.shevin.info/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default?start-index=26&amp;max-results=25" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/Shevin" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-6567844314220577878</id><published>2009-07-09T09:03:00.000-07:00</published><updated>2009-07-10T00:34:17.119-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Debugging" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Debugging Under Linux</title><content type="html">in these hard days in Iran college term finished, being stuck at home, nothing better to do than working programming projects .&lt;br /&gt;last night I didn't sleep because the program that I wrote was giving me strange crushes and I was pulling out my hairs .&lt;br /&gt;&lt;br /&gt;I found this great great tool to debugg programs in linux called &lt;a href="http://www.gnu.org/software/gdb/"&gt;gdb&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;let me show you few examples of how it works .&lt;br /&gt;after installing it .&lt;br /&gt;- go to your program's source code directory .&lt;br /&gt;- type this in terminal &lt;blockquote&gt;gdb &lt;/blockquote&gt;&lt;br /&gt;- now run your binary file to debugg&lt;br /&gt;&lt;blockquote&gt;run name_of_your_binaryfile&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;it will give detailed errors of what happend&lt;br /&gt;&lt;br /&gt;- there is another thing called Backtrace (&lt;span style="font-style:italic;"&gt;a report of the active stack frames instantiated by the execution of a program )&lt;/span&gt;&lt;br /&gt;after "run" you can type :&lt;br /&gt;&lt;blockquote&gt;backtrace&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;-you can also do : breakpoint , which makes your program stop at certain points&lt;br /&gt;for example you want a report to be given to you in the &lt;span style="font-weight:bold;"&gt;function1&lt;/span&gt;.  you type :&lt;br /&gt;&lt;blockquote&gt;b function1&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;-the last thing I teach you is, file&lt;br /&gt;you can import another binary file to examine using :&lt;br /&gt;&lt;blockquote&gt;file NAMEOFFILE&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;have fun with GDB .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-6567844314220577878?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/6567844314220577878/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=6567844314220577878&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6567844314220577878" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6567844314220577878" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/UPmjl8nj-tU/debugging-under-linux.html" title="Debugging Under Linux" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.shevin.info/2009/07/debugging-under-linux.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-9048347844169246137</id><published>2009-01-08T02:13:00.000-08:00</published><updated>2009-01-08T02:32:32.451-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computer kubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><title type="text">[kubuntu] How to restore KDE panel, widgets just like fresh install</title><content type="html">if you messed up the panels and widgets on your Kubuntu , and you wish you could have just like a fresh install panel and widgets here is what to do :&lt;br /&gt;open a konsole  :&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;kquitapp plasma&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;rm ~/.kde4/share/config/plasma-appletsr&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;and in the end :&lt;br /&gt;&lt;blockquote&gt;plasma &amp;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Enjoy !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-9048347844169246137?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/9048347844169246137/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=9048347844169246137&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/9048347844169246137" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/9048347844169246137" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/TVHFy0WTUdc/kubuntu-how-to-restore-kde-panel.html" title="[kubuntu] How to restore KDE panel, widgets just like fresh install" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.shevin.info/2009/01/kubuntu-how-to-restore-kde-panel.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1591389333048140880</id><published>2009-01-07T04:16:00.000-08:00</published><updated>2009-01-08T01:45:28.732-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="64bit" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">the truth about 64bit ubuntu !</title><content type="html">Being a loyal linux user since 2005 , I have tried everything , and I have been using 64bit Hardy Heron since its release but I couldn't get a Free 64bit CD of the Ubuntu 8.10 .&lt;br /&gt;Canonical Company (the sponsor of ubuntu) doesnt' ship Free 64bit Ubuntu CDs anymore , in the past you could choose which architecture you want  (32bit or 64-AMD) .&lt;br /&gt;and nobody talked about it , neither Canonical nor ubuntu guys in the forums noticed that .&lt;br /&gt;&lt;br /&gt;so I did a little research about it.&lt;br /&gt;&lt;br /&gt;in university our professors tell us that a 64bit CPU is twice faster than a 32bit CPU just when you run a 64bit operation system on it.&lt;br /&gt;&lt;br /&gt;but is 64bit ubuntu faster than 32 bit ubuntu ?&lt;br /&gt;&lt;br /&gt;the 64bit Ubuntu is a simple re-compile of the 32bit source code and there is no optimization to take advantages of the 64bit circuits in your CPU , and I found out not only it is not faster but it is slightly "slower" than 32bit ubuntu . (&lt;a href="http://64-bit-computers.com/linux-ubuntu-610-64-bit-vs-32-bit-benchmark-test.html"&gt;Source&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;64bit Ubuntu also has problems with Nvidia/ATI driver ,it used to have problem with Flash (not anymore) and compiz is buggy in 64bit ubuntu .&lt;br /&gt;&lt;br /&gt;the only advantage of a 64bit ubuntu is for those who have more than 4GB RAM . (a 32bit CPU can not address more than  2^32= 4GB of a RAM) and those who need to work with files bigger than 3.2 GB (thats the biggest file size you can have in 32 bit environment)&lt;br /&gt;&lt;br /&gt;therefore I am gonna install a fresh 32bit Kubuntu and forget about the 64bit until Ubuntu developers make a real-64 bit version (with optimized compile codes) .&lt;br /&gt;&lt;br /&gt;by the way it would be better if Canonical was honest and would make an announcement about &lt;a href="http://shipit.ubuntu.com"&gt;their not shipping 64bit&lt;/a&gt; version anymore instead of being quite and hoping nobody would notice it.&lt;br /&gt;&lt;br /&gt;P.S : I made a topic in &lt;a href="http://ubuntuforums.org/showthread.php?p=6516098#post6516098"&gt;ubuntu forums&lt;/a&gt;, you can follow it .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1591389333048140880?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1591389333048140880/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1591389333048140880&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1591389333048140880" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1591389333048140880" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/gOILniv34sM/truth-about-64bit-ubuntu.html" title="the truth about 64bit ubuntu !" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.shevin.info/2009/01/truth-about-64bit-ubuntu.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-6760980404710959296</id><published>2008-10-08T05:05:00.000-07:00</published><updated>2008-10-08T05:53:17.376-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">check your internet speed in Real-time (Ubuntu)</title><content type="html">Most internet providers promise a speed , but they hardly keep their promise ، sometimes the speed is good for the first days but it sucks after that .&lt;br /&gt;&lt;br /&gt;there are websites like Speedtest.net which tell you your internet speed &lt;span style="font-weight:bold;"&gt;in one minute&lt;/span&gt; , but you cant visit them 10 times a day , to check your internet speed ,you need to see in realtime.&lt;br /&gt;&lt;br /&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 280px;" src="http://www.gnome.org/projects/netspeed/images/netspeed1.png" border="0" alt="" /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;a href="http://www.gnome.org/projects/netspeed/"&gt;Netspeed&lt;/a&gt;&lt;/span&gt; is a GNOME-applet that shows how much traffic occurs on a specified network device ( ethernet ,Lan network, dial up modem or even a sat card ) and you can see in &lt;span style="font-weight:bold;"&gt;realtime&lt;/span&gt;, what is going on with your internet download and upload speed .&lt;br /&gt;&lt;br /&gt;I simply love it ! &lt;br /&gt;you can install it in three clicks :&lt;br /&gt;&lt;br /&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_eEc0n0RJeSc/SOynS5qDzLI/AAAAAAAAAMo/ricaoinEk_8/s400/netspeed.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5254758808391240882" /&gt;&lt;br /&gt;&lt;br /&gt;1- Go to synaptic package manager and &lt;a href="apt:netspeed"&gt;install it&lt;/a&gt; . (make sure universe repository is enabled)&lt;br /&gt;2- Right click on your panel (at top) and choose "add to panel" &lt;br /&gt;3- Find "network monitor" in the list  and add it to your panel.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quick tips :&lt;br /&gt;- "Netspeed" can monitor many devices, make sure it shows the speed of the device which you want.&lt;br /&gt;right click on the applet , then "preferences" , and choose your network device , eth0 , dial up or whatever...&lt;br /&gt;&lt;br /&gt;- You can move its position on the panel . (right click on the applet , choose "Move")&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-6760980404710959296?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/6760980404710959296/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=6760980404710959296&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6760980404710959296" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6760980404710959296" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/Go4O7fl6KrY/see-your-internet-speed-in-moment-just.html" title="check your internet speed in Real-time (Ubuntu)" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_eEc0n0RJeSc/SOynS5qDzLI/AAAAAAAAAMo/ricaoinEk_8/s72-c/netspeed.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.shevin.info/2008/10/see-your-internet-speed-in-moment-just.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-7060087670192858888</id><published>2008-09-27T03:55:00.000-07:00</published><updated>2008-09-27T06:45:32.087-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="phpBB" /><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><title type="text">The Most Delicious Addon Mods for phpBB 3.x</title><content type="html">&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_eEc0n0RJeSc/SN4s99SXHYI/AAAAAAAAALw/T2ljexnopEg/s400/phpBB_mods_shevin.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5250683658495794562" /&gt;&lt;br /&gt;&lt;br /&gt;phpBB 2.x used to have hundreds of delicious mods for doing anything but since arrival of phpBB 3.x I see no TOP MODS for phpBB in the blogs or social bookmarking site, but it doesn't mean phpBB no longer have good addon MODs .&lt;br /&gt;&lt;br /&gt;here are the most delicious mods for phpBB3 which I discovered , I tried to choose among the stable and easy to install ones . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Prime Quick Buddies&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Adds icons for quickly adding a user to your friends or foes list.&lt;br /&gt;Download it &lt;a href="http://www.phpbb.com/mods/db/index.php?i=misc&amp;mode=display&amp;contrib_id=7275"&gt;here &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;phpBB portal &lt;/span&gt;&lt;br /&gt;Have a front page for your forum which includes statistics and recent posts and most poster users of the day and &lt;a href="http://phpbbireland.com"&gt;more &lt;/a&gt; .&lt;br /&gt;download it &lt;a href="http://www.phpbbireland.com/phpBB3/web.php?mode=download/"&gt;here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;SEO MOD&lt;/span&gt;&lt;br /&gt;Gives your forum static URL's , excellent mod for getting more search engine traffic.&lt;br /&gt;download &lt;a href=" http://www.phpbb.com/mods/db/download/3224/"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Th23 Domain&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;allows you to use phpBB across multiple domains (the same forum is accessible via different domains). It allows you to specify sitename and cookie domain according to each domain you use with your board. &lt;br /&gt;dowanload it &lt;a href="th23 Domain  allows you to use phpBB across multiple domains (the same forum is accessible via different domains). It allows you to specify sitename and cookie domain according to each domain you use with your board http://www.phpbb.com/mods/db/download/3385/"&gt;here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Integrate with Wordpress&lt;/span&gt;&lt;br /&gt;the same login system for both , download latest version &lt;a href=" http://www.wp-united.com/get-wp-united "&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Thank post Mod&lt;/span&gt;&lt;br /&gt;it allows users to thank a user on a post ,&lt;br /&gt;the current version is 0.4 the developers are writing the 0.5 version and recommend you to wait until the 0.5 version (but it worth the wait) . here is the &lt;a href="http://www.phpbb.com/community/viewtopic.php?f=70&amp;t=543797&amp;start=450"&gt;project page .&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Points system (HelpMod) v1.0.0&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;a good alternative for Thank Post mod  .&lt;br /&gt;check out the the screenshots &lt;a href="http://www.phpbb.com/community/viewtopic.php?f=70&amp;t=1114415"&gt;on the forum&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Today's Posts 0.2.0&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;it is like the one in the "ubuntuforums.org" it adds a "todays posts" to the top of the forum, you can see a &lt;a href="Demo Board: http://www.phillyscca.com/testforum/"&gt;demo here&lt;/a&gt; .&lt;br /&gt;&lt;a href="http://www.paulgarvin.net/code/todays_posts_0.2.0.zip"&gt;Download it here  &lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Full Syndication Suite (RSS/ATOM)&lt;br /&gt;&lt;/span&gt;This MOD adds a full syndication suite to your board.&lt;br /&gt;You can syndicate posts and topics for certain forums, categories, topics or the entire board as well as your own PM folders .&lt;br /&gt;&lt;a href="http://students.fim.uni-passau.de/~schmidtm/phpbb/full_syndication_suite-1.0.RC1.zip"&gt;download it here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;PM spy&lt;/span&gt;&lt;br /&gt;this one is a mischief one, which lets you spy on your user's private messages .&lt;br /&gt;sometimes it is good for trapping the spammers, advertisers , and hackers .&lt;br /&gt;download it &lt;a href="http://www.phpbb.com/community/viewtopic.php?f=70&amp;t=1074285"&gt;here&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;if you want to discover more Mods by yourself, you can check out  &lt;a href="http://www.phpbb.com/community/viewforum.php?f=70 "&gt;MODs in Development page&lt;/a&gt; on phpBB forums.&lt;br /&gt;&lt;br /&gt;+ if you think this post is useful ,please don't hesitate to buy me a beer or place your ad on my blog . (my email is in the sidebar)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-7060087670192858888?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/7060087670192858888/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=7060087670192858888&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7060087670192858888" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7060087670192858888" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/u-PrwO30UB0/most-delicious-addon-mods-for-phpbb-3.html" title="The Most Delicious Addon Mods for phpBB 3.x" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_eEc0n0RJeSc/SN4s99SXHYI/AAAAAAAAALw/T2ljexnopEg/s72-c/phpBB_mods_shevin.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2008/09/most-delicious-addon-mods-for-phpbb-3.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1981315171651959431</id><published>2008-09-07T04:54:00.000-07:00</published><updated>2008-09-07T05:17:39.751-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="monitor" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">identify your monitor in ubuntu and save your eyes !</title><content type="html">I have been using Kubuntu for a while and now I am back to Ubuntu . after a few days I realized my eyes hurt much and I wondered why .&lt;br /&gt;&lt;br /&gt;by looking at the : &lt;blockquote&gt;/etc/X11/xorg.conf&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;I found out that Ubuntu has not identified my monitor and it uses a generic plug and play driver.&lt;br /&gt;and therefore the "Refresh Rate" of the monitor is lowered to 50 Hz . my monitor can produce 70 Hz in 1024*768 resolution .&lt;br /&gt;&lt;br /&gt;in Kubuntu you can choose your monitory in system setting but in ubuntu it is a hidden setting .&lt;br /&gt;to choose your monitor model and set the "refresh rate" in ubuntu this in terminal : &lt;span style="font-style:italic;"&gt;(you need to restart after that)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;blockquote&gt;gksu displayconfig-gtk&lt;/blockquote&gt;&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_eEc0n0RJeSc/SMPDQN9xSqI/AAAAAAAAALo/RFnXtoi7zzY/s1600-h/Screenshot-Screen+and+Graphics+Preferences-1.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_eEc0n0RJeSc/SMPDQN9xSqI/AAAAAAAAALo/RFnXtoi7zzY/s400/Screenshot-Screen+and+Graphics+Preferences-1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5243249074583456418" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;mind that each monitor can produce different refresh rate for different screen resolution, for your eye comfort I recommend you to choose a screen resolution which has at least 70 Hz refresh rate . for my monitor it is available in 1024*768 , and now my eyes doesn't ache anymore.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1981315171651959431?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1981315171651959431/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1981315171651959431&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1981315171651959431" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1981315171651959431" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/HFT95MFwzlA/identify-your-monitor-in-ubuntu-and.html" title="identify your monitor in ubuntu and save your eyes !" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_eEc0n0RJeSc/SMPDQN9xSqI/AAAAAAAAALo/RFnXtoi7zzY/s72-c/Screenshot-Screen+and+Graphics+Preferences-1.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2008/09/identify-your-monitor-in-ubuntu-and.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1189473924966631708</id><published>2008-08-30T17:02:00.000-07:00</published><updated>2008-08-30T17:08:35.254-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="personal" /><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="linux links" /><title type="text">I am back to the game</title><content type="html">Hey guys as you may know I stopped writing tutorials and stuff for linux because they had stopped fast internet in my region and without a decent internet it is painfull to try all the programs .&lt;br /&gt;&lt;br /&gt;now I have the ADSL internet back and I am back to the linux world, this time I changed my team to Kubuntu , I have got a few article which will be published soon .&lt;br /&gt;&lt;br /&gt;I am kind of happy .&lt;br /&gt;by the way here is a &lt;a href="http://fosswire.com/"&gt;nlinux blog&lt;/a&gt; I discovered , enjoy !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1189473924966631708?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1189473924966631708/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1189473924966631708&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1189473924966631708" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1189473924966631708" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/62aoCN1cm9o/i-am-back-to-game.html" title="I am back to the game" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2008/08/i-am-back-to-game.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1003340298425099633</id><published>2008-08-23T06:33:00.001-07:00</published><updated>2008-08-24T05:38:15.972-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="domain name" /><category scheme="http://www.blogger.com/atom/ns#" term="protest" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><title type="text">Yahoo , You are a dirty thief.</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blog.shevin.info/2008/08/yahoo-you-are-dirty-thief.html"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_eEc0n0RJeSc/SLFVrBzR7CI/AAAAAAAAALQ/54I7KTz9KXo/s400/yahoologo.png" border="0" alt=""id="Yahoo is a dirty thief" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I had purchased two &lt;span style="font-style:italic;"&gt;.INFO&lt;/span&gt; domains names at &lt;a href="http://smallbusiness.yahoo.com"&gt;Yahoo Business&lt;/a&gt; last year, as they were so cheap at that time ($1 per each) then I found out they will charge me $35 for renewal of each domain . (which would be $70) and I could buy fifty &lt;span style="font-style:italic;"&gt;.info&lt;/span&gt; domains in Goddady with that amount of money .&lt;br /&gt;&lt;br /&gt;and the thing is, the $35 price was set in 1 July and they didn't inform each buyer that would charge $35 for renewal. (thats kind of cheating because nobody expects the price to be raised from $2 to $35)&lt;br /&gt;&lt;br /&gt;so I immediately &lt;span style="font-weight:bold;"&gt;canceled&lt;/span&gt; my domains in yahoo and &lt;span style="font-weight:bold;"&gt;transferred&lt;/span&gt; one of them to Godaddy.com and I paid the transfer fee and it was done successfully. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;today I found out my bank account is empty of my money and my balance is -$46 ,&lt;br /&gt;the evil yahoo charged my account even though I had &lt;span style="font-weight:bold;"&gt;canceled&lt;/span&gt; the stupid domain names .&lt;br /&gt;&lt;br /&gt;I tried to contact &lt;a href="http://smallbusiness.yahoo.com/contactus/contactus_home.php"&gt;Yahoo Help&lt;/a&gt; and ask why , they have no way for you to email them . all they have is a "Frequently Asked Questions" and a non-toll-free Support Phone number  , as you know I don't live in America , so it coasted me like $20 to call them, and all I got was "Please wait ..." and some "Stupid music" and nobody answered me .&lt;br /&gt;&lt;br /&gt;all I can do is to shout on my blog, shame on you Yahoo . you are a dirty thief .&lt;br /&gt;and I am gonna make a Anti Yahoo Logo and put it on my blog's side bar.&lt;br /&gt;&lt;br /&gt;P.S 1 : &lt;a href="http://yogesh.jagotagroup.com/blog/post/2008/08/24/Cheated-by-Yahoo-in-domain-billing.aspx"&gt;Yogesh&lt;/a&gt; was also cheated by Yahoo domains .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1003340298425099633?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1003340298425099633/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1003340298425099633&amp;isPopup=true" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1003340298425099633" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1003340298425099633" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/mcf3eMFhpUo/yahoo-you-are-dirty-thief.html" title="Yahoo , You are a dirty thief." /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_eEc0n0RJeSc/SLFVrBzR7CI/AAAAAAAAALQ/54I7KTz9KXo/s72-c/yahoologo.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://blog.shevin.info/2008/08/yahoo-you-are-dirty-thief.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-2683131703095799836</id><published>2008-07-10T05:07:00.000-07:00</published><updated>2008-07-10T05:25:48.525-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="suggestion" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><title type="text">Online Compile Tool for Linux</title><content type="html">nowadays thanks to Ahamadi nejad's government I no longer have ADSL internet, and I am stuck to Dial up internet and back to dial up modems. &lt;br /&gt;&lt;br /&gt;to be honest linux really sucks in supporting dial up modems, I had a Zoltrix modem and I had struggled for years to make it work and it never happened . &lt;br /&gt;&lt;br /&gt;well &lt;a href="http://www.linuxant.com/drivers/"&gt;an evil website&lt;/a&gt; is selling the restricted drivers for lots of money (I hate that guy who sells the driver)&lt;br /&gt;&lt;br /&gt;I bought another modem (a D-link ), after lots of compiling drivers , I connected to intenret but my pc crushed every 5 minutes .&lt;br /&gt;&lt;br /&gt;so I bought 'another' modem (a Motorola) and it is not working either, whatever...&lt;br /&gt;&lt;br /&gt;while having no internet on Linux , I had to use windows to download drivers , &lt;br /&gt;and it is a pain in the a** to swtich to ubuntu to compile drivers because each driver has much dependencies which I have to donwload from internet which means I have to switch to windows like 10 times for each compile .&lt;br /&gt;&lt;br /&gt;now I am thinking I wish there was an online website , which they already installed all dependencies (like Libc, gc++, ... and everything) and people could upload their source and get the compiled version for their own machine and their own distro .&lt;br /&gt;&lt;br /&gt;wouldn't it be great ?&lt;br /&gt;&lt;br /&gt;I wish someone does it , if someone is gonna do it, please mention it was my idea ;)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-2683131703095799836?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/2683131703095799836/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=2683131703095799836&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/2683131703095799836" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/2683131703095799836" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/TUzdd1GTueM/online-compile-machine-for-linux.html" title="Online Compile Tool for Linux" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.shevin.info/2008/07/online-compile-machine-for-linux.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-7086272667452917374</id><published>2008-04-24T10:53:00.001-07:00</published><updated>2008-05-02T10:32:10.172-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="suggestion" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><title type="text">There is somethign about Google which I dislike</title><content type="html">I have been one of the google's fans since ever, &lt;br /&gt;and it is intresting that whatever else which I have liked, Google bought them eventualy (blogger, youtube, orkut...) . I use almost all google services .&lt;br /&gt;&lt;br /&gt;before google makes its united login system, we used to had diffrent logins for diffrent services.&lt;br /&gt;one email for Google Adsense&lt;br /&gt;one email for orkut&lt;br /&gt;one for Blogger ( I had two blogger account one for personal and one for group blogs)&lt;br /&gt;for security reasons I didnt use the same email for my adsense and blogger acount .&lt;br /&gt;&lt;br /&gt;but now it is a few years which goole makes united login system and it is very painfull for me , because I have to keep on logining in and out .&lt;br /&gt;&lt;br /&gt;for exmaple I wanna check my google adsense, I login m1@gmail.com&lt;br /&gt;then I wanna post in blogger I should loging to m2@gmail.com&lt;br /&gt;then I wanna check my email so I have to login to m3@gmail.com&lt;br /&gt;then I wanna see my iGoogle page , I have to change back to m5@gmail.com&lt;br /&gt;&lt;br /&gt;now imagine I wanna check my email and post into blogger at the same time...gosh it is painfull , it is really painfull and sometimes I miss my infromation -compsing email or post-&lt;br /&gt;&lt;br /&gt;I just wish there was a tool or something which would let me login to all my google accounts at the same time . (without being forced to log out from one )&lt;br /&gt;or I wish there was a tool which you could integrate your google stuff into one account . &lt;br /&gt;&lt;br /&gt;and you know peopel change their email address every 2-3 years because of spam or security or ... so it is not my exceptional problem , I am sure much peopel have diffrent logins for Gmail and Blogger and Adsesne .&lt;br /&gt;&lt;br /&gt;well I hope that Google guys will listen me and do something about it.&lt;br /&gt;&lt;br /&gt;BTW I was away from this blog for like a century , it is because I moved my house to another place and I have to use dail up internet and it is pain in the a** . so I had lost my motivation to post .&lt;br /&gt;&lt;br /&gt;# P.S : &lt;br /&gt;&lt;a href="http://googlesystem.blogspot.com/"&gt;Alex Chitu&lt;/a&gt; recommends using &lt;a href="http://userscripts.org/scripts/show/16341"&gt;this greasemonkey&lt;/a&gt; script which replaces "Sign Out" link on Google pages with a select box of accounts.&lt;br /&gt;&lt;br /&gt;# P.S2:&lt;br /&gt;I like to know what &lt;a href="http://blogoscoped.com/ "&gt;Philipp Lenssen&lt;/a&gt; says about this .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-7086272667452917374?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/7086272667452917374/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=7086272667452917374&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7086272667452917374" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7086272667452917374" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/830-CxKAEds/there-is-somethign-about-google-which-i.html" title="There is somethign about Google which I dislike" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.shevin.info/2008/04/there-is-somethign-about-google-which-i.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-6039927558285994783</id><published>2007-07-01T19:49:00.000-07:00</published><updated>2007-07-02T07:47:17.937-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Agave - a must have tool for ubuntu web designers</title><content type="html">&lt;span style="font-style:italic;"&gt;In these days I am doing my exams and also working on several serious articles for ubuntu (so be in touch !) but I have come up with a quick update, a necessary color tool for web designers under ubuntu.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Have you ever seen a nicely colored web page, and wondered about the web designer? Whether or not he sat down and thought about what colors  would correlate and create harmony?&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_eEc0n0RJeSc/Rohoz-PbiCI/AAAAAAAAAIE/AURZzX_mu8Q/s1600-h/Screenshot-Agave.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_eEc0n0RJeSc/Rohoz-PbiCI/AAAAAAAAAIE/AURZzX_mu8Q/s400/Screenshot-Agave.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5082427421577938978" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Agave is a  great color scheme generator for your web pages programs or even your house's room, there you choose a color and it gives you all colors in harmony with it and you can ask it to give you brighter or darker set of same color.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Generate Random Color - Get Inspiration&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;It is so useful, sometimes you are out of idea, and need some inspiration, so just generate random set of colors (with ctr+R) until you feel you like it , you can 'bookmark' the color schemes to your 'favourites' .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Get the Code&lt;/span&gt;&lt;br /&gt;After choosing your color, you can get the RGB CODE to use in html just by right clicking on the color and copying it. (no web designer memorizes color codes)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;More :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="display:block; margin:0px auto 10px; align:left;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RohozuPbiBI/AAAAAAAAAH8/cS0DeFN3wio/s400/agavemenu.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5082427417282971666" /&gt;&lt;br /&gt;as you see you can choose colors from &lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Gnome colors&lt;/span&gt; (Be in harmony with gnome's default colors) &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Web-safe colors&lt;/span&gt; (some colors appear differently on different browsers, they are &lt;span style="font-weight:bold;"&gt;not&lt;/span&gt; web safe colors . )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Install it by this command :&lt;br /&gt;&lt;/span&gt;&lt;blockquote&gt;sudo apt-get install agave&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Color+Schemer" rel="tag" class="techtag"&gt;Color+Schemer&lt;/a&gt; &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/color+generator" rel="tag" class="techtag"&gt;color+generator&lt;/a&gt; &lt;a href="http://technorati.com/tag/color+code+html" rel="tag" class="techtag"&gt;color+code+html&lt;/a&gt; &lt;a href="http://technorati.com/tag/agave" rel="tag" class="techtag"&gt;agave&lt;/a&gt; &lt;a href="http://technorati.com/tag/web+designer+tool" rel="tag" class="techtag"&gt;web+designer+tool&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-6039927558285994783?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/6039927558285994783/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=6039927558285994783&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6039927558285994783" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6039927558285994783" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/-2aMQYkZZEM/agave-must-have-tool-for-ubuntu-web.html" title="Agave - a must have tool for ubuntu web designers" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp0.blogger.com/_eEc0n0RJeSc/Rohoz-PbiCI/AAAAAAAAAIE/AURZzX_mu8Q/s72-c/Screenshot-Agave.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2007/07/agave-must-have-tool-for-ubuntu-web.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-6065971236147193373</id><published>2007-06-18T13:16:00.000-07:00</published><updated>2007-06-20T14:45:32.234-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="thinking" /><category scheme="http://www.blogger.com/atom/ns#" term="life" /><title type="text">Is it visitor's right to block writer's ads?</title><content type="html">here is my chat with a friend :&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz:  &lt;/span&gt;&lt;span&gt;I had 500 visitors and NO click on my ads...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz:&lt;/span&gt;&lt;span&gt; :(&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Peter:  &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;I don't even see your ads&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz:&lt;/span&gt;&lt;span&gt; really ?&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Peter: &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;adblock plus removes them all&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;u shouldn't use that extention&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;Peter: why ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz:&lt;/span&gt;&lt;span&gt; f** you ppl.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic; font-weight: bold;"&gt;Peter: &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;swear once more and I block you, ok?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;I work hard and I deserve something ! I need money.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Peter: &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;I don't, but I don't like being insulted for nothing&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;poor writers make articles so you see their advertises&lt;/span&gt;&lt;br /&gt;&lt;span&gt;and u are cheating&lt;/span&gt;&lt;br /&gt;&lt;span&gt;by using Ad Block&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 102, 0);"&gt;Peter: &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 102, 0);"&gt;cheating?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;yeah, its like fucking a girl without loving her&lt;/span&gt;&lt;br /&gt;&lt;span&gt;I wish I could write a script which ppl who are using adblock extention cant enter my blog&lt;/span&gt;&lt;br /&gt;&lt;span&gt;they should go to hell, I really wish they go to hell, they are using my blog and they don't even feel like seeing a pice of small ads on my blog . I need money I work hard I desreve !&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 102, 0);"&gt;Peter: &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 102, 0);"&gt;you are not very likely to get sympathies if you insult people&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;ok&lt;/span&gt;&lt;span&gt; :(&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Shewdiz: &lt;/span&gt;&lt;span&gt;I should go and die. you are right !&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;What do you think, do you think it is user's right to block a poor writer's advertisement who is working so hard to run his life ? does seeing a piece of small ad on the corner of his article hurt you that much ?&lt;br /&gt;&lt;br /&gt;I as the writer of this blog, tell you people, if you don't like to see advertise on my blog, you should not come to my blog, if you are using AdBlock Extention and read my articles, then I think you are entering my house without my permission . Actualy you are having sex with my daughter without loving her .&lt;br /&gt;&lt;br /&gt;I am gonna make a logo and put it on top of my blog "if you have Adblock  you should get the hell out of here"&lt;br /&gt;&lt;br /&gt;I really like to know what is your opinion on this matter , is it readers right to block writer's ads?&lt;br /&gt;&lt;br /&gt;+ I wish those who made AdBlock Extention suffer from hunger and have no house to live,  and no food to eat, Amen !&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE : EVOLUTION IN MY THINKING&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;ok guys I want to let you know about how I think now.as you know I am a human and humans think and their thinking changes . thanks for all who commented and told me their opinions,  everybody without exception disagreed with me, some people behaved me so bad (sent me nasty comments !)&lt;br /&gt;&lt;br /&gt;I think I am gonna stop thinking about making money out of ads&lt;br /&gt;I am gonna find better ways, as I have said before, I am writing some great articles for ubuntu, I hope they help me become known in the ubuntu world .&lt;br /&gt;&lt;br /&gt;Today I learnt something, and I write it down here so I never forget it,&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Do not fight people, even if you are right, people are always stronger, you have to get along with people.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Sometimes I am  wrong but I can convince people to be with me and I win !&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sometimes I am right and I stand against people (who are wrong) and I loose !&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;that's a sad fact that I have to learn. thank you for all your comments.  I will be more understanding in the future.  Thank you for reading my blog.  Please suggest ideas for future posts.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-6065971236147193373?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/6065971236147193373/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=6065971236147193373&amp;isPopup=true" title="19 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6065971236147193373" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6065971236147193373" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/pe1u0AqtOiI/is-it-visitors-right-to-block-writers.html" title="Is it visitor's right to block writer's ads?" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">19</thr:total><feedburner:origLink>http://blog.shevin.info/2007/06/is-it-visitors-right-to-block-writers.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1482502495815133326</id><published>2007-06-15T04:12:00.000-07:00</published><updated>2008-08-23T06:52:58.748-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">All ubuntu's torrent clients (overview)</title><content type="html">&lt;p class="articlead"&gt; &lt;span style="font-weight:bold;"&gt;&lt;span style="font-style:italic;"&gt;Friend's Note :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;a href="http://www.real-exams.com/650-393.htm"&gt;650-393&lt;/a&gt; has a very easy preparation manual but the real exams are much more complex and should not be taken before &lt;a href="http://www.real-exams.com/PMI-001.htm"&gt;PMI-001&lt;/a&gt;. It is better if the student is done with his &lt;a href="http://www.real-exams.com/70-284.htm"&gt;70-284&lt;/a&gt; as well as &lt;a href="http://www.real-exams.com/640-801.htm"&gt;640-801&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;As you know torrents are a common way of sharing and downloading stuff, In this article you will read about my experience on all available torrent clients for Ubuntu including screenshots, I also introduce a web-based one &lt;a name="menu"&gt;:&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="#BitTorrando"&gt;BitTorando (simple stable one)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Azureus"&gt;Azureus (a java based one)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Ktorrent"&gt;Ktorrent (KDE's torrent client) &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#deluge"&gt;Deluge (Gnome's Ktorrent)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#TorrentFlux"&gt;Torrent Flux (a web-based torrent client)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#Tribler"&gt;Tribler (for video torrents) &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#others"&gt;Other Clients&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="#gift"&gt;Give me a gift&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;p align="right"&gt;&lt;a href="http://digg.com/submit?phase=2&amp;amp;url=http://blog.shevin.info/2007/06/all-ubuntu-torrent-clients-overview.html&amp;title=All%20ubuntu%20s%20torrent%20clients%20%28overview%20and%20screenshots%29&amp;amp;bodytext=In%20this%20article%20you%20will%20read%20about%20my%20experience%20on%20all%20available%20torrent%20clients%20for%20Ubuntu%20including%20screenshots,%20I%20also%20introduce%20a%20web-based%20one&amp;topic="&gt;&lt;img src="http://medya.gh.googlepages.com/add.png" /&gt; Digg it&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt; &lt;span style="font-weight: bold;"&gt;&lt;a name="BitTorrando"&gt;BitTornado&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_eEc0n0RJeSc/RnKioNpNt3I/AAAAAAAAAFc/evGe6a_-eYM/s1600-h/Screenshot-73.4%25+%281747.18+MiB%29+Everybody+Loves+Raymond+Season+4+-+BitTorrent+T-0.3.17+%28BitTornado%29.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_eEc0n0RJeSc/RnKioNpNt3I/AAAAAAAAAFc/evGe6a_-eYM/s400/Screenshot-73.4%25+%281747.18+MiB%29+Everybody+Loves+Raymond+Season+4+-+BitTorrent+T-0.3.17+%28BitTornado%29.png" alt="" id="BLOGGER_PHOTO_ID_5076298541740963698" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;if you dont use torrent that much and you dont download  multiple torrents, then I recommend BitTornado, which is an enhaced version of the default Bitorrent ,&lt;br /&gt;it is simple small stable program which does the job without using much cpu/memroy and crushing.&lt;br /&gt;&lt;br /&gt;Only annoying things is ,it doesn't go to tray on hitting close, but you can &lt;a href="http://blog.shevin.info/2007/04/force-programs-to-minimize-in-tray-on.html"&gt;force it to go to tray using AllTray.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;you can install it using synaptic package manager&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;a name="Azureus"&gt;Azureus&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Azureus is full featured Java Based torrent client,&lt;br /&gt;it is so known and probably most recommended by communities but I do NOT recommend it at all. because, it is extremly slow and it uses a lots of your CPU and memory. Azerus is slow on both windows and ubuntu, because it uses Java .&lt;br /&gt;&lt;br /&gt;as I don't recommend Azureus, then &lt;span style="font-style: italic;"&gt;"no screenshot for Azereus !"&lt;br /&gt;You can install it using Automatix &lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;a name="Ktorrent"&gt;Ktorrent&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_eEc0n0RJeSc/RnKI19pNttI/AAAAAAAAAEM/qU9YTvuOTW4/s1600-h/KTorrent.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 375px; height: 332px;" src="http://bp0.blogger.com/_eEc0n0RJeSc/RnKI19pNttI/AAAAAAAAAEM/qU9YTvuOTW4/s400/KTorrent.png" alt="" id="BLOGGER_PHOTO_ID_5076270190661842642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Ktorrent does "everything" that a torrent client can do .&lt;/li&gt;&lt;li&gt;It has a good looking appearance.&lt;/li&gt;&lt;li&gt;It has a tray icon. (goes to tray on hitting close botton)&lt;br /&gt;and you can start or stop torrents in the tray (as you see bellow) .&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_eEc0n0RJeSc/RnKL-NpNtwI/AAAAAAAAAEk/F5CXpTWJ2u0/s1600-h/ktorrent+tray.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 331px; height: 226px;" src="http://bp1.blogger.com/_eEc0n0RJeSc/RnKL-NpNtwI/AAAAAAAAAEk/F5CXpTWJ2u0/s400/ktorrent+tray.png" alt="" id="BLOGGER_PHOTO_ID_5076273630930646786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;You can preview downloading files .&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can choose selected files inside a torrent &lt;span style="font-style: italic;"&gt;to be downloaded first&lt;/span&gt; or &lt;span style="font-style: italic;"&gt;not to be downloaded&lt;/span&gt;  (I love this feature).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_eEc0n0RJeSc/RnKLKNpNtvI/AAAAAAAAAEc/WtquGGozNJE/s1600-h/KTorrent2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 372px; height: 248px;" src="http://bp1.blogger.com/_eEc0n0RJeSc/RnKLKNpNtvI/AAAAAAAAAEc/WtquGGozNJE/s400/KTorrent2.png" alt="" id="BLOGGER_PHOTO_ID_5076272737577449202" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Ktorrent is a way faster than Azerues, but still uses a feelable amount of cpu and memory, and it is because it is a KDE program (not a native gnome) if you want a full featured torrent,  I recommend Ktorrent.&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;a name="deluge"&gt;Deluge&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_eEc0n0RJeSc/RnKSz9pNtyI/AAAAAAAAAE0/2bX5hWBa6-o/s1600-h/Screenshot-Deluge.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 366px; height: 230px;" src="http://bp0.blogger.com/_eEc0n0RJeSc/RnKSz9pNtyI/AAAAAAAAAE0/2bX5hWBa6-o/s400/Screenshot-Deluge.png" alt="" id="BLOGGER_PHOTO_ID_5076281151418382114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It &lt;span style="font-style: italic;"&gt;intends&lt;/span&gt; to be Ktorrent for Gnome (using GTK+ and Paython).&lt;/li&gt;&lt;li&gt;It loads so fast (beats Ktorrent in cpu/memory usage)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It is is not beautiful  . (it is ugly)&lt;/li&gt;&lt;li&gt;It has a tray icon, but there is not much you can do with the tray icon (like start/stop torrents in tray icon.)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_eEc0n0RJeSc/RnKOE9pNtxI/AAAAAAAAAEs/x_6OI1faH4o/s1600-h/deluge+tray+icon.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_eEc0n0RJeSc/RnKOE9pNtxI/AAAAAAAAAEs/x_6OI1faH4o/s400/deluge+tray+icon.png" alt="" id="BLOGGER_PHOTO_ID_5076275945918019346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can choose selected files inside a torrent &lt;span style="font-style: italic;"&gt;not to be downloaded&lt;/span&gt; , but unlike Ktorrent you can not choose them &lt;span style="font-style: italic;"&gt;to be downloaded first .&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;It doesnt have built in preview feature.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Deluge guys are doing a great job, because I really care about the speed of the programs and the amount of cpu/memory they use .&lt;br /&gt;Deluge is under developing, I will be checking every new version, I hope soon it can be as good as Ktorrent. (I hope they read my blog and add the features I listed)&lt;br /&gt;&lt;br /&gt;+ You can install it using Synaptic package manager .&lt;br /&gt;+ &lt;a href="http://deluge-torrent.org/"&gt;Here is&lt;/a&gt; Deluge's website.&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;a name="TorrentFlux"&gt;TorrentFlux &lt;/a&gt; &lt;/span&gt;&lt;/span&gt;a web based one!&lt;br /&gt;&lt;br /&gt;This one is another kind of torrent cilents, it is PHP based cilent,&lt;br /&gt;means you can intall it on your hosting server, and download torrents using your hosting's fast internet, It is usefull for me , because I have slow internet, I download the torrents to my hosting using torrent flux, I believe there are many other usages of a web based torrent client which u can discover .&lt;br /&gt;&lt;br /&gt;here is how it looks in browser :&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_eEc0n0RJeSc/RnKZPtpNt2I/AAAAAAAAAFU/X4dKUCwniec/s1600-h/Screenshot-TorrentFlux+-+Mozilla+Firefox.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 354px; height: 223px;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RnKZPtpNt2I/AAAAAAAAAFU/X4dKUCwniec/s400/Screenshot-TorrentFlux+-+Mozilla+Firefox.png" alt="" id="BLOGGER_PHOTO_ID_5076288225229518690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It is open source.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can limit upload speed.&lt;/li&gt;&lt;li&gt;You can see the download speed,free space and other information.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can select specific files not to be downloaded.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_eEc0n0RJeSc/RnKVjtpNt0I/AAAAAAAAAFE/oxu86aTrJI4/s1600-h/flux.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 359px; height: 295px;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RnKVjtpNt0I/AAAAAAAAAFE/oxu86aTrJI4/s400/flux.png" alt="" id="BLOGGER_PHOTO_ID_5076284170780391234" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;You can close your browser and it continues downloading.&lt;/li&gt;&lt;li&gt;You can control your torrents anywhere you have internet (home, work, cell phone...)&lt;/li&gt;&lt;li&gt;The downloaded torrents are available for public .&lt;/li&gt;&lt;li&gt;It has built-in search .&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;+ You can also install it on your own machine but you have to install LAMPP (apacheserver/PHP/mysql). &lt;a href="http://news.softpedia.com/news/Installing-TorrentFlux-and-XAAMP-41840.shtml"&gt;Soft pedia&lt;/a&gt; has a article about how to install TorrentFlux on your own machine&lt;br /&gt;&lt;br /&gt;+ &lt;a href="http://www.torrentflux.com/"&gt;Here is&lt;/a&gt; TorrentFlux website.&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;a name="Tribler"&gt;Tribler&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;This one is for Video geeks, it combines youtube and torrents and has some features for viewing torrents vidoes in a comfortable way .it is not easy to install on ubuntu, and it didn't click to me, but you may like it.&lt;br /&gt;&lt;a href="https://www.tribler.org/"&gt;Here is &lt;/a&gt;their website .&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;a name="others"&gt;Others&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;there are other torrent clients, which are installable from source which you can give them a try too (a bit work) , &lt;a href="http://transmission.m0k.org/screenshots.php"&gt;Transmission&lt;/a&gt;, &lt;a href="http://sourceforge.net/project/screenshots.php?group_id=163414"&gt;qBittorent&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After all, I tell you, it is up to you what to choose, (according to your needs choose one of the above clients) but I myself use Ktorrent.&lt;br /&gt;&lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;a name="gift"&gt;&lt;img src="http://medya.gh.googlepages.com/dialog-warning.gif" /&gt;&lt;/a&gt;&lt;span style="font-style: italic;"&gt;+ I have spent many days testing all those programs and days to write this article with screenshots, and nobody pays me for blogging for ubuntu, in these days I need money so much, so if you liked this article, plz give me a small gift, the donate button is in the right side bar :)  &lt;a href="#menu"&gt;&lt;img src="http://medya.gh.googlepages.com/arrow_up.png" alt="go back to the menu" title="go back to the menu" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;blockquote&gt;+ I am writing so many GREAT GREAT GREAT articles for ubuntu, they will come soon (not very soon, after my university exams, but I am sure you will love them)&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/torrent" rel="tag" class="techtag"&gt;torrent&lt;/a&gt; &lt;a href="http://technorati.com/tag/bittorent" rel="tag" class="techtag"&gt;bittorent&lt;/a&gt; &lt;a href="http://technorati.com/tag/torrent+client" rel="tag" class="techtag"&gt;torrent+client&lt;/a&gt; &lt;a href="http://technorati.com/tag/Deluge" rel="tag" class="techtag"&gt;Deluge&lt;/a&gt; &lt;a href="http://technorati.com/tag/Ktorrent" rel="tag" class="techtag"&gt;Ktorrent&lt;/a&gt; &lt;a href="http://technorati.com/tag/Azerues" rel="tag" class="techtag"&gt;Azerues&lt;/a&gt; &lt;a href="http://technorati.com/tag/flux" rel="tag" class="techtag"&gt;flux&lt;/a&gt; &lt;a href="http://technorati.com/tag/tribler" rel="tag" class="techtag"&gt;tribler&lt;/a&gt; &lt;a href="http://technorati.com/tag/Transmission" rel="tag" class="techtag"&gt;Transmission&lt;/a&gt; &lt;a href="http://technorati.com/tag/qBittorent" rel="tag" class="techtag"&gt;qBittorent&lt;/a&gt; &lt;a href="http://technorati.com/tag/rtorrent" rel="tag" class="techtag"&gt;rtorrent&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1482502495815133326?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1482502495815133326/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1482502495815133326&amp;isPopup=true" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1482502495815133326" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1482502495815133326" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/N9oBlPF-9KQ/all-ubuntu-torrent-clients-overview.html" title="All ubuntu's torrent clients (overview)" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_eEc0n0RJeSc/RnKioNpNt3I/AAAAAAAAAFc/evGe6a_-eYM/s72-c/Screenshot-73.4%25+%281747.18+MiB%29+Everybody+Loves+Raymond+Season+4+-+BitTorrent+T-0.3.17+%28BitTornado%29.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">7</thr:total><feedburner:origLink>http://blog.shevin.info/2007/06/all-ubuntu-torrent-clients-overview.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-8679862552117721763</id><published>2007-05-28T04:32:00.000-07:00</published><updated>2007-05-28T06:18:38.043-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="personal" /><category scheme="http://www.blogger.com/atom/ns#" term="life" /><title type="text">Swamped with life troubles</title><content type="html">Life is getting harder  ...you know what ?&lt;br /&gt;You get things when you don't need it anymore, I need a good camera, a new computer a laptop and a car now... not when I am 55 years old.&lt;br /&gt;&lt;br /&gt;well I have managed not to fall , I play music in the opposite rhythm of life and I get new ideas everyday  and I am working on them .&lt;br /&gt;increasing number of people are reading my articles,  three of my articles are getting so popular over internet .&lt;br /&gt;&lt;br /&gt;the bad thing about being a Linux writer is , Linux users are professional and they are addicted to not to pay a single cent for anything  and  they don't click on ads , for example , I had 2 clicks out of 15,000 visitors in the 10 days and ofcourse no donation.&lt;br /&gt;I have had several websites , and I can tell you if I had the same number of Windows readers , I could make at least $30 a day .&lt;br /&gt;&lt;br /&gt;life is getting hard , but I have decided to fight ... I am a Kurd, I will keep on fighting , and I will continue waving open source flag on my ship .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Coming Soon :&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I have written some updates and revision for my previous articles.&lt;/li&gt;&lt;li&gt;I have taken new photos for &lt;a href="http://fotu.shevin.info/"&gt;my photoblog&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;I am designing a logo for my blog and I am improving the template&lt;/li&gt;&lt;li&gt;I have written some posts in Kurdish and Persian &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;but I am swamped with math exams and life shits, I will publish them on the site as soon as I get ride of my exams.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;By The Way : My Project For Ubuntu&lt;/span&gt;&lt;br /&gt;I am working on a project for Ubuntu, the project involves posting CDs to ubuntu users , if somebody wanna help me in any way he/she can, please contact me .&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;I need :&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;To burn many CDs (500 CDs at first and thousands later) with printed cover and good looking case.&lt;/li&gt;&lt;li&gt;Somebody in America or Europe, with free time to post the CDs to people .&lt;/li&gt;&lt;li&gt;A native English speaker to correct our english grammar mistakes in the project site and CD .&lt;/li&gt;&lt;li&gt;A decent hosting server  (at least 500 GB bandwith)&lt;/li&gt;&lt;li&gt;professional ubuntu users with much experience&lt;/li&gt;&lt;li&gt;Sponsor and somebody to back the project .&lt;/li&gt;&lt;/ul&gt;I am gonna start the project 40 days later. I know you are curious about the project, but I will explain more later (when I find somebody to help me)&lt;br /&gt;&lt;br /&gt;if you are interested and wanna help , please contact me (my email is on  the sidebar)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-8679862552117721763?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/8679862552117721763/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=8679862552117721763&amp;isPopup=true" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/8679862552117721763" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/8679862552117721763" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/QL7znJvf58Y/swamped-with-life-troubles.html" title="Swamped with life troubles" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/swamped-with-life-troubles.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-1158541881270368749</id><published>2007-05-25T06:22:00.000-07:00</published><updated>2007-05-25T18:01:45.213-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Norton Commander clone for Ubuntu -text mode file manager-</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;span style="font-style: italic;"&gt;if you find it usefull please &lt;/span&gt;&lt;a style="font-style: italic;" href="http://digg.com/linux_unix/Norton_Commander_clone_for_Ubuntu"&gt;Digg it here&lt;/a&gt;&lt;span style="font-style: italic;"&gt; .&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;If you remember the old days of MS-DOS, you would miss Norton Commander file manager. The two blue columns where you'd select files on one side and copy them to the next side, only by pressing F5, no typing any commands !&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_eEc0n0RJeSc/RlbuqpPLvnI/AAAAAAAAAC0/CRG000gHnVY/s1600-h/mc+commander.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_eEc0n0RJeSc/RlbuqpPLvnI/AAAAAAAAAC0/CRG000gHnVY/s400/mc+commander.png" alt="" id="BLOGGER_PHOTO_ID_5068500847043526258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;and guess what! I've found Norton Commander for Ubuntu, it's called Midnight Commander. You may ask why would I use Midnight Commander while we have other grpahical file managers (i.e. Nautilus and Konqueror). Midnight Commander is a semi-graphical file manager, which means it runs under a Terminal window in "text mode" and we all know I am in love with text-mode programs like Image magic for &lt;a onclick="return top.js.OpenExtLink(window,event,this)" href="http://blog.shevin.info/2007/05/how-to-add-watermark-to-300-photos-in.html" target="_blank"&gt;editing images in text mode&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Things which are better about text-mode programs are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;They're so much faster than programs in grpahical mode&lt;/li&gt;&lt;li&gt;You can run it in SSH based terminal . (for example I connect to my webhosting server using SSH and I manage my files without typing commands)&lt;/li&gt;&lt;li&gt;They look professional ! (Actualy they are)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div&gt;Midnight Commander is a text-mode program which rids you of the need to type commands in linux and makes life more comfortable. I love Midnight Commander. I highly recommend this software!&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;In Ubuntu, you can install it using the Synaptic Package MAnager (search for Midnight Commander) for other linux distributions you can download it from &lt;a href="http://www.ibiblio.org/mc/"&gt;their site&lt;/a&gt; . To run it, simply type mc in terminal. &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;to end, I'd like to share some tips that will be helpful for using this software:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How to Copy or Move:&lt;/span&gt; as you see in my screenshot , it has two sides, choose your file in left side and then go to right side by pressing Tab  and then choose the destination and then press F5  your filel will be  copied !   (for moving you press F6.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How to select many files:&lt;/span&gt; you can mark multiple files (or folders)  using "insert" key ,  when you mark a file using "insert" it becomes yellow .&lt;br /&gt;then you can do something to all of them  (copy all of them, move all of them ,...)&lt;br /&gt;&lt;br /&gt;to &lt;span style="font-weight: bold;"&gt;select all&lt;/span&gt;  , press * key . (all of them will become yellow)&lt;br /&gt;to &lt;span style="font-weight: bold;"&gt;unselect&lt;/span&gt;  simply press insert key again and it will become white again.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How to zip and unzip&lt;/span&gt; the beautiful thing about MC is , you can compress uncompress files so easily . (I always forget zip related commands)&lt;br /&gt;for example select the files you want to zip and then press F2 and in the menu choose compress  ...you can do everything with MC , including CHMOD (permissions)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;MC is mouse friendly &lt;/span&gt; you can use mouse too (but you don't have to), for example you can click on the right side, instead of pressing tab or you can click on  "File" in the menu at the top&lt;br /&gt;(aah I remember DOS days again,  at those times I had to run the Mouse program before NC to enable mouse mode . I have such a Nostalgic feeling about MS DOS right now,  somebody give me a hug please !)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-1158541881270368749?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/1158541881270368749/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=1158541881270368749&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1158541881270368749" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/1158541881270368749" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/NNuvRDQTPXc/mc-text-mode-file-manager-northern.html" title="Norton Commander clone for Ubuntu -text mode file manager-" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_eEc0n0RJeSc/RlbuqpPLvnI/AAAAAAAAAC0/CRG000gHnVY/s72-c/mc+commander.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/mc-text-mode-file-manager-northern.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-5751663783522700899</id><published>2007-05-20T13:12:00.000-07:00</published><updated>2008-08-23T06:53:45.897-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="firefox" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Share thunderbird and firefox data files between ubuntu and windows</title><content type="html">&lt;span style="font-style: italic;font-size:100%;" &gt;if you find this article usefull please&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-style: italic;" href="http://digg.com/linux_unix/HOW_TO_Share_Firefox_and_Thunderbird_data_files_between_ubuntu_and_windows"&gt; digg it &lt;/a&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;, and &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-style: italic;" href="http://reddit.com/info/1sa7j/comments"&gt;reddit.&lt;/a&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:100%;" &gt; &lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;You have both windows and ubuntu on your computer (dual boot) and you would like to share data files (emails , bookmarks , extentions, ) of firefox and thunderbird email cilent between ubuntu and windows... then you need to read this tutorial !&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;First Step : choose the Data Files (profile) you want to use:&lt;/span&gt;&lt;br /&gt;if you already have two different profiles (data files) in use in both linux and windows , you will have to sacrifice one, you can not have a combination  .&lt;br /&gt;I mean you have to choose weather you want Windows to use your current datas in linux or you want Linux to use your current data (email , bookmark , ,extension ,log...) on windows .&lt;br /&gt;&lt;br /&gt;it depends on you  ! for me ,most of my data files are in linux , so I make windows to use my profile in linux  .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Second Step: choose a place to store shared datas !&lt;/span&gt;&lt;br /&gt;we need a a place (a partition)   which both operation systems can see it and can write to it .&lt;br /&gt;I suggest a FAT32 partition .&lt;br /&gt;(well you can choose a linux partition too but you have to install some extra programs to make windows see your linux partitions) so let say we choose a FAT32 partition , the partition should be mounted in linux with read write permission.&lt;br /&gt;&lt;br /&gt;I go to that partition and make a folder named Sync&lt;br /&gt;I create a folder named  &lt;span style="color: rgb(102, 51, 0);"&gt;Firefox &lt;/span&gt;another named &lt;span style="color: rgb(0, 102, 0);"&gt;&lt;span style="color: rgb(0, 51, 0);"&gt;Thunderbird&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;in linux it would be&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Third move the profiles to the new place :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;now we should copy our current profiles to the new location (profile of the operation system which we chose in First Step) in my case,  I chose to save linux datas and make windows to use them .&lt;br /&gt;&lt;br /&gt;for copying thunderbird datas  , open a the file manager and point it to&lt;br /&gt;&lt;blockquote&gt;/home/&lt;username&gt;&lt;username&gt;username/.mozilla-thunderbird/Profiles&lt;/username&gt;&lt;/username&gt;&lt;/blockquote&gt;(replace the &lt;username&gt; with your own username)&lt;br /&gt;&lt;br /&gt;then there should be a folder like xxxxxxxx.default&lt;br /&gt;move that folder to the &lt;span style="color: rgb(0, 51, 0);"&gt;Thunderbid&lt;/span&gt; folder which you created in second step.&lt;br /&gt;&lt;br /&gt;for copying firefox data files do the same, open file manager and point it to :&lt;br /&gt;&lt;/username&gt;&lt;blockquote&gt;/home/username&lt;username&gt;&lt;username&gt;/.mozilla/firefox/&lt;br /&gt;&lt;/username&gt;&lt;/username&gt;&lt;/blockquote&gt;(again replace &lt;username&gt;  with your own username )&lt;br /&gt;there should be a folder like xxxxxsomething.default&lt;br /&gt;move that folder to &lt;span style="color: rgb(102, 51, 0);"&gt;Firefox&lt;/span&gt; folder which we created in our New Place in Second Step.&lt;br /&gt;&lt;br /&gt;ok now go to the next Fourth Step !&lt;br /&gt;&lt;span style="font-style: italic;"&gt;for those who want to make linux to use their windows data (unlike me) you do similar things you  &lt;/span&gt;&lt;span style="font-style: italic;"&gt;you find the profile folder and move it to the new place which was mentioned in Second Step.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;the profile folders under windows can be found in :&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-style: italic;"&gt;C: / Documents and Settings/user/Application Data/Thunderbird/Profiles/xxxxxxxx.default&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-style: italic;"&gt;&lt;blockquote&gt;C: / Documents and Settings/user/Application Data/Mozilla/Firefox/Profiles/xxxxxxxx.default&lt;/blockquote&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Fourth Step :  the final step ! &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;now we have to go to Both operation systems and make thunderbird and firefox to use the new location of the profile&lt;br /&gt;&lt;br /&gt;means we should make new profiles in both operation systems&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;first in ubuntu &lt;/span&gt;&lt;br /&gt;for thunderbird :&lt;br /&gt;run this command :&lt;br /&gt;&lt;/username&gt;&lt;blockquote&gt;mozilla-thunderbird -profilemanager&lt;br /&gt;&lt;/blockquote&gt;click &lt;span style="font-weight: bold;"&gt;create profile&lt;/span&gt;&lt;br /&gt;the new profiler is normally named &lt;span style="font-weight: bold;"&gt;default user&lt;/span&gt;&lt;br /&gt;click &lt;span style="font-weight: bold;"&gt;next&lt;br /&gt;&lt;/span&gt;click &lt;span style="font-weight: bold;"&gt;choose a folder&lt;/span&gt;&lt;br /&gt;and point it to the folder you made in second step !&lt;br /&gt;&lt;br /&gt;and the old profile name was default (not default user), you better delete the old profile in the menu.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;now it is windows turn !&lt;/span&gt;&lt;br /&gt;run this command in Run:&lt;br /&gt;&lt;blockquote&gt;thunderbird.exe -profilemanager&lt;br /&gt;&lt;/blockquote&gt;and then do the same things which u did above in ubuntu (create a new profile and point it and then re run it and delete the old profile)&lt;br /&gt;&lt;br /&gt;Thats all we did it ! (yep it was easy)&lt;br /&gt;&lt;br /&gt;For firefox you do the same thing above,&lt;br /&gt;go to ubuntu  , and open the profile manager using this command:&lt;br /&gt;&lt;blockquote&gt;firefox -profilemanager&lt;/blockquote&gt;and then like in thunderbird  &lt;span style="font-weight: bold;"&gt;create a new profile&lt;/span&gt; and point it to the folder which we made in second step and delete the old profile)&lt;br /&gt;&lt;br /&gt;then go to windows&lt;br /&gt;run the profile manager using this command :&lt;br /&gt;&lt;blockquote&gt;firefox.exe -profilemanager&lt;br /&gt;&lt;/blockquote&gt;and do the same things.&lt;br /&gt;&lt;br /&gt;&lt;p class="articlead"&gt; &lt;span style="font-weight:bold;"&gt;A Friend's Note :&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Many professionals claim that the preparation schedules of &lt;a href="http://www.actualtests.net/exam/350-001.htm"&gt;350-001&lt;/a&gt; and &lt;a href="http://www.actualtests.net/exam/VCP-310.htm"&gt;VCP-310&lt;/a&gt; was very difficult. The &lt;a href="http://www.actualtests.net"&gt;actual test&lt;/a&gt; in comparison was a piece of cake. As a result they did not prepare effectively for &lt;a href="http://www.actualtests.net/exam/642-901.htm"&gt;642-901&lt;/a&gt;. They failed in even easy tests like &lt;a href="http://www.actualtests.net/exam/220-601.htm"&gt;220-601&lt;/a&gt;, realizing the importance of vigorous preparation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;thats all folks !&lt;br /&gt;the great thing about this hack is, you wont loose your bookmarks and extensions , even if you loose your operation systems ...(they are all stored in a safe partition !)&lt;br /&gt;you can do some other interesting things , like you can put your bookmarks in a Shared Network and make all the network use the same profile !&lt;br /&gt;&lt;br /&gt;in the future I am gonna make tutorial for other programs (like giam and ...but I am just too busy I am swampled with life troubles and school exams)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-5751663783522700899?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/5751663783522700899/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=5751663783522700899&amp;isPopup=true" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5751663783522700899" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5751663783522700899" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/YMQLN2UdvSo/share-thunderbird-and-firefox-data.html" title="Share thunderbird and firefox data files between ubuntu and windows" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/share-thunderbird-and-firefox-data.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-379294274457041977</id><published>2007-05-16T09:50:00.000-07:00</published><updated>2008-08-23T06:52:36.165-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">How to install extra fonts in Ubuntu ?</title><content type="html">&lt;p class="articlead"&gt;&lt;span style="font-weight:bold;"&gt;A Friend's Note :&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;a href="http://www.real-exams.com/650-393.htm"&gt;650-393&lt;/a&gt; has a very easy preparation manual but the &lt;a href="http://www.real-exams.com"&gt;real exams&lt;/a&gt; are much more complex and should not be taken before &lt;a href="http://www.real-exams.com/PMI-001.htm"&gt;PMI-001&lt;/a&gt;. It is better if the student is done with his &lt;a href="http://www.real-exams.com/70-284.htm"&gt;70-284&lt;/a&gt; as well as &lt;a href="http://www.real-exams.com/640-801.htm"&gt;640-801&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_eEc0n0RJeSc/RktB5ZPLvbI/AAAAAAAAABc/haBuosNlJ1g/s1600-h/harry+potter+fonts.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_eEc0n0RJeSc/RktB5ZPLvbI/AAAAAAAAABc/haBuosNlJ1g/s400/harry+potter+fonts.jpg" alt="" id="BLOGGER_PHOTO_ID_5065214660191174066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;yesterday I found bunch of &lt;a href="http://www.rewardprograms.org/thefreegeek/features/top_25_geekiest_free_fonts_and_where_you_can_get_them.html"&gt;charming free fonts&lt;/a&gt;  ( including Harry Potter, Batman , Lord of the rings Movies fonts ) .&lt;br /&gt;&lt;br /&gt;I needed to install those fonts  to use in my banners  , here is how I installed it in my ubuntu .&lt;br /&gt;first&lt;a href="http://www.rewardprograms.org/thefreegeek/features/top_25_geekiest_free_fonts_and_where_you_can_get_them.html"&gt; download&lt;/a&gt; the fonts you like  and extract the zip files , and move all the ttf files into a folder in your desktop for example "dlfonts"&lt;br /&gt;&lt;br /&gt;now we need to make a directory inside our system font to copy our own fonts into .&lt;br /&gt;&lt;blockquote&gt;sudo mkdir /usr/share/fonts/truetype/myownfonts&lt;/blockquote&gt;and then go to directory which you have copied your fonts&lt;br /&gt;&lt;blockquote&gt;cd Desktop&lt;br /&gt;cd dlfonts&lt;/blockquote&gt;and  now copy the TTF files to myfonts directory &lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;code&gt;cp *.* /usr/share/fonts/truetype/myownfonts&lt;/code&gt;&lt;br /&gt;&lt;/blockquote&gt;(now  delete the "dlfonts" directory in your Desktop  we no longer need it)&lt;br /&gt;&lt;br /&gt;you need to refresh your Ubuntu font cache:&lt;br /&gt;&lt;blockquote&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;sudo fc-cache -f -v &lt;/code&gt;&lt;/blockquote&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;here are some other Font Related tutorials for ubuntu :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="toctext"&gt;How to enable smooth fonts by &lt;a href="http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_enable_smooth_fonts"&gt;ubuntuguide.org&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="toctext"&gt;How to install microsoft fonts  in ubuntu by &lt;a href="http://ubuntu.wordpress.com/2005/09/09/installing-microsoft-fonts/"&gt;ubuntu blog&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-379294274457041977?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/379294274457041977/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=379294274457041977&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/379294274457041977" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/379294274457041977" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/sSEoS3cTI1g/how-to-install-extra-fonts-in-ubuntu.html" title="How to install extra fonts in Ubuntu ?" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_eEc0n0RJeSc/RktB5ZPLvbI/AAAAAAAAABc/haBuosNlJ1g/s72-c/harry+potter+fonts.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/how-to-install-extra-fonts-in-ubuntu.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-7521742904102585469</id><published>2007-05-13T02:01:00.000-07:00</published><updated>2007-05-14T01:57:29.137-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><title type="text">The Mafia Inside Digg.com</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_eEc0n0RJeSc/RkbjtbJ2sgI/AAAAAAAAABM/OdFXoTlVrqs/s1600-h/digg.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 365px; height: 256px;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RkbjtbJ2sgI/AAAAAAAAABM/OdFXoTlVrqs/s400/digg.jpg" alt="" id="BLOGGER_PHOTO_ID_5063985200547410434" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I have spent many hours sitting on my chair infront of monitor designing my blog and I have spent much hours on each of my articles for ubuntu and they are the result months of testing and experience , and I am enjoying it but ...&lt;br /&gt;&lt;br /&gt;but there is something which makes me upset , whenever I submit my articles to Digg.com they get a few diggs but in less than one hour they get deleted .&lt;br /&gt;I dont know who does it (I believe a Mafia inside digg  is deleting my posts) the interesting part is , just after a day or sometimes a few hours ,somebody re-writes my article (most of the times  they just copy/paste it) and in a few hours they make it to the front page of digg !&lt;br /&gt;&lt;br /&gt;I believe digg has come to an era which is collapsing like every regime in the world which keeps things secret from peopel !&lt;br /&gt;leaders of digg.com kept on making digg more complex every day and made hiden rules for user ranking  without letting people know about  &lt;a href="http://www.seopedia.org/tips-tricks/social-media/the-digg-algorithm-unofficial-faq/"&gt;their algorithm&lt;/a&gt;   until this  resulted a Mafia inside the digg.com , which is misusing its power to make money on others .(yep digg is pro open source but it is not open source itself !)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the digg.com's website design has also become so heavy and full of complex java scripts ...I personally prefer visitng reddit.com which is neat , slight and simple and more intresting than digg.com&lt;br /&gt;&lt;br /&gt;It was nice which I saw my articles been translated in other languages  but it was sad that for the source they had linked to the Mr.Thief's blog !&lt;br /&gt;I emailed the Mr.Thief  and asked him to link to my article as the source, and he replied "do whatever you want" well he is right !  I can do nothing, he has so much influence inside digg and he kicks my ass in the digg !&lt;br /&gt;&lt;br /&gt;I bet they are making hundreds out of my articles , but take a look at my earning on google adsense, (2 clicks in a week and less 60 cents !)&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Page impressions       Clicks       Page CTR       Page eCPM [?]       Earnings&lt;br /&gt;shevin &lt;span style="font-weight: bold;"&gt;4,255&lt;/span&gt;     2     0.09%     $0.29                     &lt;span style="font-weight: bold;"&gt;$0.65&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;I have written several great articles for ubuntu waiting to be published , but I am too disappointed to publish them , the Mafia inside digg will delete my post and will copy/paste my article in their own related sites and digg it !&lt;br /&gt;&lt;br /&gt;Good job Mafia in Digg.com , good job with disappointing me !&lt;br /&gt;&lt;br /&gt;I used to be a fan of digg.com but I think I am gonna boycott it until they become open source and tell people about their ranking algorithm and their hidden rules and crack down on mafia groups !&lt;br /&gt;&lt;br /&gt;there are several grouping inside digg which makes digg less attractive than before, those gorups don't vote for what is useful or interesting, they vote for what is to their benefit !&lt;br /&gt;I feel digg  is more like a propaganda playground rather than a real source of information !&lt;br /&gt;&lt;br /&gt;may be it is not Digg.com's fault and digg is functioning just like real societies ,  may be it is just human nature which sucks , in the past it was prophet's duty to guide societies  but in this era , who would guide on-line societies to not steal and to not care just about yourself ?&lt;br /&gt;&lt;br /&gt;Digg reminds  me of ancient history , where  empires and governments began really good then by time they misused power and forgot their ideology and at the end they collapsed !&lt;br /&gt;&lt;br /&gt;+ These people agree with me :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.wolf-howl.com/grayhat-seo/how-to-be-a-dirty-digger/"&gt;How to be a dirty digger !&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.notesofintelligence.com/2007/02/18/the-digg-mafia-turning-users-away-digg-failing-lets-digg-a-little-deeper/"&gt;The Digg Mafia Turning Users Away? Digg Failing? Let’s digg a Little Deeper…&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.10e20.com/2006/12/21/and-the-list-of-domains-ditched-by-digg-keeps-growing/"&gt;And the List of Domains Ditched by Digg Keeps Growing&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://boycottdigg.org/"&gt;Boycott digg.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://techtites.com/2007/02/17/why-the-digg-mafia-will-cost-kevin-rose-millions/"&gt;Why The Digg Mafia Will Cost Kevin Rose Millions!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;and many more ...&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-7521742904102585469?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/7521742904102585469/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=7521742904102585469&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7521742904102585469" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7521742904102585469" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/4kxHjQlOzas/mafia-inside-diggcom.html" title="The Mafia Inside Digg.com" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_eEc0n0RJeSc/RkbjtbJ2sgI/AAAAAAAAABM/OdFXoTlVrqs/s72-c/digg.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/mafia-inside-diggcom.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-5622044807605966770</id><published>2007-05-11T01:40:00.000-07:00</published><updated>2007-05-11T02:18:20.144-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Wuby : Install ubuntu in windows without touching your partitions</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_eEc0n0RJeSc/RkQym7J2sfI/AAAAAAAAABE/b5Ebi549K1k/s1600-h/wubi-advanced.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 380px; height: 297px;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RkQym7J2sfI/AAAAAAAAABE/b5Ebi549K1k/s400/wubi-advanced.jpg" alt="" id="BLOGGER_PHOTO_ID_5063227525366723058" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;when I recommend Ubuntu to my friends, they immediately ask me :&lt;br /&gt;-do I have to modify my partitions ?&lt;br /&gt;-I like Linux but I just don't like this partitioning stuff...&lt;br /&gt;-Can I have dual boot for Windows and Linux without messing my bootloader ?&lt;br /&gt;&lt;br /&gt;and I used to recommend them to use  Live CD ,  which is a good recommendation but just for one time testing, and for those who want permanent Ubuntu but still not ready to modify partitions I have a better solution :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cutlersoftware.com/ubuntusetup/wubi/en-US/index.html"&gt;Wubi &lt;/a&gt;, installs Ubuntu as it is one of Windows' programs , and it doesn't need you  make new partition ,  and it is very easy to Un-Install (simple like any other windows program)&lt;br /&gt;and another thing to mention, it won't change your boot loader so you wont face &lt;a href="http://blog.shevin.info/2007/04/messed-up-boot-loader-dont-worry.html"&gt;Boot Menu Problems&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;reading their web site , I made my own F.A.Q for Wubi :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Would Wubi function just like ubuntu ?&lt;/span&gt; yes you will have 100% Reall Ubuntu (not using virtual machine or stuff ),  but for accessing files on hard disk it wont be  not as fast as normal installation of Ubuntu  , because you are gonna use a windows partition format (NTFS or FAT32 )  instead of a native partition format for Linux ! EX2 or Ext3)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;So .. How Much Space Do I need ?&lt;/span&gt; I would say you would need at lest 3 GB free space on your windows partition .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How big is Wubi to download ?&lt;br /&gt;&lt;/span&gt;Wubi itself is 9 MB , but after you run it, it will download Ubuntu's iso (about 600MB)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;I have already downloaded Ubuntu , do I have to download it again ?&lt;/span&gt;&lt;br /&gt;if you have already downloaded the Ubuntu's Alternate ISO, you can put it in the folder of Wubi and you will skip the downloading section (good for computers without internet)&lt;br /&gt;but mind that it must be Alternate Version of the CD (not Live CD)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;After installation where to run ubuntu ?&lt;/span&gt;&lt;br /&gt;just restart your PC and choose ubuntu in the menu !&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How I can uninstall  the ubuntu ?&lt;/span&gt; this is the intresting part ! You can uninstall it like any other applications. In windows .&lt;br /&gt;you go to the control panel and select "Add or Remove Programs", then select Wubi and uninstall it.&lt;br /&gt;&lt;br /&gt;I myself am gonna use Wubi to install other kinds of Ubuntu (you know there are Kubuntu and Xubuntu which I wanna give them a try too and un-install after trying them but , but for you I recommend Ubuntu not other ones )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so if you wanna try Ubuntu go ahead  and &lt;a href="http://cutlersoftware.com/ubuntusetup/latest.html"&gt;download Wubi &lt;/a&gt;and test it easily and safely !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-5622044807605966770?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/5622044807605966770/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=5622044807605966770&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5622044807605966770" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5622044807605966770" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/UiLrELu_z28/wuby-install-ubuntu-in-windows-without.html" title="Wuby : Install ubuntu in windows without touching your partitions" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_eEc0n0RJeSc/RkQym7J2sfI/AAAAAAAAABE/b5Ebi549K1k/s72-c/wubi-advanced.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/wuby-install-ubuntu-in-windows-without.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-7498601428245811986</id><published>2007-05-07T15:06:00.000-07:00</published><updated>2007-05-08T02:58:17.367-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="personal" /><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="literature" /><title type="text">There is no man in this city..</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://fotu.shevin.info/index.php?showimage=43"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_eEc0n0RJeSc/Rj-mCLJ2sdI/AAAAAAAAAA0/s56i0FHpq54/s200/245_08122006%28004%29-001.jpg" alt="" id="BLOGGER_PHOTO_ID_5061947062471799250" border="0" /&gt;&lt;/a&gt;(I took this photo with my cell phone , too bad I lost my other camera , I could take it much better than this ... )&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;In this city , taxi , bus , subway , street , school , hospital , everywhere you see a crowd ! and a heavy traffic .&lt;br /&gt;I was walking into the subway , and listening to a Kurdish song by Hesen Derzî , I was walking slowly and looking at people and smiling to them .&lt;br /&gt;&lt;br /&gt;the music and and the voice of Hesen Derzî was so mysterious , it was like he was singing from another world and sending his music to our world ... and a part of the poem really touched my heart :&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Kesî têda nîe em şare bêto&lt;/blockquote&gt;which means there is nobody in this city ...&lt;br /&gt;yep , the poem really touched my heart , I was looking at the crowd who were pushing each other in the subway , but I felt there was nobody in the city...&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size:100%;"&gt;&lt;img style="margin: 0px auto 10px; display: block; cursor: pointer;" src="http://bp3.blogger.com/_eEc0n0RJeSc/RkBIH7J2seI/AAAAAAAAAA8/D4s59HspGwE/s200/diogenes.jpg" alt="" id="BLOGGER_PHOTO_ID_5062125282139746786" border="0" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;Actually , my feeling is not something new , I am saying what &lt;a href="http://www.sculpturegallery.com/sculpture/diogenes.html"&gt;Diogenes&lt;/a&gt; (Greek philosopher) had said thousands of years ago.&lt;br /&gt;one day Diogenes was&lt;/span&gt; &lt;span style="font-size:100%;"&gt;searching in the city with a light in his hand (during the day) , people asked him , "what are you searching for ? "&lt;br /&gt;and he answered  "I am searching for a man ! there is no real man in this city ."&lt;br /&gt;&lt;br /&gt;Rumi the Persian also repeated &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Diogenes&lt;/span&gt;&lt;span style="font-size:100%;"&gt;' story :&lt;blockquote&gt;&lt;br /&gt;دی شیخ با چرا غ همی گشت گرد شهر&lt;br /&gt;&lt;br /&gt;کز دیو و دد ملولم و انسانم آرزوست&lt;/blockquote&gt;(which means , the Sheykh was searching around the city with a light in hand, saying "I am sick of Div and Evils , I want Human ")&lt;br /&gt;&lt;br /&gt;It is interesting that Rumi had known &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Diogenes&lt;/span&gt;&lt;span style="font-size:100%;"&gt; at that time , because in the year 2007 , with internet and all these things , I hardly knew who Diogen was but Rumi knew him , hundreds years ago , I wonder what his source of information was .&lt;br /&gt;&lt;br /&gt;so yep . the population of Tehran is 15 million but believe me for me there is nobody in this city !&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-7498601428245811986?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/7498601428245811986/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=7498601428245811986&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7498601428245811986" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/7498601428245811986" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/YOMAFYS8LN4/there-is-no-man-in-this-city.html" title="There is no man in this city.." /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_eEc0n0RJeSc/Rj-mCLJ2sdI/AAAAAAAAAA0/s56i0FHpq54/s72-c/245_08122006%28004%29-001.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/there-is-no-man-in-this-city.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-2987884603454785171</id><published>2007-05-06T18:03:00.000-07:00</published><updated>2007-05-06T18:31:18.138-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Boot ubuntu to RAM !</title><content type="html">oh god, I have really become like &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Shewdiz&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Shevin&lt;/span&gt; (two characters in my story which dont sleep in the nights) I cant sleep in the night too , I have to find a way to make myself sleep  , you know I have things to do at the day (school , work stuff...) I have too much Math and Electric Shit matterial to study ... :(&lt;br /&gt;&lt;br /&gt;by the way in these days I am writing a short story named "the forgotten story of the giant ship and the small island !" I will publish it on my blog soon .&lt;br /&gt;&lt;br /&gt;ok let go to Ubuntu now!  today I found a great article  "&lt;a href="https://wiki.ubuntu.com/BootToRAM"&gt;How to boot &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;ubuntu&lt;/span&gt; to ram&lt;/a&gt;"&lt;br /&gt;it is great you can customize your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;ubuntu&lt;/span&gt; and make it boot to Ram , I have been waiting to do this for a long time , and the article also teaches you how to customize a Live CD ! (making your own Ubuntu Live CD )&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_eEc0n0RJeSc/Rj5827J2scI/AAAAAAAAAAs/Yvwf-QbYz3E/s320/pidgin-original.png" alt="" id="BLOGGER_PHOTO_ID_5061620314244821442" border="0" /&gt;&lt;br /&gt;Another news, the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Gaim&lt;/span&gt; is out , you can download it &lt;a href="http://rapidshare.com/files/29533296/pidgin_2.0.0-1_i386.deb"&gt;here  &lt;/a&gt;(for Feisty &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Ubuntu&lt;/span&gt;)&lt;br /&gt;although &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Gaim&lt;/span&gt; is no longer &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Gaim&lt;/span&gt; (they have changed their name to "pidgin", because AOL was gonna sue them) but I &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;dont&lt;/span&gt; like their new name , so for me they are still &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Gaim&lt;/span&gt; .&lt;br /&gt;&lt;br /&gt;in the new version ,they have changed the colors , and they have removed some features , I should say I &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;don't&lt;/span&gt; like this Pidgin at all , I like neither the new name nor the new theme !&lt;br /&gt;&lt;br /&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 194px; height: 145px;" src="http://www.vivaolinux.com.br/wallpapers/comunidade/thumbs/pixelita03.jpg" alt="" border="0" /&gt;&lt;br /&gt;btw here is a &lt;a href="http://www.vivaolinux.com.br/wallpapers/index.php?pagina=1&amp;categoria=0&amp;amp;amp;amp;amp;pagina=1&amp;amp;num_por_pagina=20"&gt;cool site&lt;/a&gt; full of nice wallpapers for linux !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-2987884603454785171?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/2987884603454785171/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=2987884603454785171&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/2987884603454785171" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/2987884603454785171" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/dMCHirn9WWM/boot-ubuntu-to-ram.html" title="Boot ubuntu to RAM !" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_eEc0n0RJeSc/Rj5827J2scI/AAAAAAAAAAs/Yvwf-QbYz3E/s72-c/pidgin-original.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/boot-ubuntu-to-ram.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-962671344058892071</id><published>2007-05-05T18:07:00.000-07:00</published><updated>2007-05-05T18:26:11.095-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Gpaint a simple fast photo editor for ubuntu !</title><content type="html">&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_eEc0n0RJeSc/Rj0tBbJ2sbI/AAAAAAAAAAk/NttKRSEmjXI/s320/gpaint-shevin.info.png" alt="" id="BLOGGER_PHOTO_ID_5061251058726515122" border="0" /&gt;&lt;br /&gt;You know what , you are tired and  angry and need to edit a photo fast and loading the heavy GIMP would make you more tired and bitchy and you would start cursing your computer ... (he he)&lt;br /&gt;&lt;br /&gt;Sometimes you just need simple program for  photo editing ,  &lt;a href="http://www.gimp.org/"&gt;GIMP&lt;/a&gt; is a great photo editor but it is too heavy and too much feature for doing a a small editing , we need something slight and fast in Ubuntu which would load in 1 second and wouldnt take much screen in our desktop .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gpaint.sourceforge.net/"&gt;Gpaint&lt;/a&gt; is what we are looking for, it pretty looks like Microsoft windows paint !&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-962671344058892071?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/962671344058892071/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=962671344058892071&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/962671344058892071" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/962671344058892071" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/gMlFGZb3ElQ/gpaint-simple-fast-photo-editor-for.html" title="Gpaint a simple fast photo editor for ubuntu !" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp2.blogger.com/_eEc0n0RJeSc/Rj0tBbJ2sbI/AAAAAAAAAAk/NttKRSEmjXI/s72-c/gpaint-shevin.info.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/gpaint-simple-fast-photo-editor-for.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-59237901057555377</id><published>2007-05-03T15:11:00.000-07:00</published><updated>2007-06-29T09:03:38.205-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="photo" /><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">How to add watermark to 300 photos in 150 seconds ?</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://fotu.shevin.info/"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_eEc0n0RJeSc/RjpoULJ2saI/AAAAAAAAAAc/L0EszpoARM4/s200/0321_0014-1.jpg" alt="" id="BLOGGER_PHOTO_ID_5060471827104969122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://fotu.shevin.info/"&gt;&lt;span style="font-size:100%;"&gt;F.O.T.U &lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:100%;"&gt;(Focused on the Unfocused) is the name of my photoblog&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;I started that photoblog several years ago. Unfortunately, I had to stop it.&lt;br /&gt;recently I decided to publish it again. After testing several photoblog systems, I finally chose &lt;a href="http://www.pixelpost.org/"&gt;PixelPost&lt;/a&gt;. &lt;/span&gt;(I used to use &lt;a href="http://folderblog.org/"&gt;FolderBlog&lt;/a&gt; which is also  great but too simple for me)&lt;br /&gt;&lt;span style="font-size:100%;"&gt;I liked PixelPost, I edited its default template, but before uploading my photos I needed to resize them and add my watermark to each photo .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I resized all my photos and I added my watermark to all of them in a few seconds&lt;br /&gt;not with Photoshop nor with Gimp ,it would take many hours and a lot of energy using &lt;span style="font-size:100%;"&gt;a graphical photo editor&lt;/span&gt;, this is one of the situations which a console based program is necessary ,  I &lt;span style="font-style: italic;"&gt;mass edited&lt;/span&gt; all my photos using "&lt;a href="http://www.imagemagick.org/index.php"&gt;Image Magic&lt;/a&gt;" in a few seconds !&lt;br /&gt;&lt;br /&gt;in Ubuntu  install Image Magic using :&lt;br /&gt;&lt;blockquote&gt;sudo apt-get install imagemagick&lt;br /&gt;&lt;/blockquote&gt;(they have both Windows and Linux version)&lt;br /&gt;&lt;br /&gt;then I copied all my photos &lt;span style="font-size:100%;"&gt;into a folder on the desktop&lt;/span&gt;  like "myphotos" then :&lt;br /&gt;&lt;blockquote&gt;cd Desktop&lt;br /&gt;&lt;/blockquote&gt;&lt;blockquote&gt;cd myphotos&lt;/blockquote&gt; then I resized all my photos by this command: &lt;blockquote&gt;mogrify -resize 65% *.jpg&lt;br /&gt;&lt;/blockquote&gt;depending on the number of your photos it would take sometime , for me it took a few seconds&lt;br /&gt;&lt;br /&gt;you could resize the photo by giving the exact width and height too like this&lt;br /&gt;&lt;blockquote&gt;&lt;pre class="text"&gt;mogrify -resize 256x256 *.jpg&lt;br /&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;and then I added my photoblog's name (&lt;span style="font-weight: bold;"&gt;Focused On The Unfocused&lt;/span&gt;) in white color with a black shadow and 22 font size to the bottom of all of my photos using this command :&lt;br /&gt;&lt;blockquote&gt;mogrify -font&lt;span style="color: rgb(0, 102, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;/usr/share/fonts/truetype/msttcorefonts/Arial_Black.ttf&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; &lt;/span&gt;pointsize 22 -verbose -draw "gravity south fill black text 0,33 '&lt;span style="font-weight: bold;"&gt;Focused On The Unfocused&lt;/span&gt;' fill white text 1,32 '&lt;span style="font-weight: bold;"&gt;Focused On The Unfocused&lt;/span&gt;' " *.jpg&lt;/blockquote&gt;Note that you should give the program the address to font file on your system , (I have marked it in green) in ubuntu fonts are normally in &lt;span style="font-weight: bold;"&gt;/usr/share/fonts/truetype/&lt;/span&gt;&lt;br /&gt;(in windows they are in  c:\windows\fonts\)&lt;br /&gt;&lt;br /&gt;to find out the exact Arial font's address on my Ubuntu system I used this command :&lt;br /&gt;&lt;blockquote&gt;locate Arial*.*&lt;br /&gt;&lt;/blockquote&gt;ok we are done ! :)&lt;br /&gt;&lt;br /&gt;I  add another text to &lt;span style="color: rgb(204, 153, 51);"&gt;all my jpg photos&lt;/span&gt; in the folder ;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Text is "&lt;span style="font-weight: bold;"&gt;WWW.FOTU.SHEVIN.INFO&lt;/span&gt;"&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(102, 51, 0);"&gt;Smaller&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0);"&gt; font size&lt;/span&gt;&lt;span style="color: rgb(102, 51, 0);"&gt;  (15)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Another font type&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;  (Purisa)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(204, 102, 0);"&gt; Orange Color&lt;/span&gt; &lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(102, 51, 102);"&gt;On the the &lt;/span&gt;&lt;span style="color: rgb(102, 51, 102);"&gt;top Left Corner&lt;/span&gt;&lt;span style="color: rgb(102, 51, 102);"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;here is the command (follow the colour equivalents to learn the command format )&lt;br /&gt;&lt;/span&gt;&lt;blockquote&gt;mogrify -font &lt;span style="color: rgb(0, 102, 0);"&gt;/usr/share/fonts/truetype/thai/Purisa.ttf&lt;/span&gt; &lt;span style="color: rgb(102, 51, 0);"&gt;-pointsize 15&lt;/span&gt; -verbose -draw "fill black text &lt;span style="color: rgb(102, 51, 102);"&gt;5,23&lt;/span&gt; '&lt;span style="font-weight: bold;"&gt;WWW.FOTU.SHEVIN.INFO&lt;/span&gt;' fill &lt;span style="color: rgb(204, 102, 0);"&gt;orange&lt;/span&gt; text &lt;span style="color: rgb(102, 51, 102);"&gt;6,24&lt;/span&gt; '&lt;span style="font-weight: bold;"&gt;WWW.FOTU.SHEVIN.INFO&lt;/span&gt;'  " &lt;span style="color: rgb(204, 153, 51);"&gt;*.jpg&lt;/span&gt;&lt;/blockquote&gt;Mass editing photos  saves your time and more important you get the same look on all of the photos , there are many other things than resizing and watermakring which you can do using ImageMagic  you can study the commands on &lt;a href="http://www.imagemagick.org/script/mogrify.php"&gt;their website&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After doing all this stuff , it was was lovely  when people visited my  &lt;a href="http://fotu.shevin.info/"&gt;F.O.T.U&lt;/a&gt; and admired my  photos .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sohrawardi.blogspot.com/2007/05/focused-on-unfocused.html"&gt;Piling&lt;/a&gt; told me :&lt;br /&gt;&lt;blockquote&gt; in fact you have your own style , your pictures are dreamy, mysterious, a bit melancholic. like you in fact !&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;too bad I don't have a camera any more to take more photos... (if you are Bill Gates or somebody ,you are welcome to buy me a camera . wink)&lt;br /&gt;&lt;br /&gt;today I also added some things to this blog's template (I am still working on my blog template)&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/watermark" rel="tag" class="techtag"&gt;watermark&lt;/a&gt; &lt;a href="http://technorati.com/tag/edit+photot+by+command" rel="tag" class="techtag"&gt;edit+photot+by+command&lt;/a&gt; &lt;a href="http://technorati.com/tag/image+magic" rel="tag" class="techtag"&gt;image+magic&lt;/a&gt; &lt;a href="http://technorati.com/tag/mass+edit+photos" rel="tag" class="techtag"&gt;mass+edit+photos&lt;/a&gt; &lt;a href="http://technorati.com/tag/console+based+program" rel="tag" class="techtag"&gt;console+based+program&lt;/a&gt; &lt;a href="http://technorati.com/tag/mass+watermark" rel="tag" class="techtag"&gt;mass+watermark&lt;/a&gt; &lt;a href="http://technorati.com/tag/add+watermark+to+all+my+pictures" rel="tag" class="techtag"&gt;add+watermark+to+all+my+pictures&lt;/a&gt; &lt;a href="http://technorati.com/tag/imagemagic" rel="tag" class="techtag"&gt;imagemagic&lt;/a&gt; &lt;a href="http://technorati.com/tag/how+do+I+add+a+watermark+to+myphotos" rel="tag" class="techtag"&gt;how+do+I+add+a+watermark+to+myphotos&lt;/a&gt; &lt;a href="http://technorati.com/tag/add+watermark+to+many+photos" rel="tag" class="techtag"&gt;add+watermark+to+many+photos&lt;/a&gt; &lt;a href="http://technorati.com/tag/install+image+magic" rel="tag" class="techtag"&gt;install+image+magic&lt;/a&gt; &lt;a href="http://technorati.com/tag/mogrify+add+text" rel="tag" class="techtag"&gt;mogrify+add+text&lt;/a&gt; &lt;a href="http://technorati.com/tag/mass+resizer+ubuntu" rel="tag" class="techtag"&gt;mass+resizer+ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/embed+watermark+linux+command" rel="tag" class="techtag"&gt;embed+watermark+linux+command&lt;/a&gt; &lt;a href="http://technorati.com/tag/ubuntu" rel="tag" class="techtag"&gt;ubuntu&lt;/a&gt; &lt;a href="http://technorati.com/tag/feisty" rel="tag" class="techtag"&gt;feisty&lt;/a&gt; &lt;a href="http://technorati.com/tag/Linux" rel="tag" class="techtag"&gt;Linux&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-59237901057555377?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/59237901057555377/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=59237901057555377&amp;isPopup=true" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/59237901057555377" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/59237901057555377" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/SN7wADfQhmY/how-to-add-watermark-to-300-photos-in.html" title="How to add watermark to 300 photos in 150 seconds ?" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp2.blogger.com/_eEc0n0RJeSc/RjpoULJ2saI/AAAAAAAAAAc/L0EszpoARM4/s72-c/0321_0014-1.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/how-to-add-watermark-to-300-photos-in.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-5119636187366419055</id><published>2007-05-01T13:04:00.000-07:00</published><updated>2007-05-01T14:38:49.181-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life" /><category scheme="http://www.blogger.com/atom/ns#" term="funny" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Your mind is like a donkey !</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_eEc0n0RJeSc/RjepTbJ2sZI/AAAAAAAAAAU/8PxKHLTfQB0/s1600-h/ray+and+deb"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_eEc0n0RJeSc/RjepTbJ2sZI/AAAAAAAAAAU/8PxKHLTfQB0/s320/ray+and+deb" alt="" id="BLOGGER_PHOTO_ID_5059698857545740690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;Dr. to Raymond (2nd Season , 5th Episode ):&lt;blockquote&gt;&lt;span style="font-size:100%;"&gt;Your mind is like a &lt;span&gt;donkey&lt;/span&gt;. You can only throw so many bags on its back before it &lt;span&gt;lies&lt;/span&gt;&lt;span style="font-style: italic;"&gt; down&lt;/span&gt; and won't get up ! So you gotta leave that &lt;span&gt;stress&lt;/span&gt;, and do things that&lt;span style="font-style: italic;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;relax&lt;/span&gt; you.&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;I love this "Everybody Loves Raymond" TV show ,&lt;br /&gt;Somedays which I have too much stress,  I watch a couple of its episodes , and it &lt;span style="font-weight: bold;"&gt;relaxes&lt;/span&gt; me before my donkey &lt;span style="font-weight: bold;"&gt;lies down &lt;/span&gt;! (I download them in &lt;a href="http://www.mininova.org/cat/8"&gt;mininova&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.everybodylovesray.com/assets/fun/downloads/themeicons.gif" /&gt;by the way they have stuff for your desktop theme on &lt;a href="http://www.everybodylovesray.com/html/fun/index.html"&gt;their website &lt;/a&gt;&lt;br /&gt;in my Ubuntu , I have set their background wallpaper , and I use their Icons for some of my Icon-less programs  and when I shut down ,  Franks says &lt;span style="font-weight: bold;"&gt;"Thank you come again !"&lt;/span&gt;  its cute !&lt;br /&gt;&lt;br /&gt;Ubuntu users, to use icons ,extract the &lt;a href="http://www.everybodylovesray.com/assets/fun/Raymond_ThemePack.zip"&gt;theme&lt;/a&gt;  you downloaded  , and  open a terminal , and go to the directory and then enter this command :&lt;br /&gt;&lt;blockquote&gt;sudo cp *.ico /usr/share/pixmaps/&lt;/blockquote&gt;and then right click on the program (or application launcher) &lt;span style="font-size:100%;"&gt;that you want to use the icon&lt;/span&gt; , and click on properties and choose the icon .&lt;br /&gt;&lt;br /&gt;and for using Frank's voice for shut down, in Main Menu go to , System / Preferences / Sound /  (then go to Sound tab and change the Log out sound to the Frank's wav file)&lt;br /&gt;&lt;br /&gt;+ I don't consider this a tutorial ! (it is too easy thing to be called a tutorial)&lt;br /&gt;my point of posting this was just sharing my happiness with those  who also like both "Everybody Loves Raymond" and "Ubuntu" . (wink and have fun)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-5119636187366419055?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/5119636187366419055/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=5119636187366419055&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5119636187366419055" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/5119636187366419055" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/8Ko1fxPpizs/your-mind-is-like-donkey.html" title="Your mind is like a donkey !" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp0.blogger.com/_eEc0n0RJeSc/RjepTbJ2sZI/AAAAAAAAAAU/8PxKHLTfQB0/s72-c/ray+and+deb" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://blog.shevin.info/2007/05/your-mind-is-like-donkey.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7524070757190365248.post-6707895211999991370</id><published>2007-04-30T01:21:00.000-07:00</published><updated>2007-04-30T02:47:43.134-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="software overview" /><category scheme="http://www.blogger.com/atom/ns#" term="computer" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Force programs to minimize in tray on hitting close button</title><content type="html">I always wished to force some programs to be minimized in tray when I hit close button (instead of being closed), for example Rhythmbox ,BitTorrent ,SSH terminal,  RealPlayer , Thunderbird  , it was painful you were listening to a music and you had to have big Rhythmbox on your screen and on your panel , (I used to move it to another desktop but still I had to switch to another desktop if I needed it) or sometimes you hit close button on a bitTorrent program and it would be closed....&lt;br /&gt;&lt;br /&gt;I found a program named , &lt;a href="http://alltray.sourceforge.net/"&gt;AllTray&lt;/a&gt; , (I wonder why digg users never introduced it to people) , after installing this program you can put the programs you want in tray , by running AllTray and then clicking on the window of the program you to minimize to tray, so after that when you hit the close button , it will be minimized to tray , instead of being closed !&lt;br /&gt;&lt;br /&gt;In Ubuntu (Fesity Fawn) you can install this program using Synaptic package manager , for other Distros you can download &lt;a href="http://alltray.sourceforge.net/downloads.html"&gt;it here &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy too !&lt;br /&gt;&lt;br /&gt;+ Update : just a tip on using this program , do not put all your programs in tray ,  putting a program in tray means , you want that program to be in the Resident Memory (Ram) and you want it to be ready all the time ! (so do not put unnecessary programs in tray or it will take your ram and your computer speed)&lt;br /&gt;&lt;br /&gt;+Update2: another tip, to make a program to be loaded by AllTray on default, you can do this :&lt;br /&gt;for example for Thunderbird , go to &lt;span style="font-weight: bold;"&gt;System&lt;/span&gt; / &lt;span style="font-weight: bold;"&gt;Preferences&lt;/span&gt; /&lt;span style="font-weight: bold;"&gt; Main Menu&lt;/span&gt; / Choose &lt;span style="font-weight: bold;"&gt;Internet &lt;/span&gt;in left column / (then right click on &lt;span style="font-weight: bold;"&gt;Thunderbird Mail&lt;/span&gt; and change the properties&lt;br /&gt;change the command :&lt;br /&gt;&lt;blockquote&gt;mozilla-thunderbird &lt;/blockquote&gt;&lt;br /&gt;to&lt;br /&gt;&lt;blockquote&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;alltray mozilla-thunderbird&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;you can play with it and do some other things , like you can add that above command to System/ Preferences / Seasons  (so it run thunderbird in automaticly at startup using AllTray)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;alltray itself has some options which you can use them to see the full list of options type this :&lt;br /&gt;&lt;blockquote&gt;alltray --help&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;+For poor Windows users , I found a similar program&lt;a href="http://sysmenuext.sourceforge.net/"&gt; for them&lt;/a&gt; so they have some fun too  (wink) it is not as cool as AllTray but still....&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-3551390080999351";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-05-05: shevin
google_ad_channel = "6489630187";
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7524070757190365248-6707895211999991370?l=blog.shevin.info'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blog.shevin.info/feeds/6707895211999991370/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=7524070757190365248&amp;postID=6707895211999991370&amp;isPopup=true" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6707895211999991370" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7524070757190365248/posts/default/6707895211999991370" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Shevin/~3/wm-SGIEve5Y/force-programs-to-minimize-in-tray-on.html" title="Force programs to minimize in tray on hitting close button" /><author><name>Medya Ghazizadeh</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="04589356167960050303" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://blog.shevin.info/2007/04/force-programs-to-minimize-in-tray-on.html</feedburner:origLink></entry></feed>
