<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>The #Shell</title>
	<atom:link href="http://blog.rootshell.ir/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rootshell.ir</link>
	<description>Hey, It&#039;s root, Take care</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:43:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Jailbreaking iPhone, Now Legal !</title>
		<link>http://blog.rootshell.ir/2010/07/jailbreaking-iphone-now-legal/</link>
		<comments>http://blog.rootshell.ir/2010/07/jailbreaking-iphone-now-legal/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 05:43:58 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=204</guid>
		<description><![CDATA[The US government on Monday announced new rules making it officially legal for iPhone owners to &#8216;jailbreak&#8217; their device and run unauthorized third-party applications, as well as the ability to unlock any cell phone for use on multiple carriers.&#8221; The EFF has further details on this and some of the other legal protections granted in [...]]]></description>
			<content:encoded><![CDATA[<p>The US government on Monday announced <a href="http://www.copyright.gov/1201/">new rules</a> making it <a href="http://www.appleinsider.com/articles/10/07/26/us_government_legalizes_iphone_jailbreaking_for_unauthorized_apps.html">officially legal</a> for iPhone owners to &#8216;jailbreak&#8217; their device and run unauthorized third-party applications, as well as the ability to unlock any cell phone for use on multiple carriers.&#8221;</p>
<p>The EFF has <a href="http://www.eff.org/press/archives/2010/07/26">further details</a> on this and some of the other legal protections granted in the new rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/07/jailbreaking-iphone-now-legal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Experimental Write Support for Ext2 on Mac</title>
		<link>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/</link>
		<comments>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:31:24 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=188</guid>
		<description><![CDATA[Userspace Filesystem Drivers are becoming more and more popular since they&#8217;re portable and have less headache of platform specific filesystem driver issues. For example, NTFS-3G project provides the full read/write support for NTFS under Linux and MacOSX while living in userspace. I recently discovered an open source project called &#8220;fuse-ext2&#8221; which is an implementation of [...]]]></description>
			<content:encoded><![CDATA[<p>Userspace Filesystem Drivers are becoming more and more popular since  they&#8217;re portable and have less headache of platform specific filesystem  driver issues. For example, NTFS-3G project provides the full read/write support for NTFS under Linux and MacOSX while living in userspace.</p>
<p>I recently discovered an open source project called &#8220;<a href="http://sourceforge.net/projects/fuse-ext2/">fuse-ext2</a>&#8221; which is an implementation of Ext2/Ext3/Ext4 filesystem driver in userspace. Before this one, there was an ext2-only native kernel extension (kext) implementation. So I had no write access to my Ext3 and no read access to Ext4 file-system at all.</p>
<p>To use and enable experimental write support for your Ext2 partition, follow these steps :</p>
<ol>
<li>Download and install <strong>NTFS-3G</strong> Package which includes <strong>FUSE libraries</strong>.<br />
AFAIK NTFS-3G has been renamed into Tuxera NTFS and is a shareware now. But any way you can download the old GPL version <a href="http://www.rootshell.ir/downloads/MacOSX/NTFS-3G_2009.4.4-catacombae.dmg">here</a>. it works in both Leopard and Snow Leopard.<br />
<span style="color: #ffcc00;">.</span></li>
<li>Download<a href="http://sourceforge.net/projects/fuse-ext2/"> fuse-ext2 </a>package<br />
<span style="color: #ffcc00;">.</span></li>
<li>Use <strong>Disk Utility</strong> to un-mount current Ext2 filesystems if there are any<br />
<span style="color: #ffcc00;">.</span></li>
<li>Remove any old filesystem drivers for ext2 from <strong>/System/Library/FileSystems</strong> (it was ext2.fs for me)<br />
<span style="color: #ffcc00;">.</span></li>
<li>Install fuse-ext2 package<br />
<span style="color: #ffcc00;">.</span></li>
<li>Since write support is experimental, it is not enabled by default. To enable it, open <strong>/System/Library/Filesystems/fuse-ext2.fs/fuse-ext2.util</strong> for edit while having super user privileges.<br />
<span style="color: #ffcc00;">.</span></li>
<li>Edit the OPTIONS variable at line 207 from<br />
<code>OPTIONS="auto_xattr,defer_permissions"</code><br />
to<br />
<code>OPTIONS="auto_xattr,defer_permissions,rw+"</code><br />
<span style="color: #ffcc00;">.</span></li>
<li>Open Disk Utility and choose Mount for your filesystem and have fun !</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/05/experimental-write-support-for-ext2-ext3-ext4-filesystems-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Movie Buff &#8211; iPhone Application &#8211; Coming Soon &#8230;</title>
		<link>http://blog.rootshell.ir/2010/05/movie-buff-iphone-application-coming-soon/</link>
		<comments>http://blog.rootshell.ir/2010/05/movie-buff-iphone-application-coming-soon/#comments</comments>
		<pubDate>Sun, 09 May 2010 18:30:01 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=179</guid>
		<description><![CDATA[New &#8216;Ultimate Movie Buff&#8216; iPhone app is coming your way! Many loved the original and asked for more questions and categories and here it is. We have teamed up with ITN to bring &#8216;Ultimate Movie Buff&#8217; iPhone app to you, all with videos and almost 5,000 questions. www.youtube.com/watch?v=wril65bHxww Play, challenge and  boast on Facebook and Twitter. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">New &#8216;<a href="http://apps.supermonko.com/movie-buff-iphone-app/">Ultimate Movie Buff</a>&#8216; iPhone app is coming your way! Many loved the original and asked for more questions and categories and here it is. We have teamed up with ITN to bring &#8216;Ultimate Movie Buff&#8217; iPhone app to you, all with videos and almost 5,000 questions.</p>
<p style="text-align: center;"><span class="youtube">
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/wril65bHxww&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/wril65bHxww&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=wril65bHxww">www.youtube.com/watch?v=wril65bHxww</a></p></p>
<p>Play, challenge and  boast on Facebook and Twitter. Don&#8217;t forget to submit scores to our global high score, so we can see who is the official <strong>Global Movie Buff</strong>!</p>
<p>The <a href="http://apps.supermonko.com/movie-buff-iphone-app/">app</a> is set to be released on the 12th of May.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/05/movie-buff-iphone-application-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Bypass Source-Forge Country Blocking</title>
		<link>http://blog.rootshell.ir/2010/04/how-to-bypass-source-forge-country-blocking/</link>
		<comments>http://blog.rootshell.ir/2010/04/how-to-bypass-source-forge-country-blocking/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 12:32:26 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=166</guid>
		<description><![CDATA[Source-Forge, The huge open-source software repository recently has banned some countries from downloading free softwares from their servers. However there&#8217;s a quick trick which you can download the files directly from source-forge mirrors, bypassing that ip check. You can click on the file you wanna download inside the &#8220;Files&#8221; section and take care when the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot5.png"><img class="aligncenter size-full wp-image-167" title="SourceForge Country Blocking" src="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot5.png" alt="SourceForge Country Blocking" width="522" height="220" /></a>Source-Forge, The huge open-source software repository recently has banned some countries from downloading free softwares from their servers. However there&#8217;s a quick trick which you can download the files directly from source-forge mirrors, bypassing that ip check.</p>
<p><a href="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot3.png"><img class="aligncenter size-full wp-image-169" title="Source Forge Download Page" src="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot3.png" alt="Source Forge Download Page" width="535" height="205" /></a>You can click on the file you wanna download inside the &#8220;Files&#8221; section and take care when the following page appeared press ESC key to stop loading the page.</p>
<p><a href="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot4.png"><img class="aligncenter size-full wp-image-168" title="Source Forge Download Link" src="http://blog.rootshell.ir/wp-content/uploads/2010/04/screenshot4.png" alt="Source Forge Download Link" width="485" height="187" /></a>Now right-click on &#8220;direct link&#8221; and Copy the link address and Paste it into your address bar. It should look like this :</p>
<p><span style="font-size: small;"><code>http://<span style="color: #800000;">downloads</span>.sourceforge.net/project/openproj/OpenProj%20Binaries/1.4/openproj_1.4-2.deb<span style="color: #0000ff;">?use_mirror=</span><span style="color: #ff0000;">surfnet</span></code></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">The last part, marked as red, shows the mirror you&#8217;re going to download from. Turn the URL into something like this :</span></span></p>
<p><span style="font-size: small;"><code>http://<span style="color: #ff0000;">surfnet</span>.<span style="color: #800000;">dl</span>.sourceforge.net/project/openproj/OpenProj%20Binaries/1.4/openproj_1.4-2.deb</code></span></p>
<p>And it will download the file directly. In addition, some mirrors are not accessible because of routing path problems. I usually use &#8220;kent&#8221; as my mirror.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/04/how-to-bypass-source-forge-country-blocking/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A Real File Recovery Scenario On Ext4 Filesystem</title>
		<link>http://blog.rootshell.ir/2010/04/a-real-file-recovery-scenario-on-ext4-filesystem/</link>
		<comments>http://blog.rootshell.ir/2010/04/a-real-file-recovery-scenario-on-ext4-filesystem/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:16:28 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RootShell]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=146</guid>
		<description><![CDATA[I just pressed the Enter key on the file delete confirmation dialog, and removed my code which I was working on for 3 hours. In fact I had made such a mistake before and had no results searching &#8220;Ext3 Recovery / Ext4 Recovery &#8230;&#8221;. But this time, a new project named extundelete appeared which claims [...]]]></description>
			<content:encoded><![CDATA[<p>I just pressed the Enter key on the file delete confirmation dialog, and removed my code which I was working on for 3 hours. In fact I had made such a mistake before and had no results searching &#8220;Ext3 Recovery / Ext4 Recovery &#8230;&#8221;. But this time, a new project named <a href="http://extundelete.sourceforge.net/">extundelete</a> appeared which claims to extract file metadata from the file-system&#8217;s Journal.</p>
<p>I tried to extract and compile it by just typing &#8220;make&#8221; and found that <strong>ext2fs</strong> library is missing, so I installed ext2fs-dev package using the following command (I&#8217;m using Ubuntu 9.10) :</p>
<p><code><strong>sudo apt-get install ext2fs-dev</strong></code></p>
<p>Then typing &#8220;make&#8221; in the src folder, presents you the binary file named &#8220;extundelete&#8221;. You can run it like this :</p>
<pre style="background-color: black; color: white; padding: 3px">ali@Velocity:~/tmp/extundelete-0.1.8/src$ ./extundelete
No action specified; implying --superblock.

Usage: ./extundelete [options] [--] device-file

Options:
--version, -[vV]       Print version and exit successfully.
--help,                Print this help and exit successfully.
--superblock           Print contents of superblock in addition to the rest.
                       If no action is specified then this option is implied.
--journal              Show content of journal.
--after dtime          Only process entries deleted on or after 'dtime'.
--before dtime         Only process entries deleted before 'dtime'.

Actions:
--inode ino            Show info on inode 'ino'.
--block blk            Show info on block 'blk'.

--restore-inode ino     Restore the file(s) with known inode number 'ino'.
                        The restored files are created in ./RESTORED_FILES
                        with their inode number as extension (ie, inode.12345).

--restore-file 'path'  Will restore file 'path'. 'path' is relative to root of
                      the partition and does not start with a '/'
                      (it must be one of the paths returned by --dump-names).
                      The restored file is created in the current directory
                      as 'RECOVERED_FILES/path'.

--restore-files 'path'    Will restore files which are listed in the file 'path'.
                    Each filename should be in the same format as
                    an option to --restore-file, and there should be one per line.

--restore-all          Attempts to restore everything.
-j journal             Reads an external journal from the named file.
-b blocknumber         Uses the backup superblock at blocknumber when
                                opening the file system.
-B blocksize           Uses blocksize as the block size when opening fs.
                       The number should be the number of bytes.</pre>
<p><br/>
<p>
It seems that running the program with &#8211;restore-all, should restore all possible files. Like this :
</p>
<p><code>ali@Velocity$ ./extundelete /dev/sda6 --restore-all</code></p>
<p>But that option gave me some temporary, hidden and some useless config files over my home folder. I was thinking of rewriting the code &#8230;</p>
<p>Suddenly I found that, extundelete supports another option in which you can specify the inode number of your file, and it will bring it back &#8230; <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Looking at manual of the &#8220;ls&#8221; command you&#8217;ll find that running &#8220;ls&#8221; with -i parameter will give you the inode number of files in a directory. I tried to find a range for inode files around the deleted file and search for all files in the range &#8230;</p>
<pre style="background-color: black; color: white; padding: 3px">ali@Velocity:~/projects/Monko-MovieQuiz/Source/IMDBot/src$ ls -i
7824227 artists.db
7824222 google_spell_checker.py
7824220 merge_tool.py
7824214 movies-merged.db
7824219 movies-vahid.db
7824260 stuff.py
7824252 artists.py
7824211 IMDB.py
7824221 MovieDatabase.py
7824254 movies-sohrab.db
7824256 question_validator.py
7864492 tests
7864514 cache
7824305 lite_tool.py
7824208 MovieDatabase.pyc
7824207 movies-soroush.db
7824293 start.py
7962711 Tools</pre>
<p><br/><br />
It seems that most of the files are in the range of 7824xxx, so searching the range of  to 7824000  to 7824999 might be a good idea (take a look at the following bash code snippet) :</p>
<p><code><strong>for((i=7824000; i&lt;7824999; i++)); do<br />
./extundelete /dev/sda6 --restore-inode $i ;<br />
done</strong></code></p>
<p>Viva !</p>
<p>I got 7 deleted files in this range (inside the <strong>RECOVERED_FILES</strong> directory), and one of them was my deleted python code ! And I spent my time on writing this article instead of rewriting the code <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/04/a-real-file-recovery-scenario-on-ext4-filesystem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nothing to say, Something to see</title>
		<link>http://blog.rootshell.ir/2010/04/nothing-to-say-something-to-see/</link>
		<comments>http://blog.rootshell.ir/2010/04/nothing-to-say-something-to-see/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:43:05 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[/dev/urandom]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=135</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.rootshell.ir/wp-content/uploads/2010/04/kafsh_doozak.jpg"><img class="aligncenter size-full wp-image-136" title="کفش دوزک" src="http://blog.rootshell.ir/wp-content/uploads/2010/04/kafsh_doozak.jpg" alt="Beautiful Nature" width="483" height="362" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/04/nothing-to-say-something-to-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Story of Flashrom and My Lenovo V100</title>
		<link>http://blog.rootshell.ir/2010/04/the-story-of-flashrom-and-my-lenovo-v100/</link>
		<comments>http://blog.rootshell.ir/2010/04/the-story-of-flashrom-and-my-lenovo-v100/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:20:52 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[/dev/urandom]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=124</guid>
		<description><![CDATA[The fact that I always try to use open source softwares makes me to find new softwares and try them to see if they can solve my problems and do the job or not. Times ago, I had tried flashrom project to see if it can update my bios chip or not and the answer [...]]]></description>
			<content:encoded><![CDATA[<p>The fact that I always try to use open source softwares makes me to find new softwares and try them to see if they can solve my problems and do the job or not. Times ago, I had tried <a href="http://flashrom.org/Flashrom">flashrom</a> project to see if it can update my bios chip or not and the answer was NO ! Your chipset is not supported yet !</p>
<p>Later on, it was about May 2009 which I found a program which could change the boot logo of Phoenix bios images and I recalled <a href="http://flashrom.org/Flashrom">flashrom</a>. It was interesting that this time it said &#8220;Yeah, Your chip is now being supported! <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;. I made it to read my Bios image and the result was a real and valid phoenix image which I could change it. After making a new image, running flashrom to write it finished without any warnings or errors. I read the image again and Boom ! It was neither the original bios, nor the new one.</p>
<p>This is exactly where<a href="http://www.mail-archive.com/coreboot@coreboot.org/msg14239.html"> my first email </a>went up online on the community&#8217;s mailing list and I knew that any invalid act which yields to rebooting the laptop is going to kill it. :</p>
<blockquote><p>I tried the latest svn version (6 May 09) of flashrom and unlike older versions didn&#8217;t get a warning on my chipset. flashrom reads my chip successfully and outputs a fine Phoenix bios. After writing a new image into the chip</p>
<p>I found that writer is not fully functional and reading the chip again results in an image that is neither original one nor the new image. then I tried erase functionality and it resulted in some 0xFF and some unchanged bytes in the chip. Currently writing either images doesn&#8217;t change the chip and it remains in mostly 0xFF bytes.</p></blockquote>
<p>Most of open source project maintainers use IRC as their collaboration and communication channel both with themselves and community. I went online and Peter one the maintainers was online but he wasn&#8217;t the person responsible for ICH7 series chipsets, So I had to wait for Carl to come online. It was midnight in Iran and I went to bed leaving the laptop up and running. Next morning I found Carl and after working with him to find the problem, he suggested to try AAI type of Chip-Programming. It was a time consuming task and I had to go for an important session, So I left home.</p>
<p>When I returned back, I got no good results of AAI. The wonderful part of story is that my little sister had played with my laptop, when I was out, and didn&#8217;t power it off, so that I don&#8217;t get noticed she touched my laptop without permission.  <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Carl reviewed the data-sheets for my Bios chip and found that It doesn&#8217;t support writing multiple bytes at a time. Finally he sent me some patches and the last patch wrote the image successfully. I worked a few more hours to finalize <a href="http://www.mail-archive.com/coreboot@coreboot.org/msg14267.html">the patch</a> and sent some verification emails so that Carl can commit them to the main version tree (And got acknowledges for helping to track down the bug !  <img src='http://blog.rootshell.ir/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).</p>
<p>It was an amazing experience of active community support and I should really thank Carl-Daniel Hailfinger, Peter Stuge and all other active maintainers of open source projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/04/the-story-of-flashrom-and-my-lenovo-v100/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AUT&#8217;s 2nd Linux Festival</title>
		<link>http://blog.rootshell.ir/2010/02/auts-2nd-linux-festival/</link>
		<comments>http://blog.rootshell.ir/2010/02/auts-2nd-linux-festival/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 21:01:33 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RootShell]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=109</guid>
		<description><![CDATA[Second Linux Festival has been successfully held at Amirkabir University of Technology (AKA Polytechnic). It has been divided into three main levels of Beginner, Intermediate and Advanced. The topics has been presented inside Computer Site of CEIT department under a much better quality comparing to the last year&#8217;s festival. People installed, tasted and utilized a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rootshell.ir/wp-content/uploads/2010/02/Linux_Festival_IMG_4598_800x600.jpg"><img class="aligncenter size-full wp-image-121" title="Linux_Festival_IMG_4598_800x600" src="http://blog.rootshell.ir/wp-content/uploads/2010/02/Linux_Festival_IMG_4598_800x600.jpg" alt="Second Linux Festival - AUT" width="480" height="360" /></a></p>
<p>Second Linux Festival has been successfully held at Amirkabir University of Technology (AKA Polytechnic). It has been divided into three main levels of Beginner, Intermediate and Advanced. The topics has been presented inside Computer Site of CEIT department under a much better quality comparing to the last year&#8217;s festival. People installed, tasted and utilized a new operating system in a well mannered approach. During the installation process and most of other presentations, our local server and mirror of software packages (aka SSCLinuxBox) helped a lot and became the standard way of sharing files / installing software during the festival.</p>
<p><span style="font-size: medium;"><strong>Topics and Schedule</strong></span></p>
<p>One month ago, when we were planning for festival topics and schedule, Amir-Mohammad and I reviewed many Linux-related books and their contents. This resulted into a rich outline for the festival topics. Taking a look at topics and presentation quality this was the best and first festival in Iran covering this scope of topics. Here&#8217;s a summary of main subjects and presentations :</p>
<ul>
<li>Beginner (1st Day)
<ul>
<li>Linux W5H2 ?</li>
<li>Distributions</li>
<li>Installing Ubuntu Linux</li>
<li>Package Management</li>
<li>Linux File System Structure</li>
<li>Desktop Environments</li>
<li>Useful Programs</li>
</ul>
</li>
<li>Intermediate (2nd Day)
<ul>
<li>System Configuration</li>
<li>Introduction to command line</li>
<li>Linux and Network</li>
<li>Web Development in Linux</li>
<li>Installing software from source</li>
<li>GUI Development Using QT</li>
</ul>
</li>
<li>Advanced (3rd Day)
<ul>
<li>Boot-up Process</li>
<li>Network concepts in Linux</li>
<li>Linux Servers</li>
<li>Scripting in Linux (Bash, Python, &#8230;)</li>
<li>The Linux Kernel</li>
<li>Linux Security</li>
</ul>
</li>
</ul>
<p>The complete program and schedule can be found <a href="http://ceit-ssc.ir/linux-festival/details.php">here</a>.</p>
<p><span style="font-size: medium;"><strong>What I learned</strong></span></p>
<p>Although it was the second experience on Linux Festival in our university and we fixed almost all of problems which could be seen in the last one, there are always problems and we can learn from them. One of the main points I got in the first few presentations, was the importance of coordination between presenters around the topics and details which is going to be presented. Lack of such synchronization and coordination before the festival, resulted into problems in presentation topics and contents since some of presenters did have a different idea about listener&#8217;s levels and prepared some extra stuff for those who where beginner. In addition none of us knew about the dependencies of subject that was going to be presented, whether they have been discussed up to now or not.</p>
<p>Yet another point on the art of presentation and teaching. In situations like this, where every presenter is a professional in a field and likes the topic and have chosen to teach it, hiding the unnecessary details is a very very hard task. A teacher should have the ability to place and simulate the thinking process of listeners and remove the details that might break this thinking process. On the other hand, he should analyze the required dependencies of current topic and explain them before anything.</p>
<p>I got many feedbacks regarding the presentation style and found that the estimation of listener&#8217;s level and correct decomposition of subject into the simplest form are keys to a successful presentation.</p>
<p><strong>Memories</strong></p>
<p>It was a cool and friendly atmosphere. The support team and technical team were both working hard to reach the best quality and it made it a real memory. Its notable that this was the first serious work/project of our new Scientific Committee and the results were incredible.</p>
<p><a href="http://blog.rootshell.ir/wp-content/uploads/2010/02/Linux_Festival_IMG_5049_800x600.jpg"><img class="aligncenter size-full wp-image-115" title="Linux_Festival_IMG_5049_800x600" src="http://blog.rootshell.ir/wp-content/uploads/2010/02/Linux_Festival_IMG_5049_800x600.jpg" alt="Second Linux Festival - AUT" width="480" height="360" /></a></p>
<p><span style="font-size: medium;"><strong>Links</strong></span></p>
<ul>
<li><a href="http://ceit-ssc.ir/linux-festival">Official site of Linux Festival</a> /دومین جشنواره لینوکس امیرکبیر</li>
<li>Photo Albums on Facebook : <a href="http://www.facebook.com/reqs.php#!/album.php?aid=49496&amp;id=1056288648&amp;ref=nf">First Day</a> , <a href="http://www.facebook.com/reqs.php#!/album.php?aid=49567&amp;id=1056288648&amp;ref=nf">Second Day</a> and Third Day</li>
<li><a href="http://www.rootshell.ir/downloads/Documents/2nd_Linux_Festival/Presentations/">Presentation Files and Resources</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/02/auts-2nd-linux-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Treatment is to Avoid Vulnerabilities in First Place</title>
		<link>http://blog.rootshell.ir/2010/02/best-treatment-is-to-avoid-vulnerabilities-in-first-place/</link>
		<comments>http://blog.rootshell.ir/2010/02/best-treatment-is-to-avoid-vulnerabilities-in-first-place/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 06:03:06 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[/dev/urandom]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=103</guid>
		<description><![CDATA[The second agreement on serious programming errors have just taken place and computer science professionals reached to a formal agreement on top 25 programming errors. The main idea for such a list is to help and educate programmers to prevent kinds of vulnerabilities that are reason for almost all cyber attacks. The 2010 CWE/SANS Top [...]]]></description>
			<content:encoded><![CDATA[<p>The second agreement on serious programming errors have just taken place and computer science professionals reached to a formal agreement on top 25 programming errors. The main idea for such a list is to help and educate programmers to prevent kinds of vulnerabilities that are reason for almost all cyber attacks.</p>
<blockquote><p>The 2010 CWE/SANS Top 25 Most Dangerous Programming Errors is a list of the most widespread and critical programming errors that can lead to serious software vulnerabilities.  They are often easy to find, and easy to exploit.  They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.</p></blockquote>
<p>The  <a href="http://cwe.mitre.org/top25/" target="_blank">list for 2010</a> bears a striking resemblance to <a href="http://www.sans.org/top25-programming-errors/">last year&#8217;s list</a> that SANS organization released. Note that Cross-site scripting (XSS) attack and SQL Injection are still listed as top pitfalls.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/02/best-treatment-is-to-avoid-vulnerabilities-in-first-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic to talk ?</title>
		<link>http://blog.rootshell.ir/2010/02/topic-to-talk/</link>
		<comments>http://blog.rootshell.ir/2010/02/topic-to-talk/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:51:16 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Believe Me]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://blog.rootshell.ir/?p=96</guid>
		<description><![CDATA[What should we do, when the intersection of interests reaches zero among friends ?]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Venn0001.svg/200px-Venn0001.svg.png" alt="Intersection" width="200" height="146" /></p>
<p>What should we do, when the intersection of interests reaches zero among friends ?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rootshell.ir/2010/02/topic-to-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
