<?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>Samet Kilictas's Blog &#187; Ubuntu</title>
	<atom:link href="http://samet.kilictas.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://samet.kilictas.com</link>
	<description>Personal E-Notebook</description>
	<lastBuildDate>Fri, 30 Apr 2010 07:29:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IBM RAD 7.5 on Ubuntu Karmic 32 Bit</title>
		<link>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/</link>
		<comments>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:08:32 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAD]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Websphere]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=396</guid>
		<description><![CDATA[Lets assume you were using ubuntu 9.04 jaunty and now you have upgraded your distribution to 9.10 karmic. Before i get into 9.10 version i had my RAD 7.5 installed and running. Then decided to upgrade my distro. I&#8217;ve read an article and futures of karmic distro, that says plenty of packages getting updated. After getting done [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-399 alignleft" title="IBM Rational Application Developer" src="http://samet.kilictas.com/wp-content/uploads/2009/12/rtl-mark-title-235x50.gif" alt="IBM Rational Application Developer" width="235" height="50" /><br />
Lets assume you were using ubuntu 9.04 jaunty and now you have upgraded your distribution to 9.10 karmic. Before i get into 9.10 version i had my RAD 7.5 installed and running. Then decided to upgrade my distro. I&#8217;ve read an article and futures of karmic distro, that says plenty of packages getting updated. After getting done with upgrade process i tried to run my RAD 7.5 , it was ok for the first time but there were plenty of errors on screen.</p>
<p>First of all when you upgrade your distro, the gcc++ package gets upgareded so libstdc++.so.5 file to libstdc++.so.6 .Unfortunately RAD 7.5 version looks for libstdc++.5.so file on your system. You have to download this file. Download it by using link below;</p>
<p><a title="http://packages.debian.org/stable/base/libstdc++5" href="http://packages.debian.org/stable/base/libstdc++5">http://packages.debian.org/stable/base/libstdc++5</a></p>
<p>Then install this deb package (If you are running on another linux distro you have to place it just next to where your libstdc++.6.so file, you can use &#8220;locate libstdc++.so.6&#8243; command to see where your file is). Then copy below bash script and paste it any of your text editor, save it as &#8220;run.sh&#8221;. From now on, you can use this script to run your RAD 7.5.</p>
<pre class="brush: bash">
#!/bin/bash
export GTK_NATIVE_WINDOWS=1
/where/your/RADis &amp;
</pre>
<p>After this process your problem should be gone. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable TCP connections to XServer?</title>
		<link>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/</link>
		<comments>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:01:01 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xserver]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=393</guid>
		<description><![CDATA[sudo gedit /etc/gdm/gdm.schemas find: &#60;schema&#62; &#60;key&#62;security/DisallowTCP&#60;/key&#62; &#60;signature&#62;b&#60;/signature&#62; &#60;default&#62;true&#60;/default&#62; &#60;/schema&#62; shift from true to false: &#60;schema&#62; &#60;key&#62;security/DisallowTCP&#60;/key&#62; &#60;signature&#62;b&#60;/signature&#62; &#60;default&#62;false&#60;/default&#62; &#60;/schema&#62;]]></description>
			<content:encoded><![CDATA[<hr style="color: #ffffff; background-color: #ffffff;" size="1" /><!-- / icon and title --> <!-- message --></p>
<div id="post_message_8227965"></div>
<div>sudo gedit /etc/gdm/gdm.schemas</div>
<div id="post_message_8227965">
<p>find:</p>
<p>&lt;schema&gt;<br />
&lt;key&gt;security/DisallowTCP&lt;/key&gt;<br />
&lt;signature&gt;b&lt;/signature&gt;<br />
&lt;default&gt;true&lt;/default&gt;<br />
&lt;/schema&gt;</p>
<p>shift from true to false:</p>
<p>&lt;schema&gt;<br />
&lt;key&gt;security/DisallowTCP&lt;/key&gt;<br />
&lt;signature&gt;b&lt;/signature&gt;<br />
&lt;default&gt;false&lt;/default&gt;<br />
&lt;/schema&gt;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Nvidia Driver 180.29 on your ubuntu</title>
		<link>http://samet.kilictas.com/how-to-install-nvidia-driver-18029-on-your-ubuntu/</link>
		<comments>http://samet.kilictas.com/how-to-install-nvidia-driver-18029-on-your-ubuntu/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:13:38 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[180.29]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[Nvidia]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=265</guid>
		<description><![CDATA[If you are using older drivers then 180.29 version you should* install new drivers so you will have better performence with 180.29 version. Don&#8217;t worry it is piece of cake to install it on your ubuntu. Firstly, go on ( System-&#62;Administration-&#62;Software Sources ) then click on &#8220;Third-Party software&#8221; tab. Now you should see a button [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://samet.kilictas.com/wp-content/uploads/2009/03/nvidia-settings.png"><img class="alignnone size-medium wp-image-264" title="nvidia-settings" src="http://samet.kilictas.com/wp-content/uploads/2009/03/nvidia-settings.png" alt="" width="48" height="48" /></a> If you are using older drivers then 180.29 version you should* install new drivers so you will have better performence with 180.29 version. Don&#8217;t worry it is piece of cake to install it on your ubuntu.</p>
<p>Firstly, go on ( System-&gt;Administration-&gt;Software Sources ) then click on &#8220;Third-Party software&#8221; tab. Now you should see a button &#8220;+Add&#8221; shows on it.</p>
<blockquote><p><code>deb <a title="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu" href="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu">http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu</a> intrepid main<br />
deb-src <a title="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu" href="http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu">http://ppa.launchpad.net/anders-kaseorg/ppa/ubuntu</a> intrepid main</code></p></blockquote>
<p>As you see above there is two lines of address. You should add them one-by-one by clicking this &#8220;+Add&#8221; button. when you are done with that it is time to get PPA keys for this repository.</p>
<p>Now use there commands</p>
<blockquote><p>cd ~/Desktop<br />
gedit temp.key</p></blockquote>
<p><span id="more-265"></span></p>
<p>A Gedit window should be appear now. Then paste this key code inside of that window.</p>
<blockquote>
<pre>-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: SKS 1.0.10

mI0ESXak3QEEAKTdBfrFtEvBel4kluGh2d99v56PzgPB4gJKz5wET4sItbxZDU9hA61kt1hl
o/84l1696hWQvnVCXrXOI2g7ZW3RD/xs/HTG6gBcVjPAW7StXYQ6sLWNEu3mgZ4FA9RdEox2
38F0kqqozx187Tvq/OQBHVzPekcdQkaWPf8QkbJ3ABEBAAG0IExhdW5jaHBhZCBQUEEgZm9y
IEFuZGVycyBLYXNlb3JniEYEExECAAYFAkl3qLwACgkQG9iXoSX6XFaRLgCeLdHCeGYski0Q
YDIfiytgNzH5uFcAoIjEEHAXY9Z4N/nBDurP/Dzx/8M0iLYEEwECACAFAkl2pN0CGwMGCwkI
BwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBimK00QTV2y8i7A/0XzwwjyTWdbcShItGhK4E3l/n0
Lq2JtCtJsjKphOOoE6pW3AjnrGayKZ5FNJoRVZYXNzIaeHhv6qlxdVTNiftUxIXJGOKRmCFJ
jYiltLTmJH+IGOCZAfMlT72AVKOLygEudLHF3KgdCX5/aW7sjCGtuvLJopL6zkcJpiJfoe2e
JA==
=ZaVk
-----END PGP PUBLIC KEY BLOCK-----</pre>
</blockquote>
<p>Then just save it. If this key above doesn&#8217;t works then try <a href="http://keyserver.ubuntu.com:11371/pks/lookup?search=0x026491A5DD081BDC6CDFC0DE6298AD34413576CB&amp;op=index">http://keyserver.ubuntu.com:11371/pks/lookup?search=0x026491A5DD081BDC6CDFC0DE6298AD34413576CB&amp;op=index</a> this link so you can find current key there. Now we are really close to make nvidia 180.29 working on our ubuntu. Now go on ( System-&gt;Administration-&gt;Software Sources ) then click on Authentication tab then you will see &#8220;+ Import Key File&#8221; button there. Click on it and find your &#8220;temp.key&#8221; file on your Desktop. Then click ok there you go now you are ready to make it work.</p>
<p>By the way you must be sure your old driver is working on 3D mode. Now open terminal again and write this commands</p>
<blockquote><p><code>sudo apt-get update<br />
sudo apt-get install nvidia-glx-180</code></p></blockquote>
<p>When it prompts on screen press &#8220;Y&#8221; button on your keyboard then Enter button. Now all you have to do it give it some time. After a quick restart you will have your drivers running you computer</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/how-to-install-nvidia-driver-18029-on-your-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Subversion (SVN) Server Nasıl Kurulur (Turkish)</title>
		<link>http://samet.kilictas.com/subversion-svn-server-nasil-kurulur/</link>
		<comments>http://samet.kilictas.com/subversion-svn-server-nasil-kurulur/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 01:18:35 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[SourceSafe]]></category>
		<category><![CDATA[SubVersion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Team Foundation Server]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=160</guid>
		<description><![CDATA[Merhaba arkadaşlar subversion hakkında türkçe yazılmış çok fazla kaynak olmamasından dolayı bu yazımı türkçe yazdığımı belirtmek istiyorum. Halen ingilizce dilinin artık global bir dil olduğunun bazı kişiler tarafından kabul edilmeyişide ayrı bir tartışma konusu bence. Neyse hemen anlatmaya başlıyorum. Aslında kişisel olarak bir projeyi tek başıma yapıyorsam bunda daha başarılı olabildiğimi düşünüyordum ancak bazı nedenlerden [...]]]></description>
			<content:encoded><![CDATA[<p>Merhaba arkadaşlar subversion hakkında türkçe yazılmış çok fazla kaynak olmamasından dolayı bu yazımı türkçe yazdığımı belirtmek istiyorum. Halen ingilizce dilinin artık global bir dil olduğunun bazı kişiler tarafından kabul edilmeyişide ayrı bir tartışma konusu bence.</p>
<p>Neyse hemen anlatmaya başlıyorum. Aslında kişisel olarak bir projeyi tek başıma yapıyorsam bunda daha başarılı olabildiğimi düşünüyordum ancak bazı nedenlerden dolayı anladım ki atasözümüz olan &#8220;Bir elin nesi var iki elin sesi&#8221; var sözü gerçekten yerinde ve mantıklı söylenmiş bir söz. <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Geçenlerde üniversitede grup çalışması yaptıgım samimi arkadaşlar ile bir projeye başlama kararı aldık ve ortak bir çalışma ortamı oluşturmam gerekiyordu. Ortak çalışma ortamı çok şekilde yaratılabilir aslında;</p>
<ul>
<li>Subversion</li>
<li>CVS</li>
<li>SourceSafe</li>
<li>Team Foundation Server</li>
<li>Birkaç duyulmamış sistem daha</li>
</ul>
<p>Bu sistemler arasında en mantıklı ve uygulanabilirliği açısından rahat olan sistemin subversion olduğunu düşünüyorum. Linux altında çalışmışlığınız var ise bir Subversion (SVN) server kurmak yanlızca 30 saniyenizi alacaktır. Subversion sistemini windows işletim sistemilerinde de kurabiliyoruz ancak tabiki biz linuxumuza kurup rahat ve hızlı çalışmanın tadına varacağız <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-160"></span></p>
<p>Ben extra bir server bulamadığımdan dolayı kendi bilgisayarıma Vmware kurup onun üzerindeki sanal makine yardımıyla subversion yayımı yapmaya başladım. Sizinde benim gibi bu aralar imkanlarınız biraz kısıtlı ise vmware tek çözüm gibi görünüyor. Kuruluma geçmeden önce ubuntu distromuzu bilgisayarımıza kuralım bu kısım tamamiyle size ait. (Vmware kullanacaksanız ubuntu server edition tavsiyemdir.)</p>
<p>Şimdi sisteminize yeni bir ubuntu kurulumu var ve üzerinde apache2 sunucusu sorunsuz olarak çalışıyor kabul edelim.  Bu aşamadan sonra yapmamız gereken sadece apache2 server a gerekli eklentileri yapıp subversion serveri kullanılabilir hale getirmek.</p>
<p>Subversion server için subversion ve libapache2-svn paketlerini kurmamız gerekli, bunu için</p>
<pre class="brush: php">sudo apt-get install subversion libapache2-svn</pre>
<p>komutunu kullanarak bu paketleri serverımıza kuruyoruz. Artık SVN modüllerini apache2 serverımızda port 80 ile kullanılabilir hale getirdik. Paketleri yüklediğimizde modüller otomatik olarak aktif hale gelmiş olması ancak biz yinede bi kontrol edelim. Bunun için</p>
<pre class="brush: php">sudo a2enmod dav_svn</pre>
<p>komutunu kullanıyoruz ve kullanım sonrasında bize &#8220;already enabled&#8221; gibi bir uyarı gelmesi gerekiyor şu an tam olarak hatırlamıyorum. Şimdide apache2 de bir kaç ayarlama yapmamız gerekiyor.</p>
<pre class="brush: php">sudo nano /etc/apache2/mods-enabled/dav_svn.conf</pre>
<p>açılan dosyarı konsolda şu şekilde değiştirmemiz gerekiyor. (Genelde satır önlerindeki # işaretini kaldırarak kolaylıkla yapabilirsiniz)</p>
<pre class="brush: php">
&amp;lt; Location /svn &amp;gt;
DAV svn
SVNPath /home/svn

AuthType Basic
AuthName &quot;Subversion Repository - veya repository adı&quot;
AuthUserFile /etc/apache2/dav_svn.passwd
Require valid-user
&amp;lt; / Location &amp;gt;
</pre>
<p>buradaki /home/svn dizinini kendi repository dizininize göre değiştirebilirsiniz. Aynı kalmasında bir sakınca yok aslında. dizinimizin /home/svn olduğunu varsayarak devam ediyorum.</p>
<pre class="brush: php">sudo mkdir /home/svn
sudo svnadmin create /home/svn</pre>
<p>şimdide apache2 yi bu repository için owner yapmamız gerekiyor.</p>
<pre class="brush: php">sudo chown -R www-data /home/svn</pre>
<p>repository&#8217; e erişimimizi biraz güvenli hale getirebilmek için bir şifre belirleyelim.</p>
<pre class="brush: php">sudo htpasswd -cm /etc/apache2/dav_svn.passwd kullanı_adınız</pre>
<p>daha sonra sistem sizden şifrenizi belirlemenizi isteyecektir. Bu aşamadan sonra yapmamız gereken tek şey apache serverimizi yeniden başlatmak.</p>
<pre class="brush: php">sudo /etc/init.d/apache2 restart</pre>
<p>bu aşamaya kadar kazasız belasız geldiyseniz artık sizin <span style="text-decoration: underline;"><strong>http://sun.ucu.nuz/svn</strong></span> altında bir subversion serverınız var. Tebrikler <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>İyi Çalışmalar&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/subversion-svn-server-nasil-kurulur/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.htaccess problem at Apache2 (Ubuntu)</title>
		<link>http://samet.kilictas.com/htaccess-problem-at-apache2-ubuntu/</link>
		<comments>http://samet.kilictas.com/htaccess-problem-at-apache2-ubuntu/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 00:07:02 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache2]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=63</guid>
		<description><![CDATA[Hi, Everyone, Today i have faced with a problem which made me sick of apache2. Since i&#8217;ve done with this stupid problem it will be my pleasure to writing solution to my blog page   Ok!, If you are running apache2 first you should know about that you got the configuration file at ; sudo nano [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, Everyone,</p>
<p>Today i have faced with a problem which made me sick of apache2. Since i&#8217;ve done with this stupid problem it will be my pleasure to writing solution to my blog page   <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ok!, If you are running apache2 first you should know about that you got the configuration file at ;</p>
<blockquote><p>sudo nano /etc/apache2/apache2.conf -&gt; just check out this file to see what it contains exaclty</p></blockquote>
<p>and you can see error log&#8217;s at ;</p>
<blockquote><p>sudo nano /var/log/apache2/error.log  -&gt; which helps a lot</p></blockquote>
<p>So, to enable .htaccess files on your server first you have to edit ;</p>
<blockquote><p>sudo nano /etc/apache2/sites-available/default</p></blockquote>
<p>when you open this file you have to see some lines like;</p>
<blockquote><p>DocumentRoot <span style="color: #ff9900;">/var/www/</span><br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride All<br />
&lt;/Directory&gt;<br />
&lt;Directory /var/www/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
<span style="color: #ff9900;">AllowOverride None</span><br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;</p></blockquote>
<p>you have to be sure the Document root is correct. Then you need to change the &#8220;<span style="color: #ff9900;">AllowOverride None</span>&#8221; to &#8220;<span style="color: #ff9900;">AllowOverride All</span>&#8221; then we are done with this part.</p>
<p><span id="more-63"></span></p>
<p>And now as step2 to enable .htaccess file your apache2 you should enable rewrite.load mod. If you take a look at /etc/apache2 directory you are going to see that there are some folders like &#8220;mods-available&#8221; and &#8220;mods-enabled&#8221;. mods-available folder contains some mods for apache2 which you may use. mods-enable folder only contains the mods which are enable <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
This is the tricky point, if you don&#8217;t copy the rewrite.load file from mods-available to mods-enable, your apache2 isn&#8217;t going to load rewrite mod.  Even you are done with /etc/apache2/sites-available/default file since the mod is didnt load so you will get &#8220;<span style="color: #ff0000;">500 Internal Server Error</span>&#8220;.</p>
<p>Samet</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/htaccess-problem-at-apache2-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TDFSB 3D File Browser</title>
		<link>http://samet.kilictas.com/tdfsb-3d-file-browser/</link>
		<comments>http://samet.kilictas.com/tdfsb-3d-file-browser/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 16:30:36 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[MPEG]]></category>
		<category><![CDATA[Samet]]></category>
		<category><![CDATA[TDFSB]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=28</guid>
		<description><![CDATA[Here is a new nice project i&#8217;ve just heard about TDFSB&#8230;. Which reads directory information and displays it as a 3D world. cd’ing into another directory is possible by simply walking into the assigned sphere. It also reads images and text files and displays their contents. It plays MP3 files and MPEG-1 videos as 3D [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a new nice project i&#8217;ve just heard about TDFSB&#8230;. Which reads directory information and displays it as a 3D world. cd’ing into another directory is possible by simply walking into the assigned sphere. It also reads images and text files and displays their contents. It plays MP3 files and MPEG-1 videos as 3D objects.</p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot1.png"><img class="alignnone size-medium wp-image-29" title="screenshot1" src="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot1-300x223.png" alt="" width="300" height="223" /></a></p>
<p>Shortly, it is a 3D world inside your pc. This is really nice and interesting tool for your boring pc. Just imagine.. you can fly between your files.. your documents.. even your pictures..</p>
<p>This project came to me with really nice ideas. I am glad to talk about TDFSB because it has been coded 6 years ago. A developer [Leander Seige - i hope this is true] coded this tools with simple code in first time. But now just take a look at it. He and some other developers are came with new ideas.</p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot2.png"><img class="alignnone size-medium wp-image-30" title="screenshot2" src="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot2-300x216.png" alt="" width="300" height="216" /></a></p>
<p>I have run this tool with my system which is Ubuntu Hardy 8.04 and of course to run TDFSB nicely, you gonna need a hardware accelerated 3d graphic card. While walking arround your documents you can also listen mp3s or you can watch some of your video files.</p>
<p><span id="more-28"></span></p>
<p>As i mentioned in the beginning part of my post  this tools gave me a couple of nice ideas. Since companies are producing more efficient graphic cards and CPU&#8217;s .. i am just asking that why there is no 3D browser for real..</p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot3.png"><img class="alignnone size-medium wp-image-33" title="screenshot3" src="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot3-300x223.png" alt="" width="300" height="223" /></a></p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot4.png"><img class="alignnone size-medium wp-image-34" title="screenshot4" src="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot4-300x220.png" alt="" width="300" height="220" /></a></p>
<p>Of course TDFSB comes with some bad sides such as;</p>
<ol>
<li>Not very practical</li>
<li>Bad graphics</li>
<li>Few video file type support</li>
<li>Big work load on CPU</li>
<li>Over 1000 files, really long warping time</li>
<li>Bad accesibility</li>
<li>some more&#8230;..</li>
</ol>
<p>There are many good sides as well. <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot5.png"><img class="alignnone size-medium wp-image-35" title="screenshot5" src="http://samet.kilictas.com/wp-content/uploads/2008/06/screenshot5-300x219.png" alt="" width="300" height="219" /></a></p>
<p><span style="text-decoration: underline;"><strong>How to install</strong></span></p>
<p>It is really simple.</p>
<blockquote><p><strong><span style="color: #888888;">sudo apt-get install tdfsb</span></strong></p></blockquote>
<p>Just run this command on terminal.</p>
<p>There you go&#8230;</p>
<p>Now you are able to run this tool by using the termianal. Type tdfsb in terminal and enjoy..</p>
<p>Here is a print out of the default keyboard settings.<br />
You may change these by editing ~/.tdfsb</p>
<p>=======================================</p>
<p><span style="color: #888888;">Esc           quit                  F1/F2    speed +/-<br />
Mouse move    look          F3/F4      rot +/-<br />
UP         forward               F5/F6  ball detail<br />
DOWN      backward          HOME     start pos<br />
L/R     step aside             LMB  select object<br />
END    ground zero          +RMB|CTRL appr.obj<br />
F7/F8  max fps  +/-          +ENTER ply mpg/mp3<br />
&#8220;t&#8221;      filenames               &#8220;g&#8221;   ground cross<br />
&#8220;c&#8221;      crosshair                 &#8220;d&#8221;        display<br />
&#8220;.&#8221;      dot files                    &#8220;p&#8221;      print FPS<br />
&#8220;r&#8221; rel./get mouse              &#8220;f&#8221;     fullscreen<br />
&#8220;l&#8221;     reload dir                  &#8220;b&#8221;   image bricks<br />
&#8220;u&#8221;           cd..                   &#8220;a&#8221;      alphasort<br />
&#8220;m&#8221;        shading               &#8221; &#8220;         flying<br />
&#8220;h&#8221;      show help               &#8220;i&#8221;  print GL info<br />
&#8220;0&#8243;      jump home            &#8220;o&#8221;    classic nav<br />
&#8220;s&#8221;    save config               &#8220;#&#8221;   fps throttle</span></p>
<p><span style="color: #888888;">&#8220;1|3|q|e&#8221;            Up|Down|Left|Right<br />
&#8220;2|w&#8221;                  Forward|Backward<br />
PgUp/Down or MMB+Mouse move up/downward</span><br />
=======================================</p>
<p>it is possible to execute a custom command from within tdfsb. configure<br />
your command in the config file! the command can be called by pressing<br />
the tabulator key. put a &#8220;%s&#8221; in the command line, this will be replaced<br />
by the current directory or selected file.<br />
for instance if you set the command to<br />
xmms &#8220;%s&#8221; &amp;<br />
and press tab from a directory, xmms will be started with the directory<br />
given as argument.<br />
if you select an audio file and press the tab key xmms will play the file.<br />
the default command is<br />
cd &#8220;%s&#8221;; xterm&amp;<br />
it will open a xterm in the current directory.<br />
this command is always present by pressing shift+tab!<br />
so you have two commands:<br />
- one by configuring your custom command for the tab key<br />
- one by pressing shift+tab, it will execute the built in xterm call<br />
but dont forget the quotation marks!<br />
you are free to not add &#8220;%s&#8221; to your custom command if you just<br />
want to launch any program. but if you do so, you can customize<br />
tdfsb for your needs, choose a certain kind of files and than launch<br />
emacs for editing text files, mplayer for playing avis or whatever&#8230;</p>
<p>Have Fun&#8230;</p>
<p><a href="http://www.determinate.net/webdata/seg/tdfsb.html">Project Web Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/tdfsb-3d-file-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntuda 5+1 ses kartı nasıl çalıştırılır?</title>
		<link>http://samet.kilictas.com/ubuntuda-51-ses-karti-nasil-calistirilir/</link>
		<comments>http://samet.kilictas.com/ubuntuda-51-ses-karti-nasil-calistirilir/#comments</comments>
		<pubDate>Sun, 18 May 2008 18:39:43 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[5+1]]></category>
		<category><![CDATA[6 channel]]></category>
		<category><![CDATA[Creative]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[ses]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=21</guid>
		<description><![CDATA[Sistemimde şu an Ubuntu hardy 8.04 kurulu. lspci -v komutu ile listelediğimde ses kartımın özellikleri şu şekilde 02:09.0 Multimedia audio controller: Creative Labs SB Audigy LS Subsystem: Creative Labs SB0410 SBLive! 24-bit Flags: bus master, medium devsel, latency 64, IRQ 21 I/O ports at df80 [size=32] Capabilities: &#60;access denied&#62; elimde 5+1 destekleyen bir ses kartı [...]]]></description>
			<content:encoded><![CDATA[<p>Sistemimde şu an Ubuntu hardy 8.04 kurulu.</p>
<blockquote><p><strong>lspci -v</strong></p></blockquote>
<p>komutu ile listelediğimde ses kartımın özellikleri şu şekilde</p>
<blockquote><p><strong> 02:09.0 Multimedia audio controller: Creative Labs SB Audigy LS<br />
Subsystem: Creative Labs SB0410 SBLive! 24-bit<br />
Flags: bus master, medium devsel, latency 64, IRQ 21<br />
I/O ports at df80 [size=32]<br />
Capabilities: &lt;access denied&gt;</strong></p></blockquote>
<p>elimde 5+1 destekleyen bir ses kartı ve ses sistemi olmasına rağmen tüm kanallardan ses alamıyorum.??</p>
<p>Yapmam gereken şu;</p>
<p>sudo cp .asoundrc .asoundrc.backup</p>
<p>sudo gedit .asoundrc</p>
<p>Komutlarını girerek sistemimdeki .asoundrc dosyasını gedit uygulamasıyla açıyorum. Ses kartım ile ilgili ayarlar bu dosyada tutuluyor. Yeni kurulan sistemlerde bu dosya olmayabilir çünkü sistem dosyaya ihtiyaç duymadan öntanımlı olarak çalışıyor. Biz şimdi bu dosyaya gerekli ayarları gireceğiz ve sistemden tam performans (ses tarafında) almaya çalışıcağız.</p>
<p>Bu arada .asoundrc dosyası <em>/home/kullanıcıadı/.asoundrc</em> konumunda bulunmalıdır. Zaten yukarıda verdiğim komut işlem yaptığınızda dosya otomatik olarak bu konuma kaydedilecektir.</p>
<p><span id="more-21"></span></p>
<p>Evet, gedit ile boş bir metin belgesi açtık ve bu belgenin içine gerekli değerleri şu şekilde tanımlıyoruz.</p>
<blockquote><p><strong>##################################################  #######<br />
#This is the standard setting (see: &#8220;!default&#8221;)<br />
#This profile, the default loaded, upmixes stereo sound to 5.1.</strong></p>
<p><strong>pcm.!default {<br />
type plug<br />
slave.pcm &#8220;surround51&#8243;<br />
slave.channels 6<br />
route_policy duplicate<br />
}</strong></p></blockquote>
<p>Dikkat etmeniz gereken nokta, eğer sisteminizde bu dosya ile daha önceden uğraşmışsanız (ki ses olayını ararken illaki kurcalamışsınızdır.) bu değerleri girerken içerisindeki diğer tüm değerleri silin daha sonra benim verdiğim değerleri girin.</p>
<p>Burada yaptığımız işlem aslında tam bir surround performansı degil yanlızca tüm kanallerın upmix yöntemiyle mixlenip kullanılabilmesi ve daha iyi ses alınabilmesidir.</p>
<p>Ses sisteminizi test etmek için;</p>
<blockquote><p>speaker-test -Dplug:surround51 -c6 -twav</p></blockquote>
<p>Komutunu kullanabilirsiniz. Keyifli Müzikler!!</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/ubuntuda-51-ses-karti-nasil-calistirilir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Hardy Otomatik NTFS Mount Nasıl Yapılır?</title>
		<link>http://samet.kilictas.com/ubuntu-hardy-otomatik-ntfs-mount-nasil-yapilir/</link>
		<comments>http://samet.kilictas.com/ubuntu-hardy-otomatik-ntfs-mount-nasil-yapilir/#comments</comments>
		<pubDate>Sat, 17 May 2008 06:53:27 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=20</guid>
		<description><![CDATA[Ubuntu hardy de default olarak gelen otomatik olarak mount etmeme özelliğinde sıkıldıysanız size benim gibi. Küçük bir paket yükleyerek bu sorunu kolayca çözebilirsiniz. Aslında öncelikle öncelikle ntfs-3g isimli pakete sahip olmamız gerek. Bu paket ubuntu kullanıcıları için 7.10 versiyonundan bu yana default olarak geliyor. Asıl paketimiz olan &#8220;ntfs-config&#8221; paketini yükleyelim. sudo aptitude install ntfs-config Bu [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu hardy de default olarak gelen otomatik olarak mount etmeme özelliğinde sıkıldıysanız size benim gibi. Küçük bir paket yükleyerek bu sorunu kolayca çözebilirsiniz. Aslında öncelikle öncelikle ntfs-3g isimli pakete sahip olmamız gerek. Bu paket ubuntu kullanıcıları için 7.10 versiyonundan bu yana default olarak geliyor.</p>
<p>Asıl paketimiz olan &#8220;ntfs-config&#8221; paketini yükleyelim.</p>
<blockquote><p>sudo aptitude install ntfs-config</p></blockquote>
<p>Bu arada bu işleme başlamadan önce harddisklerinizin mount edilmemiş olmasına dikkat edin.</p>
<p>Yükleme işlemi tamamlandıktan sonra  Applications-&gt;System Tools-&gt;NTFS Configuration Tool  Yolunu izleyerek uygulamayı çalıştırın ve gerekli hdd leri belirtin hepsi bu.</p>
<p>kolay gelsin</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/ubuntu-hardy-otomatik-ntfs-mount-nasil-yapilir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiz Fusion &#8216;a Extra eklenti kurulumu (Gusty 7.10)</title>
		<link>http://samet.kilictas.com/compiz-fusion-a-extra-eklenti-kurulumu-gusty/</link>
		<comments>http://samet.kilictas.com/compiz-fusion-a-extra-eklenti-kurulumu-gusty/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 10:06:33 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[3D Windows]]></category>
		<category><![CDATA[Anaglyph]]></category>
		<category><![CDATA[Atlantis]]></category>
		<category><![CDATA[Atlantis2]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Fireflies]]></category>
		<category><![CDATA[Freewins]]></category>
		<category><![CDATA[gusty]]></category>
		<category><![CDATA[Magnifier]]></category>
		<category><![CDATA[Mouse position polling]]></category>
		<category><![CDATA[Photowheel]]></category>
		<category><![CDATA[Screensaver]]></category>
		<category><![CDATA[Show mouse]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Snowglobe]]></category>
		<category><![CDATA[Stars]]></category>
		<category><![CDATA[Tile]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=15</guid>
		<description><![CDATA[Önemli! : Burda anlattığım kurulum aşamaları Ubuntu 8.04 Hardy Heron distrosundaki default compiz veya compiz versionu 0.6.* dan büyük olanlar tafarından uygulanmamalıdır. İlk önce şunu söylemek yerinde olur diye düşünüyorum. Burada anlatacağım kurulum aşamaları vs. home user diye tabir ettiğimiz kullanıcılar tarafından karışık olarak görülebilir. Lütfen şu anda ne ile uğraştığınızı bilmiyorsanız, ve buna rağmen [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">Önemli!</span> : Burda anlattığım kurulum aşamaları Ubuntu 8.04 Hardy Heron distrosundaki default compiz veya compiz versionu <span style="color: #ff6600;">0.6.*</span> dan büyük olanlar tafarından uygulanmamalıdır.</strong></p>
<p>İlk önce şunu söylemek yerinde olur diye düşünüyorum. Burada anlatacağım kurulum aşamaları vs. home user diye tabir ettiğimiz kullanıcılar tarafından karışık olarak görülebilir. Lütfen şu anda ne ile uğraştığınızı bilmiyorsanız, ve buna rağmen Compiz kurulumunu yapmak istiyorsanız bu işlemleri uygulamanızı tavsiye etmeyiniz.</p>
<p style="text-align: center;"><a href="http://samet.kilictas.com/wp-content/uploads/2008/04/compiz_fusion_logos2.png"><img class="alignnone size-medium wp-image-16" title="Compiz Fusion Gusty" src="http://samet.kilictas.com/wp-content/uploads/2008/04/compiz_fusion_logos2-300x250.png" alt="Ubuntu Gusty 7.10" width="300" height="250" /></a></p>
<p>Bu işlemleri uygulamanız için şunlara sahip olduğunuzu varsayıyorum;</p>
<ul>
<li>Yeni kurulmuş bir Gusty</li>
<li>Halen sisteminize Gusty kurulumu ile gelen default compiz paketlerinin çalışıyor şekilde olması (0.6.*)</li>
<li>Ve kurulum sırasında root yetkisinde değil kullanıcı seviyesinde olduğunuz</li>
</ul>
<ol></ol>
<p><strong>Not: </strong>Compiz-Fusion kurulumuna başlamadan önce sisteminizde ki ekran kartlarının <a href="http://wiki.compiz-fusion.org/Hardware">bu listedekilerden</a> biri olmasına ve sisteminizde çalışıyor halde olmasına dikkat edin!</p>
<p><strong><span style="color: #ff0000;"><span style="text-decoration: underline;">Kurulumunu yapacağımız eklentiler :</span></span></strong> <strong>3D Windows</strong>, <strong>Atlantis2</strong>, <strong>Snow</strong>, <strong>Stars</strong>, <strong>Atlantis</strong>, <strong>Screensaver</strong>, <strong>Anaglyph</strong>, <strong>Wallpaper</strong>, <strong>Tile</strong>, <strong>Freewins</strong>, <strong>Fireflies</strong>, <strong>Photowheel</strong> ve <strong>Snowglobe. </strong>Bunlara ek olarakta <strong>Mouse position polling</strong>, <strong>Magnifier</strong> ve <strong>Show mouse </strong>eklentilerinin kurulumunuda bulabileceksiniz.</p>
<p><span style="color: #000000;"><span style="text-decoration: underline;"><strong>Compiz Eklenti Bağımlılıklarının Kurulumu</strong></span></span></p>
<p>Öncelikle aşağıdaki komutu konsol(terminal) e yazarak gerekli bağımlılıkları sistemimize kurmalıyız. Çünkü compiz eklentilerini derlerken ve yüklerken bunlara ihtiyacımız olucak.</p>
<blockquote><p>sudo apt-get install compiz-bcop compiz-dev build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev x11proto-scrnsaver-dev libxss-dev libxslt1-dev libtool</p></blockquote>
<p><span style="text-decoration: underline;"><strong>Eklentilerin İndirilmesi</strong></span></p>
<p>Şimdi /home/samet/  altında compiz eklentilerini açacağımız bir klasör oluşturuyoruz.</p>
<blockquote><p>mkdir -p  ~/compiz/</p></blockquote>
<p>Sıradaki işlemimiz ise eklentileri bilgisayarımıza indirmek.Aşağıdaki kod dizisini terminal&#8217; e tamamen</p>
<p><span id="more-15"></span></p>
<p>yapıştırabilirsiniz. Terminal satır satır okuyarak indirme işlemini tamamlayacaktır veya satır satır sizde terminale girebilirsiniz. Not: burada &#8216;wget&#8217; komutu ile başlayan 13 satır vardır.</p>
<blockquote><p>wget -O /tmp/3d.tar.gz &#8216;http://oreaus.googlepages.com/3d.tar.gz&#8217;<br />
wget -O /tmp/atlantis2.tar.gz &#8216;http://oreaus.googlepages.com/atlantis2.tar.gz&#8217;<br />
wget -O /tmp/snow.tar.gz &#8216;http://oreaus.googlepages.com/snow.tar.gz&#8217;<br />
wget -O /tmp/stars.tar.gz &#8216;http://oreaus.googlepages.com/starz.tar.gz&#8217;<br />
wget -O /tmp/atlantis.tar.gz &#8216;http://oreaus.googlepages.com/atlantis.tar.gz&#8217;<br />
wget -O /tmp/screensaver.tar.gz &#8216;http://oreaus.googlepages.com/screensaver.tar.gz&#8217;<br />
wget -O /tmp/anaglyph.tar.gz &#8216;http://oreaus.googlepages.com/anaglyphz.tar.gz&#8217;<br />
wget -O /tmp/wallpaper.tar.gz &#8216;http://oreaus.googlepages.com/wallpaper.tar.gz&#8217;<br />
wget -O /tmp/tile.tar.gz &#8216;http://oreaus.googlepages.com/tile.tar.gz&#8217;<br />
wget -O /tmp/freewins.tar.gz &#8216;http://oreaus.googlepages.com/freewinz.tar.gz&#8217;<br />
wget -O /tmp/fireflies.tar.gz &#8216;http://oreaus.googlepages.com/firefliez.tar.gz&#8217;<br />
wget -O /tmp/photowheel-0.6.tar.gz &#8216;http://oreaus.googlepages.com/photowheel-0.6.tar.gz&#8217;<br />
wget -O /tmp/snowglobe.tar.gz &#8216;http://oreaus.googlepages.com/snowglobe.tar.gz&#8217;</p></blockquote>
<p><span style="text-decoration: underline;"><strong>İndirilen eklentileri Tar&#8217; dan çıkaralması</strong></span></p>
<p>Burada 3d eklentisi için yapılması gerekenleri anlatıcam. Tabiki bu işlemi diğer eklentiler içinde tek tek uygulamanız gerekiyor. Kullanacağımız <span style="text-decoration: underline;">~/compiz/</span> yolu aslında <span style="text-decoration: underline;">/home/samet/compiz/</span> dizini ile eşdeğerdir.</p>
<blockquote><p>tar -xf &#8216;/tmp/<strong>3d.tar.gz</strong>&#8216; -C ~/compiz/</p></blockquote>
<p>Girmiş olduğumuz bu komut indirmiş olduğumuz 3d.tar.gz eklentisini şu anda bulunduğu dizin olan /tmp/3d.tar.gz den alıp sıkıştırılmış halden çıkararak ~/compiz/3d/ dizininin içerisine kopyalıyor. Bu aşamadan sonra ise yapacağımız şey ~/compiz/3d/ dizinindeki koynak kodları derlemek ve yüklemek olacaktır.</p>
<p>Derleme işlemine geçebilmek için ilk önce o dizine gidelim</p>
<blockquote><p>cd ~/compiz/3d/</p></blockquote>
<p>daha sonra ise;</p>
<blockquote><p>make &amp;&amp; make install</p></blockquote>
<p>kodlarını kullanarak derleme ve yükleme işlemlerini tamamlayalım. Bu işlemle birlikte 3d eklentisinin kurulumunu tamamlamış oluyoruz.  Bu işlemden sonra tek yapmamız gereken ise tabiki isteğiniz dahilindeki eklentileride bu şekilde kurulum yapmak ve tüm işlemleri bitirdiğinizde Ekran kartı özelliklerinin yeniden başlamasını sağlamanızdır. Bunun için ise Ctrl+Alt+Backspace tuş kombinasyonunu kullanabilirsiniz.</p>
<p>Tabiki kurulum yaptığınız eklentileri Compiz Yönetim panelinden açmayıda unutmayın <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>peki şimdi kurulum yaptık peki bu eklentiyi kaldırmak istiyorsak;</p>
<p>gerekli eklenti dizinini bulduktan sonra (mesela : cd ~/compiz/3d/ )</p>
<blockquote><p>make uninstall</p></blockquote>
<p>komutunu uygulamak olacaktır.</p>
<p><span style="text-decoration: underline;"><strong>Daha fazla eklenti için</strong></span></p>
<p>Burada şunu bilmemiz gerekiyor, yükleyeceğimiz eklentilerden Show mouse ve Magnifier eklentisinin bağımlılığı olan Mouse position polling &#8216; in önceden yüklü olması gerekiyor. Bunu da zaten ilk kısımda anlattığım şekilde kurabilirsiniz.</p>
<p>Bunun için;</p>
<blockquote><p>mkdir -p  ~/compiz/<br />
wget -O /tmp/k4plugins.tar.gz &#8216;http://oreaus.googlepages.com/k4plugins.tar.gz&#8217;<br />
tar -xf &#8216;/tmp/k4plugins.tar.gz&#8217; -C ~/compiz/<br />
cd ~/compiz/k4plugins/mousepoll/<br />
make &amp;&amp; BUILD_GLOBAL=true sudo make install<br />
cd ~/compiz/k4plugins/mag/<br />
make &amp;&amp; sudo make install<br />
cd ~/compiz/k4plugins/showmouse<br />
make &amp;&amp; make install</p></blockquote>
<p>komutlarının sırasıyla uygulanması gerekiyor.</p>
<p>Bu işlemden sonra bağımlılıklarından bahsettiğim eklentilerin aktif olabilmesi için öncelikle Mouse position polling ekletisinin <strong>C</strong>ompiz<strong>C</strong>onfig <strong>S</strong>ettings <strong>M</strong>anager (ccsm) kullanılarak aktif hale getirilmesi gerekiyor.</p>
<p>Eğer bunlara yabancı olduğunuz halde bu aşamaya kadar başarı ile gelmişseniz fakat CCSM haakında bir bilgiye sahip değilseniz bunun için</p>
<blockquote><p>sudo apt-get install compizconfig-settings-manager</p></blockquote>
<p>komutunu yine terminalde çalıştırarak bu paketi sisteminize kurmanız gerekmektedir. Daha sonra bu pakete <strong>System/Preferences/Advandec Desktop Effect Settings</strong> den ulaşabilirsiniz.</p>
<p>Tüm bu eklentileri doğru bir şekilde çalıştırabilmek istiyorsanız yukarıda anlattığım tüm işlemlerin <strong><span style="color: #ff0000;">Sorunsuz!</span></strong> bir şekilde yapılması gerekmektedir.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="373" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/lawkc3jH3ws&amp;hl=en&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" /><embed type="application/x-shockwave-flash" width="425" height="373" src="http://www.youtube.com/v/lawkc3jH3ws&amp;hl=en&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" wmode="transparent"></embed></object></p>
<p>Kolay Gelsin.</p>
<p>İyi eğlenceler <img src='http://samet.kilictas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/compiz-fusion-a-extra-eklenti-kurulumu-gusty/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>About PARDUS Project</title>
		<link>http://samet.kilictas.com/about-pardus-project-2007-tubitak/</link>
		<comments>http://samet.kilictas.com/about-pardus-project-2007-tubitak/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:28:05 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Knoppix]]></category>
		<category><![CDATA[Linspire]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=11</guid>
		<description><![CDATA[Hello People, Do you know about PARDUS? .. Yes in this post i am going to mention to you about PARDUS project. I assume that you know some about linux operating system. Unfortunately im not going to tell you about the history of linux. But first of all i want you to know the basics [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ozgurlukicin.com" target="_blank"><img title="Pardus... Özgürlük İçin..." src="http://www.pardus.org.tr/banner/btm02.png" border="0" alt="Pardus... Özgürlük İçin..." /></a></p>
<p>Hello People,</p>
<p>Do you know about PARDUS? ..  Yes in this post i am going to mention to you about PARDUS project. I assume that you know some about <a title="linux operating system" href="http://en.wikipedia.org/wiki/Linux" target="_blank">linux operating system</a>. Unfortunately im not going to tell you about the history of linux.</p>
<p>But first of all i want you to know the basics before i start. Common known <a href="http://en.wikipedia.org/wiki/Linux_distribution" target="_blank">distros</a> of linux are Fedora, Slackware, Ubuntu[i was using this], CentOS, Debian, Gentoo, Knoppix, Linspire, openSUSE, PCLinuxOS etc. As you see we got many of them. I see you got a question. -&gt; &#8220;Woow This is too much.. &#8221;  You are definitely right it is too much and it is not the other side of it. But you should know that each disribution has it&#8217;s own properties. For example ubuntu is which i used to use is more efficient for generaly users not for specially multimedia users. CentOS is good for CPanel uses. My Point is If you are running on Linux you can choose the best one for you. This not possible on Windows side. I am not here to tell you &#8220;Windows is BAD!!&#8221;  .. Of Course it is doing someting.. : ) without blue screens .. : )</p>
<p>Let&#8217;s turn on the main topic..  PARDUS Project. <a href="http://www.uekae.tubitak.gov.tr/home.do;&amp;lang=en" target="_blank">TÜBİTAK UEKAE</a> is developing this disrubution. Of course is it linux based operating system. I can say this is another oppourtunity for home users. First of all this is the first official operating system of TURKEY. Second distro of PARDUS has came in the last quarter of 2006. First edition was PARDUS 1.0 and it took a year to announce about Second edition. PARDUS is really special OS System for me big reason is this PARDUS is for a user who wants to run all the multimedia applications with no problems. It comes with codecs and such on it.</p>
<p>I have installed my PARDUS distro about a year ago and using it since this time. I&#8217;ve read many article about PARDUS <a href="http://en.wikipedia.org/wiki/Pardus_%28operating_system%29" target="_blank">Here is a link</a> you can find more about it.</p>
<p><span id="more-11"></span></p>
<p>Language Support!</p>
<p>Yes this is an official turkish operating system and also it has language support of course. There are some web sites for PARDUS project that you can find some more information on your own language. There is an official <a href="http://www.pardus.org.tr/eng/" target="_blank">English Website</a> . And people created unofficial <a href="http://www.pardus.it/">Italian Website</a> and <a href="http://www.pardus-linux.nl/" target="_blank">Holland Website</a> . Nowadays people are talking about PARDUS all around the world this is good news and there is a <a href="http://distrowatch.com/table.php?distribution=pardus" target="_blank">webpage</a> in the <a href="http://distrowatch.com/" target="_blank">DistroWatch.com</a> about PARDUS.</p>
<p>I Say..?</p>
<p>I say the PARDUS distro has user friendly interface, good graphics..Satisfied!.. During the installation it is very easy. You can find PARDUS as CD/DVD. <a href="http://pardus.org.tr/eng/download.html" target="_blank">Here is link</a> and you can download PARDUS distro.</p>
<p>Some More Information:</p>
<ul>
<li>http://pardus.org.tr/eng/index.html</li>
<li>http://www.pardus-wiki.org/</li>
<li>http://pardus.org.tr/eng/documents/index.html</li>
</ul>
<p>Note: The new version is coming up soon-&gt; PARDUS 2008<br />
Samet Kilictas</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/about-pardus-project-2007-tubitak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
