﻿<?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>Uğur Ethem Aydın Kişisel Blogu</title>
	<atom:link href="http://www.ugurethemaydin.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ugurethemaydin.com</link>
	<description>Asp, Mysql, HTML, JavaScript, Photoshop, Jquery, Seo ve daha fazlası...</description>
	<lastBuildDate>Fri, 25 Jun 2010 22:06:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript Kiosk Mode</title>
		<link>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html</link>
		<comments>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:01:06 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=295</guid>
		<description><![CDATA[Firefox ve safaride tam manası ile çalışmasada, internet kullanan  dostlarımızın çoğunluğu ( Developer ve designer lar hariç) genel olarak  internet explorer kullanmakta ve bana gelen bir istek üzerine bir  çalışmada full screen bir sayfa açılmasını istemişlerdi buna istinaden  bulduğum kodu sizinle paylaşmak isterim
&#60;script language="javascript" type="text/javascript"&#62;

window.open("default2.aspx",null,"toolbar=no,menubar=no,scrollbars=no,
resizable=no,location=no,directories=no,status=no,titlebar=no,fullscreen=yes");

self.resizeTo(screen.width,screen.height);

self.moveTo(0,0);

//if(navigator.appName == "Microsoft Internet Explorer")
if(browser == "Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox ve safaride tam manası ile çalışmasada, internet kullanan  dostlarımızın çoğunluğu ( Developer ve designer lar hariç) genel olarak  internet explorer kullanmakta ve bana gelen bir istek üzerine bir  çalışmada full screen bir sayfa açılmasını istemişlerdi buna istinaden  bulduğum kodu sizinle paylaşmak isterim<span id="more-295"></span></p>
<pre class="brush: javascript;">&lt;script language="javascript" type="text/javascript"&gt;

window.open("default2.aspx",null,"toolbar=no,menubar=no,scrollbars=no,
resizable=no,location=no,directories=no,status=no,titlebar=no,fullscreen=yes");

self.resizeTo(screen.width,screen.height);

self.moveTo(0,0);

//if(navigator.appName == "Microsoft Internet Explorer")
if(browser == "Microsoft Internet Explorer")

{
if(b_version == "7")

window.open('','_self');

else

window.opener = self;

window.close();

}
else

{
window.open('','_parent','');

window.close();

}

&lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/javascript/295-javascript-kiosk-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux sunucuya ssh ile bağlanma</title>
		<link>http://www.ugurethemaydin.com/linuxdebian/286-linux-sunucuya-ssh-ile-baglanma.html</link>
		<comments>http://www.ugurethemaydin.com/linuxdebian/286-linux-sunucuya-ssh-ile-baglanma.html#comments</comments>
		<pubDate>Wed, 02 Jun 2010 09:46:14 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Linux/Debian]]></category>
		<category><![CDATA[Linux sunucuya ssh ile bağlanma]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Putty ile Sunucuya Bağlanma]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sunucuya bağlanma]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=286</guid>
		<description><![CDATA[Bu makalemiz özellikle linux sunucularla yeni tanışan arkadaşlar  için çok gerekli buradaki yazımızda kısaca bir kaç resim eşliğinde putty  nasıl kullanılır onu anlatacağım.
Putty indirmek için buraya tıklayın

1- Putty ile Sunucuya Bağlanma
2- Düzenli Olarak bağlandığımız sunucu bilgilerini kaydetme
3- Putty ile resim yapma tabikide şaka putty ile  yapabileceklerimiz bunlar geriye kalan ayarlamalar vs vs [...]]]></description>
			<content:encoded><![CDATA[<p>Bu makalemiz özellikle linux sunucularla yeni tanışan arkadaşlar  için çok gerekli buradaki yazımızda kısaca bir kaç resim eşliğinde putty  nasıl kullanılır onu anlatacağım.</p>
<p>Putty indirmek için<a href="http://the.earth.li/%7Esgtatham/putty/latest/x86/putty.exe" target="_blank"> buraya tıklayın<br />
</a><br />
1- Putty ile Sunucuya Bağlanma<br />
2- Düzenli Olarak bağlandığımız sunucu bilgilerini kaydetme<br />
3- Putty ile resim yapma tabikide şaka putty ile  yapabileceklerimiz bunlar geriye kalan ayarlamalar vs vs hepsi linux  kodları ile alakalı. Putty sadece bu noktada Linux işletim sistemimiz  ile terminal üzerinden bağlantı görevini üstleniyor.</p>
<p><span id="more-286"></span></p>
<p>1- Putty ile sunucuya bağlanma</p>
<p><a href="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/1.gif"><img class="aligncenter size-full wp-image-287" title="1" src="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/1.gif" alt="1" width="456" height="435" /></a></p>
<p>Resimde Host Name (or IP address ) yazıyor. İngilizcesi olan  arkadaşlar anlamışlardır hemen orada yazanı. Türkçe olarak söylemek  gerekirse Sunucu Adı(veya IP Adresi) ben resimde örnek olarak ip  adresine <strong>111.222.333.444</strong> yazdım o kısma isterseniz <strong>siteadi.com</strong> gibi adres de yazabilirsiniz. Bu bölüme yazdıktan sonra sunucu  bilgisini Open butonuna tıklıyoruz. Karşımıza alttaki resimde gördüğümüz  ekran geliyor</p>
<p><strong> </strong>Buraya kullanıcı adını yazıyoruz.Büyük olasılıkla <strong>root </strong>olarak  atanmıştır. ardından bir alttaki ekran gelir ve şifreyi ister.</p>
<p><a href="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/2.gif"><img class="alignnone size-full wp-image-288" title="2" src="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/2.gif" alt="2" width="666" height="413" /></a></p>
<p>putty&#8217;i ilk defa kullanacakların en çok takılacağı yer burası sanırım  bende ilk kullandığımda takılmıştım ve bir türlü şifremi girememiştim <img title=":D" src="http://www.cmsturk.net/forum/images/smilies/biggrin.gif" border="0" alt="" /> Buradaki imleç sadece yanıp  söner asla ileri geri gitmez. Biz onun için onun ilerlemesine bakmadan  normal şifremizi yazıp onaylıyacağız.</p>
<p><a href="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/3.gif"><img class="alignnone size-full wp-image-289" title="3" src="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/3.gif" alt="3" width="666" height="413" /></a></p>
<p>Üstteki resime baktığımızda kullanıcı adı olarak root yazıp onayladık.  Sonra şifremizi yazıp onayladık ve sonra bir karşılama mesajı göründü bu  mesajda en son hangi ip den bu sunucuya ne zaman bağlandığımız yazıyor  bu mesajın amacı sizin kontrolünüz dışında herhangi birisi sunucuya  girmiş mi onu anlamaktır. benim 33.44.555.666 diye yazdığım kısım en son  ziyaret eden kişinin ip adresidir. onun altında <strong>root@ns2 [~]# </strong>yazıyor  bu da komut satırının başlangıcıdır.{ns2} sizin sunucu adınızdır. Bu  şekilde gördüğümüz zaman istediğimiz işleme başlıyabiliriz demektir.</p>
<p><strong>2-Düzenli Olarak bağlandığımız sunucunun bilgilerini kaydetme</strong></p>
<p><strong><a href="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/4.gif"><img class="alignnone size-full wp-image-290" title="4" src="http://www.ugurethemaydin.com/wp-content/uploads/2010/06/4.gif" alt="4" width="666" height="413" /></a></strong></p>
<p><strong>Evet hayırlı olsun.Sunucuya doğru bir şekilde bağlandık.Artık linux komutlarını kullanarak sunucumuza istediğimiz gibi müdahale edebiliriz</strong></p>
<p><strong><br />
</strong>Resim 1&#8242;e bakarsak orada Hostname kısmına yazdığımız ip adresine  ilaveten birde Saved Sessions bölümüne aynı ip adresini(ya da sunucu  adresini) yazmalıyız. Ardından Save butonuna basıyoruz. Tek başına  Hostname yada Saved Session bölümlerini doldurup kaydet dememiz işe  yaramaz ikisi de dolu olmalı.</p>
<p>yazımızın sonuna geldik.Anlaşılmayan bir yer varsa yorumlardan yardımcı olmaya çalışayım.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/linuxdebian/286-linux-sunucuya-ssh-ile-baglanma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian ip ayarlama</title>
		<link>http://www.ugurethemaydin.com/linuxdebian/280-debian-ip-ayarlama.html</link>
		<comments>http://www.ugurethemaydin.com/linuxdebian/280-debian-ip-ayarlama.html#comments</comments>
		<pubDate>Mon, 24 May 2010 02:02:29 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Linux/Debian]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian ip ayarlama]]></category>
		<category><![CDATA[debian ip configration]]></category>
		<category><![CDATA[debian network ayarları]]></category>
		<category><![CDATA[debian network settings]]></category>
		<category><![CDATA[etc newtwork interfaces]]></category>
		<category><![CDATA[ip ayarlama]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=280</guid>
		<description><![CDATA[Debian üzerinde ip ayarlamak için öncelikle şu komudu bilellim.
birçok unix sürümünde değişiklik gösteren sudo  &#8211; nano gibi komutlar vardır.Bunlar bizim windows tarafındaki not defteridir. 
şimdi debian linux da ip ayarlamaları için ip lerin yazıldığı belgemizi şu komutla açalım;
nano /etc/network/interfaces
ardından karşımıza aşağıdaki yazılar gelecektir.
# /etc/network/interfaces – configuration file for ifup(8), ifdown(8)
# the loopback interface
auto lo
iface lo inet [...]]]></description>
			<content:encoded><![CDATA[<p>Debian üzerinde ip ayarlamak için öncelikle şu komudu bilellim.</p>
<p>birçok unix sürümünde değişiklik gösteren sudo  &#8211; nano gibi komutlar vardır.Bunlar bizim windows tarafındaki not defteridir. <span id="more-280"></span></p>
<p>şimdi debian linux da ip ayarlamaları için ip lerin yazıldığı belgemizi şu komutla açalım;</p>
<p><code>nano /etc/network/interfaces</code></p>
<p>ardından karşımıza aşağıdaki yazılar gelecektir.</p>
<p># /etc/network/interfaces – configuration file for ifup(8), ifdown(8)</p>
<p># the loopback interface<br />
auto lo<br />
iface lo inet loopback</p>
<p>auto eth0<br />
iface eth0 inet static</p>
<p>address 192.168.1.42<br />
netmask 255.255.255.0<br />
broadcast 192.168.1.255<br />
gateway 192.168.1.1</p>
<p>ctrl + O kombinasyonu ile dosyamızı güncellemiş olarak ekrandan çıkmak için ctrl + x yada ctrl+c yapıyoruz.</p>
<p>sonrasında ethernet kartını bi restart ederek kendisine getiriyoruz <img src='http://www.ugurethemaydin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<code><br />
# /etc/init.d/networking restart<br />
</code></p>
<p>şimdi</p>
<p><code><br />
ifconfig<br />
</code></p>
<p>yazarak iplerimizi görebiliriz.</p>
<p> </p>
<p>ayrıca basitçe</p>
<p><code> ifconfig eth0 192.168.1.234</code><br />
şeklindede basic bir şekilde ip tanımlaması yapabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/linuxdebian/280-debian-ip-ayarlama.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an FTP server on Debian</title>
		<link>http://www.ugurethemaydin.com/linuxdebian/273-setting-up-an-ftp-server-on-debian.html</link>
		<comments>http://www.ugurethemaydin.com/linuxdebian/273-setting-up-an-ftp-server-on-debian.html#comments</comments>
		<pubDate>Fri, 21 May 2010 06:42:33 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Linux/Debian]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[network servers]]></category>
		<category><![CDATA[proftpd]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=273</guid>
		<description><![CDATA[Setting up an FTP server on Debian
As a means of distributing large collections of files FTP is still a popular  choice, despite the rise of bittorrent, and the growing number of HTTP  servers.
FTP is an often overlooked method of storing and giving access to files, in  many cases FTP servers have been [...]]]></description>
			<content:encoded><![CDATA[<h2>Setting up an FTP server on Debian</h2>
<p>As a means of distributing large collections of files FTP is still a popular  choice, despite the rise of bittorrent, and the growing number of HTTP  servers.</p>
<p>FTP is an often overlooked method of storing and giving access to files, in  many cases FTP servers have been retired in place of webservers such as  Apache.</p>
<p>But there are a lot of cases where offering access via FTP makes sense, even  with the limitations of FTP &#8211; most notably the difficulty of firewalling and the  security risk involved in using plaintext passwords.</p>
<p><span id="more-273"></span></p>
<p>There are several different FTP servers packaged within Debian, which you can  see via:</p>
<pre class="brush: vb;">apt-cache search ftp-server</pre>
<p>One of the most popular servers around is <a href="http://www.proftpd.org/">proftpd</a>, and that can be installed upon  Debian systems with:   <code>apt-get install proftpd</code> Once downloaded <tt>debconf</tt> will ask if you wish to run the server via  <tt>inetd</tt>, or in a standalone fashion. In general you want the latter  option.  After the installation the server will be running, and will grant access to  all user accounts upon the host.  If you wish to stop the server prior to more configuration you can do so  with:</p>
<pre>/etc/init.d/proftpd stop</pre>
<p>The configuration of <tt>proftpd</tt> is conducted via the configuration file  of <tt>/etc/proftpd.conf</tt>.</p>
<p><strong>Security Options</strong></p>
<p>There are several security options you can enable in <tt>proftpd</tt>, the  most notable is the use of TLS security.</p>
<p>To use TLS you will need to generate a key, and update your server&#8217;s  configuration file to use it.</p>
<p>Generating a key is simple enough with the <tt>openssl</tt> command, which is  contained in the <a href="http://packages.debian.org/openssl">openssl  package</a>:</p>
<pre>mkdir /etc/proftpd
cd /etc/proftpd
openssl req -new -x509 -days 365 -nodes -out ftpd-rsa.pem \
   -keyout ftpd-rsa-key.pem</pre>
<p>With the files generated you can add the following to your  <tt>proftpd.conf</tt> file:</p>
<pre>&lt;IfModule mod_tls.c&gt;
   TLSEngine on
   TLSLog /var/log/proftpd-tls.log
   TLSProtocol TLSv1

   # Are clients required to use FTP over TLS when talking to this server?
   TLSRequired off

   TLSRSACertificateFile    /etc/proftpd/ftpd-rsa.pem
   TLSRSACertificateKeyFile /etc/proftpd/ftpd-rsa-key.pem

   # Authenticate clients that want to use FTP over TLS?
   TLSVerifyClient off
&lt;/IfModule&gt;</pre>
<p>Other security options include limiting users to particular directories. To  limit the user &#8220;bob&#8221; to the starting directory &#8220;/tmp&#8221; you can use:</p>
<pre>DefaultRoot /tmp bob</pre>
<p>The more general approach is to restrict users to their own home directory,  which you can accomplish via:</p>
<pre>DefaultRoot ~</pre>
<p>This causes all users to be presented with the contents of their home  directory (as specified by <tt>/etc/passwd</tt>) when they  login.</p>
<p><strong>Permitting Anonymous Access</strong></p>
<p>To permit anonymous access to your server you will need to uncomment the  configuration options which are already present in the standard  <tt>/etc/proftpd.conf</tt> file.</p>
<p>This is a good starting point:</p>
<pre>&lt;Anonymous ~ftp&gt;
   User				ftp
   Group			nogroup

   # We want clients to be able to login with "anonymous" as well as "ftp"
   UserAlias			anonymous ftp

   # Cosmetic changes, all files belongs to ftp user
   DirFakeUser	on ftp
   DirFakeGroup on ftp

   RequireValidShell		off

   # Limit the maximum number of anonymous logins
   MaxClients			10

   # We want 'welcome.msg' displayed at login, and '.message' displayed
   # in each newly chdired directory.
   DisplayLogin			welcome.msg
   DisplayFirstChdir		.message

   # Limit WRITE everywhere in the anonymous chroot
   &lt;Directory *&gt;
     &lt;Limit WRITE&gt;
       DenyAll
     &lt;/Limit&gt;
   &lt;/Directory&gt;
&lt;/Anonymous&gt;</pre>
<p>This configuration setting allows users to login with either  <tt>anonymous</tt>, or <tt>ftp</tt>, as username and they will be able to read  from <tt>/home/ftp</tt>.</p>
<p>Thankfully they will be unable to upload new content, or delete existing  files. They will be given only read-only access to the  server.</p>
<p><strong>Miscallaneous Options</strong><br />
There are some other options which you might wish to change, for example the  welcome message presented to clients.</p>
<p>The welcome message presented is read from <tt>/home/ftp/welcome.msg</tt>,  editing that file will immediately change the text sent to users.</p>
<p>The hostname of your server is typically displayed to clients when they  connect &#8211; in the Debian package the greeting only includes the string &#8220;Debian&#8221; &#8211;  as you can see from the following session:</p>
<pre>user@host:~ ftp localhost
Connected to localhost.localdomain.
220 ProFTPD 1.2.10 Server (Debian) [127.0.0.1]</pre>
<p>To change this update the <tt>proftpd.conf</tt> file to include:</p>
<pre>ServerName "My.host.name"</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/linuxdebian/273-setting-up-an-ftp-server-on-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vhcs Kurulumu</title>
		<link>http://www.ugurethemaydin.com/linuxdebian/267-vhcs-kurulumu.html</link>
		<comments>http://www.ugurethemaydin.com/linuxdebian/267-vhcs-kurulumu.html#comments</comments>
		<pubDate>Fri, 21 May 2010 06:37:19 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Linux/Debian]]></category>
		<category><![CDATA[hosting kontrol paneli]]></category>
		<category><![CDATA[vhcs]]></category>
		<category><![CDATA[vhcs debian kurulumu]]></category>
		<category><![CDATA[vhcs2]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=267</guid>
		<description><![CDATA[vhcs; cpanel , plesk gibi gelişmiş hosting kontrol panelidir ve açık kaynaklıdır.
Son sürümü olan 2.4.8 ile de tüm hatalarından arınmış linux üzerinde kullanılabilecek en iyi Hosting Control Panel
Kurulum Harfiyen uygulanırsa sorunsuz kurulacaktır.Biz Sayın Burak Demiröz ile 3 gün sabahlama ile kurmayı başardık.Biraz sıkıntı yaşanabilir.
öncelikle vhcs paneli indiriyoruzhttp://www.vhcs.net/.
Vhcs çalışabilmesi için gereksinizmler şu şekildedir.
Apache &#8211; Webserver
Postfix &#8211; MTA
ProFTP
PHP
Perl
MySQL-Database
POP3 [...]]]></description>
			<content:encoded><![CDATA[<p>vhcs; cpanel , plesk gibi gelişmiş hosting kontrol panelidir ve açık kaynaklıdır.</p>
<p>Son sürümü olan 2.4.8 ile de tüm hatalarından arınmış linux üzerinde kullanılabilecek en iyi <a href="http://www.ron.com.tr">Hosting</a> <a href="http://www.exepanel.com">Control Panel</a></p>
<p>Kurulum Harfiyen uygulanırsa sorunsuz kurulacaktır.Biz Sayın Burak Demiröz ile 3 gün sabahlama ile kurmayı başardık.Biraz sıkıntı yaşanabilir.</p>
<p>öncelikle vhcs paneli indiriyoruz<a href="http://www.vhcs.net/" target="_blank">http://www.vhcs.net/</a>.</p>
<p>Vhcs çalışabilmesi için gereksinizmler şu şekildedir.</p>
<li>Apache &#8211; Webserver</li>
<li>Postfix &#8211; MTA</li>
<li>ProFTP</li>
<li>PHP</li>
<li>Perl</li>
<li>MySQL-Database</li>
<li>POP3 and IMAP</li>
<li>OpenSSL or mod_ssl for SSL-Webs</li>
<li>BIND &#8211; DNS Server</li>
<li>iptables (optional)</li>
<p><strong>Sisteminizi vhcs için hazırlama<br />
</strong>vhcs&#8217;nin çalışması için terminal ekranına sırası ile aşağıdaki satırları yazınız.</p>
<p>Terminal ekranı hakkında bilgi sahibi olmayan arkadaşlarıma <a title="http://tik.la/oc" href="http://tik.la/oc">http://tik.la/oc </a>adresindeki yazımı incelemeleri ni öneririm.</p>
<p><span id="more-267"></span></p>
<div style="margin-top: 5px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; display: block; padding: 0px;">
<div style="padding: 0px; margin: 0px;">Kod:</div>
<pre style="text-align: left; line-height: 12px; overflow: scroll; background-color: #f2f6f8; margin: 0px; font-family: monospace; direction: ltr; height: 324px; font-size: 12px; border: 1px inset; padding: 6px;">sudo aptitude install ssh postfix postfix-tls proftpd proftpd-mysql

sudo aptitude install courier-authdaemon courier-base courier-imap courier-maildrop

sudo aptitude install courier-pop libberkeleydb-perl libcrypt-blowfish-perl libcrypt-cbc-perl

sudo aptitude install libcrypt-passwdmd5-perl libdate-calc-perl libdate-manip-perl

sudo aptitude install libdbd-mysql-perl libdbi-perl libio-stringy-perl libmail-sendmail-perl

sudo aptitude install libmailtools-perl libmd5-perl libmime-base64-perl libmime-perl

sudo aptitude install libnet-dns-perl libnet-netmask-perl libnet-perl libnet-smtp-server-perl

sudo aptitude install libperl5.8 libsnmp-session-perl libterm-readkey-perl libtimedate-perl perl

sudo aptitude install perl-base perl-modules bind9 diff gzip iptables libmcrypt4 php4 patch php4-mcrypt

sudo aptitude install php4-mysql php4-pear procmail tar original-awk libterm-readpassword-perl

sudo aptitude install libsasl2-modules libsasl2 sasl2-bin bzip2 gcc make libc6-dev mysql-client-4.1

sudo aptitude install mysql-server-4.1 apache2 apache2-common apache2-mpm-prefork

sudo aptitude install libapache2-mod-php4</pre>
</div>
<p>gerekli paketleri kurduktan sonra indirdiğiniz arşivi açın. (root kullanıcısının masaüstüne açtığınızı varsayıyorum)</p>
<p>yine linux terminalden</p>
<p>cd /root/Desktop/vhcs2.4.7</p>
<p>komutu ile vhcs dizinine ulaşın ve aşağıdaki komutları uygulayın.</p>
<div style="margin-top: 5px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; display: block; padding: 0px;">
<div style="padding: 0px; margin: 0px;">Kod:</div>
<pre style="text-align: left; line-height: 12px; overflow: scroll; background-color: #f2f6f8; margin: 0px; font-family: monospace; direction: ltr; height: 48px; font-size: 12px; border: 1px inset; padding: 6px;">make
make install</pre>
</div>
<p>bu komutları uyguladıktan sonra<br />
/tmp/vhcs-2.4.8 dizinine gidin</p>
<p>bu dizinde bulunan etc klasörünün içerisindeki dosyaları /etc klasörüne<br />
usr klasörünün içerisindeki dosyaları /usr klasörüne<br />
var klasörünün içerisindeki dosyaları /var klasörüne<br />
kopyalayınız.</p>
<p>/var/www/vhcs2/engine/ dizininde bulunan vhcs2_common_code.pl dosyasının metin düzenleyiciniz ile açınız.</p>
<p>1408. satıra gidiniz ( my $cipher = Crypt::CBC -&gt; new( )<br />
hemen altta bulunan</p>
<div style="margin-top: 5px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; display: block; padding: 0px;">
<div style="padding: 0px; margin: 0px;">Kod:</div>
<pre style="text-align: left; line-height: 12px; overflow: scroll; background-color: #f2f6f8; margin: 0px; font-family: monospace; direction: ltr; height: 36px; font-size: 12px; border: 1px inset; padding: 6px;">'key'             =&gt; $main::db_pass_key,</pre>
</div>
<p>satırının hemen bir üst satırına</p>
<div style="margin-top: 5px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; display: block; padding: 0px;">
<div style="padding: 0px; margin: 0px;">Kod:</div>
<pre style="text-align: left; line-height: 12px; overflow: scroll; background-color: #f2f6f8; margin: 0px; font-family: monospace; direction: ltr; height: 36px; font-size: 12px; border: 1px inset; padding: 6px;"> 'keysize'=&gt;32,</pre>
</div>
<p>kodunu ekleyiniz.</p>
<p>yine 1446. satırda bulunan my $cipher = Crypt::CBC -&gt; new( bölümünede yukarıdaki</p>
<div style="margin-top: 5px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; display: block; padding: 0px;">
<div style="padding: 0px; margin: 0px;">Kod:</div>
<pre style="text-align: left; line-height: 12px; overflow: scroll; background-color: #f2f6f8; margin: 0px; font-family: monospace; direction: ltr; height: 36px; font-size: 12px; border: 1px inset; padding: 6px;"> 'keysize'=&gt;32,</pre>
</div>
<p>ekleme işlemini aynen uygulayınız.</p>
<p>terminal ekranından<br />
cd /var/www/vhcs2/engine/setup dizinine gidip<br />
./vhcs2-setup komutu ile kuruluma başlayabilirsiniz.</p>
<p>kurulum işlemi bittikten sonra <a href="http://localhost/vhcs2" target="_blank">http://localhost/vhcs2</a> adresi ile kontrol paneline kurulumda belirttiğiniz kullanıcı adı ve şifre ile giriş yapabilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/linuxdebian/267-vhcs-kurulumu.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plesk Api &#124; Parallels Plesk &#124; .NET – C#</title>
		<link>http://www.ugurethemaydin.com/asp/256-plesk-api-parallels-plesk-net-c.html</link>
		<comments>http://www.ugurethemaydin.com/asp/256-plesk-api-parallels-plesk-net-c.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:51:25 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=256</guid>
		<description><![CDATA[Parallels Plesk apilerini kullanmak için aşağıdaki metodu yazdım. Metod parametre olarak xml alır ve ve dönen cevabı verir.



string sonuc = “”;
public string SendToPlesk(string xml)
{
try
{
ServicePointManager.ServerCertificateValidationCallback = delegate  //ssl sertifikamız yok bu yüzden ssli atlatmak için bu kodu yazdım
{
return true;
};
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(“https://ip:port/enterprise/control/agent.php”);
request.Method = “POST”;
request.Headers.Add(“HTTP_AUTH_LOGIN”, “PleskKullanıcıADı“);
request.Headers.Add(“HTTP_AUTH_PASSWD”, “PleskŞifre“);//kullanıcı adı şifre yaz
request.ContentType = “text/xml”;
request.ContentLength = xml.Length;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
ASCIIEncoding [...]]]></description>
			<content:encoded><![CDATA[<p>Parallels Plesk apilerini kullanmak için aşağıdaki metodu yazdım. Metod parametre olarak xml alır ve ve dönen cevabı verir.</p>
<p><span id="more-256"></span></p>
<pre class="brush: csharp;">

string sonuc = “”;
public string SendToPlesk(string xml)
{
try
{
ServicePointManager.ServerCertificateValidationCallback = delegate  //ssl sertifikamız yok bu yüzden ssli atlatmak için bu kodu yazdım
{
return true;
};
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(“https://ip:port/enterprise/control/agent.php”);
request.Method = “POST”;
request.Headers.Add(“HTTP_AUTH_LOGIN”, “PleskKullanıcıADı“);
request.Headers.Add(“HTTP_AUTH_PASSWD”, “PleskŞifre“);//kullanıcı adı şifre yaz
request.ContentType = “text/xml”;
request.ContentLength = xml.Length;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
ASCIIEncoding encoding = new ASCIIEncoding();
byte[] buffer = encoding.GetBytes(xml);
using (Stream stream = request.GetRequestStream())
{
stream.Write(buffer, 0, xml.Length);
}
WebResponse Donen = request.GetResponse();
HttpWebResponse result = (HttpWebResponse)request.GetResponse();
Stream receive = result.GetResponseStream();
StreamReader sr = new StreamReader(receive);
sonuc = sr.ReadToEnd();
}
catch (Exception ex)
{
lblhata.Text=ex.Message;
}
return sonuc;
}
</pre>
<p>Metodu Kullanmak için;<br />
Aşağıdaki kodlar yeni bir ftp hesabı açar. Xmli plesk sitesinden indirdim.</p>
<pre class="brush: csharp;">
//0=username      1=pass    2=read izni         3=write izni       4=domain name
string response = SendToPlesk(string.Format(“
{0}
{1}-1
{2}{3}{4} “,
“ftpusername”,
“ftppass”,
“true”,
“false”,
domain.com
));
if (response.Contains(“ok”))
{
// Ftp Eklendi
}
else
{
//Ftp Eklenemedi
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/asp/256-plesk-api-parallels-plesk-net-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Çekici jQuery Slaytları Oluşturma Rehberi</title>
		<link>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html</link>
		<comments>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:15:09 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=246</guid>
		<description><![CDATA[Bu yazımızda hoş bir jQuery slaytı oluşturmayı inceleyeceğiz. Ayrıca bu resimlere başlık ve açıklama eklemeyi de göreceğiz.
Ama önce bitmiş halini bir görelim :

#ornekdivismi{
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
}

]]></description>
			<content:encoded><![CDATA[<p>Bu yazımızda hoş bir jQuery slaytı oluşturmayı inceleyeceğiz. Ayrıca bu resimlere başlık ve açıklama eklemeyi de göreceğiz.<span id="more-246"></span></p>
<p>Ama önce bitmiş halini bir görelim :</p>
<pre class="brush: css;">
#ornekdivismi{
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/javascript/246-cekici-jquery-slaytlari-olusturma-rehberi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>İcq 7 ile tarih değişecekmi</title>
		<link>http://www.ugurethemaydin.com/program-tanitimlari/241-icq-7-ile-tarih-degisecekmi.html</link>
		<comments>http://www.ugurethemaydin.com/program-tanitimlari/241-icq-7-ile-tarih-degisecekmi.html#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:16:45 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Program Tanıtımları]]></category>
		<category><![CDATA[icq]]></category>
		<category><![CDATA[icq download]]></category>
		<category><![CDATA[icq ses]]></category>
		<category><![CDATA[icq ses paketi]]></category>
		<category><![CDATA[icq7]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=241</guid>
		<description><![CDATA[Msn yokken hayatımızda büyük bir yer kaplayan icq ve o müthiş ses efektleri,msn messenger ın hayatımıza dahil olması ile artık yok.
icq geçen zaman içerisinde bir çok sürüm çıkarttı ve tahtını msn messenger dan almaya çalıştı.
ancak icq bugüne kadar başarılı ollamadı.Geçtiğimiz senelerde Mynet ICQ adı ile türkiye pazarına girmeye çalışan icq açıkcası bu hamlesi ile yine [...]]]></description>
			<content:encoded><![CDATA[<p>Msn yokken hayatımızda büyük bir yer kaplayan icq ve o müthiş ses efektleri,msn messenger ın hayatımıza dahil olması ile artık yok.</p>
<p>icq geçen zaman içerisinde bir çok sürüm çıkarttı ve tahtını msn messenger dan almaya çalıştı.<br />
ancak icq bugüne kadar başarılı ollamadı.Geçtiğimiz senelerde Mynet ICQ adı ile türkiye pazarına girmeye çalışan icq açıkcası bu hamlesi ile yine başarıyı sağlayamadı.Projede çok fazla hedef kitleye ulaşamadan atıl şekilde beklemeye alındı.</p>
<p>Msn Messenger ın karşı koyulmaz başarısı icq açısından bozulmaya çalışsada günümüzde internet deninde arama akla gelirken GOOGLE , anlık mesajlaşma denincde MESENE(MSN)  <img src='http://www.ugurethemaydin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  akla gelmekte.7 den 77 e herkesin bir hotmail hesabı var.Dolayısı ile de msn messenger hesabı var.</p>
<p>icq geçtiğimiz günlerde yaptığı yeni lasmanı ile icq 7 versionunu tanıttı.</p>
<p>icq 7 artık indirilebilir durumda http://www.icq.com/download adresinden indirmeye sunuluyor.</p>
<p>Aslına bakarsanız icq 7 nin en büyük özellikleri sosyal medyayı arkasına alarak çalışan yapısı&#8230;Facebook,Twitter,Flickr,Youtube gibi sosyal ağlara direk erişim sağlayabilen bir yapısı var.</p>
<p>Peki bu ne işe yarayacak diye düşünebilirsiniz.Bu özellik sayesinde icq durumunuzu facebook ta veya twitter da yayınlayabilirsiniz yada hızlı bir şekilde resim,link,dosya alışverişi yapabilirsiniz.<br />
Tabiki sizin gibi bu medyaları icq hesaplarına ekleyen arkadaşlarınızın aktivitelerini &#8221; Feeds from Friends &#8221; sekmesinden görebilirsiniz.</p>
<blockquote><p>Bu yeniliklerin haricinde bir çok yeniliği olan icq7 kullanılası bir program olduğunu düşünmekteyim&#8230;.</p></blockquote>
<p>Ancak kim kalkarda msn gibi bir büyük anlık mesajlaşma programını kullanırken dönüp kimsenin şu an için kullanmadığı icq yazılımına yönelir.Tabiki Msn üzerinden gelen sorulardan ve isteklerden bıkan biz teknoloji mağdurları&#8230;</p>
<blockquote><p>Yahu kanka benim bilgisayarda durup dururken bişiler çıkıyor&#8230; Getirsem bi bakarız dimi&#8230;</p></blockquote>
<p>gibi istekleri msn den yazanlar dan sıkılmış veyahut</p>
<blockquote><p>kanka yazıyorum yazıyorum çalışmıyor.Bi el atsanda şu ürün ekleme muhabbetini bi yapsan&#8230;</p></blockquote>
<p>diyen tüm sistemi yazdırmaya çalışan can dostlardan sıkılanlar varsa icq şiddetle geçmelerini öneririm.En azından o zaman icq network te ciddi bir bilirkişi alt yapısı doğar ve seviyeli  bir ticaret ve bilgi paylaşımı olabilir.</p>
<p>Ama Siz bu tarz şeylere maruz kalmıyorsanız msn messenger candır&#8230; <img src='http://www.ugurethemaydin.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>birde son olarak alet çantası bölümüne yeni icq ses paketini ekledim.İndirebilir bir döneme damgasını buran icq seslerinin yeni hallerini zevkle dinleyebilir veya msn messenger bildirim sesleri yerine kullanabilirsiniz&#8230;</p>
<p><a style="outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; text-decoration: underline; color: #000000; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://www.ugurethemaydin.com/web-tasarimi-alet-cantasi/">Alet Çantası Bölümüne Gidebilir buradan programı download edebilirsiniz.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/program-tanitimlari/241-icq-7-ile-tarih-degisecekmi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp de Mysql Fonksiyonları kullanmak</title>
		<link>http://www.ugurethemaydin.com/asp/232-asp-de-mysql-fonksiyonlari-kullanmak.html</link>
		<comments>http://www.ugurethemaydin.com/asp/232-asp-de-mysql-fonksiyonlari-kullanmak.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 02:21:16 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=232</guid>
		<description><![CDATA[Selamlar Saygılar;
Asp ile senelerdir bir çok proje geliştirmiş biri olarak asp ye başlarken ado nesnesi ile yaptığımız şaklabanlıkları zaman geçtikce gelişen ve büyüğen web sektörü içerisinde alt yapımız geliştirme çabamızın içerisinde yetersiz kalıyordu.
Geçen zaman içerisinde access deki yeteneksizlik ve güvenirlik problemleri yüzünden ve büyük projelere uyum sağlayamamasından ötürü farklı bir veritabanı arayışı içine girdim.
Mssql ilk [...]]]></description>
			<content:encoded><![CDATA[<p>Selamlar Saygılar;</p>
<p>Asp ile senelerdir bir çok proje geliştirmiş biri olarak asp ye başlarken ado nesnesi ile yaptığımız şaklabanlıkları zaman geçtikce gelişen ve büyüğen web sektörü içerisinde alt yapımız geliştirme çabamızın içerisinde yetersiz kalıyordu.</p>
<p>Geçen zaman içerisinde access deki yeteneksizlik ve güvenirlik problemleri yüzünden ve büyük projelere uyum sağlayamamasından ötürü farklı bir veritabanı arayışı içine girdim.<span id="more-232"></span></p>
<p>Mssql ilk gözümü çarpan oldu.Biraz kullandıktan sonra sunucu tarafındaki kaynak tüketim problemleri(fazla kaynak tüketimi) ve maliyetli bir yapısı olduğundan mysql üzerinde bişiler yapmayı düşündüm.</p>
<p>Sonrasında Mysql nimetleri ve hızını gördükten sonra asp ve mysql ikilisinin ne kadar çok yakıştığını öğrendim.</p>
<p>Gel zaman git zaman Php ye geçip bu mysql meletini daha rahat kullanmayı düşünmedim değil.Ancak Asp ye olan bağlılığım buna hep engel teşkil etti. oje tabanlı programlamaya ne kadar imrensemde asp de buna çok fazla dokunamasakta HTML kodları arasında esnek bir şekilde kod yazabildiğimiz müthiş script ,asp bizi her zaman kucakladı.</p>
<p>lafı fazla uzatmadan asp ve mysql olayına bir bakış açısı daha getirip hemen php de ki mysql fonksiyonları gibi asp de de hızlı kod yazmaı oop modeline yaklaşmayı nasip eden kodlar ile sözlerime devam edeyim.</p>
<pre class="brush: vb;">

Class Veritabani
        Public SQL,RS,TOTAL

        Public Function EXE(e)
                SQL = replace(SQL,&quot;Select&quot;,&quot;Select SQL_CALC_FOUND_ROWS&quot;)
                Set RS= conn.Execute(SQL)
                if inSTR(e,&quot;toplam&quot;)    &gt; 0 then TOT()
        End Function

        Private Function TOT
                Set e   = conn.Execute(&quot;SELECT FOUND_ROWS() as x&quot;)
                TOTAL   = CINT(e(&quot;x&quot;))
                Set e   = nothing
        End Function

        Public Function CLS
                Set RS = nothing
        End Function
End Class
</pre>
<p>Bu da kullanım şekli&#8230;</p>
<pre class="brush: vb;">
Set kayitCek = new Veritabani
  With kayitCek
    .SQL = &quot;Select * from tablo&quot;
    .EXE(&quot;toplam&quot;)
    response.write .RS(&quot;FieldName&quot;)
    response.write .TOTAL
    .CLS
  End With
Set kayitCek = nothing
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/asp/232-asp-de-mysql-fonksiyonlari-kullanmak.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web de paylaşılan 50 Viral Resim</title>
		<link>http://www.ugurethemaydin.com/genel/hatadair/227-web-de-paylasilan-50-viral-resim.html</link>
		<comments>http://www.ugurethemaydin.com/genel/hatadair/227-web-de-paylasilan-50-viral-resim.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:58:41 +0000</pubDate>
		<dc:creator>Uğur Ethem AYDIN</dc:creator>
				<category><![CDATA[Hayata Dair]]></category>

		<guid isPermaLink="false">http://www.ugurethemaydin.com/?p=227</guid>
		<description><![CDATA[ 50 tane birbirinden güzel resimin yer aldığı bu paylaşımı kaçırmayın&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://thefuturebuzz.com/pics/viral-images-3/swine-flu-remedy.jpg" alt="" width="285" height="202" /> 50 tane birbirinden güzel resimin yer aldığı bu paylaşımı kaçırmayın&#8230;<span id="more-227"></span></p>
<p><!--CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt--></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text"> </span></span></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text">Charts/infographics</span> Charts / infographics</span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/distracted-drivers.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><strong>Pixar ve Dreamworks arasındaki fark</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/pixar-vs-dreamworks.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Source:  opinions?</strong></span><br />
<strong>Kaynak: görüşler?</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/source-opinions.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Creative wedding invite</strong></span><br />
<strong>Yaratıcı düğün davet</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/great-wedding-invite.gif" alt="" /></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/take-a-joke.jpg" alt="" width="575" height="739" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Great use of a Venn Diagram</strong></span><br />
<strong>Bir Venn şeması Great use of</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/venn-diagram.gif" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Evolution of Pepsi and Coke logos</strong></span><br />
<strong>Evrim Pepsi ve kola logoları</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/pepsi-vs-coke.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Interesting credit infographic</strong></span><br />
<strong>Infographic kredi İlginç</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/creditcardtruth.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>In a world without net neutrality…</strong></span><br />
<strong>Net tarafsız olmayan bir dünyada &#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/great-wedding-invite.png" alt="" /></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/net-neutrality.png" alt="" /></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/americans-are-fat.jpg" alt="" /></p>
<h2><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Nature, weather, people</strong></span><br />
<strong>Doğa, hava durumu, insanlar</strong></span></h2>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Perhaps he should wait until the next<br />
stop…</strong></span> <strong>Belki de sonraki durak kadar beklemeniz gerekir<br />
&#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/possums.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Great shot…</strong></span> <strong>Great<br />
shot &#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/rainbow.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Even I think this is cute</strong></span><br />
<strong>Ben bile bu şirin olduğunu düşünüyorum</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/tiger.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Shot of Bora Bora, great above/below water<br />
angle</strong></span> <strong>Shot Bora Bora, birinin üzerine büyük / su açısı<br />
aşağıda</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/bora-bora.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>If Spiderman were a lizard</strong></span><br />
<strong>Eğer Spiderman bir kertenkele vardı</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/spiderman-lizard.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Nature/civilization clash</strong></span><br />
<strong>Doğa / medeniyet çatışması</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/birds.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Wouldn&#8217;t want to be this ant…</strong></span><br />
<strong>Bu karınca olmak istemem &#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/ants.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Stunning palm tree</strong></span> <strong><br />
Palmiye Stunning</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/after-the-storm.jpg" alt="" /></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>You know it&#8217;s cold when:</strong></span><br />
<strong>Bunu soğuk biliyorum zaman:</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/cold.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Jet takeoff at dawn</strong></span><br />
<strong>Şafakta Jet kalkış</strong></span></p>
<div class="MsoNormal"><strong> </strong></div>
<p> </p>
<div><strong> </strong></div>
<p><strong> </p>
<p></strong></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/DIAsunrise_ulevich.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Morning Glory clouds over Australia</strong></span><br />
<strong>Avustralya üzerinden Morning Glory bulutlar</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/morninggloryclouds_petroff.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><em><strong>Credit &amp;<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/creativecommons.org');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://creativecommons.org/licenses/by-sa/3.0/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhWVJgWwIZm5DlUFscIaQYGb_WdhQ"><br />
Licence</a> :</strong> Mick Petroff</em></span> <em><strong>Kredi &amp;<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/creativecommons.org');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://creativecommons.org/licenses/by-sa/3.0/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhWVJgWwIZm5DlUFscIaQYGb_WdhQ"><br />
Lisans:</a></strong> Mick Petroff</em></span></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Perfect timing…</strong></span> <strong><br />
Mükemmel zamanlama &#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/lightning.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>A toothy grin</strong></span> <strong><br />
Dişlek bir sırıtış</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/smiling-shark.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Photo crasher</strong></span> <strong><br />
Fotoğraf Crasher</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/photo-crasher.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Aerial shot of surfers</strong></span><br />
<strong>Hava gezginlerinizin vurdu</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/surfers-overview.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Stunning tower</strong></span> <strong><br />
Kule Stunning</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/the-tower.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://www.flickr.com/photos/mudmucks/586500859/sizes/l/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhvrecknr5VGKwyn5-qhCfd-ehZag"><br />
<em>image credit:  mudmucks via flickr</em></a></span><br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://www.flickr.com/photos/mudmucks/586500859/sizes/l/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhvrecknr5VGKwyn5-qhCfd-ehZag"><br />
<em>görüntü kredi: mudmucks Flickr üzerinden</em></a></span></p>
<h2><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Humor</strong></span> <strong>Humor</strong></span></h2>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Well that&#8217;s one way to quit</strong></span><br />
<strong>Iyi ki çıkmak için bir yol</strong></span></p>
<div><strong> </strong></div>
<p> </p>
<div><strong> </strong></div>
<p><strong> </p>
<p></strong></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/designer-quit.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>How to take care of swine flu</strong></span><br />
<strong>Nasıl domuz gribi bakmak</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/swine-flu-remedy.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Archetype of news coverage when someone<br />
famous dies</strong></span> <strong>Haberleri birisi ünlü Archetype ölür</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/famous-person.png" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Times must be tough for this shop –<br />
someone should show them Ebay</strong></span> <strong>Bu kez alışveriş için zor<br />
olmalı &#8211; Biri Ebay göstermek gerekir</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/help-wanted.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Genetics, explained</strong></span><br />
<strong>Genetik, açıkladı</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/genetics.png" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>They should be required to spell right in<br />
order to give tickets</strong></span> <strong>Onlar sağ bilet sipariş vermek<br />
için büyü için gerekli olmalıdır</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sign-mispelling.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>This is how you market to ignorant people</strong></span><br />
<strong>Bu cahil insanlara nasıl pazarı</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/never-obsolete.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Irony?</strong></span> <strong>Ironi?</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/irony.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Great PSA</strong></span> <strong>Great<br />
PSA</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sand.jpg.jpg" alt="" /></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sign.png.jpg" alt="" /></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sleep-psa.jpg" alt="" /></p>
<h2><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Art and creative</strong></span> <strong><br />
Sanat ve yaratıcı</strong></span></h2>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Coffee art</strong></span> <strong>Kahve<br />
sanatı</strong></span></p>
<div><strong> </strong></div>
<p> </p>
<div><strong> </strong></div>
<p><strong> </p>
<p></strong></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/coffee-art.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Staple City</strong></span> <strong>Elyaf<br />
Şehir</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/staple-scyscrapers.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Motherboard Mona Lisa</strong></span><br />
<strong>Anakart Mona Lisa</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/motherboard-mona-lisa.jpg" alt="" /></p>
<h2><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Science and technology</strong></span><br />
<strong>Bilim ve teknoloji</strong></span></h2>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Clear view of a 1,000 year old explosion</strong></span><br />
<strong>Bir 1.000 yıl net patlama eski</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/explosion.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><em>via<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/news.nationalgeographic.com');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://news.nationalgeographic.com/news/2009/11/photogalleries/091124-week-in-space-pictures-70/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhh-OipLN-07cGA6h57WH56V7e7GFw"><br />
National Geographic</a></em></span> <em><br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/news.nationalgeographic.com');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://news.nationalgeographic.com/news/2009/11/photogalleries/091124-week-in-space-pictures-70/&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhh-OipLN-07cGA6h57WH56V7e7GFw"><br />
National Geographic</a> ile</em></span></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Perfect shot of a<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://en.wikipedia.org/wiki/Prandtl%25E2%2580%2593Glauert_singularity&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhsxEP8oPUnNCwEPmeEagvH2F_Z-A"><br />
Prandtl–Glauert singularity</a></strong></span> <strong>Mükemmel bir<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://en.wikipedia.org/wiki/Prandtl%25E2%2580%2593Glauert_singularity&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhsxEP8oPUnNCwEPmeEagvH2F_Z-A"><br />
Prandtl</a> shot<br />
<a onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" href="http://translate.googleusercontent.com/translate_c?hl=tr&amp;ie=UTF-8&amp;sl=en&amp;tl=tr&amp;u=http://en.wikipedia.org/wiki/Prandtl%25E2%2580%2593Glauert_singularity&amp;prev=_t&amp;rurl=translate.google.com.tr&amp;usg=ALkJrhhsxEP8oPUnNCwEPmeEagvH2F_Z-A"><br />
of-Glauert tekillik</a></strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/vapour-cloud.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Missile defense test</strong></span><br />
<strong>Füze savunma testi</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/Peacekeeper-missile-testing.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>The path of a Roomba traced via long<br />
exposure</strong></span> <strong>Bir Roomba yolu uzun pozlama ile takip</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/roomba-movement.jpg" alt="" /></p>
<h2><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text">Random</span> Random</span></h2>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>A periodic table of the elements,<br />
literally</strong></span> <strong>Elemanları, kelimenin tam anlamıyla bir<br />
periyodik tablo</strong></span></p>
<div><strong> </strong></div>
<p> </p>
<div><strong> </strong></div>
<p><strong> </p>
<p></strong></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/periodic-table.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>This guy really loves web development</strong></span><br />
<strong>Bu adam gerçekten web geliştirme seviyor</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/php.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>3.14 = PIE</strong></span> <strong>3,14 =<br />
PIE</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/pie.jpg" alt="" /></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Great place for an airport</strong></span><br />
<strong>Havaalanına Great place for</strong></span></p>
<div><strong> </strong></div>
<p> </p>
<div><strong> </strong></div>
<p><strong> </p>
<p></strong></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/airport.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>If websites were people</strong></span><br />
<strong>Eğer web siteleri kişi vardı</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/websites-as-people.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>The absurdity of music download fines<br />
illustrated</strong></span> <strong>Müzik indir para cezaları ve saçmalığı<br />
resimli</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/absurdity-of-file-downloads.jpg" alt="" /></p>
<p class="MsoNormal"><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Obvious sign says…</strong></span> <strong><br />
Açık oturum diyor ki &#8230;</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sign.png" alt="" /></p>
<p><span onmouseover="_tipon(this)" onmouseout="_tipoff()"><br />
<span class="google-src-text"><strong>Just in case you were unsure what you were<br />
looking at</strong></span> <strong>Sadece size de ne aradığını emin idi durumda</strong></span></p>
<p class="MsoNormal"><img src="http://thefuturebuzz.com/pics/viral-images-3/sand.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ugurethemaydin.com/genel/hatadair/227-web-de-paylasilan-50-viral-resim.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
