<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Download music from Amazon with clamz</title><link>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/</link> <comments>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/#comments</comments> <pubDate>Sun, 25 Apr 2010 13:52:24 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[mp3]]></category> <category><![CDATA[mp3 downloads]]></category> <category><![CDATA[source]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24864</guid> <description><![CDATA[Lately I have been going on and on about the Ubuntu Music Store. So much so, it would seem I have forgotten the other music store that is friends to Linux. Not so. I am still a fan of the Amazon MP3 store and last night I took the opportunity to purchase something. I was [...]]]></description> <content:encoded><![CDATA[<p>Lately I have been going on and on about the Ubuntu Music Store. So much so, it would seem I have forgotten the other music store that is friends to Linux. Not so. I am still a fan of the Amazon MP3 store and last night I took the opportunity to purchase something. I was looking for the soundtrack to my favorite TV show (Fringe) on the Ubuntu Music Store when I quickly realized they didn&#8217;t have it. So I opted to check out the next best thing &#8211; Amazon.com. Well they had it&#8230;BUT&#8230;the MP3 downloader doesn&#8217;t work with Ubuntu 10.4 (yet). There have been a lot of complaints about the Amazon MP3 downloader  (it&#8217;s proprietary) so someone came up with an option. That option? <a
title="Clamz" href="http://code.google.com/p/clamz/" target="_blank">Clamz</a>. Clamz is a command line tool that will allow you to download your music from Amazon, once you have purchased it. The installation isn&#8217;t the easiest in the world, but it&#8217;s certainly not compiling a kernel.</p><p>In this article I will show you how to install and use the clamz downloader for purchased music from Amazon.com.</p><p><span
id="more-24864"></span><strong>Meeting the dependencies</strong></p><p>First things first. I will be illustrating the installation on a Ubuntu (10.4) machine. You can alter this installation easily for your distribution.  I am going to show you two different installation commands, one of which should work on your system. The commands are (depending upon your release and what you have installed):</p><p><em> sudo apt-get install libgcrypt11-dev libcurl4-gnutls-dev libcurl4-openssl-dev libexpat1-dev</em></p><p><em></em>or</p><p><em>sudo apt-get install libgcrypt11-dev libcurl4-openssl-dev libexpat1-dev</em></p><p><em></em>On my Ubuntu 10.4 system, libcurl4-gnutls-dev wouldn&#8217;t install. That&#8217;s not a show stopper as you can use the second command to install without that application.</p><p><strong>Installation</strong></p><p>Now that you have the dependencies installed, let&#8217;s install the application itself. We&#8217;ll be doing so, from source. Download the latest, greatest from the <a
title="clamz download" href="http://code.google.com/p/clamz/downloads/list" target="_blank">project download page</a> and save it do your <strong>~/Downloads </strong>directory. Now, from a terminal window, issue the following commands:</p><p><em> tar -zxf clamz-0.1.tar.gz</em></p><p><em> cd clamz-0.1</em></p><p><em>./configure &amp;&amp; make</em></p><p><em>sudo make install</em></p><p>That will install the executable command <em>clamz</em> into <strong>/usr/local/bin/</strong>. You are almost ready to download.</p><p><strong>Make it ready</strong></p><p>When you purchase music from Amazon, your browser attempts to detect if you have the downloader installed. If the browser does not detect the downloader, it will then direct you to a page instructing you to install the downloader. We have to get around that. You can do this easily by scrolling all the way down to the bottom of the page (the page instructing you to download and install the downloader) you will see a line that reads:</p><p><em>If you have already installed the latest Amazon MP3 Downloader, click </em><em>here</em><em> to enable it for use with this browser.</em></p><p>Once you have done this your browser should save the *.amz file to your <strong>~/Downloads</strong> directory. Now it&#8217;s time to use clamz.</p><p><strong>Usage</strong></p><p>Using clamz is simple. From within the directory you downloaded the *.amz file<em> </em>issue the command:</p><p><em>clamz -d ~/MUSIC AmazonMP3-XXX.amz</em></p><p>Where MUSIC is the directory you want the downloads to be placed in and XXX is the file name (it will be a random string of numbers and/or letters).</p><p>The files will then download from the Amazon site and be saved in the directory you chose. You can now use your Amazon MP3 files without ever having to have installed the Amazon MP3 Downloader!</p><p><strong>Final thoughts</strong></p><p>It may seem like a lot of work at first, but once you get the hang of it, it&#8217;s a piece of cake. And for those who refuse to use proprietary software, it&#8217;s a must-have if you want to download music from Amazon.com.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/25/download-music-from-amazon-with-clamz/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> <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[Firefox]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></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 Firefox. 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/firefox/" 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> ]]></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 Brinkmann</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-tips]]></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. 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.</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> ]]></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>4</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 Brinkmann</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> ]]></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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/25/record-any-sound-on-your-computer/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> </channel> </rss>
