<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>pingudownunder.com</title>
	
	<link>http://www.pingudownunder.com/blog</link>
	<description>my wierd little corner on this world wide interweb thingy</description>
	<lastBuildDate>Thu, 10 Sep 2009 02:57:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/pingudownunder" type="application/rss+xml" /><feedburner:emailServiceId>pingudownunder</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Getting WebSphere Application 7 Installed on Ubuntu 9.04</title>
		<link>http://feedproxy.google.com/~r/pingudownunder/~3/NaRlvvhDFqM/</link>
		<comments>http://www.pingudownunder.com/blog/2009/09/10/getting-websphere-application-7-installed-on-ubuntu-9-04/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 02:57:39 +0000</pubDate>
		<dc:creator>Simon Harvey</dc:creator>
				<category><![CDATA[it]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.pingudownunder.com/blog/?p=73</guid>
		<description><![CDATA[I needed to do some development and testing in IBM WebSphere Application Server 7.0, however I was unable to get the bugger installed in my development environment (on Mac OS X 1.6 &#8230; well it has only been out for a week ) VMWare Fusion had to come to the rescue.
Although IBM do not support [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to do some development and testing in <a href="http://www-01.ibm.com/software/webservers/appserv/was/">IBM WebSphere Application Server 7.0</a>, however I was unable to get the bugger installed in my development environment (on <a href="http://www.apple.com/snowleopard">Mac OS X 1.6</a> &#8230; well it <em>has</em> only been out for a week ) <a href="http://www.vmware.com/fusion">VMWare Fusion</a> had to come to the rescue.</p>
<p>Although <a href="http://www.ibm.com/">IBM</a> do not support <a href="http://www.ubuntu.com">Ubuntu 9.04</a> as a platform, I did mange to get it working eventually through the following steps:</p>
<ol>
<li>Install <a href="http://www.ubuntu.com/getubuntu">Ubuntu 9.0.4</a> as per normal; and let it update itself to include the most recent patches and updates.</li>
<li>Add the Multiverse Repository through Add/Remove Programs.</li>
<li>Install Sun&#8217;s latest JDK by following these steps (credit to <a href="http://blog.btmatthews.com/?p=236">Brian</a>)</li>
<p><code>sudo apt-get install sun-java6-jdk sun-java6-plugin<br />
update-java-alternatives -s java-6-sun</code></p>
<li>Add the following to the top of the list in <code>/etc/jvm </code>(again, credit to <a href="http://blog.btmatthews.com/?p=236">Brian</a>)</li>
<p><code>/usr/lib/jvm/java-6-sun</code></p>
<li>Because Ubuntu uses dash as its default shell instead of bash, this breaks WAS&#8217; installation routine when it comes to setting up the domain profile. (It hangs for ages at 31% when executing the importConfigArchive script, and the fails silently, which is nice.) To fix this you need to relink back to bash (according to <a href="http://www.torkwrench.com/2009/05/04/getting-websphere-portal-to-install-on-ubuntu/">Graham</a>, this actually fixes a number of third-party software installation issues):</li>
<p><code>sudo -i<br />
cd /bin<br />
unlink sh<br />
ln -s /bin/bash sh</code></p>
<li>Install the Linux build of <a href="http://www-01.ibm.com/software/webservers/appserv/was/">IBM WebSphere Application Server 7.0</a> as normal via <code>sudo ./launchpad.sh</code> to the default /opt/IBM/WebSphere/AppServer directory.</li>
<li>Because doing everything as root is not secure or cool &#8211; even for a development environment &#8211; <code>sudo chown -hR </code>the <code>/opt/IBM</code> directory to a dedicated appserver user.</li>
<li>Make sure everything works by logging into the admin console via the First Steps , and finally do a <code>sudo update-rc.d -f gdm remove</code> to stop the automatic GUI when you reboot the machine/vmware image.</li>
</ol>
<p>Job&#8217;s a good&#8217;un.</p>
<img src="http://feeds.feedburner.com/~r/pingudownunder/~4/NaRlvvhDFqM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pingudownunder.com/blog/2009/09/10/getting-websphere-application-7-installed-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pingudownunder.com/blog/2009/09/10/getting-websphere-application-7-installed-on-ubuntu-9-04/</feedburner:origLink></item>
		<item>
		<title>A genuine joke from Queensland</title>
		<link>http://feedproxy.google.com/~r/pingudownunder/~3/Eh-Zjpj_X7M/</link>
		<comments>http://www.pingudownunder.com/blog/2009/08/26/a-genuine-joke-from-queensland/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 06:32:57 +0000</pubDate>
		<dc:creator>Simon Harvey</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[culture]]></category>

		<guid isPermaLink="false">http://www.pingudownunder.com/blog/?p=69</guid>
		<description><![CDATA[It is well known that humour is regional, but this is the first joke that I can say is truly Queenslander:
At a national conference of the Australian Hotels Association, the general managers of Cascade Brewery
(Tasmania), Tooheys (New South Wales), XXXX (Queensland), CUB (Victoria) and Coopers (South Australia) found themselves sitting at the same table for [...]]]></description>
			<content:encoded><![CDATA[<p>It is well known that humour is regional, but this is the first joke that I can say is truly Queenslander:</p>
<blockquote><p>At a national conference of the Australian Hotels Association, the general managers of Cascade Brewery<br />
(Tasmania), Tooheys (New South Wales), XXXX (Queensland), CUB (Victoria) and Coopers (South Australia) found themselves sitting at the same table for lunch.</p>
<p>When the waitress asked what they wanted to drink, the GM of Tooheys said without hesitation, &#8220;I&#8217;ll have a Tooheys New..&#8221;</p>
<p>To which the boss of Coopers rejoined, &#8220;I&#8217;ll have a Coopers, the King of Beers.&#8221;</p>
<p>And the bloke from Cascade asked for &#8220;a Cascade, the cleanest draught on the planet.&#8221;</p>
<p>The General Manager of Carlton &amp; United paused a moment and then placed his order:  &#8220;VB.&#8221;</p>
<p>The head of XXXX smiled and said &#8220;I&#8217;ll have a Diet Coke.&#8221;</p>
<p>The others looked at him has if he had sprouted a new head.</p>
<p>&#8220;Well,&#8221; he said with a shrug, &#8220;if you poofters aren&#8217;t drinking beer, then neither will I.&#8221;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/pingudownunder/~4/Eh-Zjpj_X7M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pingudownunder.com/blog/2009/08/26/a-genuine-joke-from-queensland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pingudownunder.com/blog/2009/08/26/a-genuine-joke-from-queensland/</feedburner:origLink></item>
		<item>
		<title>Communication between IT Experts and Management</title>
		<link>http://feedproxy.google.com/~r/pingudownunder/~3/MCH3C78yJD0/</link>
		<comments>http://www.pingudownunder.com/blog/2009/08/13/communication-between-it-experts-and-management/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 03:46:13 +0000</pubDate>
		<dc:creator>Simon Harvey</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://www.pingudownunder.com/blog/?p=60</guid>
		<description><![CDATA[I couldn&#8217;t resist re-posting this joke which is going around, its just so true sometimes &#8230;
A man in a hot air balloon, realizing he was lost, reduced altitude and spotted a woman below. He descended further and shouted to the lady &#8220;Excuse me, can you help me? I promised a friend I would meet him [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t resist re-posting this joke which is going around, its just so true sometimes &#8230;</p>
<blockquote><p>A man in a hot air balloon, realizing he was lost, reduced altitude and spotted a woman below. He descended further and shouted to the lady &#8220;Excuse me, can you help me? I promised a friend I would meet him an hour ago, but I don&#8217;t know where I am.&#8221;</p>
<p>The woman below replied, &#8220;You&#8217;re in a hot air balloon, hovering approximately 30 feet above the ground. You&#8217;re between 40 and 41 degrees north latitude and between 59 and 60 degrees west longitude.&#8221;</p>
<p>&#8220;You must be in IT,&#8221; said the balloonist.</p>
<p>&#8220;Actually I am,&#8221; replied the woman, &#8220;How did you know?&#8221;</p>
<p>&#8220;Well,&#8221; answered the balloonist, &#8220;everything you have told me is technically correct but I&#8217;ve no idea what to make of your information and the fact is I&#8217;m still lost. Frankly, you&#8217;ve not been much help at all. If anything, you&#8217;ve delayed my trip.&#8221;</p>
<p>The woman below responded, &#8220;You must be in Management.&#8221;</p>
<p>&#8220;I am,&#8221; replied the balloonist, &#8220;but how did you know?&#8221;</p>
<p>&#8220;Well,&#8221; said the woman, &#8220;you don&#8217;t know where you are or where you&#8217;re going. You have risen to where you are due to a large quantity of hot air . You made a promise, which you&#8217;ve no idea how to keep, and you expect people beneath you to solve your problems. The fact is you are in exactly the same position you were in before we met, but now, somehow, it&#8217;s my f***ing fault&#8230;&#8221;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/pingudownunder/~4/MCH3C78yJD0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pingudownunder.com/blog/2009/08/13/communication-between-it-experts-and-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pingudownunder.com/blog/2009/08/13/communication-between-it-experts-and-management/</feedburner:origLink></item>
		<item>
		<title>A Clean Joke For Once …</title>
		<link>http://feedproxy.google.com/~r/pingudownunder/~3/JLp5IYmBDTQ/</link>
		<comments>http://www.pingudownunder.com/blog/2009/03/31/a-clean-joke-for-once/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 10:47:03 +0000</pubDate>
		<dc:creator>Simon Harvey</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[bloodygenius]]></category>
		<category><![CDATA[booze]]></category>
		<category><![CDATA[farting]]></category>
		<category><![CDATA[flight]]></category>
		<category><![CDATA[planes]]></category>

		<guid isPermaLink="false">http://www.pingudownunder.com/blog/?p=59</guid>
		<description><![CDATA[Well, kinda, but it did make me laugh non-stop for about 30 minutes. Shamelessly copied from Sickipedia:
Dave and Jim were a couple of drinking buddies who worked as aircraft mechanics in Sydney. One day, the airport was fogged in and they were stuck in the hangar with nothing to do.
Dave said, &#8220;man, I wish we [...]]]></description>
			<content:encoded><![CDATA[<p>Well, kinda, but it did make me laugh non-stop for about 30 minutes. Shamelessly copied from <a href="http://www.sickipedia.org/joke/59723">Sickipedia</a>:</p>
<blockquote><p>Dave and Jim were a couple of drinking buddies who worked as aircraft mechanics in Sydney. One day, the airport was fogged in and they were stuck in the hangar with nothing to do.</p>
<p>Dave said, &#8220;man, I wish we had something to drink!&#8221;<br />
Jim says, &#8220;me too. Y&#8217;know, I&#8217;ve heard you can drink jet fuel and get a buzz. You wanna try it?&#8221;</p>
<p>So they pour themselves a couple of glasses of high octane booze and get completely smashed. The next morning, Dave wakes up and is surprised at how good he feels. In fact he feels GREAT! NO hangover! NO bad side effects. Nothing!</p>
<p>Then the phone rings. It&#8217;s Jim. Jim says, &#8220;hey, how do you feel this morning?&#8221;<br />
Dave says, &#8220;I feel great, how about you?&#8221;<br />
Jim says, &#8220;I feel great, too. You don&#8217;t have a hangover?&#8221;<br />
Dave says, &#8220;No, that jet fuel is great stuff &#8211; no hangover, nothing. We ought to do this more often.&#8221;</p>
<p>&#8220;Yeah, well there&#8217;s just one thing.&#8221;<br />
&#8220;What&#8217;s that?&#8221;<br />
&#8220;Have you farted yet?&#8221;<br />
&#8220;No.&#8221;<br />
&#8220;Well, DON&#8217;T! &#8216;Cause I&#8217;m in fucking London!&#8221;</p></blockquote>
<img src="http://feeds.feedburner.com/~r/pingudownunder/~4/JLp5IYmBDTQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pingudownunder.com/blog/2009/03/31/a-clean-joke-for-once/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pingudownunder.com/blog/2009/03/31/a-clean-joke-for-once/</feedburner:origLink></item>
		<item>
		<title>Australian Internet Censorship In Practice</title>
		<link>http://feedproxy.google.com/~r/pingudownunder/~3/kg29iMWmY5Y/</link>
		<comments>http://www.pingudownunder.com/blog/2009/03/19/australian-internet-censorship-in-practice/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 09:03:51 +0000</pubDate>
		<dc:creator>Simon Harvey</dc:creator>
				<category><![CDATA[comment]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.pingudownunder.com/blog/?p=58</guid>
		<description><![CDATA[I have previously blogged about the The Great Australian Firewall, which is currently in its testing phase for manadatory internet filtering under the direction and control of the Australian Government (specifically ACMA). In the past few days, things have taken an alarming turn for the worse. I&#8217;m going to be slightly vague on some details [...]]]></description>
			<content:encoded><![CDATA[<p>I have <a href="http://www.pingudownunder.com/blog/2008/12/12/govau-enters-the-digital-age-not/trackback/">previously blogged about the The Great Australian Firewall</a>, which is currently in its testing phase for manadatory internet filtering under the direction and control of the Australian Government (specifically <a href="http://www.acma.gov.au/WEB/STANDARD/pc=PC_311669">ACMA</a>). In the past few days, things have taken an alarming turn for the worse. I&#8217;m going to be slightly vague on some details for my own protection, as I don&#8217;t want to risk being the recepient a $11,000 fine and criminal record thanks to the AFP. So I&#8217;m only going to point towards public news sources that are reporting the details about this.</p>
<p>The Government, in its <a href="http://www.crikey.com.au/Politics/20071210-Australia-1-nanny-state-in-the-OECD.html">new initiative to become the world&#8217;s leading Nanny State</a>, has decided<a href="http://en.wikipedia.org/wiki/Internet_censorship_in_Australia"> that it is their right and duty to tell us what we can and cannot think, say and see on the Internet</a> and other media. And remember kids, these people mostly live in <a href="http://www.travelblog.org/Oceania/Australia/Australian-Capital-Territory/Canberra/blog-149498.html">Canberra, the most boring city in the world</a>. Need I say more?</p>
<p>What has happened recently? (<a href="http://en.wikipedia.org/wiki/Internet_censorship_in_Australia">Historically? See here</a>). Well ..</p>
<ul>
<li>Bulletproof Networks hosts the very popular Internet forum, <a href="http://www.whirlpool.net.au">whirlpool.net.au</a>. ACMA don&#8217;t like Whirlpool, particularly as a lot of discussion about Australian ISPs performance <a href="http://www.smh.com.au/news/technology/biztech/labors-net-gag-worse-than-iran/2008/10/23/1224351430987.html?page=fullpage#contentSwap1">and their views on Internet Censorship</a>, happens on there. A user posted a link to an anti-abortion website which apparently is on ACMAs blacklist. Bulletproof was immediately issued with a takedown notice and a threat of being fined $11,000 per day. Out of the blue of course, because ACMA&#8217;s blacklist is kept secret. More information reported in <a href="http://www.australianit.news.com.au/story/0,25197,25181408-15306,00.html">The Australian newspaper</a></li>
</ul>
<ul>
<li>Somewhere on the Internet, somebody has posted Denmark&#8217;s blacklist. Someone else submitted a link to ACMA aiming to highlight the futility of maintaining a secret blacklist. ACMA responded by blocking access to that website, and their press release about it. <a href="http://blog.wired.com/27bstroke6/2009/03/australia-censo.html">US Tech Blog Wired takes up the story</a>.</li>
</ul>
<ul>
<li>Someone claims to have located a copy of the ACMA Blacklist. It has been r<a href="http://news.smh.com.au/breaking-news-national/website-blacklist-leaked-on-internet-20090319-931c.html">eported by the Sydney Morning Herald</a> that the blacklist has been posted on the Internet. <a href="http://www.efa.org.au/2009/03/19/leaked-government-blacklist-confirms-worst-fears/"><strong>It is found to contain perfectly legal websites, such as a that of a dentist, a tour operator, a YouTube profile and a MySpace page</strong></a>.  Senator Conroy <a href="http://www.minister.dbcde.gov.au/media/media_releases/2009/014">quickly issued a press release denying its the blacklist and threatens</a>:</li>
</ul>
<blockquote><p>&#8220;ACMA is investigating this matter and is considering a range of possible actions it may take including referral to the Australian Federal Police. Any Australian involved in making this content publicly available would be at serious risk of criminal prosecution.&#8221;</p></blockquote>
<ul>
<li>Coincedentally, whistleblower website, <a href="http://wikileaks.org/wiki/Wikileaks">WikiLeaks</a>, has been inaccessible from a number of Australian locations today. Not one to draw conclusions, but they are quoted in <a href="http://www.australianit.news.com.au/story/0,24897,25210333-15306,00.html">The Australian:</a></li>
</ul>
<blockquote><p>While Wikileaks is used to exposing secret government censorship in developing countries, we now find Australia acting like a democratic backwater. History shows that secret censorship systems, whatever their original intent, are invariably corrupted into anti-democratic behavior</p></blockquote>
<ul>
<li>Finally, respected organisation for press freedom <a href="http://www.rsf.org/article.php3?id_article=30543"></a><strong><a href="http://www.rsf.org/article.php3?id_article=17919">Reporters sans frontières</a></strong>, has put <a href="http://www.rsf.org/article.php3?id_article=30543">South Korea and Australia on its &#8220;Under Surveillence&#8221; list</a> in its <a href="http://www.rsf.org/IMG/pdf/Internet_enemies_2009_2_.pdf">2009 Internet Enemies report</a>, due to their recent measures that endanger online free expression. Australia now joins states like <strong>Zimbabwe</strong>, <strong>Sri Lanka</strong> and <strong>Yemen</strong> in holding that dubious honour.</li>
</ul>
<p>Chief Censor Sentator Conroy <a href="http://www.inquisitr.com/12909/great-firewall-of-australia-whats-not-mentioned-makes-it-even-more-scary/">has aleady admitted his fitering scheme will be used to block legal material</a> as well as illegal material (you know, the kind of stuff you can buy on the top shelves of newsagents &#8211; except if you live near a mining site, then its right by the cash register instead). The initial law was strictly to block illegal material such as Child Pr0n* and material that incites terrorism and other evil stuff like that. However now the somebody-please-think-of-the-children thought police have got their way and this has been expanded to &#8220;inappropriate&#8221; sites &#8230;<a href="http://www.computerworld.com.au/article/296165/betfair_banned_by_acma"> legal gambing sites for example, like BetFair.com, are apparently on the blacklist</a>. Of course, it would not suprise me if the Aussie equivelent of the RIAA, the ARIA, and the MPAA are fevereshly lobbying their cause, <a href="http://www.itnews.com.au/News/91593,conroy-expands-isp-filter-tests-to-examine-p2p-and-bittorrent-traffic.aspx">persuading Conroy to block peer-to-peer technologies in this filter,</a> fresh on their success in <a href="http://techdirt.com/articles/20081009/2144022508.shtml">New Zealand.</a></p>
<p>Unfortunately, the fact that the <a href="http://www.australia.gov.au">Nanny State</a> forgets is that as soon as you make something illegal, all that happens is its driven underground. Techologies already exist that will bypass such censorship. Look at drug smuggling which is rife thoughout the world and mostly illegal. Even worse, they also make it more difficult for the authorites to locate and capture the bastards involved in activities such as terrorism and child pr0nography.</p>
<p>My previous position, that this funding should be diverted to the AFP and international legal authorities to track down, capture and castrate (no anasthetic)  people involved in these dispicable acts and then lock them up for life, still stands.</p>
<p>Restricting debate and enforcing your views through legal means on others in a Nanny State solution only drives the problem further underground. More debate <a href="http://www.somebodythinkofthechildren.com/">here</a>, and <a href="http://www.nocleanfeed.com/">here</a>, and <a href="http://www.efa.org.au/">here</a> &#8230; while we still can.</p>
<img src="http://feeds.feedburner.com/~r/pingudownunder/~4/kg29iMWmY5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.pingudownunder.com/blog/2009/03/19/australian-internet-censorship-in-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.pingudownunder.com/blog/2009/03/19/australian-internet-censorship-in-practice/</feedburner:origLink></item>
	</channel>
</rss>
