<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Saeid Zebardast's Blog</title>
	
	<link>http://zebardast.ir/en</link>
	<description />
	<lastBuildDate>Mon, 01 Mar 2010 16:10:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
   <image>
    <title>Saeid Zebardast's Blog</title>
    <url>http://www.gravatar.com/avatar/1518e6b905d65cbe0a03243a199e18fc?s=48&amp;d=http%3A%2F%2Fwww.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536</url>
    <link>http://zebardast.ir/en</link>
   </image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SaeidZebardastsBlog" /><feedburner:info uri="saeidzebardastsblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>How to find hardware information from command line on Linux</title>
		<link>http://zebardast.ir/en/find-and-show-hardware-information-from-command-line-on-linux/</link>
		<comments>http://zebardast.ir/en/find-and-show-hardware-information-from-command-line-on-linux/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 14:25:26 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://zebardast.ir/en/?p=94</guid>
		<description><![CDATA[


— linux



Hi
In this post you can see some useful command to find and show hardware information on Linux.
Default commands
ALL devices
dmesg
dmesg will show you the kernel messages which can show you all the devices the kernel has found (hard disks,cdroms,etc)
CPU
# cat /proc/cpuinfo
Memory
# cat /proc/meminfo
$ free

PCI (including usb bridges,agp cards etc)
$ lspci
USB devices (mice,etc)
$ lsusb
Hard drives
# fdisk [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right">
<div class="autocap " style="width: 48px;">
<div><img class=" size-full wp-image-873" width="48" height="48" title="linux" alt="linux" src="http://zebardast.ir/wp-content/uploads/2009/11/linux48.gif"/>
<p class="autocap-text"><span class="hide">— </span>linux</p>
</div>
</div>
</div>
<p>Hi</p>
<p>In this post you can see some useful command to find and show hardware information on Linux.</p>
<h3>Default commands</h3>
<h4>ALL devices</h4>
<pre>dmesg</pre>
<p>dmesg will show you the kernel messages which can show you all the devices the kernel has found (hard disks,cdroms,etc)</p>
<h4>CPU</h4>
<pre># cat /proc/cpuinfo</pre>
<h4>Memory</h4>
<pre># cat /proc/meminfo
$ free
</pre>
<h4>PCI (including usb bridges,agp cards etc)</h4>
<pre>$ lspci</pre>
<h4>USB devices (mice,etc)</h4>
<pre>$ lsusb</pre>
<h4>Hard drives</h4>
<pre># fdisk -l
$ df -h
</pre>
<h3>Additional Command</h3>
<h4>lshw</h4>
<p>lshw is a Linux command which provides details of all the hardware in your PC. The details provided by the lshw command run the gamut of processors, memory, slots, onboard sound, video chipset and more.</p>
<h5>Install lshw</h5>
<p>Arch:</p>
<pre># pacman -S lshw</pre>
<p>Debain, Ubuntu or any of its derivatives:</p>
<pre>$ sudo aptitude install lshw</pre>
<p>Redhat, fedora, CentOS:</p>
<pre># yum install lshw</pre>
<p>Gentoo:</p>
<pre># emerge lshw</pre>
<h5>Run lshw</h5>
<pre># lshw
# lshw -short</pre>
<p>To get the output in HTML, you use the -html option as follows:</p>
<pre># lshw -html > hardware-info.html</pre>
<p>• See <a href="http://linuxandfriends.com/2009/02/23/lshw-command-list-hardware-information-in-linux/">lshw command – List hardware information in Linux </a></p>
<h4>dmidecode</h4>
<p>dmidecode command reads the system DMI table to display hardware and BIOS information of the server. Apart from getting current configuration of the system, you can also get information about maximum supported configuration of the system using dmidecode. For example, dmidecode gives both the current RAM on the system and the maximum RAM supported by the system.<br />
dmidecode is installed by default on many linux distribution like debain, ubuntu and fedora.<br />
• See <a href="http://www.thegeekstuff.com/2008/11/how-to-get-hardware-information-on-linux-using-dmidecode-command/">How To Get Hardware Information On Linux Using dmidecode Command</a></p>
<p>have a good time <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Ffind-and-show-hardware-information-from-command-line-on-linux%2F&amp;linkname=How%20to%20find%20hardware%20information%20from%20command%20line%20on%20Linux"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/find-and-show-hardware-information-from-command-line-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronizing Google Tools with Kontact</title>
		<link>http://zebardast.ir/en/synchronizing-google-tools-with-kontact/</link>
		<comments>http://zebardast.ir/en/synchronizing-google-tools-with-kontact/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 08:34:12 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[akonadi]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kmail]]></category>
		<category><![CDATA[korganizer]]></category>
		<category><![CDATA[Synchronization]]></category>

		<guid isPermaLink="false">http://zebardast.ir/en/?p=82</guid>
		<description><![CDATA[Hello  
Introduction
Using online tools has many advantages. One of the most important of them is the information is accessible from anywhere and at any time.
One need that was occurred after using this tools is Synchronizing information with other applications and devices. such as Synchronizing contacts between Mobile, Web and PC.
* The following guide is [...]]]></description>
			<content:encoded><![CDATA[<p>Hello <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Introduction</strong><br />
Using online tools has many advantages. One of the most important of them is the information is accessible from anywhere and at any time.<br />
One need that was occurred after using this tools is Synchronizing information with other applications and devices. such as Synchronizing contacts between Mobile, Web and PC.</p>
<p><em>* The following guide is tested on Kubuntu 9.10 with KDE 4.3.3 environment.</em></p>
<p><strong>Synchronizing Google Tools with Kontact</strong><br />
<em>Step 1</em><br />
Installing akonadi-kde-resource-googledata package. The package is available in Ubuntu 9.10 and Debian repositories.</p>
<pre>sudo aptitude install akonadi-kde-resource-googledata</pre>
<p><em>Step 2</em><br />
After installing akonadi-kde-resource-googledata package, you need to add Google resources to Akonadi. Open Akonadi Console:</p>
<pre>akonadiconsole</pre>
<p>Click Add on Agents tab. Add a `Akonadi Google Calendar Resource` for Google Calendar  and add `Akonadi Google Contacts Resource` for Google Contacts.</p>
<div class="autocap " style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource.png"><img class="size-medium wp-image-904" title="Add Google Resources to Akonadi Console" src="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-300x196.png" alt="Add Google Resources to Akonadi Console" width="300" height="196" /></a>
<p class="autocap-text"><span class="hide">— </span>Add Google Resources to Akonadi Console</p>
</div>
</div>
<p>Enter your username without `@gmail.com`  in the next window.</p>
<div class="autocap aligncenter" style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-2.png"><img class=" size-medium wp-image-907" title="Enter your username" src="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-2-300x170.png" alt="Enter your username" width="300" height="170" /></a>
<p class="autocap-text"><span class="hide">— </span>Enter your username</p>
</div>
</div>
<p><em>Step 3</em><br />
After adding a resources open Kontact application :</p>
<pre>kontact</pre>
<p><strong>Add Contacts</strong><br />
Go to Contact section and add `Akonadi Google Resource` to address books:</p>
<div class="autocap aligncenter" style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-address-book.png"><img class=" size-medium wp-image-909" title="Add `Akonadi Google Resource` to Address Books" src="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-address-book-300x196.png" alt="Add `Akonadi Google Resource` to Address Books" width="300" height="196" /></a>
<p class="autocap-text"><span class="hide">— </span>Add `Akonadi Google Resource` to Address Books</p>
</div>
</div>
<p><strong>Add Calendar</strong><br />
Go to Calendar section and add `Akonadi Google Resource` to calendars:</p>
<div class="autocap aligncenter" style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-calendar.png"><img class=" size-medium wp-image-910" title="Add `Akonadi Google Resource` to calendars" src="http://zebardast.ir/wp-content/uploads/2009/11/akonadi-console-google-resource-calendar-300x197.png" alt="Add `Akonadi Google Resource` to calendars" width="300" height="197" /></a>
<p class="autocap-text"><span class="hide">— </span>Add `Akonadi Google Resource` to calendars</p>
</div>
</div>
<p>done <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong>P.S.</strong><br />
<a href="http://wiki.ubuntu.ir/KarmicKoalaReleaseParty">Ubuntu 9.10 release party held in Tehran, Iran</a>.</p>
<p>Have a good time <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fsynchronizing-google-tools-with-kontact%2F&amp;linkname=Synchronizing%20Google%20Tools%20with%20Kontact"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/synchronizing-google-tools-with-kontact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add “Send files to email” item to right click menu on Dolphin and Konqueror</title>
		<link>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/</link>
		<comments>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 12:20:08 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[dolphin]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kmail]]></category>
		<category><![CDATA[konqueror]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://zebardast.ir/en/?p=68</guid>
		<description><![CDATA[Hey  
One of the useful features when you are using email clients, is &#8220;adding attachment(s)&#8221; item in right click menu.


— Send files to email


This feature  does not exist in default KDE 4.x version but adding this item is really piece of cake:
First, go to the service directory:
cd ~/.kde/share/kde4/services
Create file `email.desktop`:
touch email.desktop
Add below configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Hey <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One of the useful features when you are using email clients, is &#8220;adding attachment(s)&#8221; item in right click menu.</p>
<div class="autocap " style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/11/kde-send-file-with-kmail.png"><img class=" size-medium wp-image-885" title="Send files to email" src="http://zebardast.ir/wp-content/uploads/2009/11/kde-send-file-with-kmail-300x216.png" alt="Send files to email" width="300" height="216" /></a>
<p class="autocap-text"><span class="hide">— </span>Send files to email</p>
</div>
</div>
<p>This feature  does not exist in default KDE 4.x version but adding this item is really piece of cake:</p>
<p>First, go to the service directory:</p>
<pre>cd ~/.kde/share/kde4/services</pre>
<p>Create file `email.desktop`:</p>
<pre>touch email.desktop</pre>
<p>Add below configuration commands.</p>
<p><strong>for KMail</strong></p>
<pre>[Desktop Entry]
Type=Service
Icon=dolphin
ServiceTypes=KonqPopupMenu/Plugin,all/allfiles

Actions=Send_to_KMail
X-KDE-menu=Email
X-KDE-Priority=TopLevel

[Desktop Action Send_to_KMail]
Name=Send file(s) with KMail
Exec=kmail --attach %U
Icon=kmail</pre>
<p><strong>for Thunderbird</strong></p>
<pre>[Desktop Entry]
Type=Service
Icon=dolphin
ServiceTypes=KonqPopupMenu/Plugin,all/allfiles

Actions=Send_to_Thunderbird
X-KDE-menu=Email
X-KDE-Priority=TopLevel
Encoding=UTF-8
ServiceTypes=all/all

[Desktop Action Send_to_Thunderbird]
Name=Send file(s) with Thunderbird
Exec=thunderbird -P guest -compose "attachment=file://%U"
Icon=thunderbird</pre>
<p>Now save the file and reopen the Dolphin file manager.<br />
done!</p>
<p>Good luck</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fadd-%25e2%2580%259csend-files-to-email%25e2%2580%259d-item-to-right-click-menu-on-dolphin-and-konqueror%2F&amp;linkname=Add%20%E2%80%9CSend%20files%20to%20email%E2%80%9D%20item%20to%20right%20click%20menu%20on%20Dolphin%20and%20Konqueror"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Koala Release Party In Tehran</title>
		<link>http://zebardast.ir/en/ubuntu-9-10-karmic-koala-release-party-in-tehran/</link>
		<comments>http://zebardast.ir/en/ubuntu-9-10-karmic-koala-release-party-in-tehran/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:44:24 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[release party]]></category>

		<guid isPermaLink="false">http://zebardast.ir/en/?p=62</guid>
		<description><![CDATA[Hello  
Ubuntu 9.10 Karmic Koala Release Party will be held in Tehran, Iran soon:


— Ubuntu 9.10 Karmic Koala Release Party


Date: Thursday, Nov 12, 2009 from 9 to 14
Location: Forum Conference martyr Ghandi, Opposite St. Hoveyze, above the intersection martyr Ghoddosi (Castle), Shariati St. &#8211; Tehran, Iran
• More information
P.S.
Above is designed by Sedigheh Ahmadi.
I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Hello <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Ubuntu 9.10 Karmic Koala Release Party will be held in Tehran, Iran soon:</p>
<div class="autocap aligncenter" style="width: 300px;">
<div><a href="http://zebardast.ir/wp-content/uploads/2009/10/karmic-koala-release-party.png"><img class="size-medium wp-image-839 " title="Ubuntu 9.10 Karmic Koala Release Party" src="http://zebardast.ir/wp-content/uploads/2009/10/karmic-koala-release-party-300x252.png" alt="Ubuntu 9.10 Karmic Koala Release Party" width="300" height="252" /></a>
<p class="autocap-text"><span class="hide">— </span>Ubuntu 9.10 Karmic Koala Release Party</p>
</div>
</div>
<p><strong>Date:</strong> Thursday, Nov 12, 2009 from 9 to 14<br />
<strong>Location:</strong> Forum Conference martyr Ghandi, Opposite St. Hoveyze, above the intersection martyr Ghoddosi (Castle), Shariati St. &#8211; Tehran, Iran</p>
<p>• <a href="http://wiki.ubuntu.ir/KarmicKoalaReleaseParty">More information</a></p>
<p><strong>P.S.</strong><br />
Above is designed by <a href="http://wiki.ubuntu.ir/narcissus">Sedigheh Ahmadi</a>.</p>
<p>I hope to see you in Party <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fubuntu-9-10-karmic-koala-release-party-in-tehran%2F&amp;linkname=Ubuntu%209.10%20Karmic%20Koala%20Release%20Party%20In%20Tehran"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/ubuntu-9-10-karmic-koala-release-party-in-tehran/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to extract embedded images from .xls, .ods or .odt</title>
		<link>http://zebardast.ir/en/how-to-extract-embedded-images-from-xls-ods-or-odt/</link>
		<comments>http://zebardast.ir/en/how-to-extract-embedded-images-from-xls-ods-or-odt/#comments</comments>
		<pubDate>Thu, 14 May 2009 12:50:29 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ods]]></category>
		<category><![CDATA[odt]]></category>
		<category><![CDATA[openoffice.org]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=57</guid>
		<description><![CDATA[
Hi  
It&#8217;s simple. Just 4 steps:

Save a copy of the file as ODS (OpenOffice.org Spreadsheet).
Change the filetype of the copy to ZIP (for example rename File.xls to File.zip).
Open the ZIP.
In the directory called Pictures will be the images, just as in the original.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://zebardast.files.wordpress.com/2009/05/icon_openoffice.png" alt="icon_openoffice" title="icon_openoffice" width="48" height="48" class="alignright size-full wp-image-58" /><br />
Hi <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s simple. Just 4 steps:</p>
<ol>
<li>Save a copy of the file as ODS (OpenOffice.org Spreadsheet).</li>
<li>Change the filetype of the copy to ZIP (for example rename File.xls to File.zip).</li>
<li>Open the ZIP.</li>
<li>In the directory called Pictures will be the images, just as in the original.</li>
</ol>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fhow-to-extract-embedded-images-from-xls-ods-or-odt%2F&amp;linkname=How%20to%20extract%20embedded%20images%20from%20.xls%2C%20.ods%20or%20.odt"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/how-to-extract-embedded-images-from-xls-ods-or-odt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to posting to Identi.ca from the CLI</title>
		<link>http://zebardast.ir/en/how-to-posting-to-identica-from-the-cli/</link>
		<comments>http://zebardast.ir/en/how-to-posting-to-identica-from-the-cli/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:30:13 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[identi.ca]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=48</guid>
		<description><![CDATA[
Hi  
Identi.ca is an open source social networking and micro-blogging service.
I like Ideni.ca. It&#8217;s good service.
I use CLI (command line) everyday. I like to dented from it. It&#8217;s simple.
Just install cURL:
$ sudo apt-get install curl
And type:
$ curl -u username:password -d status="message" http://identi.ca/api/statuses/update.xml
You will receive a response containing the XML coding for your post which [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://zebardast.files.wordpress.com/2007/12/terminal_icon_48_48.jpg" alt="terminal - cli" align="right" /><br />
Hi <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://identi.ca">Identi.ca</a> is an open source social networking and micro-blogging service.<br />
I like <a href="http://identi.ca">Ideni.ca</a>. It&#8217;s good service.</p>
<p>I use <abbr title="Command Line Interpreter">CLI</abbr> (command line) everyday. I like to dented from it. It&#8217;s simple.<br />
Just install <a href="http://curl.haxx.se/">cURL</a>:</p>
<pre>$ sudo apt-get install curl</pre>
<p>And type:</p>
<pre>$ curl -u username:password -d status="message" http://identi.ca/api/statuses/update.xml</pre>
<p>You will receive a response containing the XML coding for your post which acts as a confirmation that your post was submitted.</p>
<p><strong>Also you can create a shell file for this</strong><br />
Open a new text document and add the following, save it as identica.sh (or anything ending in sh):</p>
<pre>#!/bin/bash
curl -u username:password -d status=&#8243;$1" http://identi.ca/api/statuses/update.xml</pre>
<p>Make sure you change the chmod to 777 using the following command.</p>
<pre>$ chmod 777 /path/to/file/</pre>
<p>When you located the file (or add a bash prompt) it makes it simplier to identi.ca the rules. For example you can type the following to command to link to the file.</p>
<pre>$ ./path/to/idetica.sh "Message"</pre>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fhow-to-posting-to-identica-from-the-cli%2F&amp;linkname=How%20to%20posting%20to%20Identi.ca%20from%20the%20CLI"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/how-to-posting-to-identica-from-the-cli/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get special lines data from file (Linux)</title>
		<link>http://zebardast.ir/en/how-to-get-special-lines-data-from-file-linux/</link>
		<comments>http://zebardast.ir/en/how-to-get-special-lines-data-from-file-linux/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 11:38:44 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=45</guid>
		<description><![CDATA[If you want to get file&#8217;s head lines, you can use:
$ head FILE
If you want to get file&#8217;s footer lines, you can use:
$ tail FILE
If you want to print some line that they not in first part or last part of file, you can use:
$ more +num10 FILE &#124; head -n20
The above command print from [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to get file&#8217;s head lines, you can use:<br />
<code>$ head FILE</code></p>
<p>If you want to get file&#8217;s footer lines, you can use:<br />
<code>$ tail FILE</code></p>
<p>If you want to print some line that they not in first part or last part of file, you can use:<br />
<code>$ more +num10 FILE | head -n20</code></p>
<p>The above command print from line 10 to 30 (20 lines) of FILE</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fhow-to-get-special-lines-data-from-file-linux%2F&amp;linkname=How%20to%20get%20special%20lines%20data%20from%20file%20%28Linux%29"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/how-to-get-special-lines-data-from-file-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Marry Xmas &amp; Happy New Year</title>
		<link>http://zebardast.ir/en/marry-xmas-happy-new-year/</link>
		<comments>http://zebardast.ir/en/marry-xmas-happy-new-year/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 12:02:48 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=43</guid>
		<description><![CDATA[Dear Friends in name of Peace, Love and Community
I wish You:
Marry Christmas &#38; Happy New year.
Merry Christmas and a Happy New Year 2009
Language: Merry Christmas and Happy New Year
Persian
(kerismas mobārak) كریسمس مبارک
(sale no mobārak) سال نو مبارک
Afrikaans
Geseënde Kersfees en &#8216;n gelukkige nuwe jaar
Geseënde Kersfees en &#8216;n voorspoedige Nuwe jaar
Akeanon
Maayad-ayad nga Paskwa
Mahigugmaon nga Bag-ong Dag-on kinyo [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Friends in name of Peace, Love and Community</p>
<p>I wish You:</p>
<p>Marry Christmas &amp; Happy New year.</p>
<p>Merry Christmas and a Happy New Year 2009</p>
<p>Language: Merry Christmas and Happy New Year</p>
<p>Persian</p>
<p>(kerismas mobārak) كریسمس مبارک</p>
<p>(sale no mobārak) سال نو مبارک</p>
<p>Afrikaans</p>
<p>Geseënde Kersfees en &#8216;n gelukkige nuwe jaar</p>
<p>Geseënde Kersfees en &#8216;n voorspoedige Nuwe jaar</p>
<p>Akeanon</p>
<p>Maayad-ayad nga Paskwa</p>
<p>Mahigugmaon nga Bag-ong Dag-on kinyo tanan!</p>
<p>Albanian</p>
<p>Gëzuar Krishtlindjet e Vitin e Ri</p>
<p>Aleut</p>
<p>Kamgan Ukudigaa</p>
<p>Alsatian</p>
<p>E güeti Wïnâchte un e gleckichs Nej Johr</p>
<p>Amharic</p>
<p>(Melikam yelidet beale Melikam Addis Amet)</p>
<p>Apache (Western)</p>
<p>Gozhqq Keshmish</p>
<p>Arabic (Modern Standard)</p>
<p>اجمل التهاني بمناسبة الميلاد</p>
<p>و حلول السنة الجديدة</p>
<p>(Ajmel altehani bemonasebt almīlad wa helol alseneh</p>
<p>aljedīdah)</p>
<p>(kullu sina winta t̴ayyib &#8211; to a man) كل سنة</p>
<p>وانت طيّب</p>
<p>(kullu sina winti t̴ayyiba &#8211; to a woman) كل سنة</p>
<p>وانت طيّبة</p>
<p>Armenian (Eastern)</p>
<p>Շնորհավոր Ամանոր և Սուրբ</p>
<p>Ծնունդ</p>
<p>(Shnorhavor Amanor yev Surb Tznund)</p>
<p>Armenian (Western)</p>
<p>Շնորհաւոր Նոր Տարի եւ Սուրբ</p>
<p>Ծնունդ:</p>
<p>(Shnorhavor Nor Daree yev Soorp Dzuhnoont)</p>
<p>Բարի կաղանդ և ամանոր (Paree gaghant</p>
<p>yev amanor)</p>
<p>Aromanian</p>
<p>Cãrciun hãrios (Hristolu s-aflà! Dealihea cà</p>
<p>s-afla!)</p>
<p>shi ti multsã-anji Anlu Nàù!</p>
<p>Asturian</p>
<p>Bones Navidaes y Gayoleru añu nuevu!</p>
<p>Aymara</p>
<p>Sooma Nawira-ra</p>
<p>Azerbaijani</p>
<p>Tezze iliniz yahsi olsun</p>
<p>Basque</p>
<p>Zorionak eta urte berri on</p>
<p>Belarusian</p>
<p>З Божым нараджэннем (Z Bozym</p>
<p>naradzenniem)</p>
<p>Сзцзаслівыцг Каліадау (Szczaslivych</p>
<p>Kaliadau)</p>
<p>З Новым годам i Калядамi (Z Novym</p>
<p>godam i Kaliadami)</p>
<p>Bengali</p>
<p>শুভ বড়দিন (shubho bôṛodin)</p>
<p>শুভ নববর্ষ (shubho nôbobôrsho)</p>
<p>Bikol</p>
<p>Maogmang Pasko</p>
<p>Mamura-way na Ba-gong Taon sa indo gabos!</p>
<p>Blackfoot</p>
<p>ᖱᒣᖳᒐᒉᑊᖿᒪᔪᖱᖽᐧᒡᒧᐧᖾᒍ</p>
<p>(i&#8217;taamomahkatoyiiksistsikomi)</p>
<p>Bosnian</p>
<p>Cestit Bozic i Sretna Nova godina</p>
<p>Breton</p>
<p>Nedeleg laouen ha bloavezh mat</p>
<p>Bulgarian</p>
<p>Честита Коледа! (Čestita Koleda!)</p>
<p>Щастлива Нова Година (Štastliva Nova</p>
<p>Godina)</p>
<p>Catalan</p>
<p>Bon Nadal i feliç any nou</p>
<p>Cebuano</p>
<p>Maayong Pasko</p>
<p>Mabungahong Bag-ong Tuig kaninyong tanan!</p>
<p>Chamorro</p>
<p>Felis Nabidat yan Felis Año Nuebo</p>
<p>Cherokee</p>
<p>ᏓᏂᏍᏔᏲᎯᎲ &amp; ᎠᎵᎮᎵᏍᏗ ᎢᏤ</p>
<p>ᎤᏕᏘᏴᎠᏌᏗᏒ</p>
<p>(Danistayohihv &amp; Aliheli&#8217;sdi Itse Udetiyvasadisv)</p>
<p>Cheyenne</p>
<p>Hoesenestotse &amp; Aa&#8217;eEmona&#8217;e</p>
<p>Chinese</p>
<p>(Cantonese)</p>
<p>聖誕節同新年快樂 (singdaanjit tùnhg sànnìhn</p>
<p>faailohk)</p>
<p>恭喜發財 (gung héi fáat chōi) &#8211; used at Chinese</p>
<p>New Year</p>
<p>Chinese</p>
<p>(Hakka)</p>
<p>聖誕節快樂, 新年快樂 (shin5-tan5-ziet7</p>
<p>kwai5-lok8, sin1-ngien2 kwai5-lok8)</p>
<p>恭喜發財 (giung1 hi3 fat7 coi2) &#8211; used at Chinese</p>
<p>New Year</p>
<p>Chinese</p>
<p>(Mandarin)</p>
<p>聖誕快樂 新年快樂 [圣诞快乐 新年快乐]</p>
<p>(shèngdàn kuàilè xīnnián kuàilè)</p>
<p>恭喜發財 [恭喜发财] (gōngxǐ fācái) &#8211; used</p>
<p>at Chinese New Year</p>
<p>Chinese</p>
<p>(Shanghainese)</p>
<p>圣诞节快乐 (sendaijiq kualoq)</p>
<p>新年快乐 (sinni kualoq)</p>
<p>Chinese</p>
<p>(Teochew)</p>
<p>圣诞快乐 新年快乐 (siandang kuailak singnin</p>
<p>kuailak)</p>
<p>Choctaw</p>
<p>Yukpa, Nitak Hollo Chito</p>
<p>Comanche</p>
<p>Tsaa Nu̶u̶sukatu̶̲ Waa Himaru̶</p>
<p>Cornish</p>
<p>Nadelik Lowen ha Blydhen Nowydh Da</p>
<p>Nadelik Looan ha Looan Blethen Noweth</p>
<p>Nadelack looan ha looan blethan noueth</p>
<p>Cree</p>
<p>ᒥᑐ ᒪᑯᓯ ᑫᓯᑲᓐᓯ</p>
<p>(Mitho Makosi Kesikansi)</p>
<p>Creek</p>
<p>Afvcke Nettvcakorakko</p>
<p>Croatian</p>
<p>Sretan Božić!</p>
<p>Sretna Nova godina!</p>
<p>Czech</p>
<p>Veselé vánoce a šťastný nový rok</p>
<p>Danish</p>
<p>Glædelig jul og godt nytår</p>
<p>Dutch</p>
<p>Prettige kerstdagen en een Gelukkig NieuwJaar!</p>
<p>Zalig kerstfeest en gelukkig nieuwjaar</p>
<p>East Inuktitut</p>
<p>Quviasummi Quviasugitsi/Quviasuvvisiutsiarit ammalu</p>
<p>Qitinngumarik!</p>
<p>Esperanto</p>
<p>Bonan Kristnaskon kaj feliĉan novan jaron</p>
<p>Estonian</p>
<p>Rõõmsaid Jõule ja Head Uut Aastat</p>
<p>Häid Jõule ja Head Uut Aastat</p>
<p>Faroese</p>
<p>Gleðilig Jól og eydnuríkt nýggjár</p>
<p>Gleðilig Jól og gott nýggjár (frm)</p>
<p>Gleiðilig jól og eitt av harranum signað nýggjár</p>
<p>Fijian</p>
<p>Me Nomuni na marau ni siga ni sucu dei na yabaki vou</p>
<p>Finnish</p>
<p>Hyvää joulua ja onnellista uutta vuotta</p>
<p>Flemish</p>
<p>Zalig Kerstfeest en Gelukkig nieuw jaar</p>
<p>Frisian</p>
<p>Noflike Krystdagen en folle lok en seine</p>
<p>French</p>
<p>Joyeux Noël et bonne année</p>
<p>Friulian</p>
<p>Bon Nadâl e Biel An Gnûv!</p>
<p>Galician</p>
<p>Bo Nadal e próspero aninovo</p>
<p>Georgian</p>
<p>გილოცავთ შობა-ახალ</p>
<p>წელს (gilocʻavtʻ šoba-axal cels) &#8211; frm</p>
<p>გილოცავ შობა-ახალ</p>
<p>წელს (gilocʻav šoba-axal cels) &#8211; inf</p>
<p>German</p>
<p>Frohe/Fröhliche Weihnachten</p>
<p>und ein gutes neues Jahr / ein gutes Neues / und ein</p>
<p>gesundes neues Jahr / und einen guten Rutsch ins neue</p>
<p>Jahr</p>
<p>Frohes Fest und guten Rutsch [ins neue Jahr]</p>
<p>German (Bavarian)</p>
<p>Froue Weihnåcht&#8217;n, und a guad&#8217;s nei&#8217;s Joah</p>
<p>German (Hessian)</p>
<p>Frohe Weihnachte unn ein gudes neus Jahr</p>
<p>German (Swiss)</p>
<p>schöni Fäschttäg / schöni Wienachte</p>
<p>und e guets neus Jahr / en guete Rutsch is neue Johr</p>
<p>German (Pennsylvania)</p>
<p>En frehlicher Grischtdaag un en hallich Nei Yaahr</p>
<p>Greek</p>
<p>Καλά Χριστούγεννα και</p>
<p>Ευτυχισμένο το Νέο Ετος</p>
<p>(Kala Khristougenna kai Eutukhismeno to Neo Etos)</p>
<p>Καλὰ Χριστούγεννα καὶ καλὴ</p>
<p>χρονιά!</p>
<p>(Kalá hristoúgena ke kalí hroniá)</p>
<p>Greenlandic</p>
<p>Juullimi ukiortaasamilu pilluaritsi</p>
<p>Hausa</p>
<p>barka da Kirsimatikuma barka da sabuwar shekara</p>
<p>Hawaiian</p>
<p>Mele Kalikimaka me ka Hauʻoli Makahiki Hou</p>
<p>Hebrew</p>
<p>חג מולד שמח ושנה טובה</p>
<p>Chag Molad Sameach v&#8217;Shanah Tovah</p>
<p>Hiligaynon</p>
<p>Malipayon nga Paskwa</p>
<p>Mahamungayaon nga Bag-ong Tuig sa inyong tanan</p>
<p>Hindi</p>
<p>शुभ क्रिसमस (Śubh krisamas)</p>
<p>नये साल की हार्दिक</p>
<p>शुभकामनायें (Naye sāl kī</p>
<p>hārdik śubhkāmnayeṅ)</p>
<p>Hungarian</p>
<p>Kellemes karácsonyt és boldog új évet</p>
<p>Icelandic</p>
<p>Gleðileg jól og farsælt komandi ár</p>
<p>Gleðileg jól og farsælt nýtt ár</p>
<p>Ilokano</p>
<p>Naragsak a Paskua</p>
<p>Narang-ay a Baro a Tawen kadakayo amin!</p>
<p>Indonesian</p>
<p>Selamat Hari Natal dan Tahun Baru</p>
<p>Inonhan</p>
<p>Malipayon nga Paskwa</p>
<p>kag Masadya nga Bag-ong Tuig sa inyo tanan.</p>
<p>Inuktitut</p>
<p>ᑯᕕᐊᓇᒃ ᐃᓄᕕᐊ (Kuvianak Inovia) &#8211; Merry</p>
<p>Christmas</p>
<p>Iñupiaq</p>
<p>Quvianagli Anaiyyuniqpaliqsi suli Nakuuluni</p>
<p>Ukiutqiutiqsi</p>
<p>Inupiatun</p>
<p>Annaurri Aniruq-lu Paglaun Ukiutchiaq!</p>
<p>Quvianaq Agaayuniqpak-lu Paglaun Ukiutchiaq!</p>
<p>Nayaangmik Piqagiñ-lu Paglaun Ukiutchiaq!</p>
<p>Irish (Gaelic)</p>
<p>Nollaig shona duit (Happy Christmas to you)</p>
<p>Beannachtaí na Nollag (Christmas Greetings)</p>
<p>Beannachtaí an tSéasúir (Season&#8217;s Greetings)</p>
<p>Athbhliain faoi mhaise duit (Prosperous New Year)</p>
<p>Bliain úr faoi shéan is faoi mhaise duit (Happy New</p>
<p>Year to you)</p>
<p>Italian</p>
<p>Buon Natale e felice anno nuovo</p>
<p>Japanese</p>
<p>メリークリスマス (merī kurisumasu)</p>
<p>New Year greeting &#8211; &#8216;Western&#8217; style</p>
<p>新年おめでとうございます (shinnen omedetō</p>
<p>gozaimasu)</p>
<p>New Year greetings &#8211; Japanese style</p>
<p>明けましておめでとうございます</p>
<p>(akemashite omedetō gozaimasu)</p>
<p>旧年中大変お世話になりました (kyūnenjū</p>
<p>taihen osewa ni narimashita)</p>
<p>本年もよろしくお願いいたします (honnen</p>
<p>mo yoroshiku onegai itashimasu)</p>
<p>Jèrriais</p>
<p>Bouan Noué / Jouaiyeux Noué et Bouonne année</p>
<p>Un Bouan Noué et lé Nouvel An!</p>
<p>Judeo-Spanish / Ladino</p>
<p>Noel alegre i felis anyo muevo</p>
<p>Kapampangan</p>
<p>Masayang Pasku</p>
<p>Masaplalang Bayung Banwa keko ngan!</p>
<p>Kazakh</p>
<p>Жаңа жыл құтты болсын! (Jaña jıl</p>
<p>quttı bolsın!) &#8211; inf</p>
<p>Жаңа жылыңыз құтты болсын! (Jaña</p>
<p>jılıñız quttı bolsın!) &#8211; frm</p>
<p>(Happy New Year)</p>
<p>Kinyarwanda</p>
<p>Noheri nziza n&#8217;umwaka mushya muhire!</p>
<p>Kirghiz</p>
<p>Жаратканнын туысымен Жана</p>
<p>Жылыныз кутты болсын</p>
<p>(Žaratkannyi tuysymen Žana Žylynyz kutty bolsyn)</p>
<p>Klingon</p>
<p>QISmaS DatIvjaj &#8216;ej DIS chu&#8217; DatIvjaj (sg)</p>
<p>QISmaS botIvjaj &#8216;ej DIS chu&#8217; botIvjaj (pl)</p>
<p>Korean</p>
<p>메리 크리스마스 잘 지내고 새해 복 많이</p>
<p>받으세요</p>
<p>(meli kliseumaseu jal ji naego saehae pog manhi</p>
<p>pateuseyo)</p>
<p>Kurdish (Kurmanji)</p>
<p>Kirîsmes u ser sala we pîroz be</p>
<p>Kurdish (Sorani)</p>
<p>Kirîsmes u salî nwêtan lê pîroz bê</p>
<p>Latin</p>
<p>Natale hilare et annum faustum</p>
<p>Latvian</p>
<p>Priecīgus Ziemassvētkus un laimīgu Jauno gadu</p>
<p>Lithuanian</p>
<p>Linksmų Kalėdų ir laimingų Naujųjų Metų</p>
<p>Luganda</p>
<p>Mbagaliza Christmass Enungi Nomwaka Omugya Gubaberere</p>
<p>Gwamirembe</p>
<p>Luxembourgish</p>
<p>E schéine Chrëschtdag an e glécklecht neit Joer</p>
<p>Schéi Feierdeeg an e glécklecht neit Joer</p>
<p>Schéi Chrëschtdeeg an e gudde Rutsch an d&#8217;neit Joer</p>
<p>Macedonian</p>
<p>Среќен Божик и среќна Нова</p>
<p>година (Sreken Bozhik i srekna Nova godina)</p>
<p>Malagasy</p>
<p>Mirary noely sambatra</p>
<p>Arahabaina tratrin&#8217;ny taona vaovao</p>
<p>Malay</p>
<p>Selamat Hari Natal (Christmas)</p>
<p>Selamat Tahun Baru (New Year)</p>
<p>Malayalam</p>
<p>(nava-valsara āshamsakal) &#8211; Happy New Year</p>
<p>Maltese</p>
<p>Il-Milied Ħieni u s-Sena t-Tajba</p>
<p>Awguri għas-sena l-ġdida</p>
<p>Manx</p>
<p>Nollick Ghennal as Blein Vie Noa</p>
<p>Māori</p>
<p>Kia orana e kia manuia rava i teia Kiritimeti e te</p>
<p>Mataiti Ou</p>
<p>Marathi</p>
<p>शुभ नाताळ (Śubh Nātāḷ)</p>
<p>नवीन वर्षच्या</p>
<p>हार्दिक शुभेच्छा (Navīn</p>
<p>varṣacyā hārdik śubhecchā)</p>
<p>Mongolian</p>
<p>Танд кристмас ба шинэ жилийн</p>
<p>мэнд хүргэе</p>
<p>(Tand kristmas ba shine jiliyn mend khürgeye)</p>
<p>Navajo</p>
<p>Ya&#8217;at&#8217;eeh Keshmish</p>
<p>Nepali</p>
<p>क्रस्मसको शुभकामना</p>
<p>तथा नयाँ वर्षको</p>
<p>शुभकामना</p>
<p>(krismas ko subhakamana tatha nayabarsha ko</p>
<p>subhakamana)</p>
<p>Norwegian</p>
<p>God jul og godt nytt år (Bokmål)</p>
<p>God jol og godt nyttår (Nynorsk)</p>
<p>Occitan</p>
<p>Polit Nadal e bona annada</p>
<p>Ogoni</p>
<p>Eenyie Mea Krist Ne Eenyie Aagbaa</p>
<p>Old English</p>
<p>Glæd Geol and Gesælig Niw Gear</p>
<p>Pangasinan</p>
<p>Maabig ya Pasko</p>
<p>Maaligwas ya Balon Taon ed sikayon amin!</p>
<p>Papiamentu</p>
<p>Bon Pasku i Felis Anja Nobo</p>
<p>Persian</p>
<p>(kerismas mobārak) كریسمس مبارک</p>
<p>(sale no mobārak) سال نو مبارک</p>
<p>Polish</p>
<p>Wesołych Świąt i Szczęśliwego Nowego Roku!</p>
<p>Portuguese</p>
<p>Feliz Natal e próspero ano novo / Feliz Ano Novo</p>
<p>Boas Festas e Feliz Ano Novo / Um Santo e Feliz Natal</p>
<p>Punjabi</p>
<p>ਕਰਿਸਮ ਤੇ ਨਵਾੰ ਸਾਲ</p>
<p>ਖੁਸ਼ਿਯਾੰਵਾਲਾ ਹੋਵੇ</p>
<p>(karisama te nawāṃ sāla khušayāṃwālā hewe)</p>
<p>Quenya</p>
<p>Alassëa Hristomerendë! Alassëa Vinyarië!</p>
<p>Romansh</p>
<p>(Sursilvan dialect)</p>
<p>Legreivlas fiastas da Nadal e bien niev onn!!</p>
<p>Romanian</p>
<p>Crăciun fericit şi un an nou fericit</p>
<p>Russian</p>
<p>С Рождеством Христовым и С</p>
<p>наступающим Новым Годом</p>
<p>(S Roždestvom Khristovym i S nastupayuščim Novym</p>
<p>Godom)</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fmarry-xmas-happy-new-year%2F&amp;linkname=Marry%20Xmas%20%26amp%3B%20Happy%20New%20Year"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/marry-xmas-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The first real snow in Saadabad, Tehran</title>
		<link>http://zebardast.ir/en/first-real-snow-in-saadabad-tehran/</link>
		<comments>http://zebardast.ir/en/first-real-snow-in-saadabad-tehran/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:14:41 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[picture]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[saadabad]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[tehran]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=31</guid>
		<description><![CDATA[Finally, I saw first real winter snow in Saadabad, Tehran. It&#8217;s beautiful. I taken photos 
You can see them here.
Day:


And night:




]]></description>
			<content:encoded><![CDATA[<p>Finally, I saw first real winter snow in Saadabad, Tehran. It&#8217;s beautiful. I taken photos <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You can see them here.</p>
<p>Day:<br />
<img src="http://zebardast.files.wordpress.com/2008/12/_mg_6803resized.jpg?w=300" alt="_mg_6803resized" title="_mg_6803resized" width="300" height="200" class="alignnone size-medium wp-image-32" /></p>
<p><img src="http://zebardast.files.wordpress.com/2008/12/picture-475resized.jpg?w=200" alt="picture-475resized" title="picture-475resized" width="200" height="300" class="alignnone size-medium wp-image-33" /></p>
<p>And night:<br />
<img src="http://zebardast.files.wordpress.com/2008/12/00021resized.jpg?w=300" alt="00021resized" title="00021resized" width="300" height="200" class="alignnone size-medium wp-image-34" /></p>
<p><img src="http://zebardast.files.wordpress.com/2008/12/00022resized.jpg?w=300" alt="00022resized" title="00022resized" width="300" height="200" class="alignnone size-medium wp-image-35" /></p>
<p><img src="http://zebardast.files.wordpress.com/2008/12/00026resized.jpg?w=300" alt="00026resized" title="00026resized" width="300" height="200" class="alignnone size-medium wp-image-36" /></p>
<p><img src="http://zebardast.files.wordpress.com/2008/12/00027resized.jpg?w=300" alt="00027resized" title="00027resized" width="300" height="200" class="alignnone size-medium wp-image-37" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Ffirst-real-snow-in-saadabad-tehran%2F&amp;linkname=The%20first%20real%20snow%20in%20Saadabad%2C%20Tehran"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/first-real-snow-in-saadabad-tehran/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 release party held in Tehran, Iran</title>
		<link>http://zebardast.ir/en/ubuntu-810-release-party-held-in-tehran-iran/</link>
		<comments>http://zebardast.ir/en/ubuntu-810-release-party-held-in-tehran-iran/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 14:53:34 +0000</pubDate>
		<dc:creator>Saeid Zebardast</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[intrepid ibex]]></category>
		<category><![CDATA[Iran]]></category>
		<category><![CDATA[release party]]></category>
		<category><![CDATA[tehran]]></category>

		<guid isPermaLink="false">http://zebardast.wordpress.com/?p=24</guid>
		<description><![CDATA[
Hi All,
Ubuntu 8.10 Intrepid Ibex release party held in Tehran, Iran.
Ubuntu-ir Digest, Vol 9, Issue 1
Hiya,
The Iranian Local Community had their greatest ever Ubuntu Release Party in
Tehran with more than 100 attendee and celebrated Ubuntu-ir&#8217;s 2nd
anniversary!
The Iranian Team started their public work with Ubuntu 6.10 release and soon
became a big mature Open Source promoter team [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://zebardast.files.wordpress.com/2007/12/ubuntu-logo-small.png" alt="ubuntu logo" align="right" /><br />
Hi All,</p>
<p>Ubuntu 8.10 Intrepid Ibex release party held in Tehran, Iran.</p>
<div id="attachment_26" class="wp-caption alignnone" style="width: 410px"><a href="http://zebardast.files.wordpress.com/2008/11/dsc_0044resized.jpg"><img src="http://zebardast.files.wordpress.com/2008/11/dsc_0044resized.jpg" alt="Iranian Ubuntu Team" title="Iranian Ubuntu Team" width="400" height="268" class="size-full wp-image-26" /></a><p class="wp-caption-text">Iranian Ubuntu Team</p></div>
<p><strong>Ubuntu-ir Digest, Vol 9, Issue 1</strong></p>
<blockquote><p>Hiya,</p>
<p>The Iranian Local Community had their greatest ever Ubuntu Release Party in<br />
Tehran with more than 100 attendee and celebrated Ubuntu-ir&#8217;s 2nd<br />
anniversary!<br />
The Iranian Team started their public work with Ubuntu 6.10 release and soon<br />
became a big mature Open Source promoter team in the area and now with more<br />
than 3000 users in forums and ~80 posts per day is a very fast growing<br />
comunity.</p>
<p>We&#8217;ve had 8 Presentations in this release party. Ubuntu 8.10 features tour,<br />
Kubuntu 8.10 features tour, Joomla CMS Introduction, Zekr project<br />
Introduction, Desktop effects in Ubuntu &amp; Kubuntu, Ubuntu Server<br />
presentation, Linux Kernel comipation howto and finally the Iranian team<br />
future plan and roadmap.</p>
<p>I would like to thank all contributers, all talkers, and Farhang Saraye<br />
Rasane again for the conference room.<br />
You guys all rock and did a great job, THANKS A LOT <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The whole Story, Photos and Presentations:<br />
<a href="http://wiki.ubuntu.ir/IntrepidIbexReleaseParty">http://wiki.ubuntu.ir/IntrepidIbexReleaseParty</a></p>
<p>Cool figures <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Ubuntu 7.04 Release Party: 15 attendee<br />
Ubuntu 7.10 Release Party: 25 attendee<br />
Ubuntu 8.04 Release Party: 50 attendee<br />
Ubuntu 8.10 Release Party: 100 attendee<br />
Ubuntu 9.04 Release Party: ???</p>
<p>Bests,<br />
&#8211;<br />
Yours Sincerely, Mehdi Hassanpour</p></blockquote>
<p>Good luck</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fubuntu-810-release-party-held-in-tehran-iran%2F&amp;linkname=Ubuntu%208.10%20release%20party%20held%20in%20Tehran%2C%20Iran"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://zebardast.ir/en/ubuntu-810-release-party-held-in-tehran-iran/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.664 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-07 11:07:38 -->
