<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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/"
	>

<channel>
	<title>Business and Technology</title>
	<link>http://www.volkanrivera.com/eng</link>
	<description>Web 2.0, Business, PHP, MySQL, CodeIgniter, Volkan Rivera's Blog</description>
	<pubDate>Thu, 14 May 2009 22:11:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>The worst error I ever seen in Debian</title>
		<link>http://www.volkanrivera.com/eng/?p=36</link>
		<comments>http://www.volkanrivera.com/eng/?p=36#comments</comments>
		<pubDate>Tue, 20 May 2008 15:28:08 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>OpenSource</category>
	<category>Security</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=36</guid>
		<description><![CDATA[The problem with the library OpenSSH in Debian has generated too much noise in the blogsphere, in the last days. But just today I realize many of my servers would be vulnerable to this kind of explotation. You can detect if your system are affected using this script in python:  http://demo21.ovh.com/82a960d7199ea9391c73c2034b6b34dfP/debian_ssh_scan_v4.tar.bz2  If your [...]]]></description>
			<content:encoded><![CDATA[<p>The problem with the library <a target="_blank" href="http://www.openssh.org/">OpenSSH</a> in Debian has generated too much noise in the <a target="_blank" href="http://en.wikipedia.org/wiki/Blogosphere">blogsphere</a>, in the last days. But just today I realize many of my servers would be vulnerable to this kind of explotation. You can detect if your system are affected using this script in python:  <a target="_blank" href="http://demo21.ovh.com/82a960d7199ea9391c73c2034b6b34dfP/debian_ssh_scan_v4.tar.bz2">http://demo21.ovh.com/82a960d7199ea9391c73c2034b6b34dfP/debian_ssh_scan_v4.tar.bz2</a>  If your are affected, simple upgrade your system using this commands as root:  <font face="Courier New" color="#000080"># apt-get update # apt-get dist-upgrade </font> Just to be sure your system had not compromise conduct an audit to check if nobody has gained access to the server meanwhile it was vulnerable through this flaw in the library.   <a href="http://dilbert.com/strips/comic/2001-10-25/"><img width="500" border="0" src="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/00000/2000/200/2318/2318.strip.gif" alt="" /></a>  You can read more about this problem in <a target="_blank" href="http://www.technologyreview.com/Infotech/20801/">Technology Review</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=36</wfw:commentRSS>
		</item>
		<item>
		<title>Setting up your own GAE server</title>
		<link>http://www.volkanrivera.com/eng/?p=35</link>
		<comments>http://www.volkanrivera.com/eng/?p=35#comments</comments>
		<pubDate>Mon, 19 May 2008 13:34:42 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Internet</category>
	<category>OpenSource</category>
	<category>Google</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=35</guid>
		<description><![CDATA[The newest service of Google that has drawn my attention in recent months is GAE (Google App Engine), which allows us to use the Google&#8217;s network to deploy our web application in a transparent manner and win the ability to withstand million hits a day and to have our data replicated. Solving two serious problems [...]]]></description>
			<content:encoded><![CDATA[<p>The newest service of Google that has drawn my attention in recent months is <a href="http://code.google.com/appengine/docs/whatisgoogleappengine.html" target="_blank">GAE</a> (<a href="http://code.google.com/appengine/docs/whatisgoogleappengine.html" target="_blank">Google App Engine</a>), which allows us to use the Google&#8217;s network to deploy our web application in a transparent manner and win the ability to withstand million hits a day and to have our data replicated. Solving two serious problems facing all <a href="http://en.wikipedia.org/wiki/Startup_company" target="_blank">Start-up</a> of the Information Technology Industry, scalability and high availability.  </p>
<p>The main problem now with GAE, which is in beta right now, is that it is just available by invitation from Google. Fortunately I have one of this invitations accounts, but I began to think of all those who wish to test the service and currently do not have an GAE account . Even if I would&nbsp; be generous, Google does not allow more than three projects in GAE right now, and I can not erase projects, so until I have to be careful with my three projects.</p>
<p>So what can we do? Well, Google now offers as part of the SDK of GAE a very simple webserver which allows us to test our GAE application in our own machine, the problem is that by default the script <a target="_blank" href="http://code.google.com/appengine/docs/thedevwebserver.html">dev_appserver.py</a> only listen on localhost on port 8080. I thought about it, and after play around with the settings, I got a configuration that works using public IP and port 80, now I have that kind of solution running on <a target="_blank" href="http://gae.volkanrivera.com">http://gae.volkanrivera.com</a></p>
<p>It is important to be aware that not all features are supported by the GAE dev_appserver.py, the most important lack is the ability of logging using a Google Account. Please note that this type of solution I present here is a bit risky so I recommend you do it on a virtual server that can simply shut down in case of problems (someone hack the dev_appserver.py and our server is used to send spam).  Let&#8217;s start with the configuration, as root user install these packages:<br />
&nbsp;<br />
<font color="#000080"># apt-get install g++ zip unzip less postfix proftpd pound</font></p>
<p>If necessary you can reconfigure the postfix using this command:<br />
&nbsp;<br />
<font color="#000080"># dpkg-reconfigure postfix</font></p>
<p>When asked about what type of service you want for proftpd, select &quot;standalone&quot;.  Then edit /etc/proftpd/proftpd.conf and add these lines: </p>
<p><font face="Courier New" color="#000080">TimesGMT off<br />
DefaultRoot ~<br />
</font><br />
Do it after these line: </p>
<p><font face="Courier New" color="#000080"> # Port 21 is the standard FTP port.<br />
Port 21<br />
</font> <font face="Courier New" color="#000080"> </font><br />
Additionally disable the protocol ipv6 in /etc/proftpd/proftpd.conf this way: </p>
<p><font face="Courier New" color="#000080">UseIPv6 off</font></p>
<p>Now we edit the configuration file of the reverse proxy at /etc/pound/pound.cfg Just let these lines, be careful to replace <strong>www.xxx.yyy.zzz</strong> by the public IP of your server: </p>
<p><font face="Courier New" color="#000080">User&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;www-data&quot;<br />
Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;www-data&quot;<br />
LogLevel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br />
## check backend every X secs:<br />
Alive&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30</p>
<p>ListenHTTP<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Address www.xxx.yyy.zzz<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port&nbsp;&nbsp;&nbsp; 80</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xHTTP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Service<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BackEnd<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Address 127.0.0.1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port&nbsp;&nbsp;&nbsp; 8080<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End<br />
End</font></p>
<p>Then edit /etc/default/pound and place the value of variable startup = 1  Now we install the SDK, in order to do it, we have to download and install it as root user, in this way:  </p>
<p><font face="Courier New" color="#000080"># cd /usr/src </font><font face="Courier New" color="#000080"># wget http://googleappengine.googlecode.com/files/google_appengine_1.0.2.zip<br />
# unzip google_appengine_1.0.2.zip<br />
# mv google_appengine /usr/local/gae</font> <font face="Courier New" color="#000080"><br />
</font><br />
Now that we have installed our SDK we proceed to create a user who will run the GAE webserver in our case we will use the username &quot;gae&quot;, but it can be anyone: </p>
<p><font color="#000080"># adduser gae</font></p>
<p>Finally we change the user &quot;gae&quot; and continue the rest of the configuration as &quot;gae&quot; user: </p>
<p><font face="Courier New" color="#000080">$ cd ~/<br />
$ cp -R /usr/local/gae/demos/guestbook/ ./</font><font face="Courier New"><br />
</font> <font face="Courier New" color="#000080"> </font><br />
We need to create two scripts one to start the GAE server and another to stop it, here the script to start up the dev_appserver.py, you can call it &quot;start_gae&quot;: </p>
<p><font face="Courier New" color="#000080">#!/bin/bash</p>
<p>/usr/local/gae/dev_appserver.py<br />
&#8211;enable_sendmail<br />
$1<br />
2&gt;~/gae.log &amp;</font><font face="Courier New"><br />
</font> <font face="Courier New" color="#000080"> </font><br />
Here is the script to stop it, you can call it &quot;stop_gae&quot;: </p>
<p><font face="Courier New" color="#000080">#!/bin/bash</p>
<p>kill -9 `lsof -i :8080 | grep ^python | awk &lsquo;{print $2}&rsquo;`</font><font face="Courier New"><br />
</font> <font face="Courier New" color="#000080"> </font><br />
Before starting the server GAE, we need to create the following files, we&#8217;ll do with the same user that will run GAE webserver, to do so we use these commands: </p>
<p><font face="Courier New" color="#000080">$touch /tmp/dev_appserver.datastore<br />
$touch /tmp/dev_appserver.datastore.history</font><font face="Courier New"><br />
</font> <font face="Courier New" color="#000080"> </font><br />
If you do not have privileges to create these files as user &quot;gae&quot;, simply change to &quot;root&quot; user create them, and then change the owner with the chown command to user &quot;gae&quot;.  Now we are ready to start the GAE server, which for the moment we use to run the demo application that comes within the SDK call &quot;guestbook&quot;, to do so as the user &quot;gae&quot; execute this command: </p>
<p><font face="Courier New" color="#000080">$ ./start_gae guestbook/</font></p>
<p>If you have done all well. You should obtain this as the result of a &quot;<font face="Courier New" color="#000080">netstat-tl</font>&quot;: </p>
<p><font face="Courier New" color="#000080">Active Internet connections (only servers)<br />
Proto Recv-Q Send-Q Local Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Foreign Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; State<br />
tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 localhost:webcache&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<br />
tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:ftp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<br />
tcp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:ssh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN<br />
tcp6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 *:smtp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *:*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LISTEN</font><font face="Courier New"><br />
</font><br />
Note that &quot;webcache&quot; is the name of the port 8080. Now as the &quot;root&quot; user we must initiate the reverse proxy, to do so we use this command: </p>
<p><font face="Courier New" color="#000080"># /etc/rc.d/pound start</font></p>
<p>Ready now we can see our guessbook simply pointing to the IP public or using a valid domain name pointed to the IP. Enjoy your own GAE server, and happy coding.<!--3c2b417ef63a3a9d0df9ac939c546b3b--><!--251e7d1aaa6aa32c6e5066c81e8e050d--><!--f150b336883eee8f968b5e78d426aead-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=35</wfw:commentRSS>
		</item>
		<item>
		<title>Apple Macintosh 24th Anniversary</title>
		<link>http://www.volkanrivera.com/eng/?p=34</link>
		<comments>http://www.volkanrivera.com/eng/?p=34#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:50:22 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=34</guid>
		<description><![CDATA[The Apple Macintosh perform 24 years of its launch in the market this January 24, and with it the introduction of the graphical environment to the general public. Prior to the Apple Macintosh PC, the model Lisa, had already offered a graphical environment and mouse, but at a prohibitive price of nearly $ 10000.  [...]]]></description>
			<content:encoded><![CDATA[<p>The Apple Macintosh perform 24 years of its launch in the market this January 24, and with it the introduction of the graphical environment to the general public. Prior to the Apple Macintosh PC, the model <a href="http://en.wikipedia.org/wiki/Apple_Lisa">Lisa</a>, had already offered a graphical environment and mouse, but at a prohibitive price of nearly $ 10000.  To commemorate the date Dave Clausen, has made a modification of a case Macintosh 512k and has changed the mainboard by a <a href="http://en.wikipedia.org/wiki/Mac_mini">Mac Mini</a>, in addition to making the appropriate adjustments in order to withstand a floppy LS120 and the classic keyboard and the mouse Macintosh 512k.  The steps required to replicate the feat, circuits, photos and videos of the project are on <a href="http://dclausen.net/projects/tfam/">the website of Dave</a>.  Here the video of Steve Jobs introducing the Apple Macintosh:<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/tPPaxpTItCI" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/tPPaxpTItCI"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=34</wfw:commentRSS>
		</item>
		<item>
		<title>The American outsourcing way.</title>
		<link>http://www.volkanrivera.com/eng/?p=33</link>
		<comments>http://www.volkanrivera.com/eng/?p=33#comments</comments>
		<pubDate>Fri, 18 Jan 2008 05:32:46 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Humor</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=33</guid>
		<description><![CDATA[This is a relly good example of social critics through the humor:

WPvideo 1.10



]]></description>
			<content:encoded><![CDATA[<p>This is a relly good example of social critics through the humor:<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/k9_iQim8Mtw" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/k9_iQim8Mtw"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=33</wfw:commentRSS>
		</item>
		<item>
		<title>CompUSA website now hosted by Tigerdirect</title>
		<link>http://www.volkanrivera.com/eng/?p=32</link>
		<comments>http://www.volkanrivera.com/eng/?p=32#comments</comments>
		<pubDate>Tue, 15 Jan 2008 14:28:17 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Business</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=32</guid>
		<description><![CDATA[After giving me a tour of the site of CompUSA, looking for a bargain because it is already in liquidation, I found it suspiciously similar to the website of Tigerdirect, then I decided to check out where is hosted the CompUSA website, and oh! surprise, it is in range of IPs that belong to Tigerdirect.
Look [...]]]></description>
			<content:encoded><![CDATA[<p>After giving me a tour of the site of <a href="http://www.compusa.com/">CompUSA</a>, looking for a bargain because it is already in liquidation, I found it suspiciously similar to the website of <a href="http://www.tigerdirect.com/">Tigerdirect</a>, then I decided to check out where is hosted the CompUSA website, and oh! surprise, it is in range of IPs that belong to Tigerdirect.</p>
<p>Look what I got:</p>
<p>v<font face="Courier New">olkan68@volkan68-desktop:~$ nslookup www.compusa.com<br />
Server:         64.52.192.98<br />
Address:        64.52.192.98#53</font></p>
<p><font face="Courier New">Non-authoritative answer:<br />
Name:   www.compusa.com<br />
Address: 199.181.77.62</font></p>
<p><font face="Courier New">volkan68@volkan68-desktop:~$ whois 199.181.77.62</font></p>
<p><font face="Courier New">OrgName:    TigerDirect<br />
OrgID:      TIGERD-1<br />
Address:    3329 chapell blvd.<br />
City:       Durham<br />
StateProv:  NC<br />
PostalCode: 27707<br />
Country:    US</font></p>
<p><font face="Courier New">NetRange:   199.181.77.0 - 199.181.78.255<br />
CIDR:       199.181.77.0/24, 199.181.78.0/24<br />
NetName:    TIGER<br />
NetHandle:  NET-199-181-77-0-1<br />
Parent:     NET-199-0-0-0-0<br />
NetType:    Direct Assignment<br />
NameServer: MARCOPOLO.TIGERDIRECT.COM<br />
NameServer: DNS2.TIGERDIRECT.COM<br />
Comment:<br />
RegDate:    1994-07-21<br />
Updated:    2001-10-04</font></p>
<p><font face="Courier New">RTechHandle: AP-ORG-ARIN<br />
RTechName:   Amato, Peter<br />
RTechPhone:  +1-305-228-3390<br />
RTechEmail:  pamato@tigerdirect.com </font></p>
<p><font face="Courier New"># ARIN WHOIS database, last updated 2008-01-14 19:07<br />
# Enter ? for additional hints on searching ARIN’s WHOIS database.</font></p>
<p>If somebody knows what is the story behind this, please let us know. Tigetdirect bought the CompUSA domain name or CompUSA is using Tigerdirect as a <a href="http://en.wikipedia.org/wiki/Application_Service_Provider">ASP</a> for the virtual shop.<!--d5c885ace67c05f1cde02ad3e792a835--><!--77be753815509d7cf8d07d3978dcac68-->
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=32</wfw:commentRSS>
		</item>
		<item>
		<title>How will be the last day of Bill Gates in Microsoft?</title>
		<link>http://www.volkanrivera.com/eng/?p=31</link>
		<comments>http://www.volkanrivera.com/eng/?p=31#comments</comments>
		<pubDate>Sun, 13 Jan 2008 02:53:24 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Humor</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=31</guid>
		<description><![CDATA[This is a very funny video, presented by the same Bill Gates, enjoy it:

WPvideo 1.10



]]></description>
			<content:encoded><![CDATA[<p>This is a very funny video, presented by the same Bill Gates, enjoy it:<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/U17WMa7SuzA" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/U17WMa7SuzA"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=31</wfw:commentRSS>
		</item>
		<item>
		<title>Sweet Child O&#8217;Mine</title>
		<link>http://www.volkanrivera.com/eng/?p=30</link>
		<comments>http://www.volkanrivera.com/eng/?p=30#comments</comments>
		<pubDate>Sun, 06 Jan 2008 21:02:23 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=30</guid>
		<description><![CDATA[In 1987, Guns N&#8217; Roses, rock band release its firs album &#34;Appetite for Destruction&#34;, in which &#34;Sweet Child O&#8217;Mine&#34; was the first number one hit of the band. But I found this video, which is really funny, the same song but in unplugged version played by Indian musicians:

WPvideo 1.10



]]></description>
			<content:encoded><![CDATA[<p>In 1987, Guns N&#8217; Roses, rock band release its firs album &quot;Appetite for Destruction&quot;, in which &quot;Sweet Child O&#8217;Mine&quot; was the first number one hit of the band. But I found this video, which is really funny, the same song but in unplugged version played by Indian musicians:<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/4tC34cHlMRY&amp;NR/1" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/4tC34cHlMRY&amp;NR/1"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=30</wfw:commentRSS>
		</item>
		<item>
		<title>Film director hate people who watch movies on iPhone</title>
		<link>http://www.volkanrivera.com/eng/?p=29</link>
		<comments>http://www.volkanrivera.com/eng/?p=29#comments</comments>
		<pubDate>Sat, 05 Jan 2008 17:52:04 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Internet</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=29</guid>
		<description><![CDATA[This is a very funny video from youtube, where director David Lynch, tell us, what he think about people who watch movies over the iPhone.

WPvideo 1.10



]]></description>
			<content:encoded><![CDATA[<p>This is a very funny video from youtube, where director <a href="http://en.wikipedia.org/wiki/David_Lynch">David Lynch</a>, tell us, what he think about people who watch movies over the iPhone.<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/wKiIroiCvZ0" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/wKiIroiCvZ0"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=29</wfw:commentRSS>
		</item>
		<item>
		<title>Wifi pandemic</title>
		<link>http://www.volkanrivera.com/eng/?p=27</link>
		<comments>http://www.volkanrivera.com/eng/?p=27#comments</comments>
		<pubDate>Sat, 05 Jan 2008 16:14:55 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Internet</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=27</guid>
		<description><![CDATA[In a paper published in the Indiana University the researchers Hao Hu, Steven Meyers, Vittoria Colizza and Alessandro Vespignani (which can be downloaded from here). Explain how is possible a specific designed malware can propagate for a entire city using the wifi routers, because in many cases it has areas where the signal overlap. If [...]]]></description>
			<content:encoded><![CDATA[<p>In a paper published in the Indiana University the researchers Hao Hu, Steven Meyers, Vittoria Colizza and Alessandro Vespignani (which can be downloaded from <a href="http://arxiv.org/PS_cache/arxiv/pdf/0706/0706.3146v1.pdf">here</a>). Explain how is possible a specific designed malware can propagate for a entire city using the wifi routers, because in many cases it has areas where the signal overlap. If it became a true event could stop a vast part of the Internet.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=27</wfw:commentRSS>
		</item>
		<item>
		<title>Top 10 Family Guy moments season 6</title>
		<link>http://www.volkanrivera.com/eng/?p=28</link>
		<comments>http://www.volkanrivera.com/eng/?p=28#comments</comments>
		<pubDate>Fri, 04 Jan 2008 03:07:04 +0000</pubDate>
		<dc:creator>volkan68</dc:creator>
		
	<category>Humor</category>
		<guid isPermaLink="false">http://www.volkanrivera.com/eng/?p=28</guid>
		<description><![CDATA[What can I say, really funny.

WPvideo 1.10



]]></description>
			<content:encoded><![CDATA[<p>What can I say, really funny.<br />
<div class="wpv_videoc">
<div class="wpv_self"><a href="http://www.skarcha.com/wp-plugins/wpvideo/">WPvideo 1.10</a></div>
<div class="wpv_video"><object data="http://www.youtube.com/v/zasO700wyvs&amp;feature/bz301" type="application/x-shockwave-flash" width="100%" height="100%"><br />
<param name="movie" value="http://www.youtube.com/v/zasO700wyvs&amp;feature/bz301"></param></object></div>
</div>
]]></content:encoded>
			<wfw:commentRSS>http://www.volkanrivera.com/eng/?feed=rss2&amp;p=28</wfw:commentRSS>
		</item>
	</channel>
</rss>

