<?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>Art of Business Intelligence &#187; Linux</title>
	<atom:link href="http://www.artofbi.com/index.php/topics/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artofbi.com</link>
	<description>Business Intelligence Guidance, Thought Leadership, and Experience</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:13:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Removing ^M From Linux Files</title>
		<link>http://www.artofbi.com/index.php/2012/01/removing-m-from-linux-files/</link>
		<comments>http://www.artofbi.com/index.php/2012/01/removing-m-from-linux-files/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:01:45 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=1364</guid>
		<description><![CDATA[I was at a project recently where someone had updated several Linux config/text files using a Windows machine. They FTP&#8216;d the files to their desktop, used notepad or something similar to make the edits, and then FTP&#8217;d the file back to the Linux server thinking that all would work swimmingly. Unfortunately they overwrote the original [...]]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2012/01/removing-m-from-linux-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Obsfucating or Preventing Decompiling of Your Java Code</title>
		<link>http://www.artofbi.com/index.php/2011/09/obsfucating-or-preventing-decompiling-of-your-java-code/</link>
		<comments>http://www.artofbi.com/index.php/2011/09/obsfucating-or-preventing-decompiling-of-your-java-code/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 14:35:15 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[decompile]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=1360</guid>
		<description><![CDATA[So, when creating a non open source Java application or library where you do not want the uncompiled code assessable, there seems to only be one way to truly achieve this.  That is through obsfucating your code at compile time. Preferably this is done using an obfuscation tool and integrating it into the ANT build [...]]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2011/09/obsfucating-or-preventing-decompiling-of-your-java-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OBI 11g SampleApp v107 VirtualBox &#8211; Host Shared Folders Mount</title>
		<link>http://www.artofbi.com/index.php/2011/08/obi-11g-sampleapp-v107-virtualbox-host-shared-folders-mount/</link>
		<comments>http://www.artofbi.com/index.php/2011/08/obi-11g-sampleapp-v107-virtualbox-host-shared-folders-mount/#comments</comments>
		<pubDate>Sun, 14 Aug 2011 03:17:35 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OBIEE]]></category>
		<category><![CDATA[OBI VirtualBox VM]]></category>
		<category><![CDATA[OBI11g Sample App]]></category>
		<category><![CDATA[SampleApp v107]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=1332</guid>
		<description><![CDATA[The other option is a bit more complex when running a Linux OS as the VM Image guest machine but the ability to have a local reference to the host OS's folder/directory of your choosing can be very beneficial.   Unlike a MS Windows guest OS, which if using Shared Folders will automatically assign a driver letter, etc. to the shared folders, the Linux OS, which is what we are dealing with for the SampleApp VM Image req]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2011/08/obi-11g-sampleapp-v107-virtualbox-host-shared-folders-mount/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PKI-02002: Unable to open the wallet. Check password.</title>
		<link>http://www.artofbi.com/index.php/2011/08/pki-02002-unable-to-open-the-wallet-check-password/</link>
		<comments>http://www.artofbi.com/index.php/2011/08/pki-02002-unable-to-open-the-wallet-check-password/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 13:46:53 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=1295</guid>
		<description><![CDATA[Working on a linux (OEL 5 Update 5) post install of Oracle BI 11.1.1.5 I had encountered the long system output error when starting the WebLogic Server which prevented it from starting.   Ultimately the solution to problem was to chmod the /tmp director so that the user starting up the AdminServer could read/write to some [...]]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2011/08/pki-02002-unable-to-open-the-wallet-check-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OBI 11g Linux Start Up Best Practice</title>
		<link>http://www.artofbi.com/index.php/2011/03/obi-11g-linux-start-up-best-practice/</link>
		<comments>http://www.artofbi.com/index.php/2011/03/obi-11g-linux-start-up-best-practice/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 01:50:02 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=959</guid>
		<description><![CDATA[The whole idea of starting and stopping processes for OBI is nothing new.  Windows gets buy with a very simple system that most are familiar, but Linux can often pose as a challenge.  Since, I prefer to recommend Linux (*Nix) over Windows when it comes to OBI, especially with OBI 11g it is worth a [...]]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2011/03/obi-11g-linux-start-up-best-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux User and Groups Setup for OBI11g Install</title>
		<link>http://www.artofbi.com/index.php/2011/01/linux-user-and-groups-setup-for-obi11g-install/</link>
		<comments>http://www.artofbi.com/index.php/2011/01/linux-user-and-groups-setup-for-obi11g-install/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 13:57:16 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=1033</guid>
		<description><![CDATA[Typically setting up the user base and groups for an install is rather straightforward.  Setting up the users and groups for OBIEE 11g on a Linux box is really no different.  I am attempting to use this post as a reference document so feel free to use it that was as well.  I foresee small [...]]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2011/01/linux-user-and-groups-setup-for-obi11g-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repartition a Windows Machine for Linux (Installing Linux on Windows)</title>
		<link>http://www.artofbi.com/index.php/2009/12/repartition-a-windows-machine-for-linux-installing-linux-on-windows/</link>
		<comments>http://www.artofbi.com/index.php/2009/12/repartition-a-windows-machine-for-linux-installing-linux-on-windows/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 18:40:13 +0000</pubDate>
		<dc:creator>Christian Screen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Potpourri]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux Mint 8]]></category>
		<category><![CDATA[Recommendations]]></category>

		<guid isPermaLink="false">http://www.artofbi.com/?p=526</guid>
		<description><![CDATA[I looked in WIndows Disk Management and there is no tool for reducing a partitioned space.  What?? You can't shink a partition via Windows? ]]></description>
		<wfw:commentRss>http://www.artofbi.com/index.php/2009/12/repartition-a-windows-machine-for-linux-installing-linux-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

