<?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>KutuKupret &#187; directory</title>
	<atom:link href="http://www.kutukupret.com/tag/directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nginx, Subdirs Without Trailing Slash</title>
		<link>http://www.kutukupret.com/2010/09/16/nginx-subdirs-without-trailing-slash/</link>
		<comments>http://www.kutukupret.com/2010/09/16/nginx-subdirs-without-trailing-slash/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 06:55:26 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[subdir]]></category>
		<category><![CDATA[trailing slash]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=965</guid>
		<description><![CDATA[If you set and request &#8220;/mail&#8221; then nginx will return external redirect to &#8220;/mail/&#8221;. If you do not want the redirect, then or set]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/09/16/nginx-subdirs-without-trailing-slash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting Directory Size Recursively Using C</title>
		<link>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/</link>
		<comments>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:05:04 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[closedir()]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[dirent.h]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file size]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[opendir()]]></category>
		<category><![CDATA[readdir()]]></category>
		<category><![CDATA[sys/stat.h]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=804</guid>
		<description><![CDATA[I&#8217;ve just found this great articles at Jim Plank website. I know, it was lots easier using linux du command Without any further nonsense talk, here we go. First we need download some source code at Jim Plank website prsize8.c is the main program, while dllist.c/h jrb.c/h jval.c/h is library that prsize8 statically linked in. <a href='http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/01/30/counting-directory-size-recursively-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to calculate linux user umask</title>
		<link>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/</link>
		<comments>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:02:57 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[umask]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=328</guid>
		<description><![CDATA[Suppose we have umask 0002 for our user default permission. Create new directory tmpdir directory created with its default permission 775 Create new file tmpfile file created with its default permission 664 Now, let&#8217;s see how the file permission settings are calculated using boolean expressions with default umask 0002. For e.g. consider the case where <a href='http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/10/08/how-to-calculate-linux-user-umask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find — how to replicate a complex directory and file structure</title>
		<link>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/</link>
		<comments>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 09:18:37 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[replicate]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=50</guid>
		<description><![CDATA[Consider an example where you have a directory, called timit with many sub-directories that contain lots of files. Now, lets say you want to create a mirror copy of this complex directory structure in the /tmp directory, as well as a selective copy of its files based on certain pattern. Lets say we only want <a href='http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/15/find-%e2%80%94-how-to-replicate-a-complex-directory-and-file-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/29 queries in 0.020 seconds using memcached
Object Caching 787/843 objects using xcache

Served from: www.kutukupret.com @ 2012-02-06 07:56:00 -->
