<?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>arturmarques.com iLog</title>
	<atom:link href="http://arturmarques.com/wordpress/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://arturmarques.com/wordpress</link>
	<description>Artur Marques&#039; blog - supporting the arturmarques.com website</description>
	<lastBuildDate>Thu, 25 Apr 2013 10:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>rFactor 2 : all the tracks in a single file</title>
		<link>http://arturmarques.com/wordpress/index.php/2013/04/25/rfactor-2-all-the-tracks-in-a-single-file/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2013/04/25/rfactor-2-all-the-tracks-in-a-single-file/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 10:53:27 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[PC Games - playing]]></category>
		<category><![CDATA[racing]]></category>
		<category><![CDATA[rf2]]></category>
		<category><![CDATA[rfactor2]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=636</guid>
		<description><![CDATA[rFactor 2 (rF2) is the pinnacle of PC racing simulators right now, not exactly because of its graphics, but because of the cars&#8217; handling, featuring yet unparalleled tire physics. Still, the software comes with only a few tracks and depends on its community for more locations, more cars, more your-imagination-at-work-here. I am very new to [...]]]></description>
			<content:encoded><![CDATA[<p>rFactor 2 (rF2) is the pinnacle of PC racing simulators right now, not exactly because of its graphics, but because of the cars&#8217; handling, featuring yet unparalleled tire physics.</p>
<p>Still, the software comes with only a few tracks and depends on its community for more locations, more cars, more your-imagination-at-work-here.</p>
<p>I am very new to rF2 and just read this post    <br /><a title="http://isiforums.net/f/showthread.php/7103-Download-All-locations-%28torrent%29" href="http://isiforums.net/f/showthread.php/7103-Download-All-locations-%28torrent%29">http://isiforums.net/f/showthread.php/7103-Download-All-locations-%28torrent%29</a>     <br />which basically points to a torrent file which compiles updated versions of all tracks.</p>
<p><a title="http://isiforums.net/f/attachment.php?attachmentid=7384&amp;d=1366276042" href="http://isiforums.net/f/attachment.php?attachmentid=7384&amp;d=1366276042">http://isiforums.net/f/attachment.php?attachmentid=7384&amp;d=1366276042</a></p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.51.36.png"><img title="Screenshot-2013-04-25_11.51.36" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Screenshot-2013-04-25_11.51.36" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.51.36_thumb.png" width="744" height="404" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2013/04/25/rfactor-2-all-the-tracks-in-a-single-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading exotic file names in WordPress and serving them in IIS v7</title>
		<link>http://arturmarques.com/wordpress/index.php/2013/04/25/uploading-exotic-file-names-in-wordpress-and-serving-them-in-iis-v7/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2013/04/25/uploading-exotic-file-names-in-wordpress-and-serving-them-in-iis-v7/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 10:38:31 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=632</guid>
		<description><![CDATA[WordPress only allows the uploading of certain file types, as specified in file &#60;wordpress folder&#62;\wp-includes\functions.php in function wp_get_mime_types. If, for example, you want to allow the upload of .IRS files, you must edit the wp_get_mime_types function and add an entry for the .IRS file type, somewhere. In the example depicted below, the .IRS file type [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress only allows the uploading of certain file types, as specified in file    <br /><strong>&lt;wordpress folder&gt;\wp-includes\functions.php      <br /></strong>in function     <br /><strong>wp_get_mime_types</strong>.</p>
<p>If, for example, you want to allow the upload of .IRS files, you must edit the <strong>wp_get_mime_types</strong> function and add an entry for the .IRS file type, somewhere.</p>
<p>In the example depicted below, the .IRS file type was added as some app&#8217;s file type, by adding the line</p>
<p><strong>&quot;irs&quot; =&gt; &quot;application/irs&quot;</strong></p>
<p>which internally adds a new index (<strong>irs</strong>) to the <strong>mime_types</strong> associative array.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.20.22.png"><img title="Screenshot-2013-04-25_11.20.22" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Screenshot-2013-04-25_11.20.22" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.20.22_thumb.png" width="481" height="638" /></a></p>
<p>Now, most web servers, including IIS, will not serve any file type either. By default, IIS will respond a misleading 404 &quot;not found&quot; error for uploaded .IRS files, even if they are indeed online.</p>
<p>To allow IIS to serve exotic file types, they must be added via the &quot;MIME Types&quot; functionality on IIS manager.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.34.34.png"><img title="Screenshot-2013-04-25_11.34.34" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Screenshot-2013-04-25_11.34.34" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.34.34_thumb.png" width="92" height="93" /></a></p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.33.32.png"><img title="Screenshot-2013-04-25_11.33.32" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Screenshot-2013-04-25_11.33.32" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_11.33.32_thumb.png" width="574" height="79" /></a></p>
<p>Once that is done, the files can be served and will probably cause a &quot;file/save as&quot; dialog box on the browser, unless you also teach the browser what app to call for the extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2013/04/25/uploading-exotic-file-names-in-wordpress-and-serving-them-in-iis-v7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Album Art Downloader : how to download covers even with unorganized files</title>
		<link>http://arturmarques.com/wordpress/index.php/2013/04/25/album-art-downloader-how-to-download-covers-even-with-unorganized-files/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2013/04/25/album-art-downloader-how-to-download-covers-even-with-unorganized-files/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 09:23:36 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[album art download]]></category>
		<category><![CDATA[mp3tag]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=624</guid>
		<description><![CDATA[The open source project &#34;Album Art Downloader&#34; (AAD) http://sourceforge.net/projects/album-art/ is my favorite tool for grabbing covers for my music. However, I rarely have the time to organize my albums neatly, for example with a proper folder structure as in &#34;artist\album\&#8230;&#34;, instead having all the files dumped to a single folder whenever I have the time [...]]]></description>
			<content:encoded><![CDATA[<p>The open source project &quot;Album Art Downloader&quot; (AAD)    <br /><a title="http://sourceforge.net/projects/album-art/" href="http://sourceforge.net/projects/album-art/">http://sourceforge.net/projects/album-art/</a>     <br />is my favorite tool for grabbing covers for my music. However, I rarely have the time to organize my albums neatly, for example with a proper folder structure as in &quot;<strong>artist\album\&#8230;&quot;</strong>, instead having all the files dumped to a single folder whenever I have the time to convert my old CDs to FLAC or MP3.</p>
<p>Still, even in this unorganized scenario, AAD does the job with no issues, as long as you read its documentation and care to give meta-information to the files, via ID3 tags, which are pretty usual and automatic with most &quot;ripping&quot; solutions.</p>
<p>So, assuming you have a flat folder with many files, even if with chaotic names, but with correct ID3 tags, AAD can download the corresponding art files for every album. By default, art for the cover will be saved as &quot;cover.jpg&quot;, for the back &quot;back.jpg&quot;, and so on, which would be ok, if the files had been organized in folders; if not, as it is the case, a second &quot;cover.jpg&quot; download will overwrite any previous &quot;cover.jpg&quot; file, which is unwanted.</p>
<p>Instead of running AAD with the default options, set the &quot;<strong>path to find images</strong>&quot; to use variable names. I suggest:</p>
<p><strong>%artist% &#8211; %album% &#8211; %type%.%extension%</strong></p>
<p>If, for example, a PNG front cover for album A from artist B is found, the program will auto save it as</p>
<p><strong>B &#8211; A &#8211; cover.PNG</strong></p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_09.53.47.png"><img title="Screenshot-2013-04-25_09.53.47" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="Screenshot-2013-04-25_09.53.47" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/04/Screenshot-2013-04-25_09.53.47_thumb.png" width="415" height="339" /></a></p>
<p>To avoid the &quot;chaotic&quot; names, and auto rename eventually thousands of files in a second, consider the &quot;MP3TAG&quot; software; although not open source, it is free.</p>
<p><a title="http://www.mp3tag.de/en/index.html" href="http://www.mp3tag.de/en/index.html">http://www.mp3tag.de/en/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2013/04/25/album-art-downloader-how-to-download-covers-even-with-unorganized-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox profiles, filtering and caching proxies</title>
		<link>http://arturmarques.com/wordpress/index.php/2013/03/16/firefox-profiles/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2013/03/16/firefox-profiles/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 14:24:41 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[polipo]]></category>
		<category><![CDATA[privoxy]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[vertical tabs]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=615</guid>
		<description><![CDATA[If you need or want many simultaneously open web pages, say some 100, 200+ of them, or more, then you probably already noticed that - horizontal tabs do not provide a capable interface; - most browsers use a single process per user and can easily cause memory problems if running as 32-bit applications, hitting the [...]]]></description>
			<content:encoded><![CDATA[<p>If you need or want many simultaneously open web pages, say some 100, 200+ of them, or more, then you probably already noticed that</p>
<p>- horizontal tabs do not provide a capable interface;</p>
<p>- most browsers use a single process per user and can easily cause memory problems if running as 32-bit applications, hitting the 2 GB RAM limit or crashing before that;</p>
<p>- the loaded pages can cause quite a stress with their refresh and AJAX requests.</p>
<p>So, to properly do this, the following pre-requisites should be satisfied:</p>
<p>- install some vertical tabs solution;</p>
<p>- run multiple processes for the browser;</p>
<p>- use a filtering proxy <em>and</em> a caching proxy, the first to eliminate some requests, the second to reuse whatever content already available.</p>
<p>If the browser of choice is <strong>Firefox</strong>, then </p>
<p>- for vertical tabs, use the extension &quot;<strong>Vertical Tabs 0.9.3</strong>&quot;;</p>
<p>- to run multiple Firefox instances, invoke Firefox with different Profiles, by creating and picking the proper profile on startup.</p>
<p>To achieve this, call Firefox via the command line or via a customized shortcut with the <strong>-no-remote</strong> and <strong>-ProfileManager</strong> options:</p>
<p><strong>firefox.exe -no-remote -ProfileManager</strong></p>
<p>- for a filtering proxy, go for <strong>Privoxy</strong>, available for most operating systems at <a href="http://privoxy.org">http://privoxy.org</a> ;</p>
<p>- for a caching proxy, go <strong>Polipo</strong> or <strong>Squid</strong> &#8211; they require no special installation but WILL REQUIRE careful configuration.</p>
<p>The minimum to consider is:</p>
<p>(1) configure your browser NOT to connect to the Internet directly, but via Privoxy.</p>
<p>In most situations, just input <strong>localhost:8118</strong> as your HTTP proxy in the proper browser dialog box &#8211; this will send all HTTP requests to Privoxy, which should eliminate many ads and even block entire sites. I suggest you to block FaceBook.com (FB): the ammount of traffic that this site causes by itself or because of other sites with their &quot;social&quot; tools is just too much and useless in most cases. When you want to use FB, use a separate Firefox profile that is not configured to go through the proxy.</p>
<p>If complementing Privoxy&#8217;s filtering abilities with a caching solution, then it is necessary to edit Privoxy&#8217;s main configuration and look for the &quot;<strong>forwarder</strong>&quot; lines, instructing Privoxy to send its allowed traffic to the caching intermediary. For example, if using <strong>Squid</strong> on port 88:</p>
<p><strong>forward / localhost:88</strong></p>
<p>The caching proxy configuration will depend greatly on the software. In the case of Squid, most people will run into trouble while configuring the &quot;ACL&quot;s, if (and only if) they intend the proxy to serve other hosts, other than localhost.</p>
<p>To serve an entire network and not only localhost, FIRST make sure the firewall will allow the service, then</p>
<p>- define an alias for the (sub)network allowed to Squid, for example:</p>
<p><strong>acl myDearLocalNetwork src 192.168.123.0/24;</strong></p>
<p>- explicitly allow access to the proxy, via HTTP and ICP</p>
<p><strong>http_access allow myDearLocalNetwork </strong></p>
<p><strong>icp_access allow myDearLocalNetwork </strong></p>
<p>You should stop (<strong>net stop squid</strong>) and start (<strong>net start squid</strong>) the Squid after a configuration change.</p>
<p>Good luck. If you are successful, you&#8217;ll get a considerable Web speed boost.</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2013/03/16/firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GE Spotting : Grand Canyon, one perspective</title>
		<link>http://arturmarques.com/wordpress/index.php/2013/01/13/ge-spotting-grand-canyon-one-perspective/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2013/01/13/ge-spotting-grand-canyon-one-perspective/#comments</comments>
		<pubDate>Sun, 13 Jan 2013 18:50:54 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[GE Spotting]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[grand canyon]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=610</guid>
		<description><![CDATA[location: 36° 4&#8217;6.17&#34;N 111°57&#8217;58.29&#34;W]]></description>
			<content:encoded><![CDATA[<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2013/01/Google_Earth-4371_2013-01-13_18.46.04_thumb.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="Google_Earth-4371_2013-01-13_18.46.04_thumb" border="0" alt="Google_Earth-4371_2013-01-13_18.46.04_thumb" src="http://arturmarques.com/wordpress/wp-content/uploads/2013/01/Google_Earth-4371_2013-01-13_18.46.04_thumb_thumb.jpg" width="1032" height="648" /></a></p>
<p>location:</p>
<p>36° 4&#8217;6.17&quot;N    <br />111°57&#8217;58.29&quot;W</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2013/01/13/ge-spotting-grand-canyon-one-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring ServeToMe by directly editing its configuration file</title>
		<link>http://arturmarques.com/wordpress/index.php/2012/12/30/configuring-servetome-by-directly-editing-its-configuration-files/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2012/12/30/configuring-servetome-by-directly-editing-its-configuration-files/#comments</comments>
		<pubDate>Sun, 30 Dec 2012 20:21:23 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[bonjour]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[servetome]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=605</guid>
		<description><![CDATA[ServeToMe is my favorite &#34;air play&#34; app, to stream from a Windows PC to an iPad, but the latest versions seem to be too dependent on the iTunes &#34;Bonjour&#34; component, which I always uninstall. With &#34;Bonjour&#34; missing, the ServeToMe Windows server application does not behave properly: in my case it even ignores its own buttons [...]]]></description>
			<content:encoded><![CDATA[<p>ServeToMe is my favorite &quot;air play&quot; app, to stream from a Windows PC to an iPad, but the latest versions seem to be too dependent on the iTunes &quot;Bonjour&quot; component, which I always uninstall.</p>
<p>With &quot;Bonjour&quot; missing, the ServeToMe Windows server application does not behave properly: in my case it even ignores its own buttons to add/remove folders to share.</p>
<p>Because of this, I had to learn how to configure it manually, by editing the</p>
<p><strong>C:\ProgramData\ProjectsWithLove\ServeToMe\ServeToMe.conf </strong>file</p>
<p>This file is human readable XML and its main line is the &quot;<strong>SharedFolderPaths</strong>&quot; key: its value should start it with the sequence</p>
<p>[&amp;quot;</p>
<p>and end it with the sequence</p>
<p>&amp;quot;]</p>
<p>In between, type the folders to be shared, separating them with a plain comma ( , )</p>
<p>and surrounding each folder path between &amp;quot;</p>
<p>Just check the example below, sharing 3 folders.</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;    <br />&lt;configuration&gt;     <br />&#160;&#160;&#160; &lt;appSettings&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;LoggingEnabled&quot; value=&quot;True&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;UNCServerCredentials&quot; value=&quot;&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;RunHTTPServerOnStartup&quot; value=&quot;True&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;DisableFontConfig&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;PortNumber&quot; value=&quot;0&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;ServerAddress&quot; value=&quot;&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;MapPorts&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;ShareMusicLibrary&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;NeedUserLocations&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;SharedFolderPaths&quot; value=&quot;[&amp;quot;<strong>D:\\shared\\folder1</strong>&amp;quot;,&amp;quot;<strong>D:\\shared\\folder2</strong>&amp;quot;,&amp;quot;<strong>D:\\shared\\folder3</strong>&amp;quot;]&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;DriveLetterToUNCServerMappings&quot; value=&quot;{}&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;DisableMetadata&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;RequiresAuthentication&quot; value=&quot;False&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;MaxOutputResolution&quot; value=&quot;720&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;MusicLibraryLocation&quot; value=&quot;&quot; /&gt;     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;add key=&quot;TemporaryDirectory&quot; value=&quot;&quot; /&gt;     <br />&#160;&#160;&#160; &lt;/appSettings&gt;     <br />&lt;/configuration&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2012/12/30/configuring-servetome-by-directly-editing-its-configuration-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggestions on how to avoid network shares problems in Windows 8, 7, server 2012, etc</title>
		<link>http://arturmarques.com/wordpress/index.php/2012/12/28/suggestions-on-how-to-avoid-network-shares-problems-in-windows-8-7-server-2012-etc/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2012/12/28/suggestions-on-how-to-avoid-network-shares-problems-in-windows-8-7-server-2012-etc/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 15:49:19 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[hw]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[network shares]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[windows shares]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=603</guid>
		<description><![CDATA[Network shares should be trivial, but sometimes they go wrong for incredible reasons: - the server side password changes and your computer keeps trying to use old wrong one, - the server side contents change but some caching is going on and you can&#8217;t see the changes, - you can ping resources, but Windows Explorer [...]]]></description>
			<content:encoded><![CDATA[<p>Network shares should be trivial, but sometimes they go wrong for incredible reasons:</p>
<p>- the server side password changes and your computer keeps trying to use old wrong one,</p>
<p>- the server side contents change but some caching is going on and you can&#8217;t see the changes,</p>
<p>- you can ping resources, but Windows Explorer simply can&#8217;t access them,</p>
<p>- etc, etc.</p>
<p>If you want a more complete control over Windows network shares, make sure you MANUALLY&#160; handle the process.</p>
<p>Below, you&#8217;ll find guidelines on how to do it.</p>
<p>#1.</p>
<p>Using &quot;Local Security Policy&quot; app</p>
<p><strong>%windir%\system32\secpol.msc /s</strong></p>
<p>go to</p>
<p><strong>\security settings\local policies\security options</strong></p>
<p>and find the</p>
<p>Network access: Do not allow storage of passwords and credentials for network authentication</p>
<p>option</p>
<p>Set it to <strong>DISABLED</strong></p>
<p>Windows will NOT remember passwords for network shares, so they must be provided after every reboot.</p>
<p>This is good for never running into problems of cached wrong passwords and for added security, but of course it is slightly inconvenient for those with lazy fingers.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/Screenshot-2012-12-28_15.20.31.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Screenshot-2012-12-28_15.20.31" border="0" alt="Screenshot-2012-12-28_15.20.31" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/Screenshot-2012-12-28_15.20.31_thumb.png" width="986" height="800" /></a></p>
<p>#2.</p>
<p>If you do (1), in &quot;<strong>Control Panel</strong>&quot;, the &quot;<strong>Credentials Manager</strong>&quot;</p>
<p><strong>Control Panel\All Control Panel Items\Credential Manager</strong></p>
<p>will say that all types of credentials &quot;<strong>have been disabled by your system administrator</strong>&quot;, which is OK.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/Screenshot-2012-12-28_15.25.19.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Screenshot-2012-12-28_15.25.19" border="0" alt="Screenshot-2012-12-28_15.25.19" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/Screenshot-2012-12-28_15.25.19_thumb.png" width="588" height="384" /></a></p>
<p>#3.</p>
<p>Disable the &quot;client for Microsoft Networks&quot; item for the NIC [Network Interface Card] which you use ONLY for Internet access, if you have one configured like that and a second one only for the local network.</p>
<p><strong>If you only have one NIC and want it to do both Internet and local accesses, you will have to ignore suggestions #3 and #4</strong>.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/IntelR_82579V_Gigabit_LOWER_-_inet_Properties-4184_2012-12-28_15.27.01.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Intel(R)_82579V_Gigabit_(LOWER)_-_inet_Properties-4184_2012-12-28_15.27.01" border="0" alt="Intel(R)_82579V_Gigabit_(LOWER)_-_inet_Properties-4184_2012-12-28_15.27.01" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/IntelR_82579V_Gigabit_LOWER_-_inet_Properties-4184_2012-12-28_15.27.01_thumb.png" width="371" height="465" /></a></p>
<p>Moreover, you probably don&#8217;t need the &quot;<strong>link-layer topology discovery</strong>&quot; <strong>mapper</strong> and <strong>responder</strong>, which announce your presence, so disable them too.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/IntelR_82579V_Gigabit_LOWER_-_inet_Properties-4185_2012-12-28_15.27.04.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Intel(R)_82579V_Gigabit_(LOWER)_-_inet_Properties-4185_2012-12-28_15.27.04" border="0" alt="Intel(R)_82579V_Gigabit_(LOWER)_-_inet_Properties-4185_2012-12-28_15.27.04" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/12/IntelR_82579V_Gigabit_LOWER_-_inet_Properties-4185_2012-12-28_15.27.04_thumb.png" width="371" height="465" /></a></p>
<p>#4.</p>
<p>For the NIC you use ONLY for local area network access (not for Internet access),    <br />enable the &quot;client for Microsoft Networks&quot; item,     <br />disable the &quot;<strong>link-layer topology discovery</strong>&quot; <strong>mapper</strong> and <strong>responder</strong>,     <br />enable only TCP v4.</p>
<p>#5.</p>
<p><strong>DO NOT use Windows Explorer for the first access to any network share</strong>.</p>
<p>First establish the connection using the command line <strong>NET</strong> tool.</p>
<p>After having established successful connections using NET, you can use Windows Explorer.</p>
<p>So, from the command line ( <strong>start&#160; &gt; run &gt; cmd</strong> ):</p>
<p><strong>NET USE \\computer-name user-password /user:user-name </strong></p>
<p>for example:</p>
<p><strong>NET USE \\server pass user:server\administrator </strong></p>
<p>Add as many NET resources you want this way.</p>
<p>List the established connections by typing</p>
<p><strong>NET USE</strong></p>
<p>Delete ALL the connections typing</p>
<p><strong>NET USE * /delete</strong></p>
<p>or delete a specific connection using</p>
<p><strong>NET USE \\server /delete</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2012/12/28/suggestions-on-how-to-avoid-network-shares-problems-in-windows-8-7-server-2012-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MP3SPLT : great tool for dividing big mp3 files in smaller parts</title>
		<link>http://arturmarques.com/wordpress/index.php/2012/11/18/mp3splt-great-tool-for-dividing-big-mp3-files-in-smaller-parts/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2012/11/18/mp3splt-great-tool-for-dividing-big-mp3-files-in-smaller-parts/#comments</comments>
		<pubDate>Sun, 18 Nov 2012 10:20:06 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[mp3splt]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=593</guid>
		<description><![CDATA[MP3SPLT is my favorite tool for dividing a big MP3 file &#8211; e.g. an audiobook in a single container -&#160; in parts that make it easier for the listener to navigate through the contents. This is a free and open source software which you can download at http://mp3splt.sourceforge.net/mp3splt_page/downloads.php I use it in Windows and my [...]]]></description>
			<content:encoded><![CDATA[<p>MP3SPLT is my favorite tool for dividing a big MP3 file &#8211; e.g. an audiobook in a single container -&#160; in parts that make it easier for the listener to navigate through the contents.</p>
<p>This is a free and open source software which you can download at</p>
<p><a title="http://mp3splt.sourceforge.net/mp3splt_page/downloads.php" href="http://mp3splt.sourceforge.net/mp3splt_page/downloads.php">http://mp3splt.sourceforge.net/mp3splt_page/downloads.php</a></p>
<p>I use it in Windows and my steps after installation, before any conversion, are:</p>
<p>(1) Assure that mp3splt can be called from any directory, by adding its install path to Windows&#8217; path environment variable.</p>
<p>path=&lt;where you installed mp3splt&gt;;%PATH%</p>
<p>e.g. from the CMD command prompt</p>
<p><strong>path=c:\wp\audio\mp3splt;%PATH%</strong></p>
<p>(2) Invoke mp3splt for your &quot;book.mp3&quot; file. The example below splits at every 5 minutes (-t 5.0) with improved accuracy (-f) and wherever there is audio silence if possible (-a) to a &quot;split&quot; named directory (-d).</p>
<p><strong>mp3splt -f -t 5.0 -a -d split book.mp3</strong></p>
<p>This should do the job: just make sure to NOT use very long file names because the process will auto name the parts with their start and end time.</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2012/11/18/mp3splt-great-tool-for-dividing-big-mp3-files-in-smaller-parts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GE Spotting : still in Texas, Southfork ranch of Dallas tv series fame</title>
		<link>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-still-in-texas-southfork-ranch-of-dallas-tv-series-fame/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-still-in-texas-southfork-ranch-of-dallas-tv-series-fame/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 10:13:23 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[GE Spotting]]></category>
		<category><![CDATA[Dallas]]></category>
		<category><![CDATA[Southfork]]></category>
		<category><![CDATA[Texas]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=591</guid>
		<description><![CDATA[location: 33° 2&#8217;58.58&#34;N 96°36&#8217;33.37&#34;W]]></description>
			<content:encoded><![CDATA[<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/11/Google_Earth-3471_2012-11-17_10.10.23.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Google_Earth-3471_2012-11-17_10.10.23" border="0" alt="Google_Earth-3471_2012-11-17_10.10.23" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/11/Google_Earth-3471_2012-11-17_10.10.23_thumb.jpg" width="1028" height="644" /></a></p>
<p>location:</p>
<p>33° 2&#8217;58.58&quot;N    <br />96°36&#8217;33.37&quot;W</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-still-in-texas-southfork-ranch-of-dallas-tv-series-fame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GE Spotting: COTA : Circuit of the Americas</title>
		<link>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-cota-circuit-of-the-americas/</link>
		<comments>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-cota-circuit-of-the-americas/#comments</comments>
		<pubDate>Sat, 17 Nov 2012 10:00:23 +0000</pubDate>
		<dc:creator>am</dc:creator>
				<category><![CDATA[ENG]]></category>
		<category><![CDATA[GE Spotting]]></category>
		<category><![CDATA[cota]]></category>
		<category><![CDATA[f1]]></category>

		<guid isPermaLink="false">http://arturmarques.com/wordpress/?p=586</guid>
		<description><![CDATA[F1 returns to U.S.A. this November and the &#34;COTA&#34; circuit is already visible in Google Earth. location: 30° 8&#8217;3.11&#34;N 97°38&#8217;8.97&#34;W]]></description>
			<content:encoded><![CDATA[<p>F1 returns to U.S.A. this November and the &quot;COTA&quot; circuit is already visible in Google Earth.</p>
<p><a href="http://arturmarques.com/wordpress/wp-content/uploads/2012/11/Google_Earth-3459_2012-11-17_09.56.00.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Google_Earth-3459_2012-11-17_09.56.00" border="0" alt="Google_Earth-3459_2012-11-17_09.56.00" src="http://arturmarques.com/wordpress/wp-content/uploads/2012/11/Google_Earth-3459_2012-11-17_09.56.00_thumb.jpg" width="1028" height="644" /></a></p>
<p>location:</p>
<p>30° 8&#8217;3.11&quot;N    <br />97°38&#8217;8.97&quot;W</p>
]]></content:encoded>
			<wfw:commentRss>http://arturmarques.com/wordpress/index.php/2012/11/17/ge-spotting-cota-circuit-of-the-americas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
