<?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>Norse Technologies Knowledge Base&#187; Linux</title>
	<atom:link href="http://kb.norsetech.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.norsetech.net</link>
	<description>Free Knowledge Articles</description>
	<lastBuildDate>Wed, 11 Jan 2012 00:53:34 +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>How to Find Large Files in Ubuntu Linux</title>
		<link>http://kb.norsetech.net/how-to-find-large-files-in-ubuntu-linux/</link>
		<comments>http://kb.norsetech.net/how-to-find-large-files-in-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 25 May 2011 19:59:01 +0000</pubDate>
		<dc:creator>kb-admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[size 100k]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[switches]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kb.norsetech.net/?p=197</guid>
		<description><![CDATA[If you want to find files above a certain size, or find files between certain sizes, then you may use the +size x and -size x switches to the find command. For example: find /etc -size +100k -size -150k This command will find all files inside the /etc directory that are between 100k and 150k [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to find files above a certain size, or find files between certain sizes, then you may use the <strong>+size <em>x</em></strong> and <strong>-size <em>x</em></strong> switches to the <strong>find</strong> command.</p>
<p>For example:</p>
<pre><strong>find /etc -size +100k -size -150k</strong></pre>
<p>This command will find all files inside the /etc directory that are between 100k and 150k in size.</p>
<p>Source: <a href="http://www.unixtutorial.org/2008/03/find-large-files-and-directories/" target="_blank">http://www.unixtutorial.org/2008/03/find-large-files-and-directories/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.norsetech.net/how-to-find-large-files-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up DNS servers in Linux</title>
		<link>http://kb.norsetech.net/how-to-set-up-dns-servers-in-linux/</link>
		<comments>http://kb.norsetech.net/how-to-set-up-dns-servers-in-linux/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 23:36:33 +0000</pubDate>
		<dc:creator>kb-admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dns servers]]></category>
		<category><![CDATA[Edit]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[resolv]]></category>

		<guid isPermaLink="false">http://norsetech.net/kb/?p=18</guid>
		<description><![CDATA[Edit /etc/resolv.conf Add the following: nameserver 1.1.1.1]]></description>
			<content:encoded><![CDATA[<p>Edit /etc/resolv.conf</p>
<p>Add the following:</p>
<p><code>nameserver 1.1.1.1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.norsetech.net/how-to-set-up-dns-servers-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable screen saver / blanking, in text-mode terminal, Linux</title>
		<link>http://kb.norsetech.net/disable-screen-saver-blanking-in-text-terminal-windows-linux/</link>
		<comments>http://kb.norsetech.net/disable-screen-saver-blanking-in-text-terminal-windows-linux/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 19:03:49 +0000</pubDate>
		<dc:creator>kb-admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[powersave]]></category>
		<category><![CDATA[saver]]></category>
		<category><![CDATA[Screen]]></category>
		<category><![CDATA[screen saver]]></category>
		<category><![CDATA[setterm]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[text mode]]></category>
		<category><![CDATA[Vivek]]></category>

		<guid isPermaLink="false">http://norsetech.net/kb/?p=15</guid>
		<description><![CDATA[Thanks to Vivek&#8217;s page To stop the screen from blanking: # setterm -powersave off -blank 0]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.cyberciti.biz/tips/linux-disable-screen-blanking-screen-going-blank.html">Vivek&#8217;s page</a></p>
<p>To stop the screen from blanking:</p>
<p><code># setterm -powersave off -blank 0</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.norsetech.net/disable-screen-saver-blanking-in-text-terminal-windows-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set time at command line in Linux</title>
		<link>http://kb.norsetech.net/set-time-at-command-line-in-linux/</link>
		<comments>http://kb.norsetech.net/set-time-at-command-line-in-linux/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 18:30:50 +0000</pubDate>
		<dc:creator>kb-admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Clock]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[hour]]></category>
		<category><![CDATA[hour hour]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linux flavors]]></category>
		<category><![CDATA[minute]]></category>
		<category><![CDATA[MMDDhhmmYYYY]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[system clock]]></category>
		<category><![CDATA[YYYY]]></category>

		<guid isPermaLink="false">http://norsetech.net/kb/?p=14</guid>
		<description><![CDATA[This works for all Linux flavors as far as I know: The date command is used to set the system clock using the switch -s and the format MMDDhhmmYYYY (where MM=month, DD=day, hh=24-hour hour, mm=minute, YYYY=year) The following example sets the date to January 5th 2007, 1:15 PM: # date -s 010513152007]]></description>
			<content:encoded><![CDATA[<p>This works for all Linux flavors as far as I know:</p>
<p>The <strong>date</strong> command is used to set the system clock using the switch <strong>-s</strong> and the format MMDDhhmmYYYY (where MM=month, DD=day, hh=24-hour hour, mm=minute, YYYY=year)</p>
<p>The following example sets the date to <em>January 5th 2007, 1:15 PM</em>:</p>
<p><code># date -s 010513152007</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.norsetech.net/set-time-at-command-line-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

