<?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>linux - Bilişim Kurdu</title>
	<atom:link href="https://bilisimkurdu.github.io/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://bilisimkurdu.github.io</link>
	<description>Bilişim Hakkında Her Şey</description>
	<lastBuildDate>Thu, 26 Mar 2020 10:02:15 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://bilisimkurdu.github.io/wp-content/uploads/2020/04/Logo-1-150x150.png</url>
	<title>linux - Bilişim Kurdu</title>
	<link>https://bilisimkurdu.github.io</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ubuntu,Debian ve debian tabanlı sunuculara VNCServer kurulumu</title>
		<link>https://bilisimkurdu.github.io/ubuntu-debian-ve-debian-tabanli-sunuculara-vncserver-kurulumu/</link>
					<comments>https://bilisimkurdu.github.io/ubuntu-debian-ve-debian-tabanli-sunuculara-vncserver-kurulumu/#respond</comments>
		
		<dc:creator><![CDATA[Yakup CONTARLI]]></dc:creator>
		<pubDate>Thu, 26 Mar 2020 10:02:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian server VNC server kurulumu]]></category>
		<category><![CDATA[Debian VNC server kurulumu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux VNC yükleme]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu server VNC server kurulumu]]></category>
		<category><![CDATA[Ubuntu VNC server kurulumu]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[vps]]></category>
		<guid isPermaLink="false">https://bilisimkurdu.github.io/?p=711</guid>

					<description><![CDATA[<p>Merhaba Muhterem Ziyaretçiler, Bu yazımda Ubuntu Server Debian tabanlı server işletim sistemlerine sahip sunuculara TightVNC sunucusu nasıl kurulacağını bahsedeceğim. Eğer Google Cloud benzeri servisten sunucu kiramışsanız VPC ağ ayarları veya ilgili ayarlara erişerek TCP 5901-5910 portlarına izin verilmesi, bir işletmeye ait sunucuya kurulacaksa firewall üzerinden TCP 5901-5910 portlarına izin vermeniz gerekmektedir. Eğer Ubuntu Server için;&#8230;</p>
<p>The post <a href="https://bilisimkurdu.github.io/ubuntu-debian-ve-debian-tabanli-sunuculara-vncserver-kurulumu/">Ubuntu,Debian ve debian tabanlı sunuculara VNCServer kurulumu</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Merhaba Muhterem Ziyaretçiler,</p>



<p>Bu yazımda Ubuntu Server Debian tabanlı server işletim sistemlerine sahip sunuculara TightVNC sunucusu nasıl kurulacağını bahsedeceğim.</p>



<span id="more-711"></span>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Eğer Google Cloud benzeri servisten sunucu kiramışsanız VPC ağ ayarları veya ilgili ayarlara erişerek TCP 5901-5910 portlarına izin verilmesi, bir işletmeye ait sunucuya kurulacaksa firewall üzerinden TCP 5901-5910 portlarına izin vermeniz gerekmektedir.</p></blockquote>



<p>Eğer Ubuntu Server  için;</p>



<p>Gerekli paketlerin yüklenmesi ve konfigrasyonların oluşturulması için.</p>



<pre class="wp-block-code"><code>sudo apt-get install ubuntu-desktop gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal
sudo apt-get install vnc4server
vncserver
vncserver -kill :1</code></pre>



<p>Akabinde xstartup&nbsp; dosyasını düzenliyoruz.</p>



<pre class="wp-block-code"><code>nano ~/.vnc/xstartup</code></pre>



<p>xstartup&nbsp;içeriği;</p>



<pre class="wp-block-code"><code>#!/bin/sh

# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc

&#91; -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
&#91; -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
# xsetroot -solid grey
vncconfig -iconic &amp;
# x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;
# x-window-manager &amp;
gnome-session &amp;
gnome-panel &amp;
gnome-settings-daemon &amp;
metacity &amp;
nautilus &amp;
gnome-terminal &amp;</code></pre>



<p>Gerekli konfigrasyonlar;</p>



<pre class="wp-block-code"><code>You will require a password to access your desktops.

Password:
Verify:
Would you like to enter a view-only password (y/n)? y
Password:
Verify:
xauth:  file /home/$USER/.Xauthority does not exist

New 'X' desktop is 578e1bb09561:1

Creating default startup script /home/$USER/.vnc/xstartup
Starting applications specified in /home/$USER/.vnc/xstartup
Log file is /home/$USER/.vnc/578e1bb09561:1.log</code></pre>



<p>Eğer Debian ve debian tabanlı sistemler için;</p>



<pre class="wp-block-code"><code>sudo su
apt-get update
apt-get install xfce4 xfce4-goodies gnome-icon-theme tightvncserver
vncserver</code></pre>



<p>Gerekli konfigrasyonlar;</p>



<pre class="wp-block-code"><code>You will require a password to access your desktops.

Password:
Verify:
Would you like to enter a view-only password (y/n)? y
Password:
Verify:
xauth:  file /home/$USER/.Xauthority does not exist

New 'X' desktop is 578e1bb09561:1

Creating default startup script /home/$USER/.vnc/xstartup
Starting applications specified in /home/$USER/.vnc/xstartup
Log file is /home/$USER/.vnc/578e1bb09561:1.log</code></pre>



<p>Bütün işlemler tamamlandıktan sonra <code>vncserver</code> komutu çalıştırarak VNC Server&#8217;ı çalıştırıp VNC Client yazılımları ile <code>ServerIP:5901</code> veya <code>ServerIP::5901</code> ile girerek bağlanabilirsiniz.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Eğer farklı çözünürlük ile çalışmak isterseniz VNC Server&#8217;ı <code>vncserver -geometry cozunulukDegeri</code> komutu ile çalıştırabilisiniz. </p></blockquote>



<p>Eğer bu yazıyla ilişkin anlatamadığım\anlaşılamayan konular varsa yazının altına yorum yapabilirsiniz.</p>



<p>İyi günler.</p><p>The post <a href="https://bilisimkurdu.github.io/ubuntu-debian-ve-debian-tabanli-sunuculara-vncserver-kurulumu/">Ubuntu,Debian ve debian tabanlı sunuculara VNCServer kurulumu</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://bilisimkurdu.github.io/ubuntu-debian-ve-debian-tabanli-sunuculara-vncserver-kurulumu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Workstation Linux virtual machine not working sharing folder</title>
		<link>https://bilisimkurdu.github.io/vmware-workstation-linux-virtual-machine-not-working-sharing-folder/</link>
					<comments>https://bilisimkurdu.github.io/vmware-workstation-linux-virtual-machine-not-working-sharing-folder/#respond</comments>
		
		<dc:creator><![CDATA[Yakup CONTARLI]]></dc:creator>
		<pubDate>Wed, 27 Feb 2019 17:40:29 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware klasör paylaşım çalışmıyor]]></category>
		<category><![CDATA[vmware linux klasör paylaşım çalışmıyor]]></category>
		<category><![CDATA[VMware Linux virtual machine not working sharing folder]]></category>
		<category><![CDATA[VMware tool]]></category>
		<category><![CDATA[VMware Workstation Linux virtual machine not working sharing folder]]></category>
		<guid isPermaLink="false">https://bilisimkurdu.github.io/?p=417</guid>

					<description><![CDATA[<p>Merhabalar Muhterem Ziyaretçiler, Bu yazımda VMware Workstation ile oluşturulan linux sanal makinelerde klasör paylaşımı problemini çözümü konusunda yöntemleri sıralayacağım. Bu yazımda VMware Workstation ile oluşturulan linux sanal makinelerde klasör paylaşımı problemini çözümü konusunda yöntemleri sıralayacağım. open-vm-tool paketlerin kaldırılarak programda bulunan VM tool paketinin kurulması. VMware Tool linux sistemlerinde kurulum için göz atabilirsiniz; https://www.vmware.com/support/ws5/do/ws_newguest_tools_linux.html Aşağıdaki komutları&#8230;</p>
<p>The post <a href="https://bilisimkurdu.github.io/vmware-workstation-linux-virtual-machine-not-working-sharing-folder/">VMware Workstation Linux virtual machine not working sharing folder</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Merhabalar Muhterem Ziyaretçiler,</p>



<p>Bu yazımda VMware Workstation ile oluşturulan linux sanal makinelerde klasör paylaşımı problemini çözümü konusunda yöntemleri sıralayacağım.</p>



<span id="more-417"></span>



<p>Bu yazımda VMware Workstation ile oluşturulan linux sanal makinelerde klasör paylaşımı problemini çözümü konusunda yöntemleri sıralayacağım.</p>



<ul class="wp-block-list"><li>open-vm-tool paketlerin kaldırılarak programda bulunan VM tool paketinin kurulması.</li></ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>VMware Tool linux sistemlerinde kurulum için göz atabilirsiniz;</p><p><a href="https://www.vmware.com/support/ws5/doc/ws_newguest_tools_linux.html">https://www.vmware.com/support/ws5/do/ws_newguest_tools_linux.html</a></p></blockquote>



<ul class="wp-block-list"><li>Aşağıdaki komutları sırasıyla giriniz ve /mnt/hgfs klasörünü kontrol edebilirsiniz.</li></ul>



<pre class="wp-block-code"><code>//debian tabanlı işletim sistemlerinde(ubuntu,pardus,...)
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
sudo .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
//fedora tabanlı işletim sistemlerinde
su -c "vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other"
su -c ".host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0"
//Suse tabanlı işletim sistemlerinde
su vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
su .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0</code></pre>



<p>

Eğer bu yazıyla ilişkin anlatamadığım\anlaşılamayan konular varsa yazının altına yorum yapabilirsiniz.

</p>



<p>İyi akşamlar.</p><p>The post <a href="https://bilisimkurdu.github.io/vmware-workstation-linux-virtual-machine-not-working-sharing-folder/">VMware Workstation Linux virtual machine not working sharing folder</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://bilisimkurdu.github.io/vmware-workstation-linux-virtual-machine-not-working-sharing-folder/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux tabanlı işletim sistemlerinde VMware tool yükleme</title>
		<link>https://bilisimkurdu.github.io/linux-tabanli-isletim-sistemlerinde-vmware-tool-yukleme/</link>
					<comments>https://bilisimkurdu.github.io/linux-tabanli-isletim-sistemlerinde-vmware-tool-yukleme/#respond</comments>
		
		<dc:creator><![CDATA[Yakup CONTARLI]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 09:03:29 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[istemci]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open Suse]]></category>
		<category><![CDATA[sunucu]]></category>
		<category><![CDATA[Suse]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware tool]]></category>
		<category><![CDATA[vmware tool yükleme]]></category>
		<guid isPermaLink="false">https://bilisimkurdu.github.io/?p=394</guid>

					<description><![CDATA[<p>Merhaba Muhtarem ziyaretçilerimiz, Bu yazımda bilinen bütün Linux sürümlerinde VMware tool paketlerini yüklemeyi anlamaya çalışacağım. Aşağıdaki komutları kullandığınız işletim sistemine göre seçip terminale yazıp sanal işletim sistemini restart etmeniz gerekmektedir. Debian tabanlı (Ubuntu,Pardus,Linux Mint gibi) İstemciler; Sunucu; Fedora tabanlı işletim sistemleri İstemci; Sunucu; Open Suse tabanlı işletim sistemleri için; İstemci; Sunucu; Eğer bu yazıyla ilişkin&#8230;</p>
<p>The post <a href="https://bilisimkurdu.github.io/linux-tabanli-isletim-sistemlerinde-vmware-tool-yukleme/">Linux tabanlı işletim sistemlerinde VMware tool yükleme</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Merhaba Muhtarem ziyaretçilerimiz,</p>



<p>   Bu yazımda bilinen bütün Linux sürümlerinde VMware tool paketlerini yüklemeyi anlamaya çalışacağım.</p>



<p>Aşağıdaki komutları kullandığınız işletim sistemine göre seçip terminale yazıp sanal işletim sistemini restart etmeniz gerekmektedir.</p>



<span id="more-394"></span>



<p>Debian tabanlı (Ubuntu,Pardus,Linux Mint gibi)</p>



<p>İstemciler;<br></p>



<pre class="wp-block-code"><code>sudo apt-get install open-vm-tools open-vm-tools-desktop</code></pre>



<p>Sunucu;</p>



<pre class="wp-block-code"><code>sudo apt-get install open-vm-tools</code></pre>



<p>Fedora tabanlı işletim sistemleri <br></p>



<p>İstemci;</p>



<pre class="wp-block-code"><code>su -c "yum install open-vm-tools open-vm-tools-desktop"</code></pre>



<p>Sunucu;</p>



<pre class="wp-block-code"><code>su -c "yum install open-vm-tools"</code></pre>



<p>Open Suse tabanlı işletim sistemleri için;</p>



<p>İstemci;</p>



<pre class="wp-block-code"><code>sudo zypper install open-vm-tools open-vm-tools-desktop</code></pre>



<p>Sunucu;</p>



<pre class="wp-block-code"><code>sudo zypper install open-vm-tools</code></pre>



<p>

Eğer bu yazıyla ilişkin anlatamadığım\anlaşılamayan konular varsa yazının altına yorum yapabilirsiniz.

</p>



<p>İyi günler.</p><p>The post <a href="https://bilisimkurdu.github.io/linux-tabanli-isletim-sistemlerinde-vmware-tool-yukleme/">Linux tabanlı işletim sistemlerinde VMware tool yükleme</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://bilisimkurdu.github.io/linux-tabanli-isletim-sistemlerinde-vmware-tool-yukleme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL SERVER LİNUX SİSTEME KURULUM (UBUNTU)</title>
		<link>https://bilisimkurdu.github.io/server-sisteme-kurulum-ubuntu/</link>
					<comments>https://bilisimkurdu.github.io/server-sisteme-kurulum-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Yakup CONTARLI]]></dc:creator>
		<pubDate>Tue, 02 May 2017 10:32:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[hata]]></category>
		<category><![CDATA[kurulum]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux microsoft sql server]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sql server linux kurulumu]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[pardus]]></category>
		<category><![CDATA[pardus microsoft sql server kurulumu]]></category>
		<category><![CDATA[pardus mssql]]></category>
		<category><![CDATA[pardus mssql kurulum]]></category>
		<category><![CDATA[pardus mssql kurulumu]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.bilisimkurdu.cf/?p=134</guid>

					<description><![CDATA[<p>Sql server linux için de hazır nasıl olsa bizde bu nimetten faydanalım dedik 🙂 ve ubuntu sistemime kurmaya başladım. Öncelikle sudo apt-get install curl ile curl paketini yüklüyoruz. curl https://packages.microsoft.com/keys/microsoft.asc &#124; sudo apt-key add &#8211;   ile MSSQL depolarını ekliyoruz. sudo apt-get update sudo apt-get install mssql-server mssql-tools -y   komutuyla MSSQL&#8217;i yüklüyoruz. sudo /opt/mssql/bin/sqlservr-setup&#8230;</p>
<p>The post <a href="https://bilisimkurdu.github.io/server-sisteme-kurulum-ubuntu/">SQL SERVER LİNUX SİSTEME KURULUM (UBUNTU)</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Sql server linux için de hazır nasıl olsa bizde bu nimetten faydanalım dedik <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ve ubuntu sistemime kurmaya başladım.</p>
<p>Öncelikle</p>
<p>sudo apt-get install curl ile curl paketini yüklüyoruz.</p>
<p>curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add &#8211;   ile MSSQL depolarını ekliyoruz.</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install mssql-server mssql-tools -y   komutuyla MSSQL&#8217;i yüklüyoruz.</p>
<p>sudo /opt/mssql/bin/sqlservr-setup  komutuyla yapılandırıyoruz.</p>
<p>Lisans anlaşmalarını kabul edip gerekli ayarları yaptıktan sonra</p>
<p>sudo echo &#8216;export PATH=&#8221;$PATH:/opt/mssql-tools/bin&#8221;&#8216; &gt;&gt; ~/.bash_profile</p>
<p>sudo echo &#8216;export PATH=&#8221;$PATH:/opt/mssql-tools/bin&#8221;&#8216; &gt;&gt; ~/.bashrc<br />
source ~/.bashrc</p>
<p>komutlarını yazdıktan sonra</p>
<p>systemctl status mssql-server komutu ile MSSQL servislerini kontrol edebilirsiniz.</p>
<p>sqlcmd -S localhost -U SA -P &#8216;sifreniz&#8217;    komutu ile bağlanabilirsiniz.</p>
<p>(sifreniz=mssql kurarken belirlediğiniz şifre)</p>
<p>&nbsp;</p><p>The post <a href="https://bilisimkurdu.github.io/server-sisteme-kurulum-ubuntu/">SQL SERVER LİNUX SİSTEME KURULUM (UBUNTU)</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://bilisimkurdu.github.io/server-sisteme-kurulum-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PARDUS&#8217;A MSSQL SERVER KURMA HAKKINDA KİŞİSEL TECRÜBEM</title>
		<link>https://bilisimkurdu.github.io/pardusa-msserver-setup-tecrubem/</link>
					<comments>https://bilisimkurdu.github.io/pardusa-msserver-setup-tecrubem/#respond</comments>
		
		<dc:creator><![CDATA[Yakup CONTARLI]]></dc:creator>
		<pubDate>Thu, 27 Apr 2017 12:40:20 +0000</pubDate>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[kurulum]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux microsoft sql server]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sql server linux kurulumu]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[pardus]]></category>
		<category><![CDATA[pardus microsoft sql server kurulumu]]></category>
		<category><![CDATA[pardus mssql]]></category>
		<category><![CDATA[pardus mssql kurulum]]></category>
		<category><![CDATA[pardus mssql kurulumu]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.bilisimkurdu.cf/?p=120</guid>

					<description><![CDATA[<p>Muhterem ziyaretçiler, bugün aklımda Pardus sistemime Microsoft SQL Server kurmaya karar verdim ve sistemime Microsoft SQL Server kurmaya başladım. Şu adımları uygulamaya başladım. 1) Public repo keyini import ediyoruz. sudo sh -c “curl https://packages.microsoft.com/keys/microsoft.asc &#124; sudo apt-key add -“ 2) Microsoft SQL Server Ubuntu repositorysini ekliyoruz. sudo sh -c “echo deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server xenial main&#8230;</p>
<p>The post <a href="https://bilisimkurdu.github.io/pardusa-msserver-setup-tecrubem/">PARDUS’A MSSQL SERVER KURMA HAKKINDA KİŞİSEL TECRÜBEM</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Muhterem ziyaretçiler, bugün aklımda Pardus sistemime Microsoft SQL Server kurmaya karar verdim ve sistemime Microsoft SQL Server kurmaya başladım.</p>
<p>Şu adımları uygulamaya başladım.</p>
<p><strong>1) Public repo keyini import ediyoruz.</strong></p>
<p><em>sudo sh -c “curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -“</em></p>
<p><strong>2) Microsoft SQL Server Ubuntu repositorysini ekliyoruz.</strong></p>
<p>sudo sh -c “echo deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/mssql-server xenial main &gt; /etc/apt/sources.list.d/sql-server.list”</p>
<pre>sudo sh -c "echo deb [arch=amd64] https://packages.microsoft.com/ubuntu/16.04/prod xenial main &gt;&gt; /etc/apt/sources.list.d/sql-server.list"</pre>
<p><strong>3) Paketleri güncelleyip kuruluma geçiyoruz.</strong></p>
<pre>sudo apt-get update</pre>
<pre>sudo apt-get install mssql-server mssql-tools -y 

