<?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"?><!-- generator="wordpress/1.5.1-alpha" --><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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Baudizm</title>
	<link>http://baudizm.blogsome.com</link>
	<description>The charm of the byte... the beauty of Baud.</description>
	<pubDate>Wed, 14 Jan 2009 07:01:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex,nofollow" />
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Baudizm" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Authenticate OneOrZero HelpDesk Users to LDAP via OpenLDAP</title>
		<link>http://baudizm.blogsome.com/2009/01/14/authenticate-oneorzero-helpdesk-users-to-ldap-via-openldap/</link>
		<comments>http://baudizm.blogsome.com/2009/01/14/authenticate-oneorzero-helpdesk-users-to-ldap-via-openldap/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 06:46:30 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>General OpenSource</category>
	<category>Linux</category>
	<category>Tips and Tricks</category>
		<guid>http://baudizm.blogsome.com/2009/01/14/authenticate-oneorzero-helpdesk-users-to-ldap-via-openldap/</guid>
		<description>
<![CDATA[We have been mulling over the idea of integrating OneOrZero HelpDesk and KnowledgeBase authentication with our existing LDAP server which also authenticates our Windows domain users via our Samba PDC. OneOrZero is pretty much convenient for us since it already has LDAP authentication capability. Or so we thought.<map name="bdv_RSS_Ad_44615326">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=44615326&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=44615326&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=44615326&rssimage=1" border="0" usemap="#bdv_RSS_Ad_44615326"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>
<img src="http://i182.photobucket.com/albums/x314/hardwyrd/HELPentercompressed.gif" alt="Help!" align="right" width="40%" height="40%" hspace="10" vspace="10" />We needed a helpdesk and a knowledgebase system and we prefer that it be opensource. We have found <a href="http://www.oneorzero.com/">OneOrZero HelpDesk and KnowledgeBase</a> to be a good candidate. We decided to take a look at it and see for ourselves. Installation was tad easy. All you need is an Apache server, PHP, and MySQL and voila! We have been running it using MySQL for sometime but we didn&#8217;t as of yet let users use the system.</p>
	<p>We have been mulling over the idea of integrating OneOrZero HelpDesk and KnowledgeBase authentication with our existing LDAP server which also authenticates our Windows domain users via our Samba PDC. OneOrZero is pretty much convenient for us since it already has LDAP authentication capability. Or so we thought.</p>
	<p>Setting up LDAP for OneOrZero HelpDesk, required us to modify its settings. You can do this using its own control panel, by logging in as an administrator, or you can go brute it out by going to where the OneOrZero configuration files are located. In my case it is in </p>
	<blockquote>
<p>
<code>
<strong>/srv/www/onezero/configuration/website_settings.php</strong>
</code>
</blockquote>
Please note that the location may not be the same in your case, depending on where you extracted your files, and where your Apache DocumentRoot is located. Make the necessary adjustments.</p>
	<p>After locating the file, make a copy first of the existing file (you dont want to lose working settings do you? <img src='http://baudizm.blogsome.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  then edit <code>website_settings.php</code> by opening your favorite text editor - which in my case is VI.</p>
	<blockquote>
<p>
<code>
<strong>vi website_settings.php</strong>
</code>
</blockquote>
Navigate your way down towards near the end of the file, and review the LDAP-related parameters. Please note, I&#8217;ll be using my own LDAP parameters as examples and yours might be different depending on your LDAP server flavor (AD, OpenLDAP, Netware/OES/others).<br />
<blockquote>
<code>
<br />
# Enable LDAP authentication. This is DB by default.<br />
auth_method = "LDAP" </p>
	<p># IP address of your LDAP server<br />
ldap_host = "192.168.10.10"</p>
	<p># If you are using AD, specify the domain name. I'm using OpenLDAP so, I ignored this.<br />
ldap_domain = ""</p>
	<p># Specify the user that will be used to bind to your LDAP server. Not needed if anonymous bind is allowed<br />
ldap_binddn = "cn=ldapbinder,dc=mydomain,dc=com"</p>
	<p># Specify the password for the binding user<br />
ldap_bindpwd = "secret"</p>
	<p># Set the location in your LDAP schema where the search will start from. In my case, I have an OU called "Users"<br />
ldap_rootdn = "ou=Users,dc=mydomain,dc=com"</p>
	<p># Provide here the search attributes. Note though that this might be different on your particular flavor of LDAP.<br />
# Use an LDAP browser utility to double check.<br />
ldap_searchattr = "uid"<br />
ldap_fname = "givenname"<br />
ldap_lname = "sn"<br />
ldap_uname = "uid"<br />
ldap_email_add = "mail"<br />
ldap_office = "l"<br />
ldap_phone = "telephonenumber"<br />
ldap_context = "dn"<br />
</code>
</blockquote>
Save your file after editing. </p>
	<p>We then tried logging in using our LDAP accounts, however it seems that OneOrZero cannot find our accounts, or rather LDAP cannot find the accounts passed by OneOrZero to it. So, I then looked at the LDAP log and checked what the problem is. Sure enough, I found the culprit.<br />
<blockquote>
<code>Jan 14 11:18:15 x2100 slapd[4044]: conn=5857 op=1 SRCH base="ou=Users,dc=mydomain,dc=com" scope=2 deref=0<strong> filter=&#8221;(uid=minime)&#8221;</strong>
</code>
</p>
</blockquote>
	<p>No wonder LDAP cannot locate the user. Even though it is searching on the right section of the LDAP tree, it doesn&#8217;t know which one to pick up. Remember, we use our LDAP server as authentication for our Windows users via Samba as well. Heck, we even authenticate our SSH users via LDAP also.</p>
	<p>Another challenge!<br />
<blockquote>
<strong>How do I hack the filter in OneOrZero so that it works for my LDAP server ? (GOD I LOVE THIS WORK!)</strong>
</blockquote>
Simple, I have to locate the filter string deep in the vowels of OneOrZero&#8217;s source code and insert my own filter or manipulate it so that the output filter will meet what my LDAP server really needs.</p>
	<p>OK OK! Enough suspense, how did I do it? Simple.</p>
	<p>Navigate yourself to where you extracted OneOrZero - in my case<code>
<strong> /srv/www/onezero/common</strong>
</code> , and edit the file <code>
<strong>common.php</strong>
</code> . When you open the file, navigate yourself towards <code>
<strong>line 164 </strong>
</code>. There you will find the <code>
<strong>$filter</strong>
</code> variable which receives the value from the LDAP search attribute that was set in <code>
<strong>website_settings.php</strong>
</code> .</p>
	<p>When you locate the $filter variable, comment the existing one, and replace it so that it looks like this:<br />
<blockquote>
<code>//  $filter = "($ldap_searchattr=$name)";     //This is the default filter string </code>
</p>
	<p>
<code>$filter = "(&#038;(objectClass=posixAccount)($ldap_searchattr=$name))"    // This is my new filter string to fit my LDAP server.</code>
</blockquote>
Save the file and do a test login.  That&#8217;s it!</p>
	<p>If you still have trouble setting it up (which I doubt), feel free to look at the Administration guide at http://www.oneorzero.com/wiki/index.php?title=OneOrZero_Settings</p>
	<p>Enjoy!</p>
	<p>
<strong>Technorati</strong> : <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/oneorzero" rel="tag">oneorzero</a>, <a href="http://www.technorati.com/tags/helpdesk" rel="tag">helpdesk</a>, <a href="http://www.technorati.com/tags/linux" rel="tag">linux</a>, <a href="http://www.technorati.com/tags/ldap" rel="tag">ldap</a>, <a href="http://www.technorati.com/tags/authentication" rel="tag">authentication</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=oneorzero" rel="tag">oneorzero</a>, <a href = "/?s=helpdesk" rel="tag">helpdesk</a>, <a href = "/?s=linux" rel="tag">linux</a>, <a href = "/?s=ldap" rel="tag">ldap</a>, <a href = "/?s=authentication" rel="tag">authentication</a>
</p>
<map name="bdv_RSS_Ad_77614478">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=77614478&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=77614478&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=77614478&rssimage=1" border="0" usemap="#bdv_RSS_Ad_77614478"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=D8pE_ByEfUs:etr-bdwdTOc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2009/01/14/authenticate-oneorzero-helpdesk-users-to-ldap-via-openldap/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Allow NAT access to Publicly-accessible Internal Services via PFSense</title>
		<link>http://baudizm.blogsome.com/2009/01/13/allow-nat-access-to-publicly-accessible-internal-services-via-pfsense/</link>
		<comments>http://baudizm.blogsome.com/2009/01/13/allow-nat-access-to-publicly-accessible-internal-services-via-pfsense/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 07:42:17 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Tips and Tricks</category>
		<guid>http://baudizm.blogsome.com/2009/01/13/allow-nat-access-to-publicly-accessible-internal-services-via-pfsense/</guid>
		<description>
<![CDATA[You now have your nice PFSense firewall connected to the net and your users are happily connected then you decided to put up publicly-accessible network services like a web server. But horror starts to creep in when you found out that your users (or your developers) cannot access your public server using their workstations within your local network.<map name="bdv_RSS_Ad_143177086">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=143177086&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=143177086&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=143177086&rssimage=1" border="0" usemap="#bdv_RSS_Ad_143177086"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>You now have your nice PFSense firewall connected to the net and your users are happily connected then you decided to put up publicly-accessible network services like a web server. But horror starts to creep in when you found out that your users (or your developers) cannot access your public server using their workstations within your local network.</p>
	<p>You tried everything in vain and suddenly felt the urge to scream with all your might.<br />
<center>
<strong>AAAARRGGGHHH!!!!</strong> </center>
</p>
	<p>As far as you&#8217;re concerned, you&#8217;ve setup PFSense correctly. You have enabled port forwarding quite perfectly. The web server is running without a hitch. You have your DNS working perfectly. But your users cannot seem to access your internal server using your public IP address or domain..</p>
	<p>
<center>..then you raised your limp hands in resignation.</center>
</p>
	<p>Dont despair. It&#8217;s really simple.</p>
	<p>1. Open your PFSense web gui.</p>
	<p>2. Move your mouse over to <strong>System</strong>, and click <strong>Advanced</strong>.</p>
	<p>
<img src="http://i182.photobucket.com/albums/x314/hardwyrd/pfsense/pfsense_adv.png" alt="System - Advanced" />
</p>
	<p>3. Scroll down, and look at the <strong>Disable NAT Reflection</strong> field. <strong>Make sure that it is unchecked</strong>. </p>
	<p>
<img src="http://i182.photobucket.com/albums/x314/hardwyrd/pfsense/pfsense_natref.png" alt="Disable NAT Reflection" />
</p>
	<p>4. Click on Save.</p>
	<p>That&#8217;s all there is to it!  Enjoy!</p>
	<p>
<strong>Technorati</strong>
<img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/PFSense" rel="tag">PFSense</a>, <a href="http://www.technorati.com/tags/NAT" rel="tag">NAT</a>, <a href="http://www.technorati.com/tags/reflection" rel="tag">reflection</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=PFSense" rel="tag">PFSense</a>, <a href = "/?s=NAT" rel="tag">NAT</a>, <a href = "/?s=reflection" rel="tag">reflection</a>
</p>
<map name="bdv_RSS_Ad_241548222">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=241548222&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=241548222&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=241548222&rssimage=1" border="0" usemap="#bdv_RSS_Ad_241548222"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=O0Om214mavc:RRu-1uq4CzI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2009/01/13/allow-nat-access-to-publicly-accessible-internal-services-via-pfsense/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Wireshark: Adding Columns for Wireless Antenna Signal Strength</title>
		<link>http://baudizm.blogsome.com/2008/12/23/wireshark-adding-columns-for-wireless-antenna-signal-strength/</link>
		<comments>http://baudizm.blogsome.com/2008/12/23/wireshark-adding-columns-for-wireless-antenna-signal-strength/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 00:44:08 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Throughout the Web</category>
	<category>Tips and Tricks</category>
		<guid>http://baudizm.blogsome.com/2008/12/23/wireshark-adding-columns-for-wireless-antenna-signal-strength/</guid>
		<description>
<![CDATA[

Here's a video article by <a href="http://www.wiresharktraining.com/">Laura Chappell</a> on how you can make your wireless snooping a bit more comfy by adding columns for your wireless antenna signal strength.<map name="bdv_RSS_Ad_140843694">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=140843694&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=140843694&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=140843694&rssimage=1" border="0" usemap="#bdv_RSS_Ad_140843694"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>Here&#8217;s a video article by <a href="http://www.wiresharktraining.com/">Laura Chappell</a> on how you can make your wireless snooping a bit more comfy by adding columns for your wireless antenna signal strength.</p>
	<p>Video is being hosted at <a href="http://www.novell.com">Novell</a>.</p>
	<p>
<a href="http://www.novell.com/img/flash/play.php?media=http://www.novell.com/recording/videos/connectionmagazine/1208-signalcolumn.flv?sourceid=NCM_12_08_lc">
<br />
Wireshark Training : Adding Columns for Wireless Antenna Signal Strength (Hosted by Novell)</a>
</p>
	<p>Enjoy!</p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/wireshark" rel="tag">wireshark</a>, <a href="http://www.technorati.com/tags/wireless" rel="tag">wireless</a>, <a href="http://www.technorati.com/tags/" rel="tag">
</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=wireshark" rel="tag">wireshark</a>, <a href = "/?s=wireless" rel="tag">wireless</a>, <a href = "/?s=" rel="tag">
</a>
</p>
<map name="bdv_RSS_Ad_180322958">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=180322958&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=180322958&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=180322958&rssimage=1" border="0" usemap="#bdv_RSS_Ad_180322958"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=PihfLYu4aPc:ko9mRJXZ654:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/12/23/wireshark-adding-columns-for-wireless-antenna-signal-strength/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Yet Another Major Internet Explorer Flaw allows Remote Code Execution</title>
		<link>http://baudizm.blogsome.com/2008/12/17/yet-another-major-internet-explorer-flaw-allows-remote-code-execution/</link>
		<comments>http://baudizm.blogsome.com/2008/12/17/yet-another-major-internet-explorer-flaw-allows-remote-code-execution/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 02:43:37 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Throughout the Web</category>
		<guid>http://baudizm.blogsome.com/2008/12/17/yet-another-major-internet-explorer-flaw-allows-remote-code-execution/</guid>
		<description>
<![CDATA[Microsoft announced last December 15 of yet another major flaw in version 7 of its Internet Explorer browser which allows remote code execution on the target computer (as if the others do not already). <map name="bdv_RSS_Ad_134241134">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=134241134&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=134241134&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=134241134&rssimage=1" border="0" usemap="#bdv_RSS_Ad_134241134"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>Microsoft announced last December 15 of yet another major flaw in version 7 of its Internet Explorer browser which allows remote code execution on the target computer (as if the others do not already). </p>
	<p>Dubbed as <a href="http://www.microsoft.com/technet/security/advisory/961051.mspx">Microsoft Security Advisory (961051)</a>, the advisory went on to discuss the issue as follows:</p>
	<blockquote>
<p>
<em>The vulnerability exists as an invalid pointer reference in the data binding function of Internet Explorer. When data binding is enabled (which is the default state), it is possible under certain conditions for an object to be released without updating the array length, leaving the potential to access the deleted object&#8217;s memory space. This can cause Internet Explorer to exit unexpectedly, in a state that is exploitable.</em>
</p>
</blockquote>
	<p>It appears also that its not only IE7 that&#8217;s affected. It affects versions up to IE8 also. Even the <a href="http://news.bbc.co.uk/2/hi/technology/7784908.stm">BBC has snatched this issue</a> as well.</p>
	<p>What was weird for me was that the Full Disclosure community did not make any reaction to this disclosure by Microsoft. Or it might be too early as the secinfo experts and enthusiasts are scrambling to verify this if at all.</p>
	<p>My take on this is - what&#8217;s new? Honestly, I&#8217;m not surprised at all.</p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/browser" rel="tag">browser</a>, <a href="http://www.technorati.com/tags/internet" rel="tag">internet</a>, <a href="http://www.technorati.com/tags/explorer" rel="tag">explorer</a>, <a href="http://www.technorati.com/tags/IE" rel="tag">IE</a>, <a href="http://www.technorati.com/tags/major" rel="tag">major</a>, <a href="http://www.technorati.com/tags/flaw" rel="tag">flaw</a>, <a href="http://www.technorati.com/tags/microsoft" rel="tag">microsoft</a>, <a href="http://www.technorati.com/tags/security" rel="tag">security</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=browser" rel="tag">browser</a>, <a href = "/?s=internet" rel="tag">internet</a>, <a href = "/?s=explorer" rel="tag">explorer</a>, <a href = "/?s=IE" rel="tag">IE</a>, <a href = "/?s=major" rel="tag">major</a>, <a href = "/?s=flaw" rel="tag">flaw</a>, <a href = "/?s=microsoft" rel="tag">microsoft</a>, <a href = "/?s=security" rel="tag">security</a>
</p>
<map name="bdv_RSS_Ad_142141390">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=142141390&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=142141390&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=142141390&rssimage=1" border="0" usemap="#bdv_RSS_Ad_142141390"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=PoIGU7WttNY:OfVKcbUcLc4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/12/17/yet-another-major-internet-explorer-flaw-allows-remote-code-execution/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Quick Tip: Use DPKG to replicate between Ubuntu installs</title>
		<link>http://baudizm.blogsome.com/2008/12/01/quick-tip-use-dpkg-to-replicate-between-ubuntu-installs/</link>
		<comments>http://baudizm.blogsome.com/2008/12/01/quick-tip-use-dpkg-to-replicate-between-ubuntu-installs/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:22:16 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Linux</category>
	<category>Tips and Tricks</category>
		<guid>http://baudizm.blogsome.com/2008/12/01/quick-tip-use-dpkg-to-replicate-between-ubuntu-installs/</guid>
		<description>
<![CDATA[This is just a quick tip I'm putting up in replicating existing packages between Ubuntu installs. I tend to keep forgetting how to do it every time I do a total reinstall of my Ubuntu box. The following simple commands will list down all installed packages and export it to a file, copy to a USB thumbdrive, and import later after doing a reinstall/upgrade. In other words, the following steps will automate your package reinstall that will mimic your old Ubuntu install. <map name="bdv_RSS_Ad_255680190">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=255680190&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=255680190&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=255680190&rssimage=1" border="0" usemap="#bdv_RSS_Ad_255680190"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>This is just a quick tip I&#8217;m putting up in replicating existing packages between Ubuntu installs. I tend to keep forgetting how to do it every time I do a total reinstall of my Ubuntu box. The following simple commands will list down all installed packages and export it to a file, copy to a USB thumbdrive, and import later after doing a reinstall/upgrade. In other words, the following steps will automate your package reinstall that will mimic your old Ubuntu install. </p>
	<blockquote>
<p>
<code>hw@myubuntu:~$ dpkg --get-selections > pkginstalled</code>
</p>
</blockquote>
	<p>The above snippet uses the <code>dpkg</code> command with the <code>--get-selections</code> parameter to read the installed packages and dumps them to a plaintext file. You can then proceed and copy <code>pkginstalled</code> to an USB thumbdrive for later, and proceed with the reinstall or system wipeout/upgrade.</p>
	<p>After your new system has been reinstalled, instead of manually installing all the applications that you had previously, just do the following commands to automate the process.</p>
	<blockquote>
<p>
<code>hw@newbox:~$ dpkg --set-selections < /media/disk/pkginstalled<br />
hw@newbox:~$  apt-get dselect-upgrade</code>
<br />
</code>
</p>
</blockquote>
	<p>The above snippet imports the list of packages from the file <code>pkginstalled </code>from <code>/media/disk</code> (USB thumbdrive) or replace it with the path where you copied you package list file. The next command does the actual package installation based on the list of packages imported.</p>
	<p>NOTE: If you were using non-official repositories, please add the necessary third-party repo prior to doing the steps mentioned above.</p>
	<p>Enjoy!</p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/ubuntu" rel="tag">ubuntu</a>, <a href="http://www.technorati.com/tags/linux" rel="tag">linux</a>, <a href="http://www.technorati.com/tags/dpkg" rel="tag">dpkg</a>, <a href="http://www.technorati.com/tags/package" rel="tag">package</a>, <a href="http://www.technorati.com/tags/import" rel="tag">import</a>, <a href="http://www.technorati.com/tags/export" rel="tag">export</a>, <a href="http://www.technorati.com/tags/automate" rel="tag">automate</a>, <a href="http://www.technorati.com/tags/cli" rel="tag">cli</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=ubuntu" rel="tag">ubuntu</a>, <a href = "/?s=linux" rel="tag">linux</a>, <a href = "/?s=dpkg" rel="tag">dpkg</a>, <a href = "/?s=package" rel="tag">package</a>, <a href = "/?s=import" rel="tag">import</a>, <a href = "/?s=export" rel="tag">export</a>, <a href = "/?s=automate" rel="tag">automate</a>, <a href = "/?s=cli" rel="tag">cli</a>
</p>
<map name="bdv_RSS_Ad_267089134">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=267089134&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=267089134&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=267089134&rssimage=1" border="0" usemap="#bdv_RSS_Ad_267089134"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=OAaZO8FJZdU:7SqvJ-KfJ2Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/12/01/quick-tip-use-dpkg-to-replicate-between-ubuntu-installs/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Track your lost laptop with Adeona</title>
		<link>http://baudizm.blogsome.com/2008/11/17/track-your-lost-laptop-with-adeona/</link>
		<comments>http://baudizm.blogsome.com/2008/11/17/track-your-lost-laptop-with-adeona/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 01:47:02 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Throughout the Web</category>
	<category>General OpenSource</category>
		<guid>http://baudizm.blogsome.com/2008/11/17/track-your-lost-laptop-with-adeona/</guid>
		<description>
<![CDATA[I was doing my daily round of sifting through opensource newsbits when I came across<a href="http://adeona.cs.washington.edu/index.html"> Adeona</a>, the first Open Source system for tracking the location of your lost or stolen laptop that does not rely on a proprietary, central service. This means that you can install Adeona on your laptop and go — there's no need to rely on a single third party. Adeona addresses a critical privacy goal different from existing commercial offerings.<map name="bdv_RSS_Ad_260788526">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=260788526&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=260788526&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=260788526&rssimage=1" border="0" usemap="#bdv_RSS_Ad_260788526"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>I was doing my daily round of sifting through opensource newsbits when I came across<a href="http://adeona.cs.washington.edu/index.html"> Adeona</a>. According to its creators, it can be described as:</p>
	<blockquote>
<p>
<em> Adeona is the first Open Source system for tracking the location of your lost or stolen laptop that does not rely on a proprietary, central service. This means that you can install Adeona on your laptop and go — there&#8217;s no need to rely on a single third party. What&#8217;s more, Adeona addresses a critical privacy goal different from existing commercial offerings. It is privacy-preserving. This means that no one besides the owner (or an agent of the owner&#8217;s choosing) can use Adeona to track a laptop. Unlike other systems, users of Adeona can rest assured that no one can abuse the system in order to track where they use their laptop.</p>
	<p>Adeona is designed to use the Open Source <a href="http://www.opendht.org/">OpenDHT</a> distributed storage service to store location updates sent by a small software client installed on an owner&#8217;s laptop. The client continually monitors the current location of the laptop, gathering information (such as IP addresses and local network topology) that can be used to identify its current location. The client then uses strong cryptographic mechanisms to not only encrypt the location data, but also ensure that the ciphertexts stored within OpenDHT are anonymous and unlinkable. At the same time, it is easy for an owner to retrieve location information. </em>
</p>
</blockquote>
	<p>Adeona has <a href="http://adeona.cs.washington.edu/downloads.html">builds for Linux, Mac OS X, and Windows</a> ready for download and follow the<a href="http://adeona.cs.washington.edu/documents.html"> installation steps</a> should anyone wanna try it out.</p>
	<p>Though I currently do not own a laptop or a UMPC (planning to), but this sure is a nice must-have for anybody that does have one or several. I gotta see this for myself. </p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/Adeona" rel="tag">Adeona</a>, <a href="http://www.technorati.com/tags/laptop" rel="tag">laptop</a>, <a href="http://www.technorati.com/tags/tracking" rel="tag">tracking</a>, <a href="http://www.technorati.com/tags/theft" rel="tag">theft</a>, <a href="http://www.technorati.com/tags/opensource" rel="tag">opensource</a>, <a href="http://www.technorati.com/tags/" rel="tag">
</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=Adeona" rel="tag">Adeona</a>, <a href = "/?s=laptop" rel="tag">laptop</a>, <a href = "/?s=tracking" rel="tag">tracking</a>, <a href = "/?s=theft" rel="tag">theft</a>, <a href = "/?s=opensource" rel="tag">opensource</a>, <a href = "/?s=" rel="tag">
</a>
</p>
<map name="bdv_RSS_Ad_30354206">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=30354206&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=30354206&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=30354206&rssimage=1" border="0" usemap="#bdv_RSS_Ad_30354206"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=2PV3DY_TpTg:67U6o7x6U8E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/11/17/track-your-lost-laptop-with-adeona/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Enabling JSON on PHP 5.1.2 in SLES10</title>
		<link>http://baudizm.blogsome.com/2008/10/13/enabling-json-on-php-512-in-sles10/</link>
		<comments>http://baudizm.blogsome.com/2008/10/13/enabling-json-on-php-512-in-sles10/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 08:56:50 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>General OpenSource</category>
	<category>Linux</category>
	<category>Tips and Tricks</category>
		<guid>http://baudizm.blogsome.com/2008/10/13/enabling-json-on-php-512-in-sles10/</guid>
		<description>
<![CDATA[JSON is a trivial package feature and the extension already comes built-in with PHP 5.2.x so this is not so much a problem for users of the latest PHP build. However, if you are using SLES10 SP1 and below, and haven't updated PHP and still uses 5.1.x then you'll be in for a surprise. JSON isn't available in the default install, let alone a package that you can get from YAST, unless you have updated your Installation Sources.<map name="bdv_RSS_Ad_128799710">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=128799710&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=128799710&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=128799710&rssimage=1" border="0" usemap="#bdv_RSS_Ad_128799710"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>JSON is a trivial package feature and the extension already comes built-in with PHP 5.2.x so this is not so much a problem for users of the latest PHP build. However, if you are using SLES10 SP1 and below, and haven&#8217;t updated PHP and still uses 5.1.x then you&#8217;ll be in for a surprise. JSON isn&#8217;t available in the default install, let alone a package that you can get from YAST, unless you have updated your Installation Sources.</p>
	<p>The quickest and simplest way is not to depend on vanilla sources but rather to use PEAR since it is already in SLES10.</p>
	<blockquote>
<p>1. Open <strong>YAST</strong>.</p>
	<p>2. In <strong>Software Management</strong>, search for <code>php-devel</code> and install it. <code>php-devel</code> provides <code>phpize</code> which PEAR will be using later on to install the JSON package.</p>
	<p>3. Open Terminal, and run the command as root:
</p>
</blockquote>
	<blockquote>
<p>
<code>pear5 channel-update pear.php.net</code>
</p>
</blockquote>
	<p>4. In <strong>Terminal</strong> still, follow it up with:</p>
	<blockquote>
<p>
<code>pear5 install pecl/json</code>
</p>
</blockquote>
	<p>This will install the latest JSON package.</p>
	<p>After installing JSON, locate your <code>php.ini</code> , and add the line in the <strong>Dynamic Extensions</strong> section.</p>
	<blockquote>
<p>
<code>extension=json.so</code>
</p>
</blockquote>
	<p>Save php.ini and restart Apache.</p>
	<p>Congratulations! Enjoy.</p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/php" rel="tag">php</a>, <a href="http://www.technorati.com/tags/json" rel="tag">json</a>, <a href="http://www.technorati.com/tags/apache" rel="tag">apache</a>, <a href="http://www.technorati.com/tags/linux" rel="tag">linux</a>, <a href="http://www.technorati.com/tags/sles10" rel="tag">sles10</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=php" rel="tag">php</a>, <a href = "/?s=json" rel="tag">json</a>, <a href = "/?s=apache" rel="tag">apache</a>, <a href = "/?s=linux" rel="tag">linux</a>, <a href = "/?s=sles10" rel="tag">sles10</a>
</p>
<map name="bdv_RSS_Ad_250499966">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=250499966&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=250499966&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=250499966&rssimage=1" border="0" usemap="#bdv_RSS_Ad_250499966"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=NqOzsSZTyik:eLUWdpKIkYU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/10/13/enabling-json-on-php-512-in-sles10/feed/</wfw:commentRss>
	</item>
		<item>
		<title>My Intrepid Ibex Wallpaper</title>
		<link>http://baudizm.blogsome.com/2008/09/29/my-intrepid-ibex-wallpaper/</link>
		<comments>http://baudizm.blogsome.com/2008/09/29/my-intrepid-ibex-wallpaper/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 03:47:46 +0000</pubDate>
		<dc:creator>baudizm</dc:creator>
		
	<category>Throughout the Web</category>
	<category>General OpenSource</category>
		<guid>http://baudizm.blogsome.com/2008/09/29/my-intrepid-ibex-wallpaper/</guid>
		<description>
<![CDATA[Although Intrepid Ibex is not yet geared for release, I've decided to make my own wallpaper for it.<map name="bdv_RSS_Ad_187871918">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=187871918&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=187871918&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=187871918&rssimage=1" border="0" usemap="#bdv_RSS_Ad_187871918"/>
</a>
</p>]]>
</description>
			<content:encoded><![CDATA[
	<p>Although Intrepid Ibex is not yet geared for release, I&#8217;ve decided to make my own wallpaper for it.<br />
<a href="http://i182.photobucket.com/albums/x314/hardwyrd/intrepidibex_wall.png" target="_blank">
<br />
<img src="http://i182.photobucket.com/albums/x314/hardwyrd/intrepidibex_wall.png" alt="My Intrepid Ibex Wallpaper" width="40%" height="40%" border="0" />
</a>
</p>
	<p>It&#8217;s not much but a work in progress. Everything&#8217;s done in XaraLX on Xubuntu Hardy. And yes, I have already submitted this to Artwork/Incoming/Intrepid under Dark Ibex Wallpaper.</p>
	<p>Enjoy!</p>
	<p>
<strong>Technorati</strong> <img id="image329" src="http://freehogg.wordpress.com/files/2006/04/technorati.gif" alt="Technorati" /> <a href="http://www.technorati.com/tags/wallpaper" rel="tag">wallpaper</a>, <a href="http://www.technorati.com/tags/ubuntu" rel="tag">ubuntu</a>, <a href="http://www.technorati.com/tags/intrepid+ibex" rel="tag">intrepid+ibex</a>, <a href="http://www.technorati.com/tags/artwork" rel="tag">artwork</a>
<br />
<b>Site Search Tags:</b> <a href = "/?s=wallpaper" rel="tag">wallpaper</a>, <a href = "/?s=ubuntu" rel="tag">ubuntu</a>, <a href = "/?s=intrepid+ibex" rel="tag">intrepid+ibex</a>, <a href = "/?s=artwork" rel="tag">artwork</a>
</p>
<map name="bdv_RSS_Ad_84214302">
<area alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=84214302&click=1" target="_blank" />
<area alt="Feed Ads By BidVertiser.com"  shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=209083&Ref_Option=main&source=115472472" target="_blank" />
</map>
<p>
<a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=209083&bid=510941&PHS=84214302&click=1" target="_blank">
<img src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=209083&bid=510941&PHS=84214302&rssimage=1" border="0" usemap="#bdv_RSS_Ad_84214302"/>
</a>
</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Baudizm?a=-0bkYAgwGck:ZIgbLawTWgg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Baudizm?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://baudizm.blogsome.com/2008/09/29/my-intrepid-ibex-wallpaper/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
