<?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>Technology, Computer, Network and Games Cheat &#187; Software</title>
	<atom:link href="http://www.gamescheat.ca/tag/windows-unix-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamescheat.ca</link>
	<description>Day to day technical how to - by Andrew Lin</description>
	<lastBuildDate>Thu, 26 May 2011 18:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Formula for calculating the swap partition size during the installation of Red Hat Enterprise Linux</title>
		<link>http://www.gamescheat.ca/2009/05/formula-for-calculating-the-swap-partition-size-during-the-installation-of-red-hat-enterprise-linux/</link>
		<comments>http://www.gamescheat.ca/2009/05/formula-for-calculating-the-swap-partition-size-during-the-installation-of-red-hat-enterprise-linux/#comments</comments>
		<pubDate>Wed, 13 May 2009 01:30:26 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=279</guid>
		<description><![CDATA[When performing the installation of Red Hat Enterprise Linux or Fedora, you can accept the default size of the swap partition or enter the optimal size manually. Here is the formula to calculate the swap partition size. If total memory (RAM) < 2 GB swap size = total memory x 2 Else if total memory [...]]]></description>
			<content:encoded><![CDATA[<p>When performing the installation of Red Hat Enterprise Linux or Fedora, you can accept the default size of the swap partition or enter the optimal size manually.  Here is the formula to calculate the swap partition size.</p>
<p>If total memory (RAM) < 2 GB</p>
<p>    swap size = total memory x 2</p>
<p>Else if total memory > 2 GB</p>
<p>    swap size = total memory + 2 GB</p>
<p>According to Red Hat the swap file should never be less than 32 MB.  The size also depends on the application,  it is normally a good idea to check with the application vendor for recommended swap size.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/05/formula-for-calculating-the-swap-partition-size-during-the-installation-of-red-hat-enterprise-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find file that contains a specific word in Linux and Unix.</title>
		<link>http://www.gamescheat.ca/2009/04/how-to-find-file-that-contains-a-specific-word-in-linux-and-unix/</link>
		<comments>http://www.gamescheat.ca/2009/04/how-to-find-file-that-contains-a-specific-word-in-linux-and-unix/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:22:55 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Aix]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=107</guid>
		<description><![CDATA[The find and grep command is very handy when searching for files that contains a specific word. Both the find and grep commands are universal in Linux and Unix and the syntax is very similar. Below is an example. find /home/andrew -type f -exec grep -H &#8216;networks&#8217; {} \; This will display all files in [...]]]></description>
			<content:encoded><![CDATA[<p>The find and grep command is very handy when searching for files that contains a specific word.  Both the find and grep commands are universal in Linux and Unix and the syntax is very similar.</p>
<p>Below is an example.</p>
<p>find /home/andrew -type f -exec grep -H &#8216;networks&#8217; {} \;</p>
<p>This will display all files in the directory /home/andrew that contains the word networks abd output it to screen.</p>
<p>Here is another example using the grep command alone.</p>
<p>grep -r &#8220;networks&#8221; /home/andrew</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/04/how-to-find-file-that-contains-a-specific-word-in-linux-and-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail-largeboxes.conf displays warning for large mailboxes</title>
		<link>http://www.gamescheat.ca/2007/11/sendmail-largeboxesconf-displays-warning-for-large-mailboxes/</link>
		<comments>http://www.gamescheat.ca/2007/11/sendmail-largeboxesconf-displays-warning-for-large-mailboxes/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:12:13 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Aix]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/2007/11/05/sendmail-largeboxesconf-displays-warning-for-large-mailboxes/</guid>
		<description><![CDATA[The sendmail-largeboxes.cof file is used to display warnings for large mailboxes.Â  The default configuration is hard coded to consider 40MB+ as large.Â  Users will receive email warnings that they have exceeded the 40MB mailbox size.Â  You can change the default 40MB to a different value.Â  On my Fedora Core 4 installation the file is located [...]]]></description>
			<content:encoded><![CDATA[<p>The <a target="_blank" href="http://www.wiivil.com">sendmail</a>-largeboxes.cof file is used to display warnings for large mailboxes.Â  The default configuration is hard coded to consider 40MB+ as large.Â  Users will receive email warnings that they have exceeded the 40MB mailbox size.Â  You can change the default 40MB to a different value.Â  On my <a target="_blank" href="http://www.wiivil.com">Fedora Core</a> 4 installation the file is located in /usr/share/logwatch/default.conf/services/sendmail-largebooxes.conf.Â Â Â  The variable to change is $sendmail_largeboxes_size = 40MB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2007/11/sendmail-largeboxesconf-displays-warning-for-large-mailboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

