<?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>Etiket &#187; Debian &#187; Ahmet Bolu</title>
	<atom:link href="https://ahmetbolu.com/etiket/debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://ahmetbolu.com/etiket/debian/</link>
	<description>Web Hizmetleri » Ahmet Bolu</description>
	<lastBuildDate>Sun, 22 Aug 2021 18:15:33 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://ahmetbolu.com/wp-content/uploads/2015/08/cropped-favicon-ahmetbolu-ipad-32x32.png</url>
	<title>Etiket &#187; Debian &#187; Ahmet Bolu</title>
	<link>https://ahmetbolu.com/etiket/debian/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux Versiyonu ve İşletim Sistemi Bilgilerini Öğrenme</title>
		<link>https://ahmetbolu.com/linux-versiyonu-ve-isletim-sistemi-bilgilerini-ogrenme/</link>
					<comments>https://ahmetbolu.com/linux-versiyonu-ve-isletim-sistemi-bilgilerini-ogrenme/#respond</comments>
		
		<dc:creator><![CDATA[Ahmet Bolu]]></dc:creator>
		<pubDate>Sat, 15 Feb 2020 13:34:19 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<guid isPermaLink="false">https://www.ahmetbolu.com/?p=948</guid>

					<description><![CDATA[<p>Linux, Unix&#8217;e karşılık olarak meydana getirilmiş olan hem ücretsiz hem açık kaynak kodlu hem de tamamen ücretsiz olan bir işletim sistemi çekirdeğidir. Bu Linux çekirdeğininin (linux-kernel) işletim sistemi (os, operating system) halini alması için ise vakıflar ve özgür ekipler tarafından geliştirilen tamamına yakını ücretsiz olmak üzere birçok farklı Linux dağıtımları (Linux distribution) bulunmaktadır. Günümüzde bu &#8230;</p>
<p>Sonrası <a href="https://ahmetbolu.com/linux-versiyonu-ve-isletim-sistemi-bilgilerini-ogrenme/">Linux Versiyonu ve İşletim Sistemi Bilgilerini Öğrenme</a> <a href="https://ahmetbolu.com">Ahmet Bolu</a> ilk ortaya çıktı.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignnone size-full wp-image-953" src="https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners.jpg" alt="linux" width="1268" height="664" srcset="https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners.jpg 1268w, https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners-611x320.jpg 611w, https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners-1146x600.jpg 1146w, https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners-306x160.jpg 306w, https://ahmetbolu.com/wp-content/uploads/2020/02/linuxlearners-768x402.jpg 768w" sizes="(max-width: 1268px) 100vw, 1268px" /></p>
<p>Linux, Unix&#8217;e karşılık olarak meydana getirilmiş olan hem ücretsiz hem açık kaynak kodlu hem de tamamen ücretsiz olan bir işletim sistemi çekirdeğidir. Bu Linux çekirdeğininin (linux-kernel) işletim sistemi (os, operating system) halini alması için ise vakıflar ve özgür ekipler tarafından geliştirilen tamamına yakını ücretsiz olmak üzere birçok farklı Linux dağıtımları (Linux distribution) bulunmaktadır.</p>
<p>Günümüzde bu popüler dağıtımlar birçok televizyon, tablet, mobil cihaz, bilgisayar ve özellikle de sunucular (server) içerisinde farklı dağıtımlar olarak kullanılmaktadır. Ör: Debian, Ubuntu Server, OpenSUSE, Fedora, CentOS &#8230;</p>
<p>Linux işletim sistemi bilgilerini öğrenmek ve kullandığınız işletim sisteminin hangi mimaride çalıştığını bulmak için aşağıdaki adımları takip  edebilirsiniz.</p>
<blockquote><p>Linux sistemlerde yeniyim ve Linux komut satırında işletim sistemi sürümünü ve işletim sistemi bilgilerini nasıl öğrenebilirim?</p></blockquote>
<h2>Linux versiyon kontrol etme</h2>
<p>Linux işletim sistemi adını ve sürümünü öğrenmek için adımlar:</p>
<ol>
<li>Terminal programını açın (bash shell)</li>
<li>Ssh kullanarak uzaktan sunucu girişi yapın:
<pre><code class="language-bash">$ ssh kullanici@sunucu-ad</code></pre>
<p>Kullanıcı adı yerine genelde root ve sunucu adı yerine ana makine adını tam bilmiyorsanız sunucu ip adresi yazabilirsiniz<br />
root@example.com<br />
root@222.222.222.222</li>
<li>Linux&#8217;ta işletim sistemi adını ve sürümünü bulmak için aşağıdaki komutlardan birini yazın:
<pre><code class="language-bash">$ cat /etc/os-release</code></pre>
<pre><code class="language-bash">$ lsb_release -a</code></pre>
<pre><code class="language-bash">$ hostnamectl</code></pre>
</li>
<li>Linux çekirdek sürümünü bulmak için aşağıdaki komutu yazın:
<pre><code class="language-bash">$ uname -r</code></pre>
</li>
</ol>
<hr />
<p>Şimdi detaylı olarak adım adım nasıl sonuclar aldığımızı örnekleri ile görelim.</p>
<blockquote><p>Sizde bu işletim sistemi ve sürümüne bağlı olarak farklılık gösterebilir.</p></blockquote>
<h2>cat /etc/os-release</h2>
<pre><code class="language-bash">$ cat /etc/os-release
NAME=&quot;CentOS Linux&quot;
VERSION=&quot;7 (Core)&quot;
ID=&quot;centos&quot;
ID_LIKE=&quot;rhel fedora&quot;
VERSION_ID=&quot;7&quot;
PRETTY_NAME=&quot;CentOS Linux 7 (Core)&quot;
ANSI_COLOR=&quot;0;31&quot;
CPE_NAME=&quot;cpe:/o:centos:centos:7&quot;
HOME_URL=&quot;https://www.centos.org/&quot;
BUG_REPORT_URL=&quot;https://bugs.centos.org/&quot;
CENTOS_MANTISBT_PROJECT=&quot;CentOS-7&quot;
CENTOS_MANTISBT_PROJECT_VERSION=&quot;7&quot;
REDHAT_SUPPORT_PRODUCT=&quot;centos&quot;
REDHAT_SUPPORT_PRODUCT_VERSION=&quot;7&quot;</code></pre>
<hr />
<h2>lsb_release -a</h2>
<pre><code class="language-bash">$ lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch
Distributor ID:	CentOS
Description:	CentOS Linux release 7.7.1908 (Core)
Release:	7.7.1908
Codename:	Core</code></pre>
<hr />
<h2>hostnamectl</h2>
<pre><code class="language-bash">$ hostnamectl
   Static hostname: sunucum.example.com
         Icon name: computer-vm
           Chassis: vm
        Machine ID: 96820b***
           Boot ID: 02310f6b***
    Virtualization: vmware
  Operating System: CentOS Linux 7 (Core)
       CPE OS Name: cpe:/o:centos:centos:7
            Kernel: Linux 5.5.4-1.el7.elrepo.x86_64
      Architecture: x86-64</code></pre>
<hr />
<h2>uname -r</h2>
<pre><code class="language-bash">$ uname -r
5.5.4-1.el7.elrepo.x86_64</code></pre>
<p>Sonrası <a href="https://ahmetbolu.com/linux-versiyonu-ve-isletim-sistemi-bilgilerini-ogrenme/">Linux Versiyonu ve İşletim Sistemi Bilgilerini Öğrenme</a> <a href="https://ahmetbolu.com">Ahmet Bolu</a> ilk ortaya çıktı.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://ahmetbolu.com/linux-versiyonu-ve-isletim-sistemi-bilgilerini-ogrenme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
