<?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>Ali Haris &#187; Scripts</title>
	<atom:link href="http://cyberatoll.info/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyberatoll.info</link>
	<description>An Information Technology Enthusiast from Maldives</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook Command Line</title>
		<link>http://cyberatoll.info/2012/01/facebook-command-line/</link>
		<comments>http://cyberatoll.info/2012/01/facebook-command-line/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:45:37 +0000</pubDate>
		<dc:creator>Haris</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cyberatoll.info/?p=1101</guid>
		<description><![CDATA[I have been using Facebook Command Line for quite sometime. I got bored of Facebook since people started over-sharing, sharing each and every photo they see on Facebook, no matter what the other person will think. So basically, Facebook Command Line is a tool or an app developed in PHP, connected through the API of [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>I have been using Facebook Command Line for quite sometime. I got bored of Facebook since people started over-sharing, sharing each and every photo they see on Facebook, no matter what the other person will think.</p>
<p>So basically, Facebook Command Line is a tool or an app developed in PHP, connected through the API of the Facebook.</p>
<p>In this post, I will explain How to get started with this tool. I am running Macintosh 10.7 OS X Lion, and by following this tutorial, you&#8217;ll be able to use this tool not only in Macintosh but in Linux as well.</p>
<h2>GET STARTED:</h2>
<p>The first thing is to open the Terminal and download the App to the system.</p>
<p><a href="http://cyberatoll.info/wp-content/uploads/2012/01/Screen-Shot-2012-01-17-at-8.31.17-PM-1.png" rel="lightbox[1101]"><img class="aligncenter size-full wp-image-1104" title="Screen Shot 2012-01-17 at 8.31.17 PM 1" src="http://cyberatoll.info/wp-content/uploads/2012/01/Screen-Shot-2012-01-17-at-8.31.17-PM-1.png" alt="" width="602" height="126" /></a></p>
<p>I have a folder named &#8220;Dozz&#8221; at my home directory for mostly experimenting stuffs, so the 1st command is optional. You can just start by typing the following command:</p>
<pre class="brush: php; ">
curl -O https://raw.github.com/dtompkins/fbcmd/master/fbcmd_update.php
</pre>
<p>The next step is to run the installer, by typing the following 2 commands.</p>
<pre class="brush: php; ">

sudo php fbcmd_update.php sudo
php fbcmd_update.php install
</pre>
<p><a href="http://cyberatoll.info/wp-content/uploads/2012/01/Screen-Shot-2012-01-17-at-8.35.46-PM.png" rel="lightbox[1101]"><img class="aligncenter size-full wp-image-1105" title="Screen Shot 2012-01-17 at 8.35.46 PM" src="http://cyberatoll.info/wp-content/uploads/2012/01/Screen-Shot-2012-01-17-at-8.35.46-PM.png" alt="" width="574" height="279" /></a></p>
<p>That&#8217;s all, you&#8217;re done with the installation. Now you can simply remove the old file you kept in the home directory.</p>
<p>So start using the Facebook Command Line type &#8220;fbcmd&#8221;, of cause without double quotes.</p>
<p>Looks like you have to obtain an authorization code for the first time, before doing that you need to add the basic access, You can doing that by visiting <a href="https://www.facebook.com/dialog/oauth?client_id=42463270450&amp;redirect_uri=http://www.facebook.com/connect/login_success.html">this website</a>.</p>
<p>After you have allowed the basic access, you need to generate the fbcmd authorization code, which is also known as XXXXXX. You can do it by visiting <a href="http://www.facebook.com/code_gen.php?v=1.0&amp;api_key=42463270450">this website</a>. After generating run the following command:</p>
<pre class="brush: php; ">
fbcmd auth xxxxxx
</pre>
<p>N0w you&#8217;re logged in, Happy Facebooking through the Command Line. Visit <a href="http://fbcmd.dtompkins.com/commands" target="_blank">this website</a> for the commands and reference.</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://cyberatoll.info/2012/01/facebook-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamentals of Programming with Codecademy</title>
		<link>http://cyberatoll.info/2011/08/fundamentals-of-programming-with-codecademy/</link>
		<comments>http://cyberatoll.info/2011/08/fundamentals-of-programming-with-codecademy/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 06:36:43 +0000</pubDate>
		<dc:creator>Haris</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cyberatoll.info/?p=1029</guid>
		<description><![CDATA[Codecademy was created when Zach got frustrated with learning how to program. For years, Ryan taught Zach the basics of HTML and CSS, but books and videos didn&#8217;t help. Ryan and Zach teamed up to create Codecademy, a better, more interactive way to learn how to program. This is just the beginning. Codecademy has an [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Codecademy was created when Zach got frustrated with learning how to program. For years, Ryan taught Zach the basics of HTML and CSS, but books and videos didn&#8217;t help. Ryan and Zach teamed up to create Codecademy, a better, more interactive way to learn how to program. This is just the beginning.</p>
<p>Codecademy has an integrated console for learning the script, It is very easy and user friendly. It didn&#8217;t take much time for me to finish up all the exercises since It&#8217;s javascript and I&#8217;m already familiar with it.</p>
<p>This website can be very resourceful for the people who want to start programming or who want to learn javascript. Give it a try.</p>
<p>You&#8217;ll love it, mark my words.</p>
<p>Good luck.</p>
<p style="text-align: center;"><a href="http://cyberatoll.info/wp-content/uploads/2011/08/codecademy.png" rel="lightbox[1029]"><img class="aligncenter size-full wp-image-1030" title="codecademy" src="http://cyberatoll.info/wp-content/uploads/2011/08/codecademy.png" alt="" width="445" height="443" /></a></p>
<blockquote><p>&nbsp;</p></blockquote>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://cyberatoll.info/2011/08/fundamentals-of-programming-with-codecademy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When critical operation fails</title>
		<link>http://cyberatoll.info/2011/08/when-critical-operation-fails/</link>
		<comments>http://cyberatoll.info/2011/08/when-critical-operation-fails/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 22:17:40 +0000</pubDate>
		<dc:creator>Haris</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://cyberatoll.info/?p=1023</guid>
		<description><![CDATA[I did not write this code, but It&#8217;s very interesting and thought of sharing. if (critical_operation() == FAILED) { /* Uh oh. Quick, we need a distraction! */ switch((rand() % 4)) { case 0: blame = &#34;killall -SEGV kick_watchdog&#34;; break; case 1: blame = &#34;killall -ABRT cli_process&#34;; break; case 2: blame = &#34;cat /dev/urandom &#62;/proc/kmem&#34;; [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>I did not write this code, but It&#8217;s very interesting and thought of sharing.</p>
<pre class="brush: cpp; ">

if (critical_operation() == FAILED) {
/* Uh oh. Quick, we need a distraction! */
switch((rand() % 4)) {
case 0: blame = &quot;killall -SEGV kick_watchdog&quot;; break;
case 1: blame = &quot;killall -ABRT cli_process&quot;; break;
case 2: blame = &quot;cat /dev/urandom &gt;/proc/kmem&quot;; break;
case 3: blame = &quot;killall -FPE hardware_manager&quot;; break;
}
system(blame);
system(&quot;rm /var/log/*.log&quot;); /* Destroy the evidence */
sleep(10); /* Wait for the other process to die first */
return;
}
</pre>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://cyberatoll.info/2011/08/when-critical-operation-fails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sliding Tabs</title>
		<link>http://cyberatoll.info/2009/11/sliding-tabs/</link>
		<comments>http://cyberatoll.info/2009/11/sliding-tabs/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 16:53:57 +0000</pubDate>
		<dc:creator>Haris</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Designs]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://craxyharis.com/blog/?p=455</guid>
		<description><![CDATA[Links: Original Link Demo Download]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p><img class="alignnone" title="Sliding Tools" src="http://i36.tinypic.com/1r24iv.jpg" alt="" width="661" height="135" /></p>
<p>Links:<br />
<a href="http://creativepony.com/archive/journal/scripts/sliding-tabs/">Original Link</a><br />
<a href="http://maldiveshost.com/public/demos/sliding_tabs/">Demo</a><br />
<a href="http://maldiveshost.com/public/demos/sliding_tabs/sliding_tabs.zip">Download</a></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://cyberatoll.info/2009/11/sliding-tabs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Your CD Rom from a Simple Script</title>
		<link>http://cyberatoll.info/2008/10/open-your-cd-rom-from-a-simple-script/</link>
		<comments>http://cyberatoll.info/2008/10/open-your-cd-rom-from-a-simple-script/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:54:12 +0000</pubDate>
		<dc:creator>Haris</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://craxyharis.com/blog/?p=150</guid>
		<description><![CDATA[This is a Funny Script which i wrote today.This will open the cdrom just a click of mouse. Here is the code of this script, this is really a simple one. http://tinypaste.com/f6f1d Copy the codes from there &#38; paste it in notepad, save the file as any name you want but be sure to add [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>This is a Funny Script which i wrote today.This will open the cdrom just a click of mouse.</p>
<p>Here is the code of this script, this is really a simple one.</p>
<blockquote><p>http://tinypaste.com/f6f1d</p></blockquote>
<p>Copy the codes from there &amp; paste it in notepad, save the file as any name you want but be sure to add .vbs at the end.</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://cyberatoll.info/2008/10/open-your-cd-rom-from-a-simple-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

