<?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>Taner Şenyurt &#187; Linux</title>
	<atom:link href="http://www.tsenyurt.com/category/os/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsenyurt.com</link>
	<description>Kişisel gelişim sitesi…</description>
	<lastBuildDate>Mon, 14 Feb 2011 19:27:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nautilus ve Ssh Bağlantısı</title>
		<link>http://www.tsenyurt.com/2009/05/19/nautilus-ve-ssh-baglantisi/</link>
		<comments>http://www.tsenyurt.com/2009/05/19/nautilus-ve-ssh-baglantisi/#comments</comments>
		<pubDate>Mon, 18 May 2009 22:06:25 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[remote host]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=133</guid>
		<description><![CDATA[Gnome kullanıyorsanız,nautilus file browserı öntanımlı olarak geliyor.Nautilus&#8217;un gayet başarılı bir özelliğinden bahsetmek istiyorum.Eğer uzaktaki bilgisayarlara bağlanıyorsanız bu özelliği bilmeniz çok işinize yarayacaktır.Çünkü uzaktaki bilgisayarla dosya işlemleri yaparken kullanacağınız komutları bu işlemi bilerek kolayca kendi bilgisayarınızdaki dosyalar gibi değiştirebilir,yeni dosyalar yaratabilir ve ya bulunan dosyaları silebilirsiniz ya da kolayca kendi bilgisayarınıza kopyalayabilir isterseniz tut sürükle bırak [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/19/nautilus-ve-ssh-baglantisi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlighting Nano</title>
		<link>http://www.tsenyurt.com/2009/05/14/highlighting-nano/</link>
		<comments>http://www.tsenyurt.com/2009/05/14/highlighting-nano/#comments</comments>
		<pubDate>Thu, 14 May 2009 02:05:07 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Highlighting]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[pico]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=124</guid>
		<description><![CDATA[If you accessing to remote host and changing some configuration file or anything from console  you have to be careful because any mistake can cause a big fault.So that i think when changing configuration file  from console two color is not enough.That&#8217;s why lets make a colorful nano. First create a &#8220;.nanorc&#8221; file [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/14/highlighting-nano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gcc 4.3 and Header issues</title>
		<link>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/</link>
		<comments>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/#comments</comments>
		<pubDate>Wed, 13 May 2009 11:50:00 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gcc ıssues]]></category>
		<category><![CDATA[missing headers]]></category>
		<category><![CDATA[porting to gcc 4.3]]></category>
		<category><![CDATA[strcmp()]]></category>
		<category><![CDATA[strstr()]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=105</guid>
		<description><![CDATA[I&#8217;m using gcc 4.3.3 version and nowadays i&#8217;m trying to write hybrid file transfer system with c++ on Linux.The problem is i used to use some function in c or c++ like strcmp() with including string library but now when i try to compile I&#8217;m getting some error like
error: ‘strcmp’ was not declared in this [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/13/gcc-43-and-header-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Re-Enable restarting X server with Ctrl+Alt+Backspace in Jaunty</title>
		<link>http://www.tsenyurt.com/2009/05/13/re-enable-restarting-x-server-with-ctrlaltbackspace-in-jaunty/</link>
		<comments>http://www.tsenyurt.com/2009/05/13/re-enable-restarting-x-server-with-ctrlaltbackspace-in-jaunty/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:41:01 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[backspace]]></category>
		<category><![CDATA[ctrl]]></category>
		<category><![CDATA[dontzap]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[restart x]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x server]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=101</guid>
		<description><![CDATA[Normally, we can restart x server with CTRL+ALT+BACKSPACE keyboard combination in an older version of Ubuntu.But in jaunty this is not possible because newer version of Xorg disabled this property.So that if we want to re-enable this feature we just have to modify Xorg.conf file,lets do that from console
sudo nano /etc/X11/xorg.conf 
then add this 3 [...]]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/13/re-enable-restarting-x-server-with-ctrlaltbackspace-in-jaunty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Installed BETTER</title>
		<link>http://www.tsenyurt.com/2009/05/09/i-installed-better/</link>
		<comments>http://www.tsenyurt.com/2009/05/09/i-installed-better/#comments</comments>
		<pubDate>Sat, 09 May 2009 09:13:31 +0000</pubDate>
		<dc:creator>Taner Şenyurt</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.tsenyurt.com/?p=97</guid>
		<description><![CDATA[


]]></description>
		<wfw:commentRss>http://www.tsenyurt.com/2009/05/09/i-installed-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