</pre>
<p>Kurulum adımlarını tamamladıktan sonra</p>
<pre>sqlcmd -S localhost -U SA -P Parola</pre>
<p>komutunu yazdıktan sonra  sqlcmd olmadığına dailr hatalar aldım.<br />
Sonra <strong>mssql-tools</strong> paketi eksik olduğunu gördüm ve kurmaya başladım. <strong>Synaptic Paket Yöneticisinden mssql-tools</strong> paketini yüklemeye çalıştığımda aşağıdaki hatayı aldım.</p>
<blockquote><p>mssql-tools:<br />
Bağımlılıklar: libc6 (&gt;=2.21) fakat 2.19-18+deb8u7 kurulacak<br />
Bağımlılıklar: libstdc++6 (&gt;=5.2) fakat 4.9.2-10 kurulacak<br />
Bağımlılıklar: msodbcsql fakat kurulmayacak<br />
Bağımlılıklar: msodbcsql fakat kurulmayacak,</p></blockquote>
<p>Hatayı araştırdığımda Pardus paketlerinde hata aldığım paketler güncel olmadığını anladım ve Ubuntu paket adreslerini alıp <strong>source.list</strong> dosyasına yapıştırdım. (Pardus depo adreslerine dokunmadan.) sonra terminale<strong>sudo apt-get update</strong> yazdım.<br />
Terminale sudo apt-get install mssql-tools yazdım ve gerekli sorularara &#8220;yes&#8221; ile cevap verdim.<br />
Güncellemeye başlayınca Pardus&#8217;taki mevcut paketleri kaldırmaya başlamış ve yeniden başlatmayı sistem talep ettiğimde sistemi yeniden başlattığımda Pardus sistemden göçmüştü.<br />
Yani Mssql server Pardus&#8217;a kurulamayacağını göstermiş oldu.</p>
<p>Belki de Pardus depolarında güncel paketler olsaydı kararlı bir şekilde Mssql Server&#8217;ı Pardus&#8217;a kurmuş olurdum.</p>
<p>İyi Çalışmalar ve İyi Günler dilerim.</p>
<p>Kaynakça :</p>
<p>http://www.mshowto.org/linux-ubuntu-uzerine-microsoft-sql-server-kurulumu-ve-sql-araclari.html</p>
<p>http://www.4s.com.tr/8523-2/</p><p>The post <a href="https://bilisimkurdu.github.io/pardusa-msserver-setup-tecrubem/">PARDUS’A MSSQL SERVER KURMA HAKKINDA KİŞİSEL TECRÜBEM</a> first appeared on <a href="https://bilisimkurdu.github.io">Bilişim Kurdu</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://bilisimkurdu.github.io/pardusa-msserver-setup-tecrubem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
