<?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>bearparc - Softwareentwicklung und Projektmanagement &#187; LINUX</title>
	<atom:link href="http://www.bearparc.info/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearparc.info</link>
	<description>A software development blog for the qualified developer</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Linux : Adding a Directory to the Path</title>
		<link>http://www.bearparc.info/2009/11/04/linux-adding-a-directory-to-the-path/</link>
		<comments>http://www.bearparc.info/2009/11/04/linux-adding-a-directory-to-the-path/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:53:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=266</guid>
		<description><![CDATA[The best place to add a directory to the path of a single user is to modify that user&#8217;s .bash_profile file. To add it to all users except user root, add it to /etc/profile. To also add it to the path of user root, add it to root&#8217;s .bash_profile file. Linux determines the executable search [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/11/04/linux-adding-a-directory-to-the-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vi editing mode quick reference</title>
		<link>http://www.bearparc.info/2009/10/30/vi-editing-mode-quick-reference/</link>
		<comments>http://www.bearparc.info/2009/10/30/vi-editing-mode-quick-reference/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:41:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=263</guid>
		<description><![CDATA[Shortcut Description Switching to COMMAND Mode: ESC                            Switch to command mode. Commands for Entering INPUT Mode: i                                    Insert before cursor. a                                   Insert after cursor. I                                   Insert at [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/10/30/vi-editing-mode-quick-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Shutdown GUI</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shutdown-gui/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shutdown-gui/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:37:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=229</guid>
		<description><![CDATA[Modify the &#8216;inittab&#8217; file to set boot level as 3:]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shutdown-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Disable Unnecessary Daemons</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-disable-unnecessary-daemons/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-disable-unnecessary-daemons/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:36:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=227</guid>
		<description><![CDATA[/sbin/chkconfig &#8211;levels 2345 sendmail off /sbin/chkconfig sendmail off]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-disable-unnecessary-daemons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Tune TCP</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-tune-tcp/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-tune-tcp/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:28:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=224</guid>
		<description><![CDATA[To view current TCP settings, run command: sysctl net.ipv4.tcp_keepalive_time net.ipv4.tcp_keepalive_time = 7200 // 2 hours where net.ipv4.tcp_keepalive_time is a TCP tuning parameter. To set a TCP parameter to a value, run command: sysctl -w net.ipv4.tcp_keepalive_time=1800 A list of recommended TCP parameters, values, and their meanings: Tuning Parameter Tuning Value Description of impact &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; net.ipv4.tcp_tw_reuse net.ipv4.tcp_tw_recycle [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-tune-tcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux vs. Oracle Tuning, Error : ORA-00845: MEMORY_TARGET not supported on this system</title>
		<link>http://www.bearparc.info/2009/06/05/linux-vs-oracle-tuning-error-ora-00845-memory_target-not-supported-on-this-system/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-vs-oracle-tuning-error-ora-00845-memory_target-not-supported-on-this-system/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:26:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=234</guid>
		<description><![CDATA[The ORA-00845:can arises for the following two reasons on linux system. 1)If the shared memory which is mapped to /dev/shm directory is less than the size of MEMORY_TARGET or MEMORY_MAX_TARGET. or, 2)If the shared memory is not mapped to /dev/shm directory. Make sure /dev/shm is properly mounted. You can see it by, df -h Filesystem [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-vs-oracle-tuning-error-ora-00845-memory_target-not-supported-on-this-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Message queues</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-message-queues/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-message-queues/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:46:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=223</guid>
		<description><![CDATA[To view current settings, run command: more /proc/sys/kernel/msgmni more /proc/sys/kernel/msgmax To set it to a new value for this running session, which takes effect immediately, run command: echo 2048 > /proc/sys/kernel/msgmni echo 64000 > /proc/sys/kernel/msgmax]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-message-queues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : shmmax and shmall</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shmmax-and-shmall/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shmmax-and-shmall/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:53:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=230</guid>
		<description><![CDATA[maximum amount of memory = shmall * pagesize where pagesize = getconf PAGE_SIZE and shmall = cat /proc/sys/kernel/shmall]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shmmax-and-shmall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Semaphores</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-semaphores/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-semaphores/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:49:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=221</guid>
		<description><![CDATA[To view current settings, run command: more /proc/sys/kernel/sem 250 32000 32 1024 To set it to a new value for this running session, which takes effect immediately, run command: echo 500 512000 64 2048 > /proc/sys/kernel/sem Parameters meaning: SEMMSL &#8211; semaphores per ID SEMMNS &#8211; (SEMMNI*SEMMSL) max semaphores in system SEMOPM &#8211; max operations per [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-semaphores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Oracle tuning parameter : Shared Memory</title>
		<link>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shared-memory/</link>
		<comments>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shared-memory/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 11:45:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/?p=219</guid>
		<description><![CDATA[To view current settings, run command: more /proc/sys/kernel/shmmax To set it to a new value for this running session, which takes effect immediately, run command: echo 268435456 > /proc/sys/kernel/shmmax To set it to a new value permanently (so it survives reboots), modify the sysctl.conf file: &#8230; kernel.shmmax = 268435456]]></description>
		<wfw:commentRss>http://www.bearparc.info/2009/06/05/linux-oracle-tuning-parameter-shared-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
