<?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>Security Viewpoints &#187; Computer industry</title>
	<atom:link href="http://advosys.ca/viewpoints/category/computer-industry/feed/" rel="self" type="application/rss+xml" />
	<link>http://advosys.ca/viewpoints</link>
	<description>Security, operating systems and the IT industry</description>
	<lastBuildDate>Wed, 30 Jun 2010 14:18:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The frugal CSO</title>
		<link>http://advosys.ca/viewpoints/2010/02/the-frugal-cso/</link>
		<comments>http://advosys.ca/viewpoints/2010/02/the-frugal-cso/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 02:41:46 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[Safeguarding data]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/?p=788</guid>
		<description><![CDATA[Last month a gave a short presentation on free and low cost security tools to the Ottawa chapter of ISSA.
The slides are now available: The Frugal CSO: IT Security Tools for Tough Times (pdf).
This presentation was to raise  awareness of the availability and quality of some of the leading free / open source and low [...]]]></description>
			<content:encoded><![CDATA[<p>Last month a gave a short presentation on free and low cost security tools to the Ottawa chapter of ISSA.</p>
<p>The slides are now available: <a href="/presentations/the-frugal-cso.pdf">The Frugal CSO: IT Security Tools for Tough Times</a> (pdf).</p>
<p>This presentation was to raise  awareness of the availability and quality of some of the leading free / open source and low cost security software.</p>
<p>Unlike the U.S. and European governments, the Canadian federal government has never officially  blessed the use of open source.  There are a ton of deployments, but they tend to be isolated, small and  kept really quiet.</p>
<p>There are many outstanding open source and low cost security products out there, and there are few, if any, valid reasons to exclude them from consideration when evaluating products.</p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2010/02/the-frugal-cso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat Enterprise Linux vs Oracle Enterprise Linux</title>
		<link>http://advosys.ca/viewpoints/2009/06/red-hat-linux-vs-oracle-linux/</link>
		<comments>http://advosys.ca/viewpoints/2009/06/red-hat-linux-vs-oracle-linux/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:05:25 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[red hat]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/?p=477</guid>
		<description><![CDATA[What exactly are the advantages of Oracle Linux? Why use it?
Lately I&#8217;ve been helping a group transition from a legacy HP/UX environment to Linux. Being an Oracle shop, they&#8217;re tempted to use Oracle Enterprise Linux (OEL) instead of Red Hat Enterprise Linux (RHEL) to run the Oracle DBMS on.
You may recall Oracle released a recompiled [...]]]></description>
			<content:encoded><![CDATA[<p>What exactly are the advantages of Oracle Linux? Why use it?</p>
<p>Lately I&#8217;ve been helping a group transition from a legacy HP/UX environment to Linux. Being an Oracle shop, they&#8217;re tempted to use <a title="Oracle Enterprise Linux" href="http://www.oracle.com/technologies/linux/index.html">Oracle Enterprise Linux</a> (OEL) instead of <a title="Red Hat Enterprise Linux" href="http://www.redhat.com/rhel/">Red Hat Enterprise Linux</a> (RHEL) to run the Oracle DBMS on.</p>
<p>You may recall Oracle released a recompiled Red Hat back in 2006. Since Red Hat is GPL, anyone is free to compile the source code and release their own knock-off of Red Hat. The are a few groups who do this, with the excellent <a title="CentOS Linux" href="http://www.centos.org/">CentOS</a> distribution being the most popular.</p>
<p>CentOS is fantastic for those need Red Hat compatibility but don&#8217;t need or can&#8217;t afford the mandatory Red Hat support licenses. CentOS has near-perfect binary compatibility so commercial products that only support Red hat are almost certain to run.</p>
<p>Oracle Linux is similar&#8230; they compile the Red hat sources and release it under their own brand. However, unlike CentOS, Oracle certifies their products will run without issue on their imitation Red Hat. Other products? Maybe, maybe not.<span id="more-477"></span>Like CentOS, very few commercial vendors certify or support their products running on OEL. However, unlike CentOS, who try not to modify the Red Hat sources, <a title="Oracle Enterprise Linux (OEL) Release Notes" href="http://oss.oracle.com/el5/docs/RELEASE-NOTES-U3-en.html#Changes_from_Upstream_Release">Oracle admits to monkeying around</a>. For example:</p>
<ul>
<li> Adding their own patches and device drivers</li>
<li>Replacing the GFS file system with their competing OCFS2</li>
<li>Replacing Red Hat Cluster Suite with Oracle Clusterware</li>
</ul>
<p>Oracle Linux may be suitable for running Oracle products, but given these changes and lack of certification and support, is it a trustworthy platform for other commercial apps?</p>
<p>Also unlike CentOS (and despite claims to the contrary), OEL is <a title="Oracle Unbreakable Linux FAQ" href="http://www.oracle.com/technologies/linux/ubl-faq.pdf">not free</a>. Yes, you can download and install the ISOs, but getting online updates via Yum requires a support license.</p>
<p>If you&#8217;re a Red Hat shop, it doesn&#8217;t make much make sense to use OEL for Oracle servers and RHEL for everything else. Just standardize on RHEL. Oracle is fully supported on Red Hat, as are nearly every other commercial products.</p>
<p>The real deal breaker for OEL, however, is VMware support. VMware lists both <a title="Enterprise Linux 5 product support, installation instructions, and known issues" href="http://pubs.vmware.com/guestnotes/wwhelp/wwhimpl/common/html/wwhelp.htm?context=guestnotes&amp;file=guestos_redhatel5.html">RHEL</a> and <a title="Oracle Enterprise Linux 5 product support, installation instructions, and known issues" href="http://pubs.vmware.com/guestnotes/wwhelp/wwhimpl/common/html/wwhelp.htm?context=guestnotes&amp;file=guestos_oel5.html">OEL</a> as compatible guest OSs. Red Hat also fully supports RHEL deployment on VMware ESX. But get this: OEL deployments on VMware <a title="What the Oracle / VMware support statement really means...and why" href="http://oraclestorageguy.typepad.com/oraclestorageguy/2009/04/what-the-oracle-vmware-support-statement-really-meansand-why.html">may</a> orÂ  <a href="http://wiki.oracle.com/page/vmware?t=anon">may not</a> be supported by Oracle. There seems to be no technical reason for this&#8230; OEL runs fine as you would expect. No, it appears Oracle has taken this stance to drive customers to their <a title="Oracle VM" href="http://www.oracle.com/technologies/virtualization/index.html">competing virtualization solution</a>, (a fork of Xen) and to drive sales of Oracle RAC over VMware&#8217;s less expensive HA solution.</p>
<p>Deploy Oracle on RHEL on VMware and problem solved: you&#8217;re fully supported by all players. RHEL also offers <a title="Red Hat subscriptions on a VMware infrastructure" href="http://www.vmguru.nl/wordpress/2009/06/red-hat-subscriptions-on-a-vmware-infrastructure/">a substantial price break</a> for VMware deployments. Oracle doesn&#8217;t.</p>
<p>On the security side, SELinux is available in both RHEL and OEL. Both RHEL and OEL have EAL4+ validations under the <a title=" Certified product list - Common Criterial Portal" href="http://www.commoncriteriaportal.org/products_OS.html#OS">Common Criteria</a>. RHEL also has FIPS 140-2 validation for the NSS crypto modules, but OEL does not. For government users, that could be a deal breaker.</p>
<p>So again I&#8217;m left wondering&#8230; what is the advantage of Oracle Linux? If your only deploying Oracle products, theoretically using OEL under Oracle VM would remove the potential for vendor finger pointing when things go wrong. But that&#8217;s putting a lot of faith in Oracle Support&#8217;s knowledge of Linux and Xen.</p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p><em>Related posts:</em><ul><li><a href='http://advosys.ca/viewpoints/2006/08/hardware-raid-vs-software-raid/' rel='bookmark' title='Permanent Link: Linux software vs hardware RAID'>Linux software vs hardware RAID</a></li>
<li><a href='http://advosys.ca/viewpoints/2009/07/disabling-the-nx-bit-for-specific-apps/' rel='bookmark' title='Permanent Link: Disabling the NX bit for specific apps'>Disabling the NX bit for specific apps</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2009/06/red-hat-linux-vs-oracle-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Happy 20th birthday Perl</title>
		<link>http://advosys.ca/viewpoints/2007/12/happy-20th-birthday-perl/</link>
		<comments>http://advosys.ca/viewpoints/2007/12/happy-20th-birthday-perl/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 02:47:08 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/2007/12/happy-20th-birthday-perl/</guid>
		<description><![CDATA[
    According to perlbuzz.com  and Wired News , December 18th 2007 marks the 20th anniversary of release 1.0 of Perl, my favorite programming language.


    These days Perl is most often thought of as the first &#8220;web programming&#8221; language. Back in 1994 or so when public access to the [...]]]></description>
			<content:encoded><![CDATA[<p>
    According to <a href="http://perlbuzz.com/2007/12/it-was-twenty-years-ago-today.html" title="It was twenty years ago today">perlbuzz.com</a>  and <a href="http://www.wired.com/science/discoveries/news/2007/12/dayintech_1218" title="Dec. 18, 1987: Perl Simplifies the Labyrinth That Is Programming Language">Wired News</a> , December 18th 2007 marks the 20th anniversary of release 1.0 of Perl, my favorite programming language.
</p>
<p>
    These days Perl is most often thought of as the first &#8220;web programming&#8221; language. Back in 1994 or so when public access to the Internet first took off, just about every web application was a Perl CGI script.
</p>
<p>
    Perl has fallen out of favor lately, but it was revolutionary. Perl combined elements of C, awk, sed, and Bourne shell already familiar to every Unix sysadmin into one fast executing, consistent and (later) highly extensible language.
</p>
<p>
    Perl was (and still is) an extremely productive language&#8230; the Perl concept of &#8220;there&#8217;s more than one way to do it&#8221; makes it easy to whip up a working programs quickly to solve problems at hand.
</p>
<p>
    Of course, that concept and Perl&#8217;s syntax horrifies language purists who criticise it as a mess and denigrate it as a &#8220;write only language.&#8221; Perl&#8217;s author Larry Wall agrees: Perl is a mess. In fact he once compared it to the mess that is the English language:
</p>
<blockquote>
<p>
	 	 <a href="http://www.wall.org/~larry/onion/onion.html" title="2nd State of the Onion">English is useful because it&#8217;s a mess. Since English is a mess, it maps well onto the problem space, which is also a mess, which we call reality. Similarly, Perl was designed to be a mess (though in the nicest of possible ways).</a>
	</p>
</blockquote>
<p>
  Larry is a funny guy.
</p>
<p>
    Despite criticisms, Perl remains the &#8220;duct tape of the Internet&#8221;. You can do wonders with just a few lines of Perl, especially when you know about Perl&#8217;s secret weapon: the <a href="http://search.cpan.org/">CPAN archive</a> . No matter what data format you need to parse or API you need to talk to, chances are a Perl library for it already exists in CPAN.
</p>
<p>
   Happy birthday, Perl. You may be ugly but you sure get the job done.</p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2007/12/happy-20th-birthday-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap supercomputing from your graphics card</title>
		<link>http://advosys.ca/viewpoints/2007/10/cheap-supercomputing-from-your-graphics-card/</link>
		<comments>http://advosys.ca/viewpoints/2007/10/cheap-supercomputing-from-your-graphics-card/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 14:11:16 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[brute forcing]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/2007/10/cheap-supercomputing-from-your-graphics-card/</guid>
		<description><![CDATA[
   The folks at Russian firm ElcomSoft are making headlines this week by releasing  one of their brute force password cracking tools that uses nVidia graphic processing units to boost performance by 25 times.


   (You may recall ElcomSoft from 2001 when an employee was arrested during Defcon. He was eventually [...]]]></description>
			<content:encoded><![CDATA[<p>
   The folks at Russian firm ElcomSoft are making headlines this week <a href="http://gpu.elcomsoft.com/" title="Elcomsoft Distributed Password Recovery">by releasing</a>  one of their brute force password cracking tools that uses nVidia graphic processing units to <a href="http://technology.newscientist.com/article.ns?id=dn12825">boost performance by 25 times</a>.
</p>
<p>
   (You may recall ElcomSoft from 2001 when an employee <a href="http://www.news.com/2100-1023-978176.html" title="ElcomSoft verdict: Not guilty">was arrested during Defcon</a>. He was eventually acquitted. The case was an early test of the U.S.&#8217;s disastrous DMCA law.)
</p>
<p>
   According to the press release, ElcomSoft&#8217;s technique of using a GPU is &#8220;patent pending&#8221; but I can&#8217;t see how&#8230; using the high performance of GPUs for non-graphical processing is nothing new.
</p>
<p>
   Last February nVidia launched their <a href="http://developer.nvidia.com/object/cuda.html">CUDA C compiler and libraries</a>  for both Linux and Windows developers that lets anyone use GPUs for processing intensive tasks, and  <strike>ATI</strike> AMD announced something similar last November with their &#8220;<a href="http://www.amd.com/us-en/Corporate/VirtualPressRoom/0,,51_104_543~114147,00.html" title="AMD Close to Metal Technology Unleashes the Power of Stream Computing ">Close to metal</a> &#8221; product.
</p>
<p>
   nVidia is also just about to release their <a href="http://www.nvidia.com/object/tesla_computing_solutions.html" title="nVidia Tesla computing solutions for HPC ">Tesla &#8220;Deskside Supercomputers&#8221;</a>  which looks like just a bunch of nVidia GPUs (JBOGs?) conveniently boxed up  for use in high performance computing.
</p>
<p>
  Fast password and hash cracking (and <a href="http://www.rsa.com/rsalabs/node.asp?id=2092" title="Factoring RSA challenge">factoring RSA</a> ) is a whole lot less expensive than it used to be. There&#8217;s been speculation for a while now that government organizations have the horsepower to decrypt SSL communications in real time. Now with gigaflops of processing power  cheap and accessible through off the shelf graphics cards, that kind of capability could be available to almost everyone.
</p>
<p>
  Also, for those who prefer to brew their own crackers, there are projects like <a href="http://nsa.unaligned.org/" title="NSA@home">NSA@home</a>  <img src='http://advosys.ca/viewpoints/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2007/10/cheap-supercomputing-from-your-graphics-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClamAV bought by Snort vendor Sourcefire</title>
		<link>http://advosys.ca/viewpoints/2007/08/sourcefire-buys-clamav/</link>
		<comments>http://advosys.ca/viewpoints/2007/08/sourcefire-buys-clamav/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 13:22:48 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[snort]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/2007/08/sourcefire-buys-clamav/</guid>
		<description><![CDATA[
  Get good results in one little bake-off  and you get bought out?


    Sourcefire , the little company behind the open source Snort  intrusion prevention has just acquired the open source ClamAV  anti-virus project:



	 	&#8220;Sourcefire has acquired the ClamAV project and related trademarks, as well as the source [...]]]></description>
			<content:encoded><![CDATA[<p>
  Get good results in one little <a href="http://advosys.ca/viewpoints/2007/08/clamav-beats-mcafee-and-norton/" title="Open source ClamAV beats McAfee and Norton">bake-off</a>  and you get bought out?
</p>
<p>
  <a href="http://www.sourcefire.com/">  Sourcefire</a> , the little company behind the open source <a href="http://www.snort.org/" title="Snort open source intrusion detection system">Snort</a>  intrusion prevention has just acquired the open source <a href="http://www.clamav.net/" title="Clam Antivirus">ClamAV</a>  anti-virus project:
</p>
<blockquote>
<p>
	 	&#8220;Sourcefire has acquired the ClamAV project and related trademarks, as well as the source code copyrights held by the five principal members of the ClamAV team. Sourcefire will also assume control of the ClamAV project including: the ClamAV.org domain, web site and web site content; and the ClamAV Sourceforge project page.&#8221;
	</p>
</blockquote>
<p>
  Congratulations to the ClamAV team! They&#8217;ve been building the product as a volunteer effort since 2002.
</p>
<p>
  According to the <a href="http://investor.sourcefire.com/phoenix.zhtml?c=204582&amp;p=irol-newsArticle&amp;ID=1041607">announcement</a> , the product will continue to be open source and licensed under the GPL. More importantly, they promise to keep the malware signature database database open as well.
</p>
<p>
 However, when Sourcefire was created to take Snort commercial they changed access to the IDS signatures from free for all to a <a href="http://www.snort.org/rules/why_subscribe.html" title="Snort IDS VRT rules pricing">tiered structure</a> : $500 per year for real-time updates, and free-but-registration required access to the same rules after a five day delay. The urge to monetize the widely used ClamAV beyond just selling support services for it will be irresistible, and Sourcefire will probably do so in a very similar way to Snort.</p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p><em>Related posts:</em><ul><li><a href='http://advosys.ca/viewpoints/2006/10/sourcefire-files-for-ipo/' rel='bookmark' title='Permanent Link: Snort vendor sourcefire files for IPO'>Snort vendor sourcefire files for IPO</a></li>
<li><a href='http://advosys.ca/viewpoints/2007/08/clamav-beats-mcafee-and-norton/' rel='bookmark' title='Permanent Link: Open source ClamAV beats McAfee and Norton'>Open source ClamAV beats McAfee and Norton</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2007/08/sourcefire-buys-clamav/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Marcus Ranum has a podcast</title>
		<link>http://advosys.ca/viewpoints/2007/05/marcus-ranum-has-a-podcast/</link>
		<comments>http://advosys.ca/viewpoints/2007/05/marcus-ranum-has-a-podcast/#comments</comments>
		<pubDate>Wed, 09 May 2007 16:47:43 +0000</pubDate>
		<dc:creator>D Webber</dc:creator>
				<category><![CDATA[Computer industry]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[security awareness]]></category>
		<category><![CDATA[security podcast]]></category>

		<guid isPermaLink="false">http://advosys.ca/viewpoints/2007/05/marcus-ranum-has-a-podcat/</guid>
		<description><![CDATA[
    Exhalted internet security guru Marcus Ranum has posted a podcast, complete with presentation slides to go with it. He promises this is the first of a series (I certainly hope so, but making podcasts takes much more time and effort than blogging, and Marcus rarely updates his blog).


    [...]]]></description>
			<content:encoded><![CDATA[<p>
    Exhalted internet security guru <a href="http://www.ranum.com/">Marcus Ranum</a> has <a href="http://www.rearguardsecurity.com/">posted a podcast</a>, complete with presentation slides to go with it. He promises this is the first of a series (I certainly hope so, but making podcasts takes much more time and effort than blogging, and Marcus rarely updates his blog).
</p>
<p>
    Marcus is generally credited with creating the first commercial firewall and IDS but is better known for his straight thinking and straight talk about security. The podcast covers familiar ground&#8230; the deplorable state of Internet security in general, digs about statistics, penetration testing, software complexity and vendor B.S.
</p>
<p>
   It&#8217;s 37 minutes well worth listening to.</p>
Copyright &copy; 2010 <a href="http://advosys.ca/">Advosys Consulting Inc.</a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://advosys.ca/viewpoints/2007/05/marcus-ranum-has-a-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
