<?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>Web Development Blog by Serdar AKARCA &#187; ubuntu</title>
	<atom:link href="http://yuix.org/category/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://yuix.org</link>
	<description>a web development blog focusing on linux, codeigniter and yui</description>
	<lastBuildDate>Thu, 12 Aug 2010 14:46:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu 9.10 ve Vodafone 3G Modem: Huawei E620</title>
		<link>http://yuix.org/ubuntu/ubuntu-910-ve-vodafone-3g-modem-huawei-e620/88</link>
		<comments>http://yuix.org/ubuntu/ubuntu-910-ve-vodafone-3g-modem-huawei-e620/88#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:23:56 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=88</guid>
		<description><![CDATA[3G modemi ilk kez Ubuntu 9.04 te denemiştim ve sonuç mükemmeldi. Hiç bir driver yüklemeden, ilk denemede internete bağlanabilmiştim. Biricik işletim sistemim Ubuntu&#8217;ya olan hayranlığım bir kat daha artmıştı. Fakat 9.10&#8242;la birlikte ben gibi bir çok Ubuntu kullanıcısı hayal kırıklığına uğradı. 9.10 da 3G modemler USB bellek olarak görünüyor. Modem olarak sisteme bağlanmadığı için internete [...]]]></description>
			<content:encoded><![CDATA[<p>3G modemi ilk kez Ubuntu 9.04 te denemiştim ve sonuç mükemmeldi. Hiç bir driver yüklemeden, ilk denemede internete bağlanabilmiştim. Biricik işletim sistemim Ubuntu&#8217;ya olan hayranlığım bir kat daha artmıştı. Fakat 9.10&#8242;la birlikte ben gibi bir çok Ubuntu kullanıcısı hayal kırıklığına uğradı. 9.10 da 3G modemler USB bellek olarak görünüyor. Modem olarak sisteme bağlanmadığı için internete girmek de mümkün olmuyor. Böylece Microsoft&#8217;un Windows işletim sistemleri için hazırlanmış olan bu `kendi driverını yanında taşıyan modem` modeli Ubuntu&#8217;nun yoluna taş koymuş oldu.</p>
<p>Yine de Unix&#8217;te çareler tükenmez. Aşağıdaki kodları sırayla çalıştırarak Ubuntu 9.10&#8242;da da modeminizi internete hazır duruma getirebilirsiniz. Fakat bu kodu çalıştırmadan önce Usb Bellek olarak sisteme bağlanan modemi &#8216;Safely remove&#8217; etmemiz gerekiyor. Kodları çalıştırdıktan sonra 3G bağlantımız Network Manager&#8217;da listelenecektir. Ubuntu takımı bu hatayı düzeltene kadar malesef her açılışta bu hatayı elle düzeltmemiz gerekiyor.</p>
<pre name="code" class="php">
sudo rmmod usb-storage
sudo modprobe -r option
sudo modprobe -r usbserial
sudo modprobe usbserial vendor=0x12d1 product=0x1001
sudo pppd ttyUSB0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/ubuntu/ubuntu-910-ve-vodafone-3g-modem-huawei-e620/88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinkpad SL500 Ubuntu Drivers</title>
		<link>http://yuix.org/ubuntu/thinkpad-sl500-ubuntu-drivers/68</link>
		<comments>http://yuix.org/ubuntu/thinkpad-sl500-ubuntu-drivers/68#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:49:26 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=68</guid>
		<description><![CDATA[I recently bought a new Thinkpad SL500. I installed a fresh Ubuntu 9.10. Unfortunately media keys and bluetooth was not working. After googling I found an experimental driver for media keys and bluetooth. Here is the solution; first download driver from http://github.com/tetromino/lenovo-sl-laptop After unpacking it. Run commands in the folder: make all sudo cp lenovo-sl-laptop.ko [...]]]></description>
			<content:encoded><![CDATA[<p>I recently bought a new Thinkpad SL500. I installed a fresh Ubuntu 9.10. Unfortunately media keys and bluetooth was not working. After googling I found an experimental driver for media keys and bluetooth.</p>
<p>Here is the solution; first download driver from <a href="http://github.com/tetromino/lenovo-sl-laptop">http://github.com/tetromino/lenovo-sl-laptop</a></p>
<p>After unpacking it. Run commands in the folder:</p>
<pre name="code" class="php">
make all
sudo cp lenovo-sl-laptop.ko /lib/modules/`uname -r`/kernel/drivers/misc
sudo depmod
sudo modprobe lenovo-sl-laptop
</pre>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/ubuntu/thinkpad-sl500-ubuntu-drivers/68/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy way of mounting remote media/folders with sshfs</title>
		<link>http://yuix.org/web-development/easy-way-of-mounting-remote-mediafolders-with-sshfs/65</link>
		<comments>http://yuix.org/web-development/easy-way-of-mounting-remote-mediafolders-with-sshfs/65#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:34:31 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=65</guid>
		<description><![CDATA[Using ssh&#8217;s power it is very easy to mount remote folders. All you need to install sshfs package. It exist in the repository of Ubuntu. Don&#8217;t forget to add your user to Fuse group. Step 1. Install sshfs: sudo apt-get install sshfs Step 2. Go to Ubuntu&#8217;s System -&#62; Administrator -&#62; Users and Groups Add [...]]]></description>
			<content:encoded><![CDATA[<p>Using ssh&#8217;s power it is very easy to mount remote folders. All you need to install sshfs package. It exist in the repository of Ubuntu. Don&#8217;t forget to add your user to Fuse group.</p>
<p><strong>Step 1.</strong></p>
<p>Install sshfs:</p>
<pre name="code" class="php">sudo apt-get install sshfs</pre>
<p><strong>Step 2.</strong></p>
<p>Go to Ubuntu&#8217;s System -&gt; Administrator -&gt; Users and Groups</p>
<p>Add your user to fuse group.</p>
<p>Now you&#8217;re ready to mount remote folders. For example:</p>
<pre name="code" class="php">sshfs root@remoteip:/remote_path /home/user/Desktop/mnt</pre>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/web-development/easy-way-of-mounting-remote-mediafolders-with-sshfs/65/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu&#8217;da youtube.com engelini asmak icin kolay bir yontem</title>
		<link>http://yuix.org/ubuntu/ubuntuda-youtubecom-engelini-asmak-icin-kolay-bir-yontem/44</link>
		<comments>http://yuix.org/ubuntu/ubuntuda-youtubecom-engelini-asmak-icin-kolay-bir-yontem/44#comments</comments>
		<pubDate>Sat, 02 May 2009 01:39:28 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=44</guid>
		<description><![CDATA[sudo su cat ip_list &#62;&#62; /etc/hosts ip_list dosyasının içeriğini /etc/hosts dosyasına eklemek yeterli oluyor. Aynı yöntemle tüm engelli siteleri açmak mümkün. ip_list dosyasını buradan indirebilirsiniz]]></description>
			<content:encoded><![CDATA[<pre class="php">sudo su
cat ip_list &gt;&gt; /etc/hosts
</pre>
<p>ip_list dosyasının içeriğini /etc/hosts dosyasına eklemek yeterli oluyor.</p>
<p>Aynı yöntemle tüm engelli siteleri açmak mümkün.</p>
<p><a href="http://yuix.org/wp-content/uploads/2009/05/ip_list">ip_list dosyasını buradan indirebilirsiniz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/ubuntu/ubuntuda-youtubecom-engelini-asmak-icin-kolay-bir-yontem/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
