<?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>DA-HI // Ağ Günlüğü &#187; shoutcast server kurulum</title>
	<atom:link href="http://www.da-hi.net/index.php/tag/shoutcast-server-kurulum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.da-hi.net</link>
	<description>Bir başka ağ günlüğü</description>
	<lastBuildDate>Fri, 25 Jun 2010 15:41:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux Sunucuya Shoutcast Radyo Kurulumu</title>
		<link>http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/</link>
		<comments>http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 01:05:18 +0000</pubDate>
		<dc:creator>Barış BAYRAM</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[./sc_serv]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux radyo]]></category>
		<category><![CDATA[linux server radyo kurulumu]]></category>
		<category><![CDATA[linux shoutcast kurulumu]]></category>
		<category><![CDATA[MaxUser]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[pico]]></category>
		<category><![CDATA[pico komutu]]></category>
		<category><![CDATA[PortBase]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[sc_serv.conf]]></category>
		<category><![CDATA[shoutcast]]></category>
		<category><![CDATA[shoutcast radio server]]></category>
		<category><![CDATA[shoutcast radyo]]></category>
		<category><![CDATA[shoutcast server kurulum]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.da-hi.net/?p=271</guid>
		<description><![CDATA[Linux kurulu sunucuda radyo yayını yapabilmek için shoutcast rasyo server kurulumunu anlatan makaledir.]]></description>
			<content:encoded><![CDATA[<p>Linux işletim sistemi kurulu bir Dedicated veya VPS sunucuya Shoutcast Radyo Sunucusu kurmak için öncelikle Linux sunucumuza SSH’tan root olarak giriş yapıyoruz. SSH istemcisi olarak ben PUTTY’i tercih ediyorum.</p>
<div id="attachment_285" class="wp-caption aligncenter" style="width: 476px"><img class="size-full wp-image-285" title="Putty SSH istemcisi" src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast1.jpg" alt="Putty SSH istemcisi" width="466" height="446" /><p class="wp-caption-text">Putty SSH istemcisi</p></div>
<p><span id="more-271"></span><br />
Daha sonra <em>adduser kullanıcıadı </em>ve <em>passwd kullanıcıadı </em>komutlarını kullanarak yeni kullanıcı tanımlıyoruz. Biz burada kullanıcı adımızı <strong>dahinet </strong>olarak belirleyelim.</p>
<p><code>adduser dahinet<br />
passwd dahinet</code></p>
<p>komutlarını ardarda girdiğimizde istemci bizden yeni kullanıcı için parola isteyecek:</p>
<div id="attachment_287" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-287" title="Linux SSH Yeni kullanıcı ekleme" src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast2.jpg" alt="Linux SSH Yeni kullanıcı ekleme" width="550" height="344" /><p class="wp-caption-text">Linux SSH Yeni kullanıcı ekleme</p></div>
<p>İkinci kezde aynı parolayı girdikten sonra radyo kurulumu için kullanıcımız tanımlanmıştır.</p>
<p>Bu komutları SSH ile sunucu üstünde girerken kullandığımız kullanıcı <strong>root</strong>&#8216;tur. Komut satırına da dikkat edersek;<br />
<code><br />
[root@server ~]#</code></p>
<p>şeklindedir.</p>
<p>Yeni oluşturduğumuz kullanıcıya geçiş için;</p>
<p><code>su - dahinet</code></p>
<p>komutunu giriyoruz ve <em>Enter</em>&#8216;a basıyoruz. Komut satırının değiştiğini göreceksiniz.</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-288  aligncenter" title="Linux kullanıcı değiştirme komutu." src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast3.jpg" alt="Linux kullanıcı değiştirme komutu..." width="550" height="344" /></p>
<p style="text-align: center;">
<p style="text-align: left;">Daha sonra internette herhangi bir adresten bulacağımız shoutcast server kurulum dosyasını <em>(sc_serv_1.9.8_Linux.tar.gz)</em> <em><strong>wget </strong></em>komutu ile sunucumuza indirmemiz gerekiyor.</p>
<p><code>wget http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz</code></p>
<p>Dosya indirmesi tamamlandıktan sonra sıkıştırılmış dosyayı açmak için <em>tar -zxpf</em> komutunu giriyoruz.</p>
<p><code>tar -zxpf sc_serv_1.9.8_Linux.tar.gz</code></p>
<p><img class="aligncenter size-full wp-image-291" title="wget komutu ve linux sıkıştırılmış dosya açma" src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast4.jpg" alt="wget komutu ve linux sıkıştırılmış dosya açma" width="550" height="344" /></p>
<p>Dosyaları açtıktan sonra <strong><em>ls</em></strong> komutu ile dosyaları görüntülediğimizde <em>README.TXT, sc_serv, sc_serv_1.9.8_Linux.tar.gz, sc_serv.conf</em> dosyalarını görürüz. Radyo yayını için tüm dosyalarımız bunlar. Ancak yayın için şifre ve port ayarlarını barındıran <em>sc_serv.conf</em> dosyasını düzenlememiz gerekmekte. Bunu da linux&#8217;un vazgeçilmez metin editörü <strong>pico</strong> ile yapabiliriz.</p>
<p><code>pico sc_serv.conf</code></p>
<p><img class="aligncenter size-full wp-image-292" title="pico editor" src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast6.jpg" alt="pico editor" width="550" height="344" /></p>
<p>Kursör yardımı ile özellikle <strong><em>Password, PortBase, MaxUser </em></strong>gibi değerler kendimize ve radyomuzda istediğimiz özelliklere göre düzenleyebiliriz. İşimiz bittiğinde <em>Ctrl &#8211; X</em> ile editörden çıkarken, kaydedip etmeyeceğimiz soran soruyu da <em>Y</em> tuşuna basıp çıkıyoruz.</p>
<p><img class="aligncenter size-full wp-image-293" title="pico editör çıkış" src="http://www.da-hi.net/wp-content/uploads/2009/10/shoutcast7.jpg" alt="pico editör çıkış" width="550" height="344" /></p>
<p>Bazı sunucularda <em>pico sc_serv.conf</em> komutu çalışmayabilir. Böyle durumlarda da</p>
<p><code>cd /usr/bin<br />
ln -s nano pico<br />
</code><br />
yazarak pico komutunu sistemimize linkleyebiliriz. Eğer yine sorunla karşılaşırsak linux dağıtım sürümümüz için <em>pico kurulum yöntemlerini</em> araştırabilirsiniz.</p>
<p>Son olarakta</p>
<p><code>./sc_serv</code></p>
<p>yazarak radyomuzu çalıştırmaya başlıyoruz.</p>
<p>En son <strong>http://ipnumarası:port</strong> yazarak radyomuzun çalışıp çalışmadığını kontrol ediyoruz.</p>
<!-- PHP 5.x --><strong>Bu yazıyı paylaş:</strong><div id="sharepost" style="padding-top:10px;" ><a href="mailto:?subject=Linux Sunucuya Shoutcast Radyo Kurulumu&amp;body=http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/" target="_blank"><img src="http://www.da-hi.net/img/mail.png" alt="Bu yazıyı arkadaşınıza eposta ile yollayın" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/share.php?u=http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/" target="_blank"><img src="http://www.da-hi.net/img/Facebook.png" alt="Bu makaleyi Facebook'ta paylaş" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/ target="_blank"><img src="http://www.da-hi.net/img/Twitter.png" alt="Bu makaleyi Twitter'de paylaş" /></a>&nbsp;&nbsp;<a href="http://digg.com/submit?url=http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/&amp;title=Linux Sunucuya Shoutcast Radyo Kurulumu&amp;bodytext=&amp;media=&amp;topic=" target="_blank"><img src="http://www.da-hi.net/img/Digg.png" alt="Bu yazıyı Digg.com'da paylaş" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/&amp;title=Linux Sunucuya Shoutcast Radyo Kurulumu" target="_blank"><img src="http://www.da-hi.net/img/Delicious.png" alt="Bu yazıyı Delicious'ta paylaş" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.da-hi.net/index.php/2009/10/31/linux-sunucuya-shoutcast-radyo-kurulumu/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
	</channel>
</rss>
