<?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; linux</title>
	<atom:link href="http://yuix.org/category/linux/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>Linux Hosting</title>
		<link>http://yuix.org/web-development/linux-hosting/52</link>
		<comments>http://yuix.org/web-development/linux-hosting/52#comments</comments>
		<pubDate>Wed, 15 Jul 2009 10:57:16 +0000</pubDate>
		<dc:creator>Serdar</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://yuix.org/?p=52</guid>
		<description><![CDATA[If you are in the process of obtaining quality web hosting and wish to do so at an affordable price you have, or most likely will, notice that Linux Hosting is one of the alternatives. This form of web hosting is highly popular and one of the reasons for this is that it only costs [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in the process of obtaining quality <a href="http://www.webhostingsearch.com/" target="_blank">web hosting</a> and wish to do so at an affordable price you have, or most likely will, notice that Linux Hosting is one of the alternatives. This form of web hosting is highly popular and one of the reasons for this is that it only costs a couple of dollars per month. Linux Hosting is, obviously, based on the Linux Software which is open source and consequently free. When browsing the web one quickly notices that many tend to compare Linux Web Hosting with Windows Hosting which has lead to us also doing a quick comparison of the two, trying to sort them out.</p>
<p>Even though there are many similarities between <a href="http://www.webhostingsearch.com/linux-web-hosting.php">Linux Hosting</a> and <a href="http://www.webhostingsearch.com/windows-web-hosting.php">Windows Web Hosting</a>, a couple of things still set them apart. The differences might not be that big but they are still worth mentioning. Important to mention before we dive into these two forms of web hosting is that a lot of website owners put way too much focus on which operating system to choose rather than looking at what the web host, and its hosting plans, has to offer when it comes to features and services. From a pricing point of view it is pretty much neck and neck between Linux and Windows Hosting. Any of these two should not cost you more than $4 to $7 a month. For this amount you should get an impressive number of disk space, bandwidth and uptime. We would recommend you partnering up with the more well-known providers as you can trust them to deliver as promised.</p>
<p>So, let us get to what sets Linux Hosting and Windows Web Hosting apart and which one that is to prefer. When asking professionals, such as webmasters and web designers, you will almost exclusively get the answer that Linux Hosting is their top choice. This is how it is today and how it has been for quite some time now. It is not easy to say why this is but the fact that Linux has narrowed its ease-of-use gap and improved its functionality certainly has got something to do with it. Picking Windows Web Hosting is not a bad thing as it allows full allowance of ASP but from a general point of view Linux is to prefer. It is simply easier to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://yuix.org/web-development/linux-hosting/52/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>
