<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ALPER TUNGA</title>
	<atom:link href="http://alpertunga.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alpertunga.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 12 Dec 2007 20:16:49 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='alpertunga.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ALPER TUNGA</title>
		<link>http://alpertunga.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alpertunga.wordpress.com/osd.xml" title="ALPER TUNGA" />
	<atom:link rel='hub' href='http://alpertunga.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Ssh ile şifresiz bağlantı</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/ssh-ile-sifresiz-baglanti/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/ssh-ile-sifresiz-baglanti/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 19:36:03 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/ssh-ile-sifresiz-baglanti/</guid>
		<description><![CDATA[# cd ~/.ssh # ssh-keygen -t rsa (passphrase isteyecek, bos geçin entera basın) # cat id_rsa &#124;ssh username@hostname &#8216;cat &#62; ~/.ssh/id_rsa&#8217; Bağlanacağınız makinenin şifresini yazın&#8230;. # cat id_rsa.pub &#124;ssh username@hostname &#8216;cat &#62; ~/.ssh/id_rsa.pub&#8217; Bağlanacağınız makinenin şifresini yazın&#8230;. # ssh username@hostname &#8216;cat ~/.ssh/id_rsa.pub &#62;&#62;~/.ssh/authorized_keys&#8217; Bağlanacağınız makinenin şifresini yazın&#8230;. # ssh root username@hostname &#8216;chmod 600 ~/.ssh/*&#8217; İşte [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=10&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"># cd ~/.ssh</span></font></em> <em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"># ssh-keygen -t rsa</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;">(</span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;">passphrase isteyecek, bos geçin entera basın)</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"># cat id_rsa |ssh username@hostname &#8216;cat &gt; ~/.ssh/id_rsa&#8217;</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;">Bağlanacağınız makinenin şifresini yazın&#8230;.</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"># cat id_rsa.pub |ssh username@hostname &#8216;cat &gt; ~/.ssh/id_rsa.pub&#8217;</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"><span style="font-size:10pt;font-style:italic;">Bağlanacağınız makinenin şifresini yazın&#8230;.</span></span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"><span style="font-size:10pt;font-style:italic;"></span></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"># ssh username@hostname &#8216;cat ~/.ssh/id_rsa.pub &gt;&gt;~/.ssh/authorized_keys&#8217;</span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"></span></font></em><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"><span style="font-size:10pt;font-style:italic;">Bağlanacağınız makinenin şifresini yazın&#8230;.</span></span></font></em></li>
<li><em><font size="2" face="Courier New"><span style="font-size:10pt;font-style:italic;"><span style="font-size:10pt;font-style:italic;"></span></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"># ssh root username@hostname &#8216;chmod 600 ~/.ssh/*&#8217;</span></font></em></li>
</ul>
<p class="MsoNormal"><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;">İşte bu kadar.Bunları yapmak zor diyorsanız işte size scripti ;</span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">#!/usr/bin/ksh</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">print &#8220;REMOTE USER NAME ?\c &#8220;; read username</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">print &#8220;REMOTE HOST NAME ?\c &#8220;; read hostname</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">cd ~/.ssh</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">ssh-keygen -t rsa</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">echo &#8220;1.\c&#8221;</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">cat id_rsa |ssh $username@$hostname &#8216;cat &gt; ~/.ssh/id_rsa&#8217;</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">echo &#8220;2.\c&#8221;</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">cat id_rsa.pub |ssh $username@$hostname &#8216;</span></font></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">cat &gt; ~/.ssh/id_rsa.pub&#8217;</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">echo &#8220;3.\c&#8221;</span></font></span></font></em></p>
<p><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;"></span></font><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">ssh $username@$hostname &#8216;cat ~/.ssh/id_rsa.pub &gt;&gt;~/.ssh/authorized_keys&#8217;</span></font></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"> </span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"></span></font></em><em><font size="3" face="Times New Roman"><span style="font-size:12pt;font-style:italic;"></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10pt;font-family:Arial;">ssh $username@$hostname &#8216;chmod 600 ~/.ssh/*&#8217;</span></font></p>
<p></span></font></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=10&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/ssh-ile-sifresiz-baglanti/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux&#8217;da Ağ arayüzünün hızını değiştirmek</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/linuxda-ag-arayuzunun-hizini-degistirmek/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/linuxda-ag-arayuzunun-hizini-degistirmek/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 19:03:29 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/linuxda-ag-arayuzunun-hizini-degistirmek/</guid>
		<description><![CDATA[Linux&#8217;da ağ arayüzünün ayarlarını değiştirmek için mii-tool ya da ethtool araçlarını kullanabilirsiniz.mii-tool ile ile ağ arayüzünün özelliklerini görmek için; # mii-tool -v eth1: negotiated 100baseTx-FD, link ok product info: vendor 00:10:18, model 33 rev 2 basic mode: autonegotiation enabled basic status: autonegotiation complete, link ok capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=9&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana">Linux&#8217;da ağ arayüzünün ayarlarını değiştirmek için mii-tool ya da ethtool araçlarını kullanabilirsiniz.</font><font size="2" face="Verdana">mii-tool ile ile ağ arayüzünün özelliklerini görmek için;</p>
<p># mii-tool -v<br />
eth1: negotiated 100baseTx-FD, link ok<br />
product info: vendor 00:10:18, model 33 rev 2<br />
basic mode: autonegotiation enabled<br />
basic status: autonegotiation complete, link ok<br />
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD<br />
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD<br />
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control</p>
<p>mii-tool ile ayarları değiştirmek için;</p>
<p>#mii-tool -F 100baseTx-FD eth0</p>
<p>ethtool ile ağ arayüzünün özelliklerini görmek için;</p>
<p># ethtool eth0<br />
Settings for eth0:<br />
Supported ports: [ TP MII ]<br />
Supported link modes: 10baseT/Half 10baseT/Full<br />
100baseT/Half 100baseT/Full<br />
Supports auto-negotiation: Yes<br />
Advertised link modes: 10baseT/Half 10baseT/Full<br />
100baseT/Half 100baseT/Full<br />
Advertised auto-negotiation: No<br />
Speed: 100Mb/s<br />
Duplex: Full<br />
Port: MII<br />
PHYAD: 1<br />
Transceiver: internal<br />
Auto-negotiation: off<br />
Supports Wake-on: g<br />
Wake-on: g<br />
Current message level: 0&#215;00000007 (7)<br />
Link detected: yes</p>
<p>ethtool ile ayarları değiştirmek için;</p>
<p># ethtool -s eth1 speed 100 duplex full autoneg off</p>
<p></font><span style="font-size:14.5pt;">EnderUNIX İpucu sitesinden alınmıştır.</span></p>
<p><span style="font-size:8pt;"><a href="http://ipucu.enderunix.org/view.php?id=1327&amp;lang=tr">http://ipucu.enderunix.org/view.php?id=1327&amp;lang=tr</a></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=9&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/linuxda-ag-arayuzunun-hizini-degistirmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
		<item>
		<title>Linuxde consoldan tarih ayarlama</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/linuxde-consoldan-tarih-ayarlama/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/linuxde-consoldan-tarih-ayarlama/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 18:59:18 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/linuxde-consoldan-tarih-ayarlama/</guid>
		<description><![CDATA[date (ay,gun,saat,dakika,yil) Örnegin ; date 112814412004<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=8&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight:bold;font-size:10pt;color:black;font-family:Arial;">date</span><font size="2" color="#000000" face="Arial"><span style="font-size:10pt;color:black;font-family:Arial;"> (ay,gun,<strong><span style="font-weight:bold;">saat</span></strong>,<strong><span style="font-weight:bold;">dakika</span></strong>,<strong><span style="font-weight:bold;">yil</span></strong>) </span></font></p>
<p><font size="2" color="#000000" face="Arial"><span style="font-size:10pt;color:black;font-family:Arial;">Örnegin ;</span></font></p>
<p><font size="2" color="#000000" face="Arial"><span style="font-size:10pt;color:black;font-family:Arial;"><strong><span style="font-weight:bold;">date</span></strong> 112814412004 </span></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=8&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/linuxde-consoldan-tarih-ayarlama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
		<item>
		<title>Database işlemleri</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/database-islemleri/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/database-islemleri/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 07:05:05 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/database-islemleri/</guid>
		<description><![CDATA[mysql -u root -p password   ile giriş yaptıktan sonra database oluşturmak için ==&#62;               create database forum; databaseleri görmek için ==&#62;                show databases; forum databasesine girmek için ==&#62;       use forum forum databasesinin tablelarını görmek için ==&#62;   show tables;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=6&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Arial"><span class="787543012-19042007">mysql -u root -p password   ile giriş yaptıktan sonra</span></font></p>
<p><font size="2" face="Arial"><span class="787543012-19042007"></span></font></p>
<p><font size="2" face="Arial"><span class="787543012-19042007">database oluşturmak için ==&gt;               create database forum;</span></font></p>
<p><font face="Arial"><font size="2"><span class="787543012-19042007">databaseleri görmek için ==&gt;                </span>show databases;</font></font></p>
<p><font face="Arial"><font size="2"><span class="787543012-19042007">forum databasesine girmek için ==&gt;       </span>use forum</font></font></p>
<p><font face="Arial"><font size="2"><span class="787543012-19042007">forum databasesinin tablelarını görmek için ==&gt;   </span>show tables;</font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=6&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/database-islemleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
		<item>
		<title>MySql Yedekleme</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/mysql-yedekleme/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/mysql-yedekleme/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 06:57:10 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/mysql-yedekleme/</guid>
		<description><![CDATA[mysql yedek (tum db.ler icin) mysqldump -uuser -ppassword &#8211;all-databases &#62; hepsi.sql (bir db icin) mysqldump -uuser -ppassword db1 &#62; db1.sql<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=4&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>mysql yedek (tum db.ler icin)<br />
mysqldump -uuser -ppassword &#8211;all-databases &gt; hepsi.sql</p>
<p>(bir db icin)<br />
mysqldump -uuser -ppassword db1 &gt; db1.sql</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=4&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/mysql-yedekleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
		<item>
		<title>mysql database restore</title>
		<link>http://alpertunga.wordpress.com/2007/12/12/mysql-database-restore/</link>
		<comments>http://alpertunga.wordpress.com/2007/12/12/mysql-database-restore/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 06:56:07 +0000</pubDate>
		<dc:creator>alpertunga54</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://alpertunga.wordpress.com/2007/12/12/mysql-database-restore/</guid>
		<description><![CDATA[mysql -u root forum &#60; forum.sql<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=5&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span class="787543012-19042007"><font size="2" face="Arial">mysql -u root forum &lt; forum.sql</font></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alpertunga.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alpertunga.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alpertunga.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alpertunga.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alpertunga.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alpertunga.wordpress.com&amp;blog=2301163&amp;post=5&amp;subd=alpertunga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://alpertunga.wordpress.com/2007/12/12/mysql-database-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02b0c8b39fbea3519688ab86f9541a42?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alpertunga52</media:title>
		</media:content>
	</item>
	</channel>
</rss>
