<?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>Ubuntu - Zafer Melih UNUTMAZ</title>
	<atom:link href="https://zafer.win/kat/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://zafer.win</link>
	<description>Bir Kenarda Dursun</description>
	<lastBuildDate>Wed, 05 Apr 2023 20:32:19 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>Ubuntu Üzerinde GlusterFS Kurulumu</title>
		<link>https://zafer.win/408/ubuntu-uzerinde-glusterfs-kurulumu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-uzerinde-glusterfs-kurulumu</link>
					<comments>https://zafer.win/408/ubuntu-uzerinde-glusterfs-kurulumu/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Wed, 05 Apr 2023 20:32:18 +0000</pubDate>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=408</guid>

					<description><![CDATA[<p>GlusterFS, dağıtık dosya sistemleri için kullanılan açık kaynak bir yazılımdır. GlusterFS, sunucular arasında dosyaların senkronize edilmesini ve yönetilmesini kolaylaştırır. GlusterFS, ölçeklenebilirliği ve yüksek erişilebilirliği ile&#8230;</p>
<p>The post <a href="https://zafer.win/408/ubuntu-uzerinde-glusterfs-kurulumu/">Ubuntu Üzerinde GlusterFS Kurulumu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>GlusterFS, dağıtık dosya sistemleri için kullanılan açık kaynak bir yazılımdır. GlusterFS, sunucular arasında dosyaların senkronize edilmesini ve yönetilmesini kolaylaştırır. GlusterFS, ölçeklenebilirliği ve yüksek erişilebilirliği ile tanınır.</p>



<p>Ubuntu üzerinde GlusterFS kurulumu için aşağıdaki adımları takip edebilirsiniz:</p>



<ol>
<li>GlusterFS&#8217;yi yüklemek için aşağıdaki komutu kullanın:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo apt-get install glusterfs-server
</code></pre>



<ol start="2">
<li>GlusterFS sunucusunun adını &#8220;/etc/hosts&#8221; dosyasına ekleyin:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo nano /etc/hosts
</code></pre>



<p>Örnek olarak, sunucu adını &#8220;gluster-server&#8221; olarak ekleyebilirsiniz:</p>



<pre class="wp-block-preformatted"><code>127.0.0.1 localhost
127.0.1.1 gluster-server
</code></pre>



<ol start="3">
<li>GlusterFS volümü oluşturmak için, sunucular arasında bir bağlantı kurmanız gerekiyor. Örneğin, iki sunucu arasında bir GlusterFS volümü oluşturmak için, her iki sunucuda aşağıdaki komutları kullanın:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo gluster peer probe diğer_sunucunun_ip_adresi
</code></pre>



<ol start="4">
<li>GlusterFS volümü oluşturmak için aşağıdaki komutu kullanın:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo gluster volume create volüm_adı replica 2 transport tcp sunucu_1:/mnt/gfs volüm_adı sunucu_2:/mnt/gfs volüm_adı
</code></pre>



<p>Bu komut, &#8220;volüm_adı&#8221; adında bir GlusterFS volümü oluşturur ve iki sunucu arasında replikasyonu sağlar. &#8220;/mnt/gfs&#8221; dizini, GlusterFS volümü için bir bağlama noktasıdır.</p>



<ol start="5">
<li>GlusterFS volümünü başlatmak için aşağıdaki komutu kullanın:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo gluster volume start volüm_adı
</code></pre>



<ol start="6">
<li>GlusterFS volümünün her zaman başlaması için aşağıdaki komutu kullanın:</li>
</ol>



<pre class="wp-block-preformatted"><code>sudo gluster volume set volüm_adı storage.owner-uid 1000
sudo gluster volume set volüm_adı storage.owner-gid 1000
sudo systemctl enable glusterfs-server
</code></pre>



<p>GlusterFS volümünün çalıştığını doğrulamak için, aşağıdaki komutu kullanarak volüm bilgilerini görüntüleyin:</p>



<pre class="wp-block-preformatted"><code>sudo gluster volume info
</code></pre>



<p>GlusterFS, dağıtık dosya sistemleri için popüler bir çözümdür ve Ubuntu üzerinde kullanımı oldukça kolaydır</p><p>The post <a href="https://zafer.win/408/ubuntu-uzerinde-glusterfs-kurulumu/">Ubuntu Üzerinde GlusterFS Kurulumu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/408/ubuntu-uzerinde-glusterfs-kurulumu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu WebRTC Kurulumu</title>
		<link>https://zafer.win/385/ubuntu-webrtc-kurulumu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-webrtc-kurulumu</link>
					<comments>https://zafer.win/385/ubuntu-webrtc-kurulumu/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Wed, 05 Apr 2023 19:49:05 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=385</guid>

					<description><![CDATA[<p>WebRTC (Web Real-Time Communication), web tarayıcıları aracılığıyla gerçek zamanlı iletişim sağlamak için kullanılan açık kaynaklı bir proje ve API setidir. Bu teknoloji, tarayıcınızın kamerası, mikrofonu&#8230;</p>
<p>The post <a href="https://zafer.win/385/ubuntu-webrtc-kurulumu/">Ubuntu WebRTC Kurulumu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>WebRTC (Web Real-Time Communication), web tarayıcıları aracılığıyla gerçek zamanlı iletişim sağlamak için kullanılan açık kaynaklı bir proje ve API setidir. Bu teknoloji, tarayıcınızın kamerası, mikrofonu ve hoparlörü gibi cihazlarını kullanarak video, ses ve veri akışı sağlar. WebRTC, WebRTC kütüphaneleri, bir sunucu ve birkaç JavaScript API&#8217;den oluşur.</p>



<p>Ubuntu&#8217;ya WebRTC kurulumu şu adımlarla yapılabilir:</p>



<ol>
<li>Terminali açın ve aşağıdaki komutu girin:sqlCopy code<code>sudo apt-get update </code>Bu, paket listesini günceller.</li>



<li>WebRTC&#8217;yi yüklemek için aşağıdaki komutu girin:arduinoCopy code<code>sudo apt-get install -y libappindicator3-dev libdbusmenu-gtk3-dev libgconf2-dev libnotify-dev libxtst-dev libnss3-dev libcurl4 libcurl4-openssl-dev</code></li>



<li>WebRTC&#8217;nin derlenmesi biraz zaman alabilir, bu nedenle sabırlı olun.</li>



<li>Kurulum tamamlandıktan sonra, WebRTC örnekleri ve uygulamaları ile birlikte çalıştırılabilecek bir örnek sunucu almak için aşağıdaki komutu girin:bashCopy code<code>git clone https://github.com/webrtc/samples.git </code>Bu, WebRTC örneklerinin yer aldığı bir GitHub deposunu indirir.</li>



<li>Son olarak, WebRTC sunucunuzu başlatmak için aşağıdaki komutu girin:bashCopy code<code>cd samples python3 -m http.server </code>Bu, WebRTC örnek sunucusunu başlatır ve tarayıcınızı <a href="http://localhost:8000/">http://localhost:8000</a> adresine yönlendirir.</li>
</ol>



<p>Bu adımları izleyerek Ubuntu&#8217;da WebRTC&#8217;yi kurabilir ve uygulamalarınızda gerçek zamanlı iletişim sağlayabilirsiniz.</p><p>The post <a href="https://zafer.win/385/ubuntu-webrtc-kurulumu/">Ubuntu WebRTC Kurulumu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/385/ubuntu-webrtc-kurulumu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>wget &#8211;no-check-certificate hatası</title>
		<link>https://zafer.win/249/wget-no-check-certificate-hatasi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wget-no-check-certificate-hatasi</link>
					<comments>https://zafer.win/249/wget-no-check-certificate-hatasi/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Wed, 24 Jul 2019 12:51:01 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=249</guid>

					<description><![CDATA[<p>Sertifika doğrulanmıyorsa bu hatayı verecektir. Çözüm için komutu çalıştırınız. İyi çalışmalar.</p>
<p>The post <a href="https://zafer.win/249/wget-no-check-certificate-hatasi/">wget –no-check-certificate hatası</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Sertifika doğrulanmıyorsa bu hatayı verecektir.</p>



<p>Çözüm için komutu çalıştırınız.</p>



<pre class="wp-block-code"><code>echo "check_certificate = off" >> ~/.wgetrc</code></pre>



<p>İyi çalışmalar.</p><p>The post <a href="https://zafer.win/249/wget-no-check-certificate-hatasi/">wget –no-check-certificate hatası</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/249/wget-no-check-certificate-hatasi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>aaPanel Kurulumu &#8211; Centos 7</title>
		<link>https://zafer.win/244/aapanel-kurulumu-centos-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aapanel-kurulumu-centos-7</link>
					<comments>https://zafer.win/244/aapanel-kurulumu-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Mon, 01 Jul 2019 23:12:04 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Kontrol Panel]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[aapanel ioncube]]></category>
		<category><![CDATA[aapanel nasıl kurulur]]></category>
		<category><![CDATA[ubuntu aapanel kurulumu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=244</guid>

					<description><![CDATA[<p>aaPanel open source bir linux hosting kontrol paneli kullanımı oldukça kolay sürekli olarak update alıyor updateleri bir buton ile yapabiliyorsunuz sunucu yükü çok hafif neredeyse&#8230;</p>
<p>The post <a href="https://zafer.win/244/aapanel-kurulumu-centos-7/">aaPanel Kurulumu – Centos 7</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>aaPanel open source bir linux hosting kontrol paneli kullanımı oldukça kolay sürekli olarak update alıyor updateleri bir buton ile yapabiliyorsunuz sunucu yükü çok hafif neredeyse hiç kaynak tüketmiyor.Wordpress joomla gibi yazılımları bir tık ile kurabileceğiniz bir tool bile var.</p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="300" height="259" src="https://zafer.win/wp-content/uploads/2019/07/bt_logo.png" alt="" class="wp-image-245"/></figure>



<p>Birkaç tıklama ile php paketlerini derleyebiliyorsunuz (ioncube,zend redis vs). Harika bir monitoring aracı bile yapmışlar.Software store kısmından paketleri install a tıklayarak basitçe kurabiliyorsunuz.Küçük bir özellik ama güvenlik kısmındaki ssh aç/kapa en çok hoşuma giden özelliklerden biri. <a href="https://www.cloudef.com/server/ssd-vps">Buradaki </a> en küçük vps paketi ile birkaç müşterimin ziyaretçi sayısı fena sayılmayacak wordpress sitelerini gayet stabil çalıştırıyor.</p>



<p>IP sıkıntısı çektiğimiz şu günlerde IPv4 tükenirken IPv6 desteği verilmesi de gayet güzel olmuş.Ayrıca basit ve kullanışlı da bir firewall özelliği eklenmiş panele.</p>



<p>Kurulum oldukça basit tek komutla kurabilirsiniz şu an en stabil Centos7 ile çalışıyor ve centos sürümü diğerlerine göre önden gidiyor. </p>



<p>Centos</p>



<pre class="wp-block-preformatted">yum install -y wget &amp;&amp; wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh &amp;&amp; bash install.sh</pre>



<p>Ubuntu/Deepin&nbsp;</p>



<pre class="wp-block-preformatted">wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0.sh &amp;&amp; sudo bash install.sh</pre>



<p>Debian&nbsp;</p>



<pre class="wp-block-preformatted">wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0.sh &amp;&amp; bash install.sh</pre>



<p>Fedora&nbsp;</p>



<pre class="wp-block-preformatted">yum install -y wget &amp;&amp; wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh &amp;&amp; bash install.sh</pre>



<p>Herkese iyi çalışmalar.</p><p>The post <a href="https://zafer.win/244/aapanel-kurulumu-centos-7/">aaPanel Kurulumu – Centos 7</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/244/aapanel-kurulumu-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SSH Dosya Sıkıştırma &#038; Dosya Açma</title>
		<link>https://zafer.win/98/ssh-dosya-sikistirma-dosya-acma/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ssh-dosya-sikistirma-dosya-acma</link>
					<comments>https://zafer.win/98/ssh-dosya-sikistirma-dosya-acma/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Tue, 22 Aug 2017 22:08:18 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=98</guid>

					<description><![CDATA[<p>Dosya sıkıştırma ZIP ile sıkıştırma $ zip -r deneme.zip dosya_veya_dizin TAR ile gz olarak sıkıştırma $ tar cvzf deneme.tar.gz dosya_veya_dizin TAR ile bz2 olarak sıkıştırma&#8230;</p>
<p>The post <a href="https://zafer.win/98/ssh-dosya-sikistirma-dosya-acma/">SSH Dosya Sıkıştırma & Dosya Açma</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Dosya sıkıştırma<br />
ZIP ile sıkıştırma<br />
$ zip -r deneme.zip dosya_veya_dizin<br />
TAR ile gz olarak sıkıştırma<br />
$ tar cvzf deneme.tar.gz dosya_veya_dizin<br />
TAR ile bz2 olarak sıkıştırma<br />
$ tar cvjf deneme.tar.bz2 dosya_veya_dizin<br />
TAR.Z ile sıkıştırmak$ tar -cZvf deneme.tar.Z dizin_veya_dosya<br />
GZIP ile sıkıştırmak$ gzip -9 dosya_veya_dizin<br />
GZIP ile sıkıştırmak$ gzip -9 dosya_veya_dizin<br />
( İşlem sonrası oluşturulan sıkıştırılmış dosya uzantısı dosya_veya_dizin.gz olacaktır.)<br />
RAR ile sıkıştırma$ rar a -ap deneme.rar dosya_veya_dizin<br />
RAR ile şifreleyerek sıkıştırma $ rar a -ap -p deneme.rar dosya_veya_dizin<br />
( bu işlemde komutu gönderdiğinizde Password için iki kere giriş bekleyecektir. )<br />
Dosya açma</p>
<p>Zip dosyasını açmak$ unzip deneme.zip<br />
Şifreli zip dosyasını açmak $ unzip -P SIFRE deneme.zip<br />
tar.gz dosyasını açmak$ tar xvzf deneme.tar.gz<br />
tar.gz dosyasını başka bir dizinde açmak$ tar xvzf deneme.tar.gz -C /Açmak/istediğiniz/dizin/<br />
tar.bz2 dosyasını açmak $ tar xvjf deneme.tar.bz2<br />
tar.Z dosyasını açmak$ tar xvZf deneme.tar.Z<br />
gz dosyasını açmak$ gunzip deneme.gz<br />
rar dosyasını açmak$ unrar e deneme.rar<br />
Şifreli rar dosyasını açmak$ unrar e -pPassword deneme.rar<br />
Toplu dosya sıkıştırma / açma / şifreleme yöntemleri</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p># zip var_log_files /var/log/*<br />
yukarıdaki komut /var/log dizini icindeki tüm dosyaları var_log_files isimli dosyada sıkıştırır.</p>
<p>Bir klasörü , alt klasörlerini ve içindekileri sıkıştırmak için<br />
# zip -r var_log_dir /var/log komutu kullanılır.<br />
Bu dosyayı açmak için<br />
# unzip var_log.zip<br />
komutu verilmelidir.<br />
*Not 1: -v parametresini kullanırsanız dosyalar hakkında ayrıntılı bilgi ekranda gözükür.<br />
* Not 2: -l parametresini kullanırsanız dosyaları ekranda listelersiniz.<br />
Zip komutunun 10 adet seviyesi bulunmaktadır.<br />
Seviye 0 da en düşük sıkıştırma seviyesi kullanılır; dosyalar arşivlenir ama neredeyse sıkıştırılmaz.<br />
Seviye 6 komutun varsayılan değeridir.<br />
Seviye 9 azami sıkıştırma seviyesidir.<br />
Varsayılan değer ile karşılaştırılınca yavaş kalacaktır.<br />
# zip -9 var_log_files_9.zip var/log/*<br />
Zip dosyasına şifre atamak için<br />
# zip -e var_log_protected.zip /var/log/*<br />
yukarıdaki komutu yazdığınızda sıkıştırma işleminden önce şifre atamanız istenecektir.</p><p>The post <a href="https://zafer.win/98/ssh-dosya-sikistirma-dosya-acma/">SSH Dosya Sıkıştırma & Dosya Açma</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/98/ssh-dosya-sikistirma-dosya-acma/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cacti Grafik Sorunu</title>
		<link>https://zafer.win/48/cacti-grafik-sorunu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cacti-grafik-sorunu</link>
					<comments>https://zafer.win/48/cacti-grafik-sorunu/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Sat, 06 May 2017 12:26:29 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[cacti grafik sorunu]]></category>
		<category><![CDATA[cacti problem]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=48</guid>

					<description><![CDATA[<p>Cacti sunucunuzu update ettiniz ve grafiklerde görüntüleme sorunu yaşıyorsanız çözümü aslında çok basit. &#160; nano /var/www/html/plugins/thold/setup.php &#160; Gördüğünüz kısımlardaki rakam değerlerini 0 olarak güncellerseniz problem&#8230;</p>
<p>The post <a href="https://zafer.win/48/cacti-grafik-sorunu/">Cacti Grafik Sorunu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Cacti sunucunuzu update ettiniz ve grafiklerde görüntüleme sorunu yaşıyorsanız çözümü aslında çok basit.</p>
<p><img decoding="async" class="alignnone wp-image-49 size-full" src="https://zafer.win/wp-content/uploads/2017/05/Screenshot_1.jpg" alt="" width="668" height="302" srcset="https://zafer.win/wp-content/uploads/2017/05/Screenshot_1.jpg 668w, https://zafer.win/wp-content/uploads/2017/05/Screenshot_1-300x136.jpg 300w" sizes="(max-width: 668px) 100vw, 668px" /></p>
<p>&nbsp;</p>
<p><code> nano /var/www/html/plugins/thold/setup.php </code></p>
<p>&nbsp;</p>
<p><img decoding="async" class="alignnone wp-image-50 size-full" src="https://zafer.win/wp-content/uploads/2017/05/cacti.jpg" alt="" width="783" height="404" srcset="https://zafer.win/wp-content/uploads/2017/05/cacti.jpg 783w, https://zafer.win/wp-content/uploads/2017/05/cacti-300x155.jpg 300w, https://zafer.win/wp-content/uploads/2017/05/cacti-768x396.jpg 768w" sizes="(max-width: 783px) 100vw, 783px" /></p>
<p>Gördüğünüz kısımlardaki rakam değerlerini 0 olarak güncellerseniz problem ortadan kalkacaktır.</p>
<p>Sorunun sebebi v0.8.8.b ile Thold arasındaki uyum sorunu.</p>
<p>Güncelleyeceğiniz satırlar</p>
<p><code>$dsname = $kdef[0];<br />
$temp1 = str_replace(“.rrd”, “”, basename($ddef[0]));<br />
if (substr_count(basename($ddef[0]), “_”) == 0) {</code></p>
<p>Herkese İyi Çalışmalar Dilerim.</p><p>The post <a href="https://zafer.win/48/cacti-grafik-sorunu/">Cacti Grafik Sorunu</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/48/cacti-grafik-sorunu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux Sunucularda Kış Saati Ayarı UTC+3</title>
		<link>https://zafer.win/29/linux-sunucularda-kis-saati-ayari-utc3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-sunucularda-kis-saati-ayari-utc3</link>
					<comments>https://zafer.win/29/linux-sunucularda-kis-saati-ayari-utc3/#respond</comments>
		
		<dc:creator><![CDATA[Zafer Melih UNUTMAZ]]></dc:creator>
		<pubDate>Fri, 28 Oct 2016 13:20:26 +0000</pubDate>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[centos saat ayarı]]></category>
		<category><![CDATA[kış saati ayarlama]]></category>
		<category><![CDATA[Server saat ayarı]]></category>
		<guid isPermaLink="false">https://zafer.win/?p=29</guid>

					<description><![CDATA[<p>Linux Sunucularda Yeni Kanuna Göre Saatimizi UTC +3 e Ayarlamak Gayet Basit CentOS Ve Fedora İçin yum install tzdata* Kontrol zdump -v “Europe/Istanbul” &#124; grep&#8230;</p>
<p>The post <a href="https://zafer.win/29/linux-sunucularda-kis-saati-ayari-utc3/">Linux Sunucularda Kış Saati Ayarı UTC+3</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Linux Sunucularda Yeni Kanuna Göre Saatimizi UTC +3 e Ayarlamak Gayet Basit</p>
<p>CentOS Ve Fedora İçin </p>
<p><code>yum install tzdata*</code></p>
<p>Kontrol </p>
<p><code>zdump -v “Europe/Istanbul” | grep 2016</code></p>
<p>Debian Ve Ubuntu İçin</p>
<p><code>apt-get update</code></p>
<p><code>apt-get install --only-upgrade tzdata</code></p>
<p>Kontrol </p>
<p><code>zdump -v “Europe/Istanbul” | grep 2016</code></p>
<p>Herkese İyi Çalışmalar.</p><p>The post <a href="https://zafer.win/29/linux-sunucularda-kis-saati-ayari-utc3/">Linux Sunucularda Kış Saati Ayarı UTC+3</a> first appeared on <a href="https://zafer.win">Zafer Melih UNUTMAZ</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://zafer.win/29/linux-sunucularda-kis-saati-ayari-utc3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
