<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7020882482819549458</id><updated>2024-11-08T19:06:39.214+03:30</updated><category term="freeware"/><category term="linux"/><category term="windows"/><category term="blogging"/><category term="encryption"/><category term="gmail"/><category term="ubuntu"/><title type='text'>لینوکس کار</title><subtitle type='html'>Useful Freeware for GNU/Linux</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-21504576977171430</id><published>2009-10-30T11:22:00.002+03:30</published><updated>2010-07-23T17:45:52.971+04:30</updated><title type='text'>آموزش تعمیر Grub2 با دیسک زنده ۹.۱۰ (KarmicKoala)</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div dir=&quot;rtl&quot; style=&quot;text-align: right;&quot;&gt;&lt;div style=&quot;text-align: right;&quot;&gt;برای تعمیرمدیر بوت grub2 بعد از نصب یندوز با دیسک زنده 9.10 بوت شده و پارتیشنی را که 9.10 را در آن نصب کرده اید mount کنید.&lt;/div&gt;مثلا من اوبونتوی ۹.۱۰ را در sda2 نصب کرده ام. sda2 را در یک دایرکتوری به نام ubuntu سوار می کنم:&lt;br /&gt;
&lt;div class=&quot;codeheader&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;sudo mkdir /ubuntu&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;codeheader&quot; style=&quot;text-align: right;&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt; text-align: left;&quot;&gt;sudo mount /dev/sda2 /ubuntu&lt;/pre&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;حالا این دستورها را تایپ می کنم:&lt;br /&gt;
&lt;div class=&quot;codeheader&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;sudo mount --bind /dev /ubuntu/dev&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;codeheader&quot; style=&quot;text-align: right;&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; style=&quot;text-align: right;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;sudo mount --bind /proc /ubuntu/proc&lt;/pre&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;حالا به این دایرکتوری chroot می کنم:&lt;br /&gt;
&lt;div class=&quot;codeheader&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;sudo chroot /ubuntu&lt;/pre&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;و مدیر بوت Grub2 را به این صورت تعمیر میکنم:&lt;br /&gt;
&lt;div class=&quot;codeheader&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;os-prober&lt;/pre&gt;&lt;/div&gt;&lt;div class=&quot;codeheader&quot; style=&quot;text-align: right;&quot;&gt;کد:&lt;/div&gt;&lt;div class=&quot;code&quot; style=&quot;text-align: right;&quot;&gt;&lt;pre style=&quot;display: inline; margin-top: 0pt;&quot;&gt;grub-install /dev/sda&lt;/pre&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=5241ebb2-3719-81a2-9038-0c4e2f0a5c55&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/21504576977171430/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/10/grub2-karmickoala.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/21504576977171430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/21504576977171430'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/10/grub2-karmickoala.html' title='آموزش تعمیر Grub2 با دیسک زنده ۹.۱۰ (KarmicKoala)'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-6174423084351727061</id><published>2009-10-30T11:19:00.000+03:30</published><updated>2009-10-30T11:19:49.247+03:30</updated><title type='text'>فعالسازی مجدد ctrl+alt+backspace در اوبونتو 9.10</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;div align=&quot;right&quot; dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;برای فعالسازی مجدد ctrl+alt+backspace در اوبونتو 9.10 یا Karmic به System-&amp;gt;Preferences-&amp;gt;Keyboard بروید و درقسمت Layouts روی Layout options کلیک کرده و &quot;Key sequence to kill the X server&quot; را انتخاب کنید و گزینه &quot;Control + Alt + Backspace&quot; را تیک بزنید.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=77cb771f-f828-8cb3-be20-c6a930c124a4&quot; /&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=7d09eb6b-09a3-8794-8e2a-80d893a357d7&quot; /&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/6174423084351727061/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/10/ctrlaltbackspace-910.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6174423084351727061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6174423084351727061'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/10/ctrlaltbackspace-910.html' title='فعالسازی مجدد ctrl+alt+backspace در اوبونتو 9.10'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-6997735434805188249</id><published>2009-10-06T19:29:00.001+03:30</published><updated>2009-10-06T19:37:43.874+03:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>بروزرسانی iso های داونلود شده اوبونتو</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;div style=&quot;direction: rtl;&quot;&gt;&lt;div style=&quot;direction: rtl;&quot;&gt;&lt;div align=&quot;RIGHT&quot; dir=&quot;RTL&quot; style=&quot;margin-bottom: 0pt;&quot;&gt;zsync &lt;span style=&quot;font-family: Tahoma;&quot;&gt;برنامه ای برای توزیع و بروزرسانی فایل است&lt;/span&gt;. &lt;span style=&quot;font-family: Tahoma;&quot;&gt;به وسیله این برنامه می توانید فایل داونلود شده خود &lt;/span&gt;(&lt;span style=&quot;font-family: Tahoma;&quot;&gt;مثلا &lt;/span&gt;iso &lt;span style=&quot;font-family: Tahoma;&quot;&gt;اوبونتو&lt;/span&gt;) &lt;span style=&quot;font-family: Tahoma;&quot;&gt;را به آخرین نسخه ارتقا دهید یعنی این برنامه نسخه موجود روی سیستم شما را با جدیدترین نسخه روی سرورهای اصلی مقایسه کرده وقسمتهای تغییریافته را داونلود می کند&lt;/span&gt;.&lt;br /&gt;
&lt;span style=&quot;font-family: Tahoma;&quot;&gt;این برنامه در مخازن اوبونتو موجود است&lt;/span&gt;.&lt;br /&gt;
&lt;span style=&quot;font-family: Tahoma;&quot;&gt;با دستور زیر میتوانید &lt;/span&gt;iso &lt;span style=&quot;font-family: Tahoma;&quot;&gt;اوبونتوی خود را بروز کنید&lt;/span&gt;:&lt;br /&gt;
&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;$ zsync -i karmic-desktop-i386.iso http://releases.ubuntu.com/karmic/ubuntu-9.10-beta-desktop-i386.iso.zsync&lt;br /&gt;
&lt;/div&gt;&lt;div align=&quot;RIGHT&quot; dir=&quot;RTL&quot; style=&quot;margin-bottom: 0pt;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=40661e82-368c-8414-93a7-71918b0cf4b1&quot; /&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/6997735434805188249/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/10/iso.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6997735434805188249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6997735434805188249'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/10/iso.html' title='بروزرسانی iso های داونلود شده اوبونتو'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-5307424378173551452</id><published>2009-09-27T19:09:00.008+03:30</published><updated>2009-10-06T19:36:32.335+03:30</updated><title type='text'>روش پاک کردن ایمن اطلاعات در لینوکس</title><content type='html'>&lt;div dir=&quot;rtl&quot; style=&quot;text-align: right;&quot;&gt;&lt;br /&gt;
برای آنکه یک فایل را به طور غیرقابل بازیابی در لینوکس پاک کنیداز دستور shred استفاده کنید:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;&quot;&gt;shred -u filename&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;برای پاک کردن فضای خالی یک درایو به نحوی که امکان بازیابی فایلهای پاک شده قبلی از بین بروداین دستور را بزنید:&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; text-align: left;&quot;&gt;shred -v -F /dev/hdx&lt;br /&gt;
&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;اگر می خواهید رایانه خود را بفروشید و کل اطلاعات روی هارد دیسک را پاک کنید با یک دیسک زنده یا live CD بوت کنید و این دستور را بزنید:&lt;br /&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; text-align: left;&quot;&gt;# shred -vfz -n 100 /dev/hda&lt;br /&gt;
&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;br /&gt;
&lt;span style=&quot;color: #888888;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/5307424378173551452/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/09/blog-post_27.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/5307424378173551452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/5307424378173551452'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/09/blog-post_27.html' title='روش پاک کردن ایمن اطلاعات در لینوکس'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-3445334171462074624</id><published>2009-09-17T11:27:00.002+04:30</published><updated>2009-09-17T11:29:28.722+04:30</updated><title type='text'>نصب آسان Arch Linux</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;div style=&quot;direction: rtl;&quot;&gt;شاید شما هم جزء افرادی باشید که با خوندن ویژگیهای لینوکس &lt;a href=&quot;http://www.archlinux.org/&quot; target=&quot;_blank&quot;&gt;Arch&lt;/a&gt; مایل به امتحان کردنش باشید.&lt;br /&gt;
Arch توزیعی بسیار سریع و بسیار روزآمد هست یعنی یکی از توزیعهایی هست که جدیدترین بسته ها در کمترین زمان ممکن در مخازنش قرار می گیرند. یک برنامه بسیار قوی برای مدیریت بسته ها به نام Pacman داره که به خوبی با APT و YUM رقابت می کنه.&lt;br /&gt;
علاوه بر این Arch توزیعی بسیار سریع هست و پیکربندی اون هم تماما در فایلهای متنی ساده و قابل فهم انجام میشه. این توزیع مثل Slackware از &lt;br /&gt;
init script های به سبک BSD استفاده می کنه. خلاصه اگر میخواهید جدیدترین و داغترین کرنل، KDE و سایر بسته ها رو در یک توزیع قوی و سریع داشته باشید Arch یک انتخاب خوبه.&lt;br /&gt;
البته نصب Arch برای مبتدی ها خیلی آسان نیست. شما یک سیستم حداقلی یا minimal رو از روی CD نصب می کنید و بقیه عملیات نصب و داونلود بقیه بسته ها با اتصال به اینترنت انجام میشه. در پایان نصب جدیدترین و بروزترین سیستم ممکن رو خواهید داشت.&lt;br /&gt;
اگر نمی خواهید این روش رو امتحان کنید می تونید از دیسک زنده آماده &lt;a href=&quot;http://chakra-project.org/&quot;&gt;Chakra&lt;/a&gt; که محیط&amp;nbsp; KDE در اون نصب و تنظیم شده استفاده کنید.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/pixy.gif?x-id=11f8abd0-af50-87de-ae11-87afe9e66c12&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/3445334171462074624/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/09/arch-linux.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/3445334171462074624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/3445334171462074624'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/09/arch-linux.html' title='نصب آسان Arch Linux'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-2892900769399288347</id><published>2009-09-17T10:44:00.001+04:30</published><updated>2009-09-17T10:44:44.994+04:30</updated><title type='text'>چرا تقلید؟</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;div style=&#39;direction: rtl;&#39;&gt; 	  	 	    &lt;a name=&#39;61&#39;/&gt; 		&lt;div class=&#39;title&#39;&gt;&lt;a href=&#39;http://itline.ir/2009/05/wrong-iranfoss-logo/&#39;&gt;این مطلب&lt;/a&gt; رو که خوندم واقعا دلم سوخت. مطلب راجع به این هست که موسسه ای به نام &lt;a href=&#39;http://iranfoss.ir/&#39;&gt;انجمن صنفی کاربران نرم افزارهای آزاد و بازمتن ایران&lt;/a&gt; لوگوی کنفرانس ملی لینوکس و متن باز استرالیا رو به عنوان لوگوی خودش جا زده.&lt;br/&gt;&lt;/div&gt;&lt;p&gt;واقعا نمی دونم چرا یک نفر میاد زحمت می کشه، هزینه می کنه یک موسسه یا شرکت یا انجمن راه اندازی می کنه و بعد لوگو رو که باید نماد هویت و خلاقیت اون موسسه باشه از جای دیگه کپی می کنه.&lt;/p&gt;&lt;p&gt;این کار یا نشانه نداشتن خلاقیت هست، یا نشانه درک نکردن فلسفه وجودی لوگوها و علائم!&lt;/p&gt;&lt;p&gt;&lt;a href=&#39;http://forum.p30world.com/showthread.php?s=f2c11596003c8878a50781b1a89dcea0&amp;amp;t=344789&#39;&gt;این هم یک نمونه دیگه &lt;/a&gt;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=924a73da-fd05-8973-997c-75e84cecf345&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/2892900769399288347/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/09/blog-post.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/2892900769399288347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/2892900769399288347'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/09/blog-post.html' title='چرا تقلید؟'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-7493742952370083644</id><published>2009-09-13T11:21:00.001+04:30</published><updated>2009-09-13T16:54:16.107+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="gmail"/><title type='text'>آموزش راست به چپ نویسی در Gmail</title><content type='html'>&lt;div dir=&quot;ltr&quot;&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;meta name=&quot;ProgId&quot; content=&quot;Word.Document&quot;&gt;&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;meta name=&quot;Originator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;link rel=&quot;File-List&quot; href=&quot;file:///C:%5CDOCUME%7E1%5Cmojuser%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot;&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&quot;&quot;; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&quot;Times New Roman&quot;; 	mso-fareast-font-family:&quot;Times New Roman&quot;;} span.rs 	{mso-style-name:rs;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot; style=&quot;text-align: right; direction: rtl; unicode-bidi: embed;&quot;&gt;&lt;span lang=&quot;AR-SA&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot; style=&quot;text-align: right; direction: rtl; unicode-bidi: embed;&quot;&gt;&lt;span dir=&quot;LTR&quot;&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot; style=&quot;text-align: right; direction: rtl; unicode-bidi: embed;&quot;&gt;&lt;span lang=&quot;AR-SA&quot;&gt;برای اینکه در &lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;Gmail&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; متن راست به چپ بنویسید، طوری که اگر کلمات انگلیسی هم در متن تایپ کردید آرایش متن به هم نخوره، در صفحه &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Gmail&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; به قسمت &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Settings&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; در گوشه بالای سمت راست صفحه برید، حالا در قسمت &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Language&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; در کنار اون قسمتی که زبان انگلیسی انتخاب شده گزینه &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Show all language options&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; رو بزنید و بعد &lt;/span&gt;&lt;span class=&quot;rs&quot;&gt;&lt;span dir=&quot;LTR&quot;&gt;Right-to-left editing support on&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; رو انتخاب کنید و &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Save Changes&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; رو بزنید.&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot; style=&quot;text-align: right; direction: rtl; unicode-bidi: embed;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot; style=&quot;text-align: right; direction: rtl; unicode-bidi: embed;&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;حالا اگر نامه جدیدی بنویسید آیکون های مربوط به راست به چپ نویسی رو در ویرایشگر مشاهده خواهید کرد.&lt;/span&gt;&lt;/p&gt;  &lt;/div&gt; </content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/7493742952370083644/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/09/gmail.html#comment-form' title='2 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7493742952370083644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7493742952370083644'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/09/gmail.html' title='آموزش راست به چپ نویسی در Gmail'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-7805521650999918812</id><published>2009-08-31T15:21:00.001+04:30</published><updated>2009-09-13T16:54:34.858+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>لینوکس 5 مگابایتی</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;p align=&#39;right&#39; dir=&#39;rtl&#39;&gt;یک سیستم عامل بسیار کوچک 3 مگابایتی که به 5 مگابایت دیسک و 10 مگابایت رم نیاز داره!&lt;br/&gt;ظرف 3 ثانیه وارد محیط گرافیکی میشه!&lt;br/&gt;&lt;a href=&#39;http://wiki.kolibrios.org/images/f/f2/KolibriOS.png&#39;&gt;http://wiki.kolibrios.org/images/f/f2/KolibriOS.png&lt;/a&gt;&lt;br/&gt; &lt;br/&gt;وبسایت:&lt;br/&gt;&lt;a href=&#39;http://www.kolibrios.org&#39;&gt;http://www.kolibrios.org&lt;/a&gt; &lt;br/&gt;&lt;/p&gt;&lt;p align=&#39;right&#39; dir=&#39;rtl&#39;&gt;&lt;img height=&#39;1&#39; width=&#39;1&#39; src=&#39;https://blogger.googleusercontent.com/tracker/7020882482819549458-7805521650999918812?l=linuxkar.blogspot.com&#39;/&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/7805521650999918812/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/5.html#comment-form' title='1 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7805521650999918812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7805521650999918812'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/5.html' title='لینوکس 5 مگابایتی'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-4631108522892547088</id><published>2009-08-30T14:14:00.001+04:30</published><updated>2009-09-13T17:02:20.457+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><title type='text'>لذت بیشتر از کروم</title><content type='html'>&lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size:15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family: Georgia;color:black;mso-bidi-language:FA&quot;&gt;مرورگر &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span dir=&quot;LTR&quot; style=&quot;font-size:15.0pt;font-family:Georgia; color:black;mso-bidi-language:FA&quot;&gt;iron&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size: 15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family:Georgia;color:black; mso-bidi-language:FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; بر پایه &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span dir=&quot;LTR&quot; style=&quot;font-size:15.0pt;font-family:Georgia; color:black;mso-bidi-language:FA&quot;&gt;Chromium&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size: 15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family:Georgia;color:black; mso-bidi-language:FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; ساخته شده درست مثل &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span dir=&quot;LTR&quot; style=&quot;font-size: 15.0pt;font-family:Georgia;color:black;mso-bidi-language:FA&quot;&gt;Google Chrome&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size:15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family: Georgia;color:black;mso-bidi-language:FA&quot;&gt;اما چند مزیت نسبت به اون داره، اولا از نسخه جدیدتر و بروزتر &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;apple-style-span&quot;&gt;&lt;span dir=&quot;LTR&quot; style=&quot;font-size:15.0pt;font-family:Georgia;color:black;mso-bidi-language: FA&quot;&gt;Chromium&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size:15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family: Georgia;color:black;mso-bidi-language:FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; استفاده می کنه و ثانیا بعضی اضافاتی که کروم داره و اطلاعات رو به گوگل می فرسته در &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;font-size:15.0pt;font-family:Georgia;color:black; mso-bidi-language:FA&quot;&gt;iron&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;FA&quot; style=&quot;font-size:15.0pt;mso-ascii-font-family:Georgia;mso-hansi-font-family: Georgia;color:black;mso-bidi-language:FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; وجود نداره. به همین دلیل سریعتر و سبکتره.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;6&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 20px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt; &lt;font class=&quot;Apple-style-span&quot; size=&quot;6&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 20px;&quot;&gt;وبسایت:&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;6&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 20px;&quot;&gt;&lt;a href=&quot;http://www.srware.net/en/software_srware_iron.php&quot;&gt;http://www.srware.net/en/software_srware_iron.php&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt; </content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/4631108522892547088/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/blog-post_30.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4631108522892547088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4631108522892547088'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/blog-post_30.html' title='لذت بیشتر از کروم'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-7892433039117028951</id><published>2009-08-29T20:29:00.001+04:30</published><updated>2009-09-17T12:46:33.014+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><title type='text'>برنامه ای برای مشاهده محتویات فایلها قبل از داونلود</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;div align=&#39;left&#39;&gt;&lt;div align=&#39;right&#39;&gt;برنامه ای برای مشاهده محتویات فایلهای روی سرورهای FTP قبل از داونلود&lt;br/&gt;&lt;/div&gt;&lt;a href=&#39;http://www.loadscout.com/&#39;&gt;LoadScout - Get accompanying info and extract snatches from remote MP3 and AVI files&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;div align=&#39;right&#39; dir=&#39;rtl&#39;&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=8b1fa4aa-7431-84d3-a9fc-e1fe3c329266&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/7892433039117028951/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/loadscout-get-accompanying-info-and.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7892433039117028951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7892433039117028951'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/loadscout-get-accompanying-info-and.html' title='برنامه ای برای مشاهده محتویات فایلها قبل از داونلود'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-835185123359442550</id><published>2009-08-29T00:29:00.000+04:30</published><updated>2009-09-17T12:46:02.060+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="encryption"/><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="windows"/><title type='text'>Free Disk, Flash Memory, and DVD Encryption Software</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;div style=&#39;text-align: right;&#39; dir=&#39;rtl&#39;&gt;نرم افزاررایگان برای رمزگذاری دیسک سخت٬ حافظه های فلش٬ CD و DVD&lt;/div&gt;&lt;br/&gt;&lt;div align=&#39;left&#39;&gt;DiskCryptor - open source partition encryption solution&lt;br/&gt;&lt;br/&gt;DiskCryptor is the only truly free solution, provided under GNU General Public License (GPLv3), which offers encryption of all disk partitions, including the system partition. The main criteria for open-source software is the availability of its source code under one of the open source licenses. The only open-source alternative to DiskCryptor that has comparable features is TrueCrypt. However, because of the restrictive license under which TrueCrypt is provided - the TrueCrypt Collective License - TrueCrypt cannot be classified as a truly free software, as it places limits on the use and modification of its source code by developers. There are other alternatives with similar functionality, but they are fully proprietary ones, which makes them unacceptable to use for protection of confidential data.&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=d166fd88-4183-86dc-ab81-a2353c545b96&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/835185123359442550/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-disk-flash-memory-and-dvd.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/835185123359442550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/835185123359442550'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-disk-flash-memory-and-dvd.html' title='Free Disk, Flash Memory, and DVD Encryption Software'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-3203476909377196558</id><published>2009-08-27T09:54:00.000+04:30</published><updated>2009-09-17T12:44:49.621+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><title type='text'>Free Tool for Booting into Any OS after Reboot</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;a href=&#39;http://neosmart.net/dl.php?id=11&#39;&gt;Download iReboot 1.1 - NeoSmart Technologies&lt;/a&gt;: &quot;iReboot 1.1&lt;br/&gt;April 27, 2008&lt;br/&gt;Description&lt;br/&gt;&lt;br/&gt;&lt;div align=&#39;left&#39;&gt;iReboot is NeoSmart Technologies&#39; simple yet effective reboot helper tool. iReboot sits in your taskbar at startup (only taking up 400KB of memory!) and lets you choose which operating system you want to reboot into. Instead of pressing restart, waiting for Windows to shut down, waiting for your BIOS to post, then selecting the operating system you want to boot into (within the bootloader time-limit!); you just select that entry from iReboot and let it do the rest! If you liked EasyBCD, you&#39;ll just love iReboot!&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=5615d260-3083-81a5-8798-b4a6fd1095e7&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/3203476909377196558/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-tool-for-booting-into-any-os-after.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/3203476909377196558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/3203476909377196558'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-tool-for-booting-into-any-os-after.html' title='Free Tool for Booting into Any OS after Reboot'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-6133173528339383767</id><published>2009-08-27T09:47:00.001+04:30</published><updated>2009-09-17T12:43:25.578+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><title type='text'>Easy Way to Dual Boot Windows &amp;amp; Mac on PC</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;div align=&#39;left&#39;&gt;&lt;div align=&#39;right&#39;&gt;برنامه ای برای مدیریت راه اندازی سیستم عاملها (Boot Loader) که با ایجاد تغییر در مدیر بوت ویندوز ویستا و 7 به شما امکان می دهد در کنار ویندوز سیستم عاملهای لینوکس، مک و BSD را بوت کنید!&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;EasyBCD, by neosmart technology, is an amazing boot manager. Utilizing&lt;br/&gt;the power of Vista/7 bootloader, it allows you to boot just&lt;br/&gt;any OS besides Windows. Mac, Linux and BSDs can be added easily to your&lt;br/&gt;boot menu. I succesfully dual-booted Mac OS X Leopard for PC(kalyway)&lt;br/&gt;and Linux using the tool.&lt;br/&gt;&lt;/div&gt;Download: &lt;a href=&#39;http://neosmart.net/dl.php?id=1&#39;&gt;http://neosmart.net/dl.php?id=1&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=70ab0eaf-d68c-8540-bf3a-0911eaebe01c&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/6133173528339383767/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/easy-way-to-dual-boot-windows-mac-on-pc.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6133173528339383767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6133173528339383767'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/easy-way-to-dual-boot-windows-mac-on-pc.html' title='Easy Way to Dual Boot Windows &amp;amp; Mac on PC'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-6891386636985466616</id><published>2009-08-25T11:15:00.000+04:30</published><updated>2009-09-13T17:01:39.926+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><title type='text'>Cross-Platform Data Recovery Solution: TestDisk &amp; PhotoRec ~ Web Upd8</title><content type='html'>&lt;a href=&quot;http://webupd8.blogspot.com/2009/08/cross-platform-data-recovery-solution.html&quot;&gt;Cross-Platform Data Recovery Solution: TestDisk &amp;amp; PhotoRec ~ Web Upd8&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;meta equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;&lt;meta name=&quot;ProgId&quot; content=&quot;Word.Document&quot;&gt;&lt;meta name=&quot;Generator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;meta name=&quot;Originator&quot; content=&quot;Microsoft Word 11&quot;&gt;&lt;link rel=&quot;File-List&quot; href=&quot;file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot;&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:usefelayout/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate=&quot;false&quot; latentstylecount=&quot;156&quot;&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:&quot;MS Mincho&quot;; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-alt:&quot;ＭＳ 明朝&quot;; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;} @font-face 	{font-family:&quot;\@MS Mincho&quot;; 	panose-1:2 2 6 9 4 2 5 8 3 4; 	mso-font-charset:128; 	mso-generic-font-family:modern; 	mso-font-pitch:fixed; 	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&quot;&quot;; 	margin:0cm; 	margin-bottom:.0001pt; 	text-align:right; 	mso-pagination:widow-orphan; 	direction:rtl; 	unicode-bidi:embed; 	font-size:12.0pt; 	font-family:&quot;Times New Roman&quot;; 	mso-fareast-font-family:&quot;MS Mincho&quot;;} p.MsoHeader, li.MsoHeader, div.MsoHeader 	{margin:0cm; 	margin-bottom:.0001pt; 	text-align:right; 	mso-pagination:widow-orphan; 	tab-stops:center 207.65pt right 415.3pt; 	direction:rtl; 	unicode-bidi:embed; 	font-size:12.0pt; 	font-family:&quot;Times New Roman&quot;; 	mso-fareast-font-family:&quot;MS Mincho&quot;;} @page Section1 	{size:595.3pt 841.9pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0; 	mso-gutter-direction:rtl;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin:0cm; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:&quot;Times New Roman&quot;; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;برنامه های &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Testdisk &lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot;&gt; &lt;/span&gt;و &lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;&quot;&gt;Photorec&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span style=&quot;&quot; lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; برای بازیابی اطلاعات و عکسهای پاک شده. برای لینوکس و ویندوز&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/6891386636985466616/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/cross-platform-data-recovery-solution.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6891386636985466616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/6891386636985466616'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/cross-platform-data-recovery-solution.html' title='Cross-Platform Data Recovery Solution: TestDisk &amp; PhotoRec ~ Web Upd8'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-7584157234832953561</id><published>2009-08-25T10:56:00.000+04:30</published><updated>2009-09-13T17:02:05.169+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Program Which Automatically Compiles and Install The Latest Kernel in Ubuntu / Debian: KernelCheck ~ Web Upd8</title><content type='html'>&lt;div style=&quot;text-align: right;&quot;&gt;&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Word.Document&quot; name=&quot;ProgId&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Generator&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Originator&quot;&gt;&lt;/meta&gt;&lt;link href=&quot;file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot; rel=&quot;File-List&quot;&gt;&lt;/link&gt;&lt;style&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:&quot;MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-alt:&quot;ＭＳ 明朝&quot;;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
@font-face
	{font-family:&quot;\@MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:&quot;&quot;;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	direction:rtl;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;MS Mincho&quot;;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;
	mso-gutter-direction:rtl;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;  &lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span dir=&quot;LTR&quot;&gt;&amp;nbsp;KernelCheck &lt;/span&gt;&lt;span lang=&quot;AR-SA&quot;&gt;برنامه ای برای داونلود، کامپایل و نصب اتوماتیک جدیدترین هسته در سیستمهای مبتنی بر دبیان (ابونتو، مینت و&lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;/span&gt; ...&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;AR-SA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://webupd8.blogspot.com/2009/08/program-which-automatically-compiles.html&quot;&gt;Program Which Automatically Compiles and Install The Latest Kernel in Ubuntu / Debian: KernelCheck ~ Web Upd8&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/7584157234832953561/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/program-which-automatically-compiles.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7584157234832953561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/7584157234832953561'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/program-which-automatically-compiles.html' title='Program Which Automatically Compiles and Install The Latest Kernel in Ubuntu / Debian: KernelCheck ~ Web Upd8'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-4069789936142268579</id><published>2009-08-24T12:00:00.000+04:30</published><updated>2009-08-25T11:13:32.516+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="windows"/><title type='text'>Small Rss reader for Windows</title><content type='html'>&lt;div&gt;&lt;span style=&quot;border-collapse: separate; color: black; font-family: &#39;Droid Sans&#39;; font-size-adjust: none; font-size: medium; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: 12px; white-space: pre;&quot;&gt;Very small and efficient RSS reader. The size is less  than 400 kb!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.gaijin.at/dlnfreader.php&quot;&gt;&lt;span style=&quot;border-collapse: separate; color: black; font-family: &#39;Droid Sans&#39;; font-size-adjust: none; font-size: medium; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span style=&quot;font-family: Tahoma; font-size: 12px; white-space: pre;&quot;&gt;http://www.gaijin.at/dlnfreader.php&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Word.Document&quot; name=&quot;ProgId&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Generator&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Originator&quot;&gt;&lt;/meta&gt;&lt;link href=&quot;file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot; rel=&quot;File-List&quot;&gt;&lt;/link&gt;&lt;style&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:&quot;MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-alt:&quot;ＭＳ 明朝&quot;;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
@font-face
	{font-family:&quot;\@MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:&quot;&quot;;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	direction:rtl;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;MS Mincho&quot;;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	tab-stops:center 207.65pt right 415.3pt;
	direction:rtl;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;MS Mincho&quot;;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;
	mso-gutter-direction:rtl;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;  &lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span lang=&quot;FA&quot;&gt;یک &lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;RSS Reader&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; یا خبرخوان بسیار کوچک برای ویندوز با حجم کمتر از 400 کیلوبایت&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/4069789936142268579/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/small-rss-reader-for-windows.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4069789936142268579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4069789936142268579'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/small-rss-reader-for-windows.html' title='Small Rss reader for Windows'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-8826790866202863272</id><published>2009-08-24T11:07:00.000+04:30</published><updated>2009-08-25T11:32:50.700+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging"/><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Bilbo Blogger</title><content type='html'>Bilbo Blogger is a free/Open Source Blogging client, focused on&lt;br /&gt;
simplicity and usability. features:&lt;br /&gt;
A full featured WYSIWYG editor + An HTML editor&lt;br /&gt;
Previewing your post with your blog style! like when you are visiting&lt;br /&gt;
it at your blog. Support for Blogger1.0, MetaWeblog, MovableType&lt;br /&gt;
(Wordpress supports All of these!) and Google GData (used on&lt;br /&gt;
Blogspot.com blogs) APIs! Support for Creating/Modifying/Deleting&lt;br /&gt;
posts. Support for creating drafts and scheduled posts! Support for&lt;br /&gt;
uploading media files to your blog (Just on supported APIs e.g.&lt;br /&gt;
MetaWeblog and MovableType) Support for Fetching your recent blog&lt;br /&gt;
entries. Support for adding Images to post from your system. It will&lt;br /&gt;
upload them on Submitting post to blog (Just on supported APIs e.g.&lt;br /&gt;
MetaWeblog and MovableType) Support for saving local entries before&lt;br /&gt;
publishing. Saving your writing copy to prevent data loss, at&lt;br /&gt;
configurable intervals. Internal auto spell checker. (KDE spell checker&lt;br /&gt;
used so most of languages are supported)&lt;br /&gt;
&lt;a href=&quot;http://bilbo.gnufolks.org/&quot;&gt;http://bilbo.gnufolks.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Word.Document&quot; name=&quot;ProgId&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Generator&quot;&gt;&lt;/meta&gt;&lt;meta content=&quot;Microsoft Word 11&quot; name=&quot;Originator&quot;&gt;&lt;/meta&gt;&lt;link href=&quot;file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml&quot; rel=&quot;File-List&quot;&gt;&lt;/link&gt;&lt;style&gt;
&lt;!--
 /* Font Definitions */
 @font-face
	{font-family:&quot;MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-alt:&quot;ＭＳ 明朝&quot;;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
@font-face
	{font-family:&quot;\@MS Mincho&quot;;
	panose-1:2 2 6 9 4 2 5 8 3 4;
	mso-font-charset:128;
	mso-generic-font-family:modern;
	mso-font-pitch:fixed;
	mso-font-signature:-1610612033 1757936891 16 0 131231 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:&quot;&quot;;
	margin:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	direction:rtl;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;MS Mincho&quot;;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
	{margin:0cm;
	margin-bottom:.0001pt;
	text-align:right;
	mso-pagination:widow-orphan;
	tab-stops:center 207.65pt right 415.3pt;
	direction:rtl;
	unicode-bidi:embed;
	font-size:12.0pt;
	font-family:&quot;Times New Roman&quot;;
	mso-fareast-font-family:&quot;MS Mincho&quot;;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	mso-header-margin:35.4pt;
	mso-footer-margin:35.4pt;
	mso-paper-source:0;
	mso-gutter-direction:rtl;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;  &lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; dir=&quot;RTL&quot;&gt;&lt;span lang=&quot;FA&quot;&gt;برنامه &lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;BilboBlogger&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; یک برنامه برای وبلاگ نویسی برای لینوکس با پشتیبانی از سیستمهای مختلف مانند &lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;Blogger&lt;/span&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;FA&quot;&gt;&lt;span dir=&quot;RTL&quot;&gt;&lt;/span&gt; و &lt;/span&gt;&lt;span dir=&quot;LTR&quot;&gt;WordPress&lt;/span&gt;&lt;span lang=&quot;FA&quot;&gt;و .... &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/8826790866202863272/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/bilbo-blogger.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/8826790866202863272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/8826790866202863272'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/bilbo-blogger.html' title='Bilbo Blogger'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-430551804995576022</id><published>2009-08-24T10:52:00.000+04:30</published><updated>2009-09-17T12:24:16.332+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Lightweight image Editor for Linux &amp;amp; Windows</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;یک برنامه سبک و رایگان برای ویرایش تصویر در لینوکس و ویندوز&lt;br/&gt;&lt;br/&gt;&lt;div align=&#39;left&#39; dir=&#39;ltr&#39;&gt;i.Mage is a small and fast graphics editor slanted towards quite and&lt;br/&gt;easy pixel editing, ala DPaint from the DOS/Amiga days. Instead of&lt;br/&gt;being a bloated behemoth with a zillion plugins it starts in under a&lt;br/&gt;second and it does a lot of the mundane jobs of image editing quickly&lt;br/&gt;and without fuss. The right tool for simple jobs. Source code is&lt;br/&gt;available under the LGPL.&lt;br/&gt;&lt;/div&gt;&lt;a href=&#39;http://www.memecode.com/image.php&#39;&gt;http://www.memecode.com/image.php&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=377f1336-924b-8046-802c-26be58bc53eb&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/430551804995576022/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/lightweight-image-editor-for-linux.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/430551804995576022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/430551804995576022'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/lightweight-image-editor-for-linux.html' title='Lightweight image Editor for Linux &amp;amp; Windows'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-2111966921845733772</id><published>2009-08-24T10:47:00.000+04:30</published><updated>2009-09-17T12:25:01.537+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Lightweight Email Client for Windows &amp;amp; Linux</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;span class=&#39;Apple-style-span&#39; style=&#39;color: rgb(85, 85, 85); font-family: Verdana,Geneva; font-size: 11px;&#39;&gt;یک برنامه سبک برای دریافت و ارسال ایمیل در لینوکس، مک و ویندوز&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;div align=&#39;left&#39;&gt;&lt;span class=&#39;Apple-style-span&#39; style=&#39;color: rgb(85, 85, 85); font-family: Verdana,Geneva; font-size: 11px;&#39;&gt;Scribe is a small and fast &lt;b&gt;email client&lt;/b&gt; with an intergrated contact database and calendar. It supports all the major internet mail protocols and uses international standards where possible. Scribe doesn&#39;t required installing or uninstalled and can be used from a removable drive without reconfiguration. It comes with a bayesian spam filter and translations to many different languages. Updates are published regularly to respond to problems and to add features. Because Scribe runs on Windows and Linux you can take your mail with you when you change operating system. And don&#39;t worry about viruses, Scribe protects you from the usual security holes in other email clients with it&#39;s own virus safe HTML control and executable attachment protection.&lt;/span&gt;&lt;br/&gt;&lt;/div&gt;&lt;br/&gt;&lt;a href=&#39;http://www.memecode.com/scribe.php&#39;&gt;http://www.memecode.com/scribe.php&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=e148708c-552d-88f8-bd4b-932f615853da&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/2111966921845733772/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/lightweight-email-client-for-windows.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/2111966921845733772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/2111966921845733772'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/lightweight-email-client-for-windows.html' title='Lightweight Email Client for Windows &amp;amp; Linux'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7020882482819549458.post-4713073632291100787</id><published>2009-08-24T10:30:00.000+04:30</published><updated>2009-09-17T12:21:18.284+04:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="freeware"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Free File splitter for linux</title><content type='html'>&lt;div xmlns=&#39;http://www.w3.org/1999/xhtml&#39;&gt;&lt;div&gt;&lt;span style=&#39;font-family: Tahoma; font-size: 12px; white-space: pre;&#39; class=&#39;Apple-style-span&#39;&gt;برنامه ای برای قطعه قطعه کردن یا Split کردن فایلها در لینوکس&lt;br/&gt;&lt;br/&gt;&lt;a href=&#39;http://www.freebyte.com/hjsplit/#linux&#39;&gt;http://www.freebyte.com/hjsplit/#linux&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class=&#39;zemanta-pixie&#39;&gt;&lt;img src=&#39;http://img.zemanta.com/pixy.gif?x-id=45bdbbc8-c227-8800-9733-b4ce09375f86&#39; alt=&#39;&#39; class=&#39;zemanta-pixie-img&#39;/&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://linuxkar.blogspot.com/feeds/4713073632291100787/comments/default' title='نظرات پیام'/><link rel='replies' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-filr-splitter-for-linux.html#comment-form' title='0 نظر'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4713073632291100787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7020882482819549458/posts/default/4713073632291100787'/><link rel='alternate' type='text/html' href='http://linuxkar.blogspot.com/2009/08/free-filr-splitter-for-linux.html' title='Free File splitter for linux'/><author><name>Mehdi</name><uri>http://www.blogger.com/profile/12179993846073261756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>