<?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>Berg&#039;s Blog</title>
	<atom:link href="http://www.mostafaberg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mostafaberg.com</link>
	<description>My personal space!</description>
	<lastBuildDate>Wed, 17 Aug 2011 20:45:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing the &#8220;unix:///var/mysql/mysql.sock&#8221; not found error on MAMP</title>
		<link>http://www.mostafaberg.com/2011/08/fixing-the-unixvarmysqlmysql-sock-not-found-error-on-mamp/</link>
		<comments>http://www.mostafaberg.com/2011/08/fixing-the-unixvarmysqlmysql-sock-not-found-error-on-mamp/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 20:44:29 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql.sock]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=226</guid>
		<description><![CDATA[I&#8217;ve recently been working on a CakePHP project on my Mac, I&#8217;ve noticed that when I tried Baking the project, This error came out: After a lookup, seems lots of people seem to come through this when working on MAMP so to fix that, start your terminal and create a link to &#8220;mysql.sock&#8221; manually &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been working on a CakePHP project on my Mac, I&#8217;ve noticed that when<br />
I tried Baking the project, This error came out:</p>
<p><span id="more-226"></span></p>
<div class='et-box et-shadow'>
					<div class='et-box-content'>Warning Error: PDO::__construct(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in [/Users/xxxxx/Projects/public_html/xxxxxx/lib/Cake/Model/Datasource/Database/Mysql.php, line 157]</div></div>
<p>After a lookup, seems lots of people seem to come through this when working on MAMP<br />
so to fix that, start your terminal and create a link to &#8220;mysql.sock&#8221; manually</p>
<div class='et-box et-shadow'>
					<div class='et-box-content'>sudo mkdir /var/mysql</p>
<p>sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock</div></div>
<p>&nbsp;</p>
<p>Now go back and have a happy bake <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2011/08/fixing-the-unixvarmysqlmysql-sock-not-found-error-on-mamp/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Reversing the VFD</title>
		<link>http://www.mostafaberg.com/2011/07/reversing-the-vfd/</link>
		<comments>http://www.mostafaberg.com/2011/07/reversing-the-vfd/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 09:02:35 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=204</guid>
		<description><![CDATA[Heya, I had a broken Philips DVD player lying around for sometime, so I decided I&#8217;ll take out the LCD panel inside it and play a little. First of all, I discovered that it was a VFD not a LCD, but programmatically that wasn&#8217;t a huge difference !. The unit contained 7 digits, each digit was a [...]]]></description>
			<content:encoded><![CDATA[<p>Heya,</p>
<p>I had a broken Philips DVD player lying around for sometime, so I decided I&#8217;ll take out the LCD panel inside it and play a little.</p>
<p>First of all, I discovered that it was a VFD not a LCD, but programmatically that wasn&#8217;t a huge difference !.</p>
<p><span id="more-204"></span></p>
<p>The unit contained 7 digits, each digit was a 16 segment VFD, And was driven by an ET16312n chip !</p>
<p>First thing was to get the datasheet to know how to wire the panel to my computer, and how to talk to it !</p>
<p>After some research I found the NEC datasheet and learned that most VFDs have the same NEC standard and if you manage to program one panel, it&#8217;s most likely that any other brand will work the same way with minor mods in your code !</p>
<p>After some tracing I managed to get the serial leads, which were STB, CLK, Din, Dout (Din and Dout are shorted on my board, input is read on the rise of CLK, and outputs are read on the fall of CLK)</p>
<p>After wiring those pins to my parallel port (Yeah I didn&#8217;t have a serial interface and I&#8217;m too lazy to buy one, and I&#8217;m bad with soldering too !),<br />
I connected the STB pin to pin 2, Din/Dout to pin 3 and the STB to pin 4 on my parallel port.</p>
<p><a href="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0431.jpg"><img class="aligncenter size-medium wp-image-212" title="IMG_0431" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0431-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Power connections are give in the datasheet pins 7, 14, 27 are for Vss, Vdd, Vee respectively (You&#8217;ll need to power sources for that, Vss it in the 5.5 v Range, and Vee goes down to -30 volts (That&#8217;s a VFD thing, don&#8217;t ask)</p>
<p>After all the wiring and powering is done, it&#8217;s time to go to my PC and start writing a driver code !</p>
<p>My box runs Ubuntu, you&#8217;ll just need the `build-essential` package for this. You probably have it, if not just &#8220;sudo apt-get install build-essential&#8221;</p>
<p>You can go ahead and download the code attached to this post, it&#8217;s written in C, just compile and connect your panel and things should work right away <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve written the code to read text from a file, then scroll it on the screen (since we can only have 6 chars displayed at a time)</p>
<p>Another issue that came across me was how the encoding of the characters worked, I tried lots of methods but the easiest (for me) was to calculate it by pen and paper, took around 20 minutes to calculate the binary representation from letters from A to Z. they are defined in the 16seg.h header file for your convenience <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s a picture of the final product, hope you like it:</p>
<p><a href="http://www.mostafaberg.com/wp-content/uploads/2011/07/hacked_vfd.jpg"><img class="aligncenter size-medium wp-image-215" title="hacked_vfd" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/hacked_vfd-300x167.jpg" alt="" width="300" height="167" /></a></p>
<p>&nbsp;</p>
<p>For the time being that&#8217;s all I reached and all I&#8217;m going to do on this project, it can be pushed further but for my concerns, it was just for fun and I don&#8217;t really need it. however there are many cool uses that can be done (since it contains push buttons and an IR sensor), think about the possibilities, perhaps yet another twitter notifier that works via a TV remote ?? <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If you have questions leave it in the comments or email me, I&#8217;d be happy to help anytime !</p>
<p>Happy reversing <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Downloads:<a href="http://www.mostafaberg.com/wp-content/uploads/2011/07/vfd.tar.gz"><br />
vfd.tar</a> (Source code)<br />
<a href="http://www.mostafaberg.com/wp-content/uploads/2011/07/UPD16312.pdf">UPD16312</a> (Datasheet)</p>

<a href='http://www.mostafaberg.com/2011/07/reversing-the-vfd/img_0429/' title='IMG_0429'><img width="150" height="150" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0429-150x150.jpg" class="attachment-thumbnail" alt="IMG_0429" title="IMG_0429" /></a>
<a href='http://www.mostafaberg.com/2011/07/reversing-the-vfd/img_0431/' title='IMG_0431'><img width="150" height="150" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0431-150x150.jpg" class="attachment-thumbnail" alt="IMG_0431" title="IMG_0431" /></a>
<a href='http://www.mostafaberg.com/2011/07/reversing-the-vfd/img_0428/' title='IMG_0428'><img width="150" height="150" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0428-150x150.jpg" class="attachment-thumbnail" alt="IMG_0428" title="IMG_0428" /></a>
<a href='http://www.mostafaberg.com/2011/07/reversing-the-vfd/img_0424/' title='IMG_0424'><img width="150" height="150" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/IMG_0424-150x150.jpg" class="attachment-thumbnail" alt="IMG_0424" title="IMG_0424" /></a>
<a href='http://www.mostafaberg.com/2011/07/reversing-the-vfd/hacked_vfd/' title='hacked_vfd'><img width="150" height="150" src="http://www.mostafaberg.com/wp-content/uploads/2011/07/hacked_vfd-150x150.jpg" class="attachment-thumbnail" alt="hacked_vfd" title="hacked_vfd" /></a>

<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2011/07/reversing-the-vfd/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Enabling mod_rewrite on apache2</title>
		<link>http://www.mostafaberg.com/2011/04/enabling-mod_rewrite-on-apache2/</link>
		<comments>http://www.mostafaberg.com/2011/04/enabling-mod_rewrite-on-apache2/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 19:00:36 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=188</guid>
		<description><![CDATA[If you&#8217;re trying to enable mod_rewrite for apache2 on your ubuntu server (or any other distrib) and nothing works, this little writeup might save you a few hours of frustration ! To enable mod_rewrite on ubuntu server you should write the following command: sudo a2enmod rewrite Apparently, this isn&#8217;t enough to do the job, it [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to enable mod_rewrite for apache2 on your ubuntu server (or any other distrib) and nothing works, this little writeup might save you a few hours of frustration !<span id="more-188"></span></p>
<p>To enable mod_rewrite on ubuntu server you should write the following command:</p>
<p><code>sudo a2enmod rewrite</code></p>
<p>Apparently, this isn&#8217;t enough to do the job, it actually enables the module and loads it, but it won&#8217;t show up in<br />
<code><br />
sudo apache2ctl -l</code></p>
<p>after you&#8217;ve enabled mod_rewrite, it&#8217;s time for the fix to make it actually work !</p>
<p>head to <code>/etc/apache2/sites-enabled/</code> and then edit the site you&#8217;re currently using mostly it&#8217;ll be the file: <code>000-default</code></p>
<p>When you open the file, you&#8217;ll notice it&#8217;ll probably look like this :</p>
<p><span style="color: #800000;">&lt;VirtualHost *:80&gt;</span><br />
<span style="color: #800000;"> ServerAdmin admin@localhost</span></p>
<p><span style="color: #800000;"> DocumentRoot /var/www/</span><br />
<span style="color: #800000;"> &lt;Directory /&gt;</span><br />
<span style="color: #800000;"> Options FollowSymLinks</span><br />
<span style="color: #800000;"> AllowOverride none</span><br />
<span style="color: #800000;"> &lt;/Directory&gt;</span><br />
<span style="color: #800000;"> &lt;Directory /var/www/&gt;</span><br />
<span style="color: #800000;"> Options Indexes FollowSymLinks MultiViews</span><br />
<span style="color: #800000;"> AllowOverride none</span><br />
<span style="color: #800000;"> Order allow,deny</span><br />
<span style="color: #800000;"> allow from all</span><br />
<span style="color: #800000;"> &lt;/Directory&gt;</span></p>
<p>You need to replace the occurrence of <span style="color: #ff0000;">AllowOverride none</span> to <span style="color: #339966;">AllowOverride all</span></p>
<p>now the file should look like this :</p>
<p><span style="color: #800000;">&lt;VirtualHost *:80&gt;</span><br />
<span style="color: #800000;"> ServerAdmin admin@localhost</span></p>
<p><span style="color: #800000;"> DocumentRoot /var/www/</span><br />
<span style="color: #800000;"> &lt;Directory /&gt;</span><br />
<span style="color: #800000;"> Options FollowSymLinks</span><br />
<strong><span style="color: #339966;"> AllowOverride all</span></strong><br />
<span style="color: #800000;"> &lt;/Directory&gt;</span><br />
<span style="color: #800000;"> &lt;Directory /var/www/&gt;</span><br />
<span style="color: #800000;"> Options Indexes FollowSymLinks MultiViews</span><br />
<strong><span style="color: #339966;"> AllowOverride all</span></strong><br />
<span style="color: #800000;"> Order allow,deny</span><br />
<span style="color: #800000;"> allow from all</span><br />
<span style="color: #800000;"> &lt;/Directory&gt;</span></p>
<p>After editing your file, you will need to restart your apache2 server to see the changes !<br />
in your terminal, type:</p>
<p><code>sudo service apache2 restart</code></p>
<p>Now fire up your browser and check your <strong><em>working</em></strong> mod_rewrite !, happy development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2011/04/enabling-mod_rewrite-on-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing iPhone&#8217;s default password</title>
		<link>http://www.mostafaberg.com/2011/04/changing-iphones-default-password/</link>
		<comments>http://www.mostafaberg.com/2011/04/changing-iphones-default-password/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 23:42:50 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[iTouch]]></category>
		<category><![CDATA[Jailbreak]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=115</guid>
		<description><![CDATA[This is a little post to show you how to reset your default root password after jailbreaking your iPhone/iTouch/iPad ! (This works for any iOS jailbroken device on any iOS version) There are two ways to do this, first way is to do it via SSH, the second way is via mobile terminal.app 1st method: [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little post to show you how to reset your default root password after jailbreaking your iPhone/iTouch/iPad !</p>
<p>(This works for any iOS jailbroken device on any iOS version)</p>
<p>There are two ways to do this, first way is to do it via SSH, the second way is via mobile terminal.app</p>
<p>1st method:</p>
<ol>
<li>You need to have OpenSSH installed on your device, to do this, just install the package &#8220;openssh&#8221; from Cydia<br />
<span id="more-115"></span></li>
<li>Get your device&#8217;s IP address (Settings-&gt;WiFi) then tap on the blue arrow next to your WiFi connection and get your IP</li>
<li>Connect to your device via SSH using any computer in your network, open up your terminal (cmd) and type the following
<pre><code>
ssh root@192.168.1.2
</code></pre>
<p>If this is the first time you connect to your device, you will see the following message:</p>
<pre>The authenticity of host '192.168.1.2 (192.168.1.2)' can't be established.</pre>
<pre><code>RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
Are you sure you want to continue connecting (yes/no)? yes
</code></pre>
<p>Just type &#8220;yes&#8221; and hit enter</p>
<pre><code>
Warning: Permanently added '192.168.1.2' (RSA) to the list of known hosts.
</code></pre>
<p>You will next be asked to enter your password, the default root&#8217;s password is &#8220;alpine&#8221;<br />
write alpine and hit enter</p>
<pre><code>
root@192.168.1.2's password:
</code></pre>
<p>You will be then logged in to your device !, you shall see something similar to this:</p>
<pre><code>
mostafa-bergs-iPhone-4G:~ root#
</code></pre>
<p>Now you should change your password by typing in the command &#8220;passwd&#8221;</p>
<pre><code>
passwd
</code></pre>
<p>You will then be asked to type the new password, do that twice (make sure you don&#8217;t forget/loose the password)</p>
<pre><code>
Changing password for root.
New password:
Retype new password:
</code></pre>
</li>
</ol>
<p><strong>Congratulations!</strong>, You&#8217;re now safe from attacks.</p>
<p>2nd method:</p>
<p>Assuming that you can&#8217;t use SSH, so we&#8217;ll use the terminal on your phone directly !</p>
<ol>
<li>Install terminal.app (if you don&#8217;t already have it) by searching for &#8220;MobileTerminal&#8221; in Cydia</li>
<li>Depending on your terminal, you can be logged in as a different use (&#8220;mobile&#8221;, &#8220;root&#8221;, etc&#8230;)<br />
To know your current user, type in:<br />
<code>whoami</code><br />
if it says &#8220;<strong>root</strong>&#8221; then you&#8217;re ready to <strong>go to step 5</strong> , if it says anything else, <strong>proceed to step 3</strong> !</li>
<li>Switch the current user to &#8220;root&#8221; by typing &#8220;su&#8221; or &#8220;su root&#8221;</li>
<li>The terminal will ask you for a password, which will be &#8220;alpine&#8221;, type it and hit enter !</li>
<li>Now it&#8217;s time to change your password, type in the command &#8220;passwd&#8221;<br />
<code>passwd</code></li>
<li>The terminal will show something similar to this:<br />
<code><br />
Changing password for root.<br />
New password:<br />
</code></li>
<li>Type in your new password twice and you&#8217;re done !</li>
</ol>
<p><strong>Congrats again !</strong>, you&#8217;ve done it.</p>
<p>&nbsp;</p>
<p style="text-align: left;">Changing your root password is a must, anyone in your network can access your iDevice and control everything on your gadget if you&#8217;re not secured !, after following this little tutorial you&#8217;ll be really safe to go and play outside.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2011/04/changing-iphones-default-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Newbie&#8217;s guide to Rackspace (Server Creation)</title>
		<link>http://www.mostafaberg.com/2010/11/newbies-guide-to-rackspace-server-creation/</link>
		<comments>http://www.mostafaberg.com/2010/11/newbies-guide-to-rackspace-server-creation/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 19:16:35 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=69</guid>
		<description><![CDATA[Hello nerds, I&#8217;m writing this quickie as a tutorial on how to create your first server on rackspace, However, I won&#8217;t discuss how to set it up, just the creation part, I&#8217;ll show you how to interact and setup the server in another article. So let&#8217;s start with the requirements A Rackspace account (Duh&#8230;) An [...]]]></description>
			<content:encoded><![CDATA[<p>Hello nerds,</p>
<p>I&#8217;m writing this quickie as a tutorial on how to create your first server on rackspace, However, I won&#8217;t discuss how to set it up, just the creation part, I&#8217;ll show you how to interact and setup the server in another article.</p>
<p>So let&#8217;s start with the requirements<span id="more-69"></span></p>
<ol>
<li>A Rackspace account (Duh&#8230;)</li>
<li>An Internet browser</li>
</ol>
<p>After you&#8217;ve got those requirements ready, let&#8217;s head over to the next part !</p>
<ol>
<li>Login to your account (www.rackspacecloud.com)<br />
<img class="size-medium wp-image-72 alignnone" title="Login window" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.43.26-PM-300x241.png" alt="" width="300" height="241" /></li>
<li>You&#8217;ll be redirected to your dashboard, where you can CRUD your servers<br />
<img class="alignnone size-full wp-image-73" title="Dashboard view" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.43.38-PM.png" alt="" width="559" height="322" /></li>
<li>On the menu to the left, you need to go to &#8220;Hosting&#8221;, Then &#8220;Cloud servers&#8221;<img class="alignnone size-full wp-image-74" title="Cloud servers" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.43.42-PM.png" alt="" width="146" height="298" /></li>
<li>Now you&#8217;ll be taken to your servers&#8217; page ! <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (I have cleared my IP addresses and server names / Data Centers)<img class="alignnone size-full wp-image-75" title="Cloud listing" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.43.48-PM.png" alt="" width="520" height="87" /></li>
<li>As you guessed, the next step was to add a test server by clikcing the (Add server) button<br />
You&#8217;ll be bombarded with a beautiful list of server flavors !, choose the best to fit your needs<br />
for this test I will install an Ubuntu Server (as I only need it for webdev and I need a simple setup)&nbsp;</p>
<p><img class="alignnone size-full wp-image-76" title="Flavor" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.43.59-PM.png" alt="" width="491" height="463" /></li>
<li>*Clickety Click* and Ubuntu was chosen, now choose the server size ( I chose the smallest *Cheapest* as a sandbox)<br />
this can be resized later !<br />
Call the server any name you&#8217;d like (Make sure it&#8217;s something meaningful !)&nbsp;</p>
<p><img class="alignnone size-full wp-image-78" title="Flavor pt.2" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.44.19-PM.png" alt="" width="479" height="560" /></li>
<li>After creating the server, it takes about a minute to create your server (Allocating hardware, it&#8217;s a cloud you know)<br />
You&#8217;ll be emailed right after the server is active ! (Notice the password written in the green box ??)<br />
<img class="alignnone size-full wp-image-79" title="Creation" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.44.46-PM.png" alt="" width="619" height="404" /></li>
<li>After the server has been built, you now have full access to a 256mb box =)<img class="alignnone size-full wp-image-81" title="Server controls" src="http://www.mostafaberg.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-6.57.47-PM.png" alt="" width="733" height="245" /></li>
</ol>
<p>And you&#8217;re ready to go, under the &#8220;Cloud server details&#8221; group you&#8217;ll have the IP address for this box, rackspace usually ignore any traffic between their servers, so you can do lotta backups without worrying about bandwidth !</p>
<p>This was a little tutorial to help you out knowing how Rackspace looks like before actually paying for anything, I love Rackspace and chose it over amazon&#8217;s EC2 !, The reasons are many, but one of the most important reasons is Non presistance of EC2 servers, (In plain english, if you shutdown, you lose all data) which is not the case in Rackspace !</p>
<p>If you have any comments or require any other tutorials similar to this, please leave a comment below and let me know !</p>
<p>I&#8217;ll be posting more articles to complete the series, in the end you should be taken through all the steps to create a Production LAMP server (and a test one too) !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2010/11/newbies-guide-to-rackspace-server-creation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Welcome to my new blog</title>
		<link>http://www.mostafaberg.com/2010/11/welcome-to-my-new-blog/</link>
		<comments>http://www.mostafaberg.com/2010/11/welcome-to-my-new-blog/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 13:51:05 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/?p=65</guid>
		<description><![CDATA[Hey guys, I&#8217;ve been away from my blog for a while, here&#8217;s what i&#8217;ve been doing 1) My final year in Engineering, so lots of tests and studies ! (1 semester to go !) 2)My scratch&#38;win game has gone big, so I&#8217;ve been working on a newer version where players can actually win money 3)Working [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys, I&#8217;ve been away from my blog for a while, here&#8217;s what i&#8217;ve been doing</p>
<p>1) My final year in Engineering, so lots of tests and studies ! (1 semester to go !)</p>
<p>2)My scratch&amp;win game has gone big, so I&#8217;ve been working on a newer version where players can actually win money <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>3)Working on the apple platform with Cocos2d to make a nice car physics game (It&#8217;s still a work in progress, you&#8217;ll find it in my lab)</p>
<p>4)I&#8217;ve been working on my car for a while, tried to sell it and had to remove all my mods and expensive equipment, but then decided to keep it, so i&#8217;ll be busy putting everything back in <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Keep tuned, there&#8217;s going to be some nice tutorials here about web development and iOS development..</p>
<p>Yours,</p>
<p>Mostafa Berg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2010/11/welcome-to-my-new-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changes !</title>
		<link>http://www.mostafaberg.com/2009/05/changes/</link>
		<comments>http://www.mostafaberg.com/2009/05/changes/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:39:00 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[change]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[mostafaberg.com]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[webbstr.com]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/2009/05/changes/</guid>
		<description><![CDATA[Hello Everyone !, I&#8217;ve been away from my beautiful blog for a while ! been too busy with lots of troubles,I&#8217;m starting to wonder why most of people&#8217;s posts always start with &#8220;I&#8217;ve been away from my blog&#8221; hehe, it&#8217;s probably just me and my lazy fingers that won&#8217;t type ! Well, I&#8217;m finishing my [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone !,
<div></div>
<div>I&#8217;ve been away from my beautiful blog for a while !</div>
<div>been too busy with lots of troubles,I&#8217;m starting to wonder why most of people&#8217;s posts always start with &#8220;I&#8217;ve been away from my blog&#8221; hehe, it&#8217;s probably just me and my lazy fingers that won&#8217;t type !</div>
<div></div>
<div>Well, I&#8217;m finishing my finals on the 7th of June =], So afterwards , I&#8217;ll do some major changes in my life, digitally !</div>
<div></div>
<div>Some teasers about what will happen:</div>
<div>-mostafaberg.com will be my main blog !! any other ideas ??</div>
<div>-webbstr.com -> will that be my first social project?!</div>
<div>-I&#8217;ll blog about cars, other misc stuff !</div>
<div>-I&#8217;ll publish videos about hacks, some DIY&#8217;s</div>
<div>-Some tutorials about hacking in general, in terms of what i see it !, if you get what i mean.</div>
<div>-Something that has to do with music ! hehe</div>
<div></div>
<div>Those are still some teasters, they might change, they might even increase <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div>so if you have any comments, ideas, please just write it down there and i&#8217;ll make sure i&#8217;ll think of &#8216;em !:-)</div>
<div></div>
<div>see you soon </div>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2009/05/changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WTF code quality</title>
		<link>http://www.mostafaberg.com/2008/10/the-wtf-code-quality/</link>
		<comments>http://www.mostafaberg.com/2008/10/the-wtf-code-quality/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 23:27:00 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/2008/10/the-wtf-code-quality/</guid>
		<description><![CDATA[Hey all ,Recently, this photo showed up on my photoframe , and I found it really humorous my applause for the genius who sketched that http://www.flickr.com/photos/31698344@N02/2968154073]]></description>
			<content:encoded><![CDATA[<p>Hey all <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ,<br />Recently, this photo showed up on my photoframe , and I found it really humorous <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>my applause for the genius who sketched that <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>http://www.flickr.com/photos/31698344@N02/2968154073</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2008/10/the-wtf-code-quality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>my Aspire !</title>
		<link>http://www.mostafaberg.com/2008/10/my-aspire/</link>
		<comments>http://www.mostafaberg.com/2008/10/my-aspire/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 20:40:00 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[8"]]></category>
		<category><![CDATA[Aspire One]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Intel Atom]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MID]]></category>
		<category><![CDATA[notebook remix]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/2008/10/my-aspire/</guid>
		<description><![CDATA[Just bought a new laptop the 8.9&#8243; Acer Aspire One, It&#8217;s a great laptop with the Intel Atom processor, should be great, It comes loaded with crappy windows XP fully loaded with Spyware I&#8217;m going to install ubuntu Hardy, then add the Notebook remix to it to utilize the tiny screen It&#8217;s a great hacker [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:webdings;">
<div>
<div><span class="Apple-style-span" style="font-family: arial;">Just bought a new laptop <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></div>
<div><span class="Apple-style-span" style="font-family: arial;">the 8.9&#8243; Acer Aspire One, It&#8217;s a great laptop with the Intel Atom processor, should be great,</span></div>
<div><span class="Apple-style-span" style="font-family: arial;"><br /></span></div>
<div><span class="Apple-style-span" style="font-family: arial;">It comes loaded with crappy windows XP fully loaded with Spyware <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></div>
<div><span class="Apple-style-span" style="font-family: arial;"><br /></span></div>
<div><span class="Apple-style-span" style="font-family: arial;">I&#8217;m going to install ubuntu Hardy, then add the Notebook remix to it to utilize the tiny screen <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></div>
<div><span class="Apple-style-span" style="font-family: arial;"><br /></span></div>
<div><span class="Apple-style-span" style="font-family: arial;">It&#8217;s a great hacker toy <img src='http://www.mostafaberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I love it, and will use it forever !</span></div>
<div><span class="Apple-style-span" style="font-family: arial;"><br /></span></div>
<div><span class="Apple-style-span" style="font-family: arial;">I&#8217;ll keep you informed about how the ubuntu install went without CD !</span></div>
<div><span class="Apple-style-span" style="font-family: arial;"><br /></span></div>
<div><span class="Apple-style-span" style="font-family: arial;">stay tuned !</span></div>
</div>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2008/10/my-aspire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Ubuntu :-D</title>
		<link>http://www.mostafaberg.com/2008/10/new-ubuntu-d/</link>
		<comments>http://www.mostafaberg.com/2008/10/new-ubuntu-d/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 20:34:00 +0000</pubDate>
		<dc:creator>Berg</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.mostafaberg.com/2008/10/new-ubuntu-d/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre style="white-space: normal;"><script type="text/javascript" src="http://www.ubuntu.com/files/countdown/display.js"></script></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mostafaberg.com/2008/10/new-ubuntu-d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

