<?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 &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jan 2021 08:32:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>linux &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux Unutma</title>
		<link>https://selmantunc.com.tr/it-info/linux-unutma/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 15 Jan 2021 08:32:43 +0000</pubDate>
				<category><![CDATA[It info]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[antix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2021/01/15/linux-unutma/</guid>

					<description><![CDATA[df -h : hdd durum bilgisi  Creating a Tar GZip Archive Bundle tar -cvzf backup.tar.gz itemtocompress For example, to compress a directories jpg files only, you’d type: tar -cvzf jpegarchive.tar.gz&#8230;]]></description>
										<content:encoded><![CDATA[<p>df -h : hdd durum bilgisi </p>
<p><br></p>
<h2>Creating a Tar GZip Archive Bundle</h2>
<p>tar -cvzf backup.tar.gz itemtocompress</p>
<p>For example, to compress a directories jpg files only, you’d type:</p>
<p>tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpg</p>
<h2>Opening .tar.gz Archives</h2>
<p>gunzip filename.tar.gz</p>
<p>tar -xvf filename.tar</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux Valet Install</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-valet-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 03 Dec 2018 21:58:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[laravel]]></category>
		<category><![CDATA[laravel valet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux valet]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[valet]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/03/linux-valet-install/</guid>

					<description><![CDATA[Linux Valet nedir? Valet Linux nedir? Linux minimalistleri için bir php yazılım geliştirme ortamıdır. Laravel valet den esinlenerek (fork) geliştirilmiştir. Vagrant yada docker dan ziyade sizi nginx in config dosyaları&#8230;]]></description>
										<content:encoded><![CDATA[<figure class="tmblr-embed tmblr-full" data-provider="youtube" data-orig-width="540" data-orig-height="304" data-url="https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdFO9UcbTIDs"></figure>
<p>Linux Valet nedir?</p>
<p>Valet Linux nedir?</p>
<p>Linux minimalistleri için bir php yazılım geliştirme ortamıdır.</p>
<p><a href="https://laravel.com/docs/5.7/valet">Laravel valet </a>den esinlenerek (fork) geliştirilmiştir.</p>
<p>Vagrant yada docker dan ziyade sizi nginx in config dosyaları ile uğraştırmaz.</p>
<p>Sadece link komutu ile herhangi bir klasoru direk web dizini yaparsınız.Örneğin</p>
<p>var/www/laravelblog dizinini <b>valet link</b> komutu ile <a href="http://laravelblog.test">http://laravelblog.test</a> haline geitrebilirsiniz.</p>
<p>Sitelerinizi yerel tüneller kullanarak herkese açık olarak paylaşabilirsiniz. Yani ağ üzerinden valet ile paylaşıma açabiliyorsunuz.<br><br></p>
<p>Valet Linux, makineniz başladığında Nginx&#8217;i daima arka planda çalıştırmak için sisteminizi yapılandırır. Daha sonra, DnsMasq kullanarak, Valet, yerel makinenize yüklenen sitelere işaret etmek için * .test etki alanındaki tüm istekleri proxy eder.</p>
<p>Diğer bir deyişle, kabaca 7mb RAM kullanan bir hızlı php yazılım geliştirme  ortamdır.. Valet Linux, Vagrant veya Homestead için tam bir alternatif değil, ancak esnek temeller istiyorsanız, aşırı hız kullanmayı tercih ediyorsanız veya sınırlı miktarda RAM içeren bir makinede çalışıyorsanız harika bir alternatif sunuyor.</p>
<p>Üsteki video da ubuntu ya yükleme anlaştılmıştır.</p>
<p><a href="https://github.com/cpriego/valet-linux">https://github.com/cpriego/valet-linux</a> buradan indiriebilir.<br></p>
<p>linux valet </p>
<pre>sudo apt-get install software-properties-common<br></pre>
<pre>sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

sudo apt install php7.1-mcrypt php7.1-curl php7.1-cli php7.1-mysql php7.1-gd php7.1-xsl php7.1-json php7.1-intl php-pear php7.1-dev php7.1-common php7.1-mbstring php7.1-zip php7.1-soap php7.1-bcmath -y
</pre>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-18-04">Composer install</a></p>
<pre>sudo apt install curl git unzip

cd ~

curl -sS <a href="https://getcomposer.org/installer">https://getcomposer.org/installer</a> -o composer-setup.php

<code></code>sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer

 sudo chmod -R 777 ~/.composer

<code></code></pre>
<pre><br>
composer global require cpriego/valet-linux</pre>
<p><code>&lt;a href=&quot;https://cpriego.github.io/valet-linux/requirements&quot;&gt;https://cpriego.github.io/valet-linux/requirements&lt;/a&gt;</code></p>
<pre><br>
sudo <code>apt-get install network-manager libnss3-tools jq xsel</code>
<br></pre>
<p><br></p>
<pre><br>
sudo apt install nginx</pre>
<pre><code>nano ~/.profile
</code>#line end add file<code>PATH=&quot;$HOME/.composer/vendor/bin:$PATH&quot;</code><code>source ~/.profile
</code>
<br></pre>
<pre>sudo chmod -R 777  /var/www/laravel/</pre>
<p><a href="https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/">https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/</a></p>
<p><br></p>
<p><a href="https://www.tecmint.com/install-mariadb-in-ubuntu-and-debian/">https://www.tecmint.com/install-mariadb-in-ubuntu-and-debian/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>tiny core linux for raspberry pi</title>
		<link>https://selmantunc.com.tr/uncategorized/tiny-core-linux-for-raspberry-pi/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 31 Jan 2018 11:39:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[raspian]]></category>
		<category><![CDATA[tinycore]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/01/31/tiny-core-linux-for-raspberry-pi/</guid>

					<description><![CDATA[TinyCore linux un  raspberry pi için de özel sürümü hazırlanmış bir linux işletim sistemi eğer minik işleriniz  varsa bu minicik sistemi test edebilirsiniz. İleri seviyeli kullanıcılar için &#8211; başlangıç seviyesi&#8230;]]></description>
										<content:encoded><![CDATA[<p>TinyCore linux un  raspberry pi için de özel sürümü hazırlanmış bir linux işletim sistemi eğer minik işleriniz  varsa bu minicik sistemi test edebilirsiniz.</p>
<p>İleri seviyeli kullanıcılar için &#8211; başlangıç seviyesi için önce rasberian ı iyi öğrenin derim. </p>
<p>Bir <strike>GUI içeren </strike>ve tamamen RAM&#8217;den çalıştırılan minimum bir dağıtıma ihtiyacınız varsa, </p>
<p>TinyCore sizin için doğru olabilir. </p>
<p>Yalnızca ihtiyacınız olan şeylerle eksiksiz bir sistem oluşturmak için kullanabileceğiniz en az sayıda araç içerir. </p>
<p>Sadece 10 Mb bir işletim sistemi :) </p>
<p>

İndir TinyCore   <a href="http://tinycorelinux.net/ports.html">Link</a></p>
<figure data-orig-width="608" data-orig-height="328" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_p3f3q0yH6D1tyldvk_540.png" alt="image" data-orig-width="608" data-orig-height="328"></figure>
<p> <br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux grup2 yöneticisini yapılandırmak</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-grup2-yoneticisini-yapilandirmak/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 05 Jan 2015 01:49:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[linux ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2015/01/05/linux-grup2-yoneticisini-yapilandirmak/</guid>

					<description><![CDATA[linux ubuntu yada mint da grup2 yöneticisini terminal den yapılandırmak zor ve bazende geri dönülemez hatalara neden olabilir. örneğin grup yöneticisine tema ve arkaplan koyabiliriz ama burdaki https://help.ubuntu.com/community/Grub2/Displays gibi birşey bizi&#8230;]]></description>
										<content:encoded><![CDATA[<p>linux ubuntu yada mint da grup2 yöneticisini terminal den yapılandırmak zor ve bazende geri dönülemez hatalara neden olabilir.</p>
<figure class="tmblr-full" data-orig-height="400" data-orig-width="719"><figure id="attachment_mmd_3118" class="wp-block-image "><img decoding="async" width="719" height="300" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohotgenS1z1tyldvk_540.png" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><br><a href="http://www.selmantunc.com/wp-content/uploads/2015/01/hide-grub-menu.png"></a>
<br><br>örneğin grup yöneticisine tema ve arkaplan koyabiliriz ama burdaki <a href="https://help.ubuntu.com/community/Grub2/Displays%C2%A0gibi">https://help.ubuntu.com/community/Grub2/Displays gibi</a> birşey bizi uğraştırabilir bu yazılımla onlarla uğraşmak zorunda kalmazsınız ,<br><br>benim bilgisayarımda windows 7 ve linux mint kurulu ve açılışta artık önceliğin windows 7 de olmasına karar verdim bu yüzden de grub ayarlarını gui ekranda nasıl yaparım derken bu araçı buldum<br><br>terminalde yapacağınız işlem<br></p>
<pre>sudo add-apt-repository ppa:danielrichter2007/grub-customizer <br><br>sudo apt-get update<br><br>sudo apt-get install grub-customizer</pre>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Webmin hostname and dns client problem inin çözümü</title>
		<link>https://selmantunc.com.tr/uncategorized/webmin-hostname-and-dns-client-problem-inin-cozumu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 01:43:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webmin]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/webmin-hostname-and-dns-client-problem-inin-cozumu/</guid>

					<description><![CDATA[Webmin hostname and dns client problem inin çözümüaşağıdaki yolu bulunuz ve/etc/resolv.confresolv.conf dosyasınanameserver 127.0.0.1ekleyiniz]]></description>
										<content:encoded><![CDATA[<p>Webmin hostname and dns client problem inin çözümü<br><br>aşağıdaki yolu bulunuz ve<br><br>/etc/resolv.conf<br><br>resolv.conf dosyasına<br><br>nameserver 127.0.0.1<br><br>ekleyiniz</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux bölümündeki dosyalara windows dan erişmek</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-bolumundeki-dosyalara-windows-dan-erismek/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 01:38:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[genel]]></category>
		<category><![CDATA[genelk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux reader]]></category>
		<category><![CDATA[makale]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/linux-bolumundeki-dosyalara-windows-dan-erismek/</guid>

					<description><![CDATA[Eğer bilgisayarınızda iki adet işletim sistemi (linux/windows )kurulu ise Windows içinde Linux bölümlerine (linux un ext2 veya ext3 dosya sistemi) içine erişebilmek için Explore2fs, DiskInternals Linux Reader ve Windows için Ext2 Installable&#8230;]]></description>
										<content:encoded><![CDATA[<p>Eğer bilgisayarınızda iki adet işletim sistemi (linux/windows )kurulu ise Windows içinde Linux bölümlerine (linux un ext2 veya ext3 dosya sistemi) içine erişebilmek için Explore2fs, DiskInternals Linux Reader ve Windows için Ext2 Installable File System For Windows yazılımlarını kulllanabilirsiniz <br><br><a href="http://www.chrysocome.net/explore2fs">Explore2fs indir</a> :</p>
<figure class="tmblr-full" data-orig-height="438" data-orig-width="600"><figure id="attachment_mmd_3109" class="wp-block-image "><img decoding="async" width="600" height="394" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohotdkhjHA1tyldvk_540.gif" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><a></a>
<br><br><a href="http://www.diskinternals.com/linux-reader/">DiskInternals Linux Reader indir </a></p>
<figure class="tmblr-full" data-orig-height="578" data-orig-width="803"><figure id="attachment_mmd_3112" class="wp-block-image "><img decoding="async" width="803" height="389" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohotdwAB2j1tyldvk_540.png" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><a href="http://www.selmantunc.com/wp-content/uploads/2013/06/5.png"></a>
<br><br> <br><br><a href="http://www.fs-driver.org/download.html">Windows için Ext2 Installable File System For Windows i</a>ndir</p>
<figure class="tmblr-full" data-orig-height="450" data-orig-width="600"><figure id="attachment_mmd_3115" class="wp-block-image "><img decoding="async" width="600" height="405" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohote1D7mg1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ubuntu / mint için en sevdiğim araçlar</title>
		<link>https://selmantunc.com.tr/uncategorized/ubuntu-mint-icin-en-sevdigim-araclar/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:40:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[genel]]></category>
		<category><![CDATA[kazam]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux araçları]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[record desktop]]></category>
		<category><![CDATA[shutter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/ubuntu-mint-icin-en-sevdigim-araclar/</guid>

					<description><![CDATA[sizler için linux mint ve linux ubuntu da en sevdiğim mutlaka olması gereken programları bi yere topladım.bunları linux a ubuntu / mint ya  kurmak için  terminale root olarak giriniz aşağıdaki kodu&#8230;]]></description>
										<content:encoded><![CDATA[<p>sizler için linux mint ve linux ubuntu da en sevdiğim mutlaka olması gereken programları bi yere topladım.<br><br>bunları linux a ubuntu / mint ya  kurmak için  terminale root olarak giriniz aşağıdaki kodu yazınız<br><br><b>UNITY TWEAK TOOL</b>
<br><br>ubuntu ve mint a ince ayarlar verebilceğiniz çok harika bi yazılım.</p>
<figure class="tmblr-full" data-orig-height="711" data-orig-width="753"><figure id="attachment_mmd_3121" class="wp-block-image "><img decoding="async" width="753" height="510" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohothtoSVf1tyldvk_540.png" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><code> sudo add-apt-repository ppa:freyja-dev/unity-tweak-tool-daily&lt;br&gt;sudo apt-get install unity-tweak-tool</code>
<br><br>ayrıca gnome tweak tool u da yükleyebilirsiniz<br><br><code>sudo add-apt-repository ppa:ricotz/testing&lt;br&gt;sudo apt-get update&lt;br&gt;sudo apt-get install gnome-tweak-tool</code>
<br><br><b>guake </b></p>
<figure class="tmblr-full" data-orig-height="1080" data-orig-width="1920"><figure id="attachment_mmd_3124" class="wp-block-image "><img decoding="async" width="1920" height="304" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohotioC3Gk1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><br><a href="http://www.selmantunc.com/wp-content/uploads/2013/06/guak.jpg"></a>
<br><br>terminal in hızlı kullanılabilecek bir alternatifi pyhton ile yazılmış F12 tuşu ile direk olarak terminal gelir.<br><br><code>sudo apt-get install guake</code>
<br><br><b>Cairo dock </b>
<br><br>Mac OS X de bulunan dock özelliğinin linux da da olmasını isterseniz ,Dock’un görevi <b>uygulamalarımıza</b> elimizin altında duran ikonlar aracılığıyla<b>hızlıca erişmemizi ve hangi uygulamaların çalıştığını anlamamızı sağlamaktır.</b></p>
<figure class="tmblr-full" data-orig-height="500" data-orig-width="801"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ohotjkcLe61tyldvk_540.png" data-orig-height="500" data-orig-width="801"></figure>
<p><b><br></b>
<br><a href="http://www.selmantunc.com/wp-content/uploads/2013/06/dock.jpg"></a>
<br><br><code>sudo add-apt-repository ppa:cairo-dock-team/ppa&lt;br&gt;sudo apt-get update &amp;&amp; sudo apt-get install cairo-dock cairo-dock-plug-ins</code>
<br><br><b>Editörler (blue fish , geany, netbeans ide)</b>
<br><br>sudo apt-get install bluefish<br>sudo apt-get install geany<br>sudo apt-get install netbeans<br><br><b>ekran görüntüsü ve ekrandan video kaydı yapan araçlar</b>
<br><br><code>sudo apt-get install recordmydesktop&lt;br&gt;sudo apt-get install kazam&lt;br&gt;sudo apt-get install ntfs-3g&lt;br&gt;</code>
<br><b>ses ve goruntu</b>
<br><code>sudo add-apt-repository ppa:shutter/ppa&lt;br&gt;sudo apt-get update &amp;&amp; sudo apt-get install shutter</code>
<br><br><b>ubuntuda tüm ayarları hızlı bir şekilde yapılandırmak için </b>
<br><br><code>sudo apt-get install gconf-editor</code>
<br><br><b>MONO C# dilini linuxda kullanmak için  Mono  </b>
<br><br><code>sudo apt-get install mono-devel</code>
<br><br><b>FTP için filezilla  </b>
<br><br><code>sudo apt-get install filezilla</code>
<br><br><b>Resim oynama programı gthumb </b>
<br><code>sudo apt-get install gthumb</code>
<br><br> <br><br> </p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux da windows uygulaması programı çalıştırmak , ubuntu wine kurulumu</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-da-windows-uygulamasi-programi-calistirmak/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:17:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/linux-da-windows-uygulamasi-programi-calistirmak/</guid>

					<description><![CDATA[linux da windows uygulaması programı çalıştırmaklinux da bildiğiniz üzere windows uygulamaları çalışmıyor eğer windows uygulamalarını linux üzerinde çalıştırmak istiyorsanız wine emulatorunu kurmanız gerekmekdedir.linux a ubuntu / mint wine kurmak için  terminale&#8230;]]></description>
										<content:encoded><![CDATA[<p>linux da windows uygulaması programı çalıştırmak<br><br>linux da bildiğiniz üzere windows uygulamaları çalışmıyor eğer windows uygulamalarını linux üzerinde çalıştırmak istiyorsanız wine emulatorunu kurmanız gerekmekdedir.<br><br>linux a ubuntu / mint wine kurmak için  terminale root olarak giriniz aşağıdaki kodu yazınız<br><br>sudo add-apt-repository ppa:ubuntu-wine/ppa<br>sudo apt-get update<br>sudo apt-get install wine1.5</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux ubuntu / mint java kurulumu</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-ubuntu-mint-java-kurulumu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:10:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/linux-ubuntu-mint-java-kurulumu/</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<figure data-orig-height="259" data-orig-width="195" data-orig-src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSoSchIUv4tlmCQeNhvrrLHh1pJPdWoX3pDZwG0yjMAWsx1qIrW"><img decoding="async" alt="" src="https://64.media.tumblr.com/8946fdaab2a1be2e533a2e6515292db3/tumblr_inline_pkw6pmgfls1tyldvk_540.jpg" data-orig-height="259" data-orig-width="195" data-orig-src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSoSchIUv4tlmCQeNhvrrLHh1pJPdWoX3pDZwG0yjMAWsx1qIrW"></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>linux ubuntu / mint php/unit kurulumu</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-ubuntu-mint-phpunit-kurulumu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Jun 2013 00:07:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2013/06/30/linux-ubuntu-mint-phpunit-kurulumu/</guid>

					<description><![CDATA[linux ubuntu / mint a php unit kurmak için terminale root olarak giriniz aşağıdaki kodu yazınızsudo pear channel-discover pear.symfony-project.comsudo pear channel-discover pear.phpunit.desudo pear install -a phpunit/PHPUnit]]></description>
										<content:encoded><![CDATA[<p>linux ubuntu / mint a php unit kurmak için terminale root olarak giriniz aşağıdaki kodu yazınız<br><br>sudo pear channel-discover pear.symfony-project.com<br>sudo pear channel-discover pear.phpunit.de<br>sudo pear install -a phpunit/PHPUnit</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
