<?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>Kesdi Hane' ye Hoşgeldiniz &#187; Debian</title>
	<atom:link href="http://blog.kesdi.com/konular/linux/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kesdi.com</link>
	<description>Kestane'ye Hoşgeldiniz</description>
	<lastBuildDate>Mon, 12 Dec 2011 06:57:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>php ile veritabanı yedeğini almak</title>
		<link>http://blog.kesdi.com/linux/php-ile-veritabani-yedegini-almak/</link>
		<comments>http://blog.kesdi.com/linux/php-ile-veritabani-yedegini-almak/#comments</comments>
		<pubDate>Sun, 10 May 2009 08:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://blog.kesdi.com/?p=219</guid>
		<description><![CDATA[Php ile veri tabanı yedeğinizi alabilirsiniz. Hatta bu işi cronjob ile otomatikleştirebilirsiniz. İşte gerekli olan php kodu.]]></description>
			<content:encoded><![CDATA[<p>Php ile veri tabanı yedeğinizi alabilirsiniz. Hatta bu işi cronjob ile otomatikleştirebilirsiniz. İşte gerekli olan php kodu.</p>
<p><span id="more-219"></span></p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
/**
*
* Veri Tabanı Yedekleme
*
**/

// scriptiniz uzun süre çalışıyorsa bu fonksiyonu kullanın
// ve cron a eklerken log tutmayı devre dışı bırakın
ignore_user_abort();

// konfigurasyon
$host = ‘localhost’;                 //hostunuza göre düzeltin
$username = ‘username’;              //veritabanı kullanıcı isminiz
$password = ‘password’;              //veritabanı şifreniz
$database = ‘database_name’;         //veritabanı isminiz
$path = ‘/home/myuser/backups/’;     //yedek alinacak dizin

$filename = $database.‘_’.date(‘Y-m-d_H:i:s’).‘.gz’;
$backup = $path.$filename;

$backup_command = “mysqldump –opt -h $host -u $username -p$password $database | gzip &gt; $backup”;

if(exec($backup_command)==” &amp;&amp; file_exists($backup))
{
   echo “Yedek başarı ile alındı”;
}
else
{
   echo “Yedek alınırken hata oluştu”;
}
?&gt; </pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kesdi.com%2Flinux%2Fphp-ile-veritabani-yedegini-almak%2F&amp;title=php%20ile%20veritaban%C4%B1%20yede%C4%9Fini%20almak" id="wpa2a_2">Paylaş/Kaydet</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kesdi.com/linux/php-ile-veritabani-yedegini-almak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amanda: Open Source Backup</title>
		<link>http://blog.kesdi.com/linux/amanda-open-source-backup/</link>
		<comments>http://blog.kesdi.com/linux/amanda-open-source-backup/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:20:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Açık Kaynak Kod]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Freware Backup]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ücretsiz Yedekleme]]></category>
		<category><![CDATA[Yedekleme]]></category>

		<guid isPermaLink="false">http://blog.kesdi.com/?p=128</guid>
		<description><![CDATA[Windows ve linux üzerinde çalışabilen, ağ üzerinden şifrelenmiş ve akıllı yedekleme yapabilen açık kaynak kodlu bir yedekleme yazılımıdır. http://www.zmanda.com/download-amanda.php adresinden indirilebilir.]]></description>
			<content:encoded><![CDATA[<p>Windows ve linux üzerinde çalışabilen, ağ üzerinden şifrelenmiş ve akıllı yedekleme yapabilen açık kaynak kodlu bir yedekleme yazılımıdır.</p>
<p><a href="http://www.zmanda.com/download-amanda.php"><span id="more-128"></span>http://www.zmanda.com/download-amanda.php</a></p>
<p>adresinden indirilebilir.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kesdi.com%2Flinux%2Famanda-open-source-backup%2F&amp;title=Amanda%3A%20Open%20Source%20Backup" id="wpa2a_4">Paylaş/Kaydet</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kesdi.com/linux/amanda-open-source-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public key for Debian Etch (4.0)</title>
		<link>http://blog.kesdi.com/linux/public-key-for-debian-etch-40/</link>
		<comments>http://blog.kesdi.com/linux/public-key-for-debian-etch-40/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 07:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Public Key]]></category>

		<guid isPermaLink="false">http://blog.kesdi.com/?p=125</guid>
		<description><![CDATA[ gulin:~# apt-get update (komutunu verdiğinizde aşağıdaki gibi bir hata mesajı alıyorsanız) Get: 1 http://ftp.us.debian.org etch Release.gpg [378B] Get: 2 http://security.debian.org etch/updates Release.gpg [189B] Hit http://ftp.us.debian.org etch Release Hit http://security.debian.org etch/updates Release Hit http://ftp.us.debian.org etch/main Packages/DiffIndex Ign http://security.debian.org etch/updates/main Packages/DiffIndex Hit http://security.debian.org etch/updates/main Packages Hit http://ftp.us.debian.org etch/contrib Packages/DiffIndex Fetched 2B in 9s (0B/s) Reading package lists&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p> gulin:~# apt-get update<br />
(komutunu verdiğinizde aşağıdaki gibi bir hata mesajı alıyorsanız)</p>
<p>Get: 1 http://ftp.us.debian.org etch Release.gpg [378B]<br />
Get: 2 http://security.debian.org etch/updates Release.gpg [189B]<br />
Hit http://ftp.us.debian.org etch Release<br />
Hit http://security.debian.org etch/updates Release<br />
Hit http://ftp.us.debian.org etch/main Packages/DiffIndex<br />
Ign http://security.debian.org etch/updates/main Packages/DiffIndex<br />
Hit http://security.debian.org etch/updates/main Packages<br />
Hit http://ftp.us.debian.org etch/contrib Packages/DiffIndex<br />
Fetched 2B in 9s (0B/s)<br />
Reading package lists&#8230; Done<br />
W: There are no public key available for the following key IDs:<br />
4D270D06F42584E6<br />
W: You may want to run apt-get update to correct these problems</p>
<p style="font-weight: bold;">Sorunun Çözümü <img src='http://blog.kesdi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span id="more-125"></span></p>
<p>gulin:~# gpg &#8211;keyserver pgpkeys.mit.edu &#8211;recv-key F42584E6</p>
<p>gulin:~# gpg -a &#8211;export F42584E6 | apt-key add -</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kesdi.com%2Flinux%2Fpublic-key-for-debian-etch-40%2F&amp;title=Public%20key%20for%20Debian%20Etch%20%284.0%29" id="wpa2a_6">Paylaş/Kaydet</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kesdi.com/linux/public-key-for-debian-etch-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hazır E-posta Sunucusu</title>
		<link>http://blog.kesdi.com/linux/hazir-e-posta-sunucusu/</link>
		<comments>http://blog.kesdi.com/linux/hazir-e-posta-sunucusu/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hazır Sunucu]]></category>

		<guid isPermaLink="false">http://blog.kesdi.com/?p=54</guid>
		<description><![CDATA[linux uzmani olmadan tek bir programla, Postfix ve postfixle birlikte calisan programlarla tam kapasite calisan bir linux mail server kurabilirsiniz. You are not a Linux expert, Artica for Postfix allows you to install a full solution by one single command line: Postfix: Main MTA Kaspersky Anti-spam: powerfull Anti-spam provided by Kaspersky Inc Kaspersky Anti-Virus Bogofilter: [...]]]></description>
			<content:encoded><![CDATA[<p>linux uzmani olmadan tek bir programla, Postfix ve postfixle birlikte calisan programlarla tam kapasite calisan bir linux mail server kurabilirsiniz.<span id="more-54"></span></p>
<h4>You are not a Linux expert, Artica for Postfix allows you to install a full solution by one single command line:</h4>
<ul>
<li><strong><a href="http://redactor.kaspersky.fr/index.php?ID=1526">Postfix</a></strong><a href="http://redactor.kaspersky.fr/index.php?ID=1526">: Main MTA</a></li>
<li><strong><a href="http://www.kaspersky.com/kaspersky_anti-spam">Kaspersky Anti-spam</a></strong>: powerfull Anti-spam provided by Kaspersky Inc</li>
<li><strong><a href="http://www.kaspersky.com/anti-virus_linux_mail_server">Kaspersky Anti-Virus</a></strong></li>
<li><strong><a href="http://bogofilter.sourceforge.net/">Bogofilter</a>: Bayesian anti-spam</strong></li>
<li><strong><a href="http://www.acme.com/software/spfmilter/">SPFMilter</a>: SPF Checking application</strong></li>
<li><strong><a href="http://hcpnet.free.fr/milter-greylist/#req">Milter-greylist</a>: Powerfull greylisting daemon</strong></li>
<li><strong><a href="http://spamassassin.apache.org/index.html">SpamAssassin</a>: Open Source Perl Anti-Spam</strong></li>
<li><strong><a href="http://www.mimedefang.org/">MIMEDefang</a>: Powerfull SMTP toolit</strong></li>
<li><strong><a href="http://www.clamav.net/">Clam Antivirus</a>: Open Source antivirus</strong></li>
<li><strong><a href="http://amavis.sourceforge.net/">Amavis</a>: Open Source scanner dispatcher</strong></li>
<li><strong><a href="http://www.openldap.org/">OpenLDAP</a></strong>: Database for main configuration and user management</li>
<li><strong><a href="http://www.sqlite.org/">SQLite library</a></strong>: zeroconf sql database engine with high perfomances.</li>
<li><strong><a href="http://cyrusimap.web.cmu.edu/">Cyrus-imap</a></strong>: powerfull MDA System</li>
<li><strong><a href="http://www.procmail.org/">Procmail</a></strong>: MDA Filter</li>
<li><strong><a href="http://sourceforge.net/projects/fetchmail">Fetchmail</a></strong>: Email retreival</li>
<li><strong><a href="http://thekelleys.org.uk/dnsmasq/doc.html">DnsMasq</a></strong> <img src='http://blog.kesdi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> NS forwarder and DHCP server</li>
<li><strong><a href="http://www.gnu.org/software/mailman/index.html">Mailman</a></strong>:Mailing List manager</li>
<li><strong>Sieve</strong>: End-user mail filters</li>
<li><strong><a href="http://stats.yorhel.nl/">Yorel script</a></strong>: Statistics of yorel</li>
<li><strong><a href="http://www.arschkrebs.de/postfix/queuegraph/">QueueGraph</a></strong>: Statistics for postfix</li>
<li><strong><a href="http://mailgraph.schweikert.ch/">MailGraph</a></strong>: Statistics for postfix</li>
<li><strong><a href="http://awstats.sourceforge.net/">AWSTats</a> and <a href="http://www.maxmind.com/app/c">geoip plugin</a></strong>: Statistics set for postfix</li>
<li><a href="http://www.pc-tools.net/unix/renattach/"><strong>renattach:</strong></a> attachments filter</li>
<li><a href="http://www.ntp.org/"><strong>NTP:</strong></a> Network Time Protocol</li>
<li><a href="http://www.pureftpd.org/project/pure-ftpd"><strong>pure-ftpd </strong></a>: FTP server using LDAP.</li>
<li><a href="http://www.squid-cache.org/"><strong>Squid</strong></a> : The main proxy server.</li>
<li><a href="http://dansguardian.org/"><strong>DansGuardian</strong></a> : URL filtering…</li>
<li><a href="http://www.kaspersky.com/support/squid"><strong>Kaspersky For SQUID</strong> </a>: antivirus ICAP designed for squid</li>
<li><a href="http://us3.samba.org/samba/"><strong>Samba</strong> </a>: File server</li>
</ul>
<p><a href="http://www.artica.fr/">http://www.artica.fr/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kesdi.com%2Flinux%2Fhazir-e-posta-sunucusu%2F&amp;title=Haz%C4%B1r%20E-posta%20Sunucusu" id="wpa2a_8">Paylaş/Kaydet</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kesdi.com/linux/hazir-e-posta-sunucusu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl ile MP3 Server</title>
		<link>http://blog.kesdi.com/linux/perl-ile-mp3-server/</link>
		<comments>http://blog.kesdi.com/linux/perl-ile-mp3-server/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:25:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MP3]]></category>

		<guid isPermaLink="false">http://blog.kesdi.com/?p=40</guid>
		<description><![CDATA[Debian kurulu bir linux sunucum var. Bu sunucunun firewall, web server, ftp server, file server görevlerinin dışında bir görevi de download ettiğim dosyaların tek bir yerde durmasını sağlamak. Bu amaçla üzerinde Samba servisi de kurulu durumda. Ancak bu sunucuya vermek istediğim görevlerden biri de mp3 dosyalarımı tek bir dizinde tutup ağdaki diğer bilgisayarların müziği buradan [...]]]></description>
			<content:encoded><![CDATA[<p>Debian kurulu bir linux sunucum var. Bu sunucunun firewall, web server, ftp server, file server görevlerinin dışında bir görevi de download ettiğim dosyaların tek bir yerde durmasını sağlamak. Bu amaçla üzerinde Samba servisi de kurulu durumda. Ancak bu sunucuya vermek istediğim görevlerden biri de mp3 dosyalarımı tek bir dizinde tutup ağdaki diğer bilgisayarların müziği buradan dinlemesini sağlamaktı. Bunun için linux üzerinde konsolda çalışan, az bellek harcayan, basit bir programa ihtiyacım vardı, ama bulduklarım genelde grafik ekranda çalışan ya da web sunucu üzerinden yayın yapan programlardı. Sonunda Perl ile çalışan, kolayca özelliklerini değiştirebileceğim bir program buldum.<span id="more-40"></span></p>
<p><a href="http://mirror.arcticnetwork.ca/pub/CPAN/authors/id/S/SP/SPARKS/whisper_1_2.pl">http://mirror.arcticnetwork.ca/pub/CPAN/authors/id/S/SP/SPARKS/whisper_1_2.pl</a> adresinden download edilebilen bu Perl scripti ile bir dizindeki tüm mp3 dosyaları ağdaki diğer bilgisayarlarla kolayca dinlenebiliyor. Test ortamında Winamp kullandım. Kendi mp3 sunucunuzu kurmak için ihtiyacınız olan sadece bu script. Scriptin çalışması için gereken Perl modüllerine CPAN Perl Module Search sayfasından arama yaparak ulaşabilirsiniz. Sunucuyu çalıştırmak için linux komut satırında</p>
<p><a href="mailto:arcadian@arcadia">arcadian@arcadia</a>:~# perl whisper_1_2.pl -d &amp;<br />
yazmanız yeterli. Herşey beklendiği gibi çalışırsa programı çalıştırdığınız konsolda aşağıdaki gibi bir bilgi göreceksiniz.</p>
<p>Searching for mp3’s, one moment…<br />
121 mp3’s in list.<br />
Listening on port 2020…</p>
<p>Artık Winamp programınızı açıp Play Location/URL seçeneğini seçip adres kısmına <a href="http://sunucu.adresiniz:2020/">http://sunucu.adresiniz:2020</a> yazdığınızda mp3 dosyalarınızı ağınızdaki diğer bilgisayarlardan dinleyebilirsiniz. İyi eğlenceler.</p>
<p>Kaynak: <a href="http://gurcanozturk.com/2007/03/22/perl-ile-mp3-server/">http://gurcanozturk.com/2007/03/22/perl-ile-mp3-server/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.kesdi.com%2Flinux%2Fperl-ile-mp3-server%2F&amp;title=Perl%20ile%20MP3%20Server" id="wpa2a_10">Paylaş/Kaydet</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.kesdi.com/linux/perl-ile-mp3-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

