<?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>gHacks technology news &#187; source</title>
	<atom:link href="http://www.ghacks.net/tag/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:02:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Firefox and Flash From Source</title>
		<link>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/</link>
		<comments>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:39:41 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[bunzip2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash plugin]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10663</guid>
		<description><![CDATA[Normally you will hear me professing to always install using your Linux distributions&#8217; package management system. This is true for most cases. There is one case, however, that defies that philosophy: Installing Firefox. I have, on many occasions, installed Firefox using the distributions package management system only to have issue with either plugins or updates. [...]]]></description>
			<content:encoded><![CDATA[<p>Normally you will hear me professing to always install using your Linux distributions&#8217; package management system. This is true for most cases. There is one case, however, that defies that philosophy: Installing <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. I have, on many occasions, installed Firefox using the distributions package management system only to have issue with either plugins or updates. Because of this, one of the first things I do after a fresh installation is install Firefox from source. This gives you more control over the application which will ensure things run much more smoothly.</p>
<p>Naturally the first thing you will need to do is to download the <a title="Firefox" href="http://www.mozilla.com/en-US/" target="_blank">Firefox source</a>. Once the source is downloaded you have a choice to make. You can install Firefox for each user on the system (if there is only one user you don&#8217;t really have much to worry about) or you can install Firefox &#8220;system wide&#8221;. If you choose to install for just one user then place the source file in the users home directory. If you want to install it &#8220;system wide&#8221; move the file to the <strong>/opt</strong> directory (you will have to have root permissions or use sudo to do this.)</p>
<p><span id="more-10663"></span>Now that the file is in place it is time to unpack the file. More than likely the source package will be in bunzip2 format. To unpack the file you will issue the command <em>bunzip2 firefox-XXX.tar.bz2</em>. (Where <em>XXX</em> this the release number you downloaded.) Once bunzip2 has done its thing you will be left with a tar file <em>firefox-XXX.tar</em> (Again where <em>XXX</em> is the release number.)</p>
<p>When you unpack the Firefox tar file a new directory will be created called simply <strong>firefox</strong>. This new directory contains everything Firefox needs to run. All you have to do now is issue the command <em>~/firefox/firefox </em>to start up the browser.</p>
<p><strong>Starting Firefox</strong></p>
<p>Naturally you don&#8217;t want to have to start Firefox from command line every time you want to run the browser. What you will want to do is edit the preferences in either your menu entries or the Firefox application icons on either your Panel or your desktop. When you do edit the preferences you will want to change the command entry. The entry that came with the pre-installed Firefox will most likely be:</p>
<p><em>firefox %u</em></p>
<p>You will to change that to:</p>
<p><em>~/firefox/firefox %u</em></p>
<p><strong>Installing Flash</strong></p>
<p>Once you have Firefox up and running you can install plugins manually. For instance, installing the Macromedia Flash plugin involves downloading the <a title="Flash" href="http://www.adobe.com/" target="_blank">Flash plugin</a>, (download the source, not the binary) unpacking the file with the command: tar xvzf install_flash_player_10_linux.tar.gz, change into the newly created directory with the command <strong>cd install_flash_player_10</strong>, issue the command <em>./flashplayer-installer, </em>and answer the necessary questions. When you are asked where the installation directory is you will enter <em>~/firefox</em>.</p>
<p>You&#8217;re done. Now you can fire up Firefox and enter <em>about:plugins</em> to make sure the flash player plugin is installed (it will also tell you which flash version you are using.)</p>
<p><strong>Final Thoughts</strong></p>
<p>It may not be the easiest method of installation, but it&#8217;s the best when you want to have more control over your web browser. You will also find it much easier to keep up to date with both the browser itself as well as the plugins you install.</p>

	Tags: <a href="http://www.ghacks.net/tag/bunzip2/" title="bunzip2" rel="tag">bunzip2</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/flash/" title="flash" rel="tag">flash</a>, <a href="http://www.ghacks.net/tag/flash-plugin/" title="flash plugin" rel="tag">flash plugin</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/source/" title="source" rel="tag">source</a>, <a href="http://www.ghacks.net/tag/tar/" title="tar" rel="tag">tar</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/04/installing-flash-in-ubuntu-904-with-firefox/" title="Installing Flash in Ubuntu 9.04 with Firefox (May 4, 2009)">Installing Flash in Ubuntu 9.04 with Firefox</a> (25)</li>
	<li><a href="http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/" title="ShowMeDo Free Video Tutorial Website (December 10, 2006)">ShowMeDo Free Video Tutorial Website</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/05/18/open-xml-viewer-for-microsoft-word-2007/" title="Open XML Viewer For Microsoft Word 2007 (May 18, 2009)">Open XML Viewer For Microsoft Word 2007</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/19/mozilla-flash-upgrade-statistics/" title="Mozilla Flash Upgrade Statistics (September 19, 2009)">Mozilla Flash Upgrade Statistics</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/mozilla-checks-flash-version-after-firefox-updates/" title="Mozilla Checks Flash Version After Firefox Updates (September 4, 2009)">Mozilla Checks Flash Version After Firefox Updates</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Change the Source Viewer in IE, Firefox and Opera</title>
		<link>http://www.ghacks.net/2007/11/14/change-the-source-viewer-in-ie-firefox-and-opera/</link>
		<comments>http://www.ghacks.net/2007/11/14/change-the-source-viewer-in-ie-firefox-and-opera/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 08:11:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[opera tip]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/11/14/change-the-source-viewer-in-ie-firefox-and-opera/</guid>
		<description><![CDATA[The default source viewer for all browsers mentioned in the title is not optimal and sometimes posing more problems than solving them. Mozilla Firefox is displaying the source in a new stripped down Firefox window, the Internet Explorer is using Notepad and Opera is displaying it in a new Opera tab.]]></description>
			<content:encoded><![CDATA[<p>The default source viewer for all browsers mentioned in the title is not optimal and sometimes posing more problems than solving them. <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> is displaying the source in a new stripped down <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> window, the <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> is using Notepad and <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> is displaying it in a new Opera tab.</p>
<p>All three ways to display the source are not really comfortable although both Firefox and Opera use colors to mark certain elements. I prefer to use a software like Notepad++ or a real source viewer to display the sources of websites. This default source viewer can be changed in all three browsers, here is how you would do that.</p>
<p>Two changes have to be made to the Firefox configuration to add an external source viewer. Load about:config in the address bar and filter the results for view_source.</p>
<p><span id="more-2273"></span>view_source.editor.path is the first setting. Enter the full path to the source viewer that you want to use, for example &#8220;c:\apps\notepad++.exe&#8221;. Double-click view_source.editor.external afterwards to set this value to true. The new source viewer will be available after the next restart.</p>
<p>Opera makes it a little bit easier. Click on Tools > Preferences. In the new menu on the Advanced tab and there on Programs in the left menu. Click on the Edit button next to &#8220;Choose Application for viewing source&#8221;. Check &#8220;Open with another application&#8221; and browse to that application on your hard drive. Changes take effect immediately.</p>
<p>Changing the default source viewer in Internet Explorer is only possible in the Registry. Open the Registry by pressing Windows R. Type regedit in the run box and hit enter. Navigate to the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer and create a new key called &#8220;View Source Editor&#8221;.</p>
<p>Create another key below View Source Editor and name it &#8220;Editor Name&#8221;. Now change the default value to the path to the source editor that you want to use from now on. Changes will become active after a restart of Windows.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/opera-tip/" title="opera tip" rel="tag">opera tip</a>, <a href="http://www.ghacks.net/tag/source/" title="source" rel="tag">source</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/27/type-less-to-access-websites-faster/" title="Type less to access websites faster (March 27, 2008)">Type less to access websites faster</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/03/18/add-ping-to-address-bar-in-firefox-and-opera/" title="Add Ping to Address Bar in Firefox and Opera (March 18, 2008)">Add Ping to Address Bar in Firefox and Opera</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/" title="Working with several Firefox profiles (April 30, 2008)">Working with several Firefox profiles</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/whitelist-bookmarks-in-adblock-plus/" title="Whitelist Bookmarks In Adblock Plus (August 5, 2008)">Whitelist Bookmarks In Adblock Plus</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/11/14/change-the-source-viewer-in-ie-firefox-and-opera/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Improve Team Fortress 2 Textures</title>
		<link>http://www.ghacks.net/2007/10/02/improve-team-fortress-2-textures/</link>
		<comments>http://www.ghacks.net/2007/10/02/improve-team-fortress-2-textures/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 08:39:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[picmip]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[team fortress 2]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[valve]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/02/improve-team-fortress-2-textures/</guid>
		<description><![CDATA[Team Fortress 2 is an awesome game. If you are a gamer who loves sharp textures you might find the following console command for Team Fortress 2 useful. The command is mat_picmip -0.9 and has the effect that the textures in the game look much sharper than before.]]></description>
			<content:encoded><![CDATA[<p>Team Fortress 2 is an awesome game. If you are a gamer who loves sharp textures you might find the following console command for Team Fortress 2 useful. The command is mat_picmip -0.9 and has the effect that the textures in the game look much sharper than before.</p>
<p>The default value is 0 which seems to reduce the sharpness of the textures somehow. Changing that to the value -0.9 which is the lowest value that you can choose without being kicked from servers that are protected against cheating is effecting the graphic quality of the game tremendously.</p>
<p>If you have troubles opening the console try the following: Right-click on Team Fortress 2 in Steam and select properties. Add -console to the launch options. This opens the console by default and will bring it back whenever you hit escape in the game to see the menu.</p>
<p><span id="more-2075"></span>Take a look at some of the before after screenshots to see what I mean:</p>
<p><img src="http://www.ghacks.net/files/screens/2007/10/team-fortress-2-1.jpg" alt="team fortress 2" /><br />
<img src="http://www.ghacks.net/files/screens/2007/10/team-fortress-2-2.jpg" alt="team fortress 2" /><br />
<img src="http://www.ghacks.net/files/screens/2007/10/team-fortress-2-3.jpg" alt="team fortress 2" /><br />
<img src="http://www.ghacks.net/files/screens/2007/10/team-fortress-2-4.jpg" alt="team fortress 2" /></p>

	Tags: <a href="http://www.ghacks.net/tag/picmip/" title="picmip" rel="tag">picmip</a>, <a href="http://www.ghacks.net/tag/source/" title="source" rel="tag">source</a>, <a href="http://www.ghacks.net/tag/steam/" title="steam" rel="tag">steam</a>, <a href="http://www.ghacks.net/tag/team-fortress-2/" title="team fortress 2" rel="tag">team fortress 2</a>, <a href="http://www.ghacks.net/tag/tf2/" title="tf2" rel="tag">tf2</a>, <a href="http://www.ghacks.net/tag/valve/" title="valve" rel="tag">valve</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/09/21/play-team-fortress-2-now/" title="Play Team Fortress 2 now (September 21, 2007)">Play Team Fortress 2 now</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/21/team-fortress-2-tips-and-tricks/" title="Team Fortress 2 Tips and Tricks (October 21, 2007)">Team Fortress 2 Tips and Tricks</a> (27)</li>
	<li><a href="http://www.ghacks.net/2007/09/28/speed-up-all-source-engine-games/" title="Speed up all Source Engine Games (September 28, 2007)">Speed up all Source Engine Games</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/09/28/bloodpatch-for-team-fortress-2-german/" title="Bloodpatch for Team Fortress 2 German (September 28, 2007)">Bloodpatch for Team Fortress 2 German</a> (62)</li>
	<li><a href="http://www.ghacks.net/2007/08/23/the-best-games-convention-trailers-part-1/" title="The best Games Convention Trailers Part 1 (August 23, 2007)">The best Games Convention Trailers Part 1</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/02/improve-team-fortress-2-textures/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Record any sound on your computer</title>
		<link>http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/</link>
		<comments>http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 16:15:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[stereo-mix]]></category>
		<category><![CDATA[teamspeak]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/</guid>
		<description><![CDATA[I always thought that it should be theoretically possible to record any sound that you are hearing on your computer. Sometimes solutions for selected programs exist but I was looking for a free program that could record any sound no matter the source it was coming from. This can be for example quite useful if you want to record conversations in Skype or Teamspeak or record a sound that you heard on a website on the internet. Yes, even streaming radio poses no problem but you should note that the following free tool is not capable of recognizing the beginning and end of songs. It just records for as long as you want.]]></description>
			<content:encoded><![CDATA[<p>I always thought that it should be theoretically possible to record any sound that you are hearing on your computer. Sometimes solutions for selected programs exist but I was looking for a free program that could record any sound no matter the source it was coming from. This can be for example quite useful if you want to record conversations in Skype or Teamspeak or record a sound that you heard on a website on the internet. Yes, even streaming radio poses no problem but you should note that the following free tool is not capable of recognizing the beginning and end of songs. It just records for as long as you want.</p>
<p>The freeware that I&#8217;m speaking of is called <a target="_blank" title="mp3 my mp3 recorder" href="http://www.mp3mymp3.com/mp3_my_mp3_recorder.html">MP3 My MP3 Recorder</a>. After installing the application you specify the source from where you want to record the audio from. You may select from the following sources: Phone Line, Microphone, Line In, CD Player, AUX, SPDIF, Stereo Mix and Mono Mix. Stereo Mix for instance should be a great selection for most purposes. Once that is done you should fine tune the recording level for best results.</p>
<p><span id="more-1037"></span>To do so take a look at the bar on the right side of the program window which should not peak into the red area at all times.  Once that is done click on settings to specify the bit rate for the sound that will be recorded (between 32 and 320). You may also set a time limit for the recording but the default is to record until you stop the recording.</p>
<p>If everything is set the way you want it to be you click on the (red) recording button to start the process. The buttons to stop and play the already recorded songs will become active once that process has started.</p>
<p>I think this is a great tool if you want to record audio fast and easy. The quality is pretty nice as well.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.ghacks.net/tag/microphone/" title="microphone" rel="tag">microphone</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/record/" title="record" rel="tag">record</a>, <a href="http://www.ghacks.net/tag/skype/" title="skype" rel="tag">skype</a>, <a href="http://www.ghacks.net/tag/source/" title="source" rel="tag">source</a>, <a href="http://www.ghacks.net/tag/stereo-mix/" title="stereo-mix" rel="tag">stereo-mix</a>, <a href="http://www.ghacks.net/tag/teamspeak/" title="teamspeak" rel="tag">teamspeak</a>, <a href="http://www.ghacks.net/tag/voice/" title="voice" rel="tag">voice</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/09/record-sounds-from-any-source/" title="Record Sounds from any source (February 9, 2007)">Record Sounds from any source</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/11/24/use-mp3-diags-in-linux-to-repair-your-mp3-collection/" title="Use MP3 Diags in Linux to repair your MP3 collection (November 24, 2009)">Use MP3 Diags in Linux to repair your MP3 collection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/04/trout-is-a-lightweight-free-music-player/" title="Trout Is A Lightweight Free Music Player (July 4, 2009)">Trout Is A Lightweight Free Music Player</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
