<?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>blaster media &#187; Tech News</title>
	<atom:link href="http://www.blaster.tv/category/tech-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blaster.tv</link>
	<description>omg, the internet is teh AWESOME</description>
	<lastBuildDate>Sun, 11 Sep 2011 20:29:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Backtrack Linux 5r1 Installation</title>
		<link>http://www.blaster.tv/2011/09/11/backtrack-linux-5r1-installation/</link>
		<comments>http://www.blaster.tv/2011/09/11/backtrack-linux-5r1-installation/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 19:08:42 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[backtrack-linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=119</guid>
		<description><![CDATA[If you are not familiar with Backtrack, it is a "penetration testing" version of Ubuntu.  Definitely not for the casual user as a GUI login is not enabled and the default user is "root". I install Backtack in a dual-boot configuration with XP on my laptop.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.blaster.tv/2011/09/11/backtrack-linux-5r1-installation/bt5-r1-backtrack/" rel="attachment wp-att-120"><img class="aligncenter size-full wp-image-120" title="Backtrack Screenshot" src="http://www.blaster.tv/wp-content/uploads/2011/09/bt5-r1-backtrack.png" alt="" width="480" height="183" /></a></p>
<p>I&#8217;ve been using <a href="http://www.backtrack-linux.org/" target="_blank">Backtrack</a> since the vesion 4 beta. This <a href="http://www.backtrack-linux.org/backtrack/backtrack-5-r1-released/" target="_blank">new version</a> has a ton of updated and new packages.<br />
If you are not familiar with Backtrack, it is a &#8220;penetration testing&#8221; version of Ubuntu.  Definitely not for the casual user as a GUI login is not enabled and the default user is &#8220;root&#8221;. I install Backtack in a dual-boot configuration with XP on my laptop.  These are some tweaks I have to do:</p>
<ul>
<li>Install wireless drivers.  Intel IPW2200.</li>
<li>Enable the kdm login.</li>
<li>Allow the Chrome Browser to run as &#8220;root&#8221;.</li>
</ul>
<p><strong>Installing the wireless drivers</strong> was incredibly easy.  First <a href="http://ipw2200.sourceforge.net/firmware.php" target="_blank">download the firmware</a> from Sourceforge into the /lib/firmware folder.  Version 3.1 is the latest as of the time of this post.  Then execute these commands:</p>
<p><code>tar -xzf ipw2200-fw-3.1.tgz<br />
modprobe -r ipw2200<br />
modprobe ipw2200</code></p>
<p>And that&#8217;s it, should be up and running.  Backtrack uses <a href="http://wicd.sourceforge.net/" target="_blank">Wicd</a> for network management.</p>
<p><strong>Next is the kdm GUI login.</strong></p>
<p>Start by editing /etc/init/kdm.conf, remove or comment out the following section:</p>
<p><code>if [ -n "$UPSTART_EVENTS" ]<br />
then<br />
[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2&gt;/dev/null)" = "/usr/bin/kdm" ] || { stop; exit 0; }<br />
# Check kernel command-line for inhibitors<br />
for ARG in $(cat /proc/cmdline)<br />
do<br />
case "${ARG}" in<br />
text|-s|s|S|single)<br />
plymouth quit || : # We have the ball here<br />
exit 0<br />
;;<br />
esac<br />
done<br />
fi</code></p>
<p>Reboot and you should see the GUI login.</p>
<p><strong>Allow Chrome Browser</strong> to run as &#8220;root&#8221;.</p>
<p>After downloading the appropriate package run this command in the folder you saved Chrome into:</p>
<p><code>dpkg -i google-chrome-stable_current_i386.deb</code></p>
<p><code></code>Now you must add an unprivelged user.  This can be done with the command line or you can add the package kuser with the command &#8220;apt-get install kuser&#8221;.  Once that is done create a folder for that user. Then right click on the desktop of the root user and select Create New, Link to Application.  Now select the Application tab and the Command text box.  Click on Browse and navigate to /opt/google/chome and select the Chome application.  After returning to the Command text box enter this after the text:</p>
<p><code>%U --user-data-dir="/home/user/folder"</code></p>
<p>Use the user and folder you created.  You can edit the icon and change the name if you wish.</p>
<p>That&#8217;s the extent of the tweaks.  Happy testing. <img src='http://www.blaster.tv/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>##Update##</strong></p>
<p>I had some trouble with shutting down with kdm enabled.   Here&#8217;s the fix for that little feature.  Get into Settings, System Settings then Login Screen.  Navigate to the Shutdown tab and click on the text box next to &#8220;Halt&#8221;.  Enter the following text: /sbin/shutdown -h now.</p>
<p>In the &#8220;Reboot&#8221; text box you should have /sbin/reboot as that seems to work ok.  You can enter /sbin/shutdown -r now if you have trouble.</p>
<p>##########</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2011/09/11/backtrack-linux-5r1-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Joomla</title>
		<link>http://www.blaster.tv/2011/05/23/upgrading-joomla/</link>
		<comments>http://www.blaster.tv/2011/05/23/upgrading-joomla/#comments</comments>
		<pubDate>Tue, 24 May 2011 03:55:25 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech News]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=114</guid>
		<description><![CDATA[As with most reviews of software or hardware, it is customary to start of with some good points of the subject under review. This is certainly not the case with the Joomla Upgrader &#8220;jUpgrade&#8221;. First of all, one must download a certain extension, jUpgrade. Getting it into the installation took a bit of work with [...]]]></description>
			<content:encoded><![CDATA[<p>As with most reviews of software or hardware, it is customary to start of with some good points of the subject under review.  This is certainly not the case with the <a href="http://docs.joomla.org/Tutorial:Migrating_from_Joomla_1.5_to_Joomla_1.6">Joomla Upgrader</a> &#8220;jUpgrade&#8221;.</p>
<p>First of all, one must download a certain extension, <a href="http://www.matware.com.ar/downloads/joomla/jupgrade.html">jUpgrade</a>.  Getting it into the installation took a bit of work with permissions.  Two different settings, ftp=off, and set /tmp to 777.  Next we enable the MooTools Upgrade plugin.  So far so good, now the fun starts.</p>
<p>Apparently, testing this little tool is only accomplished in one browser, Firefox.  Don&#8217;t bother with chrome, it won&#8217;t work at all.  At  least with IE8, it actually started before stopping at the half-way mark.  Next we have to actually MOVE the previous installation out off the root directory because the jUpdater has made it&#8217;s OWN directory OWNED by apache.  This is problematic.  And one of the things about the server adding and moving files that I can&#8217;t stand.  The new folders and files have to be owned by the ftp user in order to have any chance of changing or moving them.</p>
<p>What a failure.  One browser worked, ftp didn&#8217;t.</p>
<p>The only cure was to ssh into the server and rm -rf jupgrade.  The last time I had to do this was with Drupal.</p>
<p>Too bad.  This isn&#8217;t even a good try.  Take an example from wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2011/05/23/upgrading-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype spam</title>
		<link>http://www.blaster.tv/2008/12/04/skype-spam/</link>
		<comments>http://www.blaster.tv/2008/12/04/skype-spam/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 03:34:49 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=41</guid>
		<description><![CDATA[If you&#8217;re someone that keeps Skype open all the time, you&#8217;re bound to get links to porn or some other such nonsense. Today I was informed that my computer needed fixing, and to do that I needed to click a link. I wasn&#8217;t born yesterday: WINDOWS REQUIRES IMMEDIATE ATTENTION ============================= ATTENTION ! Security Center has [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re someone that keeps Skype open all the time, you&#8217;re bound to get links to porn or some other such nonsense.  Today I was informed that my computer needed fixing, and to do that I needed to click a link.</p>
<p>I wasn&#8217;t born yesterday:</p>
<blockquote><p>WINDOWS REQUIRES IMMEDIATE ATTENTION<br />
=============================</p>
<p>ATTENTION ! Security Center has detected<br />
malware on your computer !</p>
<p>Affected Software:</p>
<p>Microsoft Windows Vista<br />
Microsoft Windows XP<br />
Microsoft Windows 2000<br />
Microsoft Windows NT Server 4.0<br />
Microsoft Windows Win98<br />
Microsoft Windows Server 2003</p>
<p>Impact of Vulnerability: Remote Code Execution / Virus Infection /<br />
Unexpected shutdowns</p>
<p>Recommendation: Users running vulnerable version should install a repair<br />
utility immediately</p>
<p>Your system IS affected, download the patch from the address below !<br />
Failure to do so may result in severe computer malfunction.</p>
<p>http://www.registryscan.cc/?q=scan</p></blockquote>
<p>Are people really that stupid that they click on this crap?  I thought about limiting chats to the contact list, but what&#8217;s the fun in that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2008/12/04/skype-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Santa&#8217;s new computer</title>
		<link>http://www.blaster.tv/2008/12/04/santas-new-computer/</link>
		<comments>http://www.blaster.tv/2008/12/04/santas-new-computer/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 20:22:07 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[santa]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=35</guid>
		<description><![CDATA[Last week, the Santa cam went offline for good. The old Mac G4, Safari, and flash just didn&#8217;t work with his cam anymore. So I decided to pull a computer form storage, install windows, and ship it to the North Pole. It&#8217;s a Dell Dimension 8400, P4 3.0ghz with 1mb cache, 512 megs of ram, [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, the Santa cam went offline for good.  The old Mac G4, Safari, and flash just didn&#8217;t work with his cam anymore.  So I decided to pull a computer form storage, install windows, and ship it to the North Pole.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="410" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/4k2B_eGib3U" /><embed type="application/x-shockwave-flash" width="500" height="410" src="http://www.youtube.com/v/4k2B_eGib3U"></embed></object></p>
<p>It&#8217;s a Dell Dimension 8400, P4 3.0ghz with 1mb cache, 512 megs of ram, ATI x700Pro Video with 256 megs of ram, Audigy 2 ZS for the Firewire port, and a 160 gig harddrive with XP Pro installed on it.</p>
<p>Santa is very happy this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2008/12/04/santas-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gear Live HP Giveaway</title>
		<link>http://www.blaster.tv/2008/11/29/gear-live-hp-giveaway/</link>
		<comments>http://www.blaster.tv/2008/11/29/gear-live-hp-giveaway/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 14:54:07 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[hp]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=12</guid>
		<description><![CDATA[Andru Edwards over at Gear Live has posted the entry requirements for his massive HP Giveaway. To be eligible, you need a Gear Live account, a Twitter account, follow the Gear Live Twitter account, post a tweet with &#8220;#glmagic” in the tweet, and finally, leave a comment in the Giveaway thread. Wew. That&#8217;s some stuff [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gearlive.com/profile/Andru/">Andru Edwards</a> over at <a href="http://www.gearlive.com/">Gear Live</a> has posted the entry requirements for his <a href="http://www.gearlive.com/news/article/q408-hp-magic-giveaway-enter-our-contest-to-win-over-6000-in-electronics/">massive HP Giveaway</a>.</p>
<p>To be eligible, you need a <a href="http://www.gearlive.com/profile/register/">Gear Live account</a>, a <a href="http://twitter.com/">Twitter account</a>, follow the <a href="http://twitter.com/GearLive">Gear Live Twitter account</a>, post a tweet with &#8220;<span id="intelliTxt">#glmagic” in the tweet, and finally, leave a comment in the Giveaway thread.  Wew.  That&#8217;s some stuff to do, but not that hard for the basic entry.</span></p>
<p>There is also the opportunity for some &#8220;extra&#8221; credit.  Post a <a href="http://facebook.com">Facebook</a> shared link, a <a href="http://delicious.com/">Del.icio.us</a> bookmark, on <a href="http://friendfeed.com/">Friend Feed</a> use the post a link, and put a link on your site, blog, or what have you.  Then post the link back in the Giveaway thread.</p>
<p>There you have it, not much work for $6000 in <a href="http://www.hp.com/">HP</a> stuff.  Now get to it!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2008/11/29/gear-live-hp-giveaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking Windows XP and Vista</title>
		<link>http://www.blaster.tv/2008/11/26/tweaking-windows-xp-and-vista/</link>
		<comments>http://www.blaster.tv/2008/11/26/tweaking-windows-xp-and-vista/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 01:24:42 +0000</pubDate>
		<dc:creator>blaster</dc:creator>
				<category><![CDATA[Tech News]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.blaster.tv/?p=7</guid>
		<description><![CDATA[My friend Thirteen pointed out that our other friends over at Tweak Guides have released a comprehensive and free guide to all you need to know about tweaking Windows XP and Vista. The TweakGuides Tweaking Companion (TGTC) is the complete system optimization guide for Windows users. Designed for novice and advanced users alike, it is [...]]]></description>
			<content:encoded><![CDATA[<p>My friend <a href="http://www.thirteensworld.com">Thirteen</a> pointed out that our other friends over at <a href="http://www.tweakguides.com/" target="_blank">Tweak Guides</a> have released a comprehensive and free guide to all you need to know about tweaking <a href="http://www.tweakguides.com/files/TGTC_XP_4.2.zip">Windows XP</a> and <a href="http://www.tweakguides.com/files/TGTC_Vista_2.2.zip">Vista</a>.</p>
<blockquote><p><strong>The TweakGuides Tweaking Companion</strong> (TGTC) is the complete system optimization guide for Windows users. Designed for novice and advanced users alike, it is written in plain English to help you genuinely understand all aspects of Windows and your PC. The guide covers every major topic, from the correct installation of Windows and critical drivers and software, through to recommendations for every significant setting and feature, all the major performance and convenience tweaks and customizations, as well as detailed troubleshooting advice. There are also links to a range of reliable free applications for optimizing and maintaining your system, as well as to important resources for finding out even more about Windows and your PC.</p></blockquote>
<p>enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blaster.tv/2008/11/26/tweaking-windows-xp-and-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

