<?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>Linux T&#38;T &#187; Firefox</title>
	<atom:link href="http://linux.wxs.ro/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +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>Firefox Python Sync Server</title>
		<link>http://linux.wxs.ro/2011/07/15/firefox-python-sync-server/</link>
		<comments>http://linux.wxs.ro/2011/07/15/firefox-python-sync-server/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 11:17:00 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1526</guid>
		<description><![CDATA[fallback_node = http://localhost:5000/ source [storage] backend = syncstorage.storage.sql.SQLStorage … [auth] backend = services.auth.sql.SQLAuth … source apache: &#60;Directory /path/to/sync&#62; Order deny,allow Allow from all &#60;/Directory&#62; &#60;VirtualHost \*:80&#62; ServerName example.com DocumentRoot /path/to/sync WSGIProcessGroup sync WSGIDaemonProcess sync user=sync group=sync processes=2 threads=25 WSGIPassAuthorization On WSGIScriptAlias / /path/to/sync/sync.wsgi CustomLog /var/log/apache2/example.com-access.log combined ErrorLog /var/log/apache2/example.com-error.log &#60;/VirtualHost&#62; source howto otherinfo]]></description>
			<content:encoded><![CDATA[<pre>fallback_node = http://localhost:5000/

<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=665932">source</a>

[storage]
 backend = syncstorage.storage.sql.SQLStorage
 …
 [auth]
 backend = services.auth.sql.SQLAuth
 …

<a href="http://tobyelliott.wordpress.com/2011/06/22/fixing-the-python-config-file-if-youre-getting-server-errors/">source</a>

apache:</pre>
<pre>&lt;Directory /path/to/sync&gt;
  Order deny,allow
  Allow from all
&lt;/Directory&gt;

&lt;VirtualHost \*:80&gt;
  ServerName example.com
  DocumentRoot /path/to/sync
  WSGIProcessGroup sync
  WSGIDaemonProcess sync user=sync group=sync processes=2 threads=25
  WSGIPassAuthorization On
  WSGIScriptAlias / /path/to/sync/sync.wsgi
  CustomLog /var/log/apache2/example.com-access.log combined
  ErrorLog  /var/log/apache2/example.com-error.log
&lt;/VirtualHost&gt;

<a href="http://docs.services.mozilla.com/howtos/run-sync.html">source</a>

<a href="http://www.dotfusion.net/host-your-own-firefox-sync-weave-server-on-debianu-or-ubuntu-linux">howto</a> <a href="http://docs.services.mozilla.com/server-devguide/configuration.html">otherinfo</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/07/15/firefox-python-sync-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Facebook Like buttons</title>
		<link>http://linux.wxs.ro/2011/02/04/remove-facebook-like-buttons/</link>
		<comments>http://linux.wxs.ro/2011/02/04/remove-facebook-like-buttons/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 10:17:13 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Userscripts]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1307</guid>
		<description><![CDATA[http://userscripts.org/scripts/show/93724]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/93724">http://userscripts.org/scripts/show/93724</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/04/remove-facebook-like-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google preview killer</title>
		<link>http://linux.wxs.ro/2011/01/19/google-preview-killer/</link>
		<comments>http://linux.wxs.ro/2011/01/19/google-preview-killer/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 11:48:05 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1289</guid>
		<description><![CDATA[http://userscripts.org/scripts/show/90394]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/90394">http://userscripts.org/scripts/show/90394</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/01/19/google-preview-killer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>400 Bad Request When using Firefox</title>
		<link>http://linux.wxs.ro/2010/12/07/400-bad-request-when-using-firefox/</link>
		<comments>http://linux.wxs.ro/2010/12/07/400-bad-request-when-using-firefox/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 11:47:26 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1230</guid>
		<description><![CDATA[You must clear cookies for that site: source1 source2]]></description>
			<content:encoded><![CDATA[<p>You must clear cookies for that site:</p>
<p><a href="http://linux.wxs.ro/wp-content/uploads/2010/12/firefox35.jpg"><img class="size-full wp-image-1231 alignnone" title="firefox35" src="http://linux.wxs.ro/wp-content/uploads/2010/12/firefox35.jpg" alt="" width="471" height="452" /></a></p>
<p><a href="http://linux.wxs.ro/wp-content/uploads/2010/12/fireoxcookies.jpg"><img class="size-full wp-image-1232 alignnone" title="fireoxcookies" src="http://linux.wxs.ro/wp-content/uploads/2010/12/fireoxcookies.jpg" alt="" width="408" height="355" /></a></p>
<p><a href="http://www.abestweb.com/forums/showthread.php?t=100604">source1</a> <a href="http://www.corenetworkz.com/2009/09/how-to-clear-cookies-from-firefox-35.html">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/12/07/400-bad-request-when-using-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Flash Blocker</title>
		<link>http://linux.wxs.ro/2010/10/18/simple-flash-blocker/</link>
		<comments>http://linux.wxs.ro/2010/10/18/simple-flash-blocker/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 08:32:24 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1096</guid>
		<description><![CDATA[http://userscripts.org/scripts/show/75585]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/75585">http://userscripts.org/scripts/show/75585</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/10/18/simple-flash-blocker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange characters in Firefox Google search on Ubuntu</title>
		<link>http://linux.wxs.ro/2010/09/16/strange-characters-in-firefox-google-search-on-ubuntu/</link>
		<comments>http://linux.wxs.ro/2010/09/16/strange-characters-in-firefox-google-search-on-ubuntu/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:51:44 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1022</guid>
		<description><![CDATA[I checked the Language settings of Firefox via Edit -&#62; Preferences -&#62; Content -&#62; Languages. After you hit the &#8220;Choose&#8230;&#8221; button, you will be shown the preferred Language ordering of Firefox. Oddly enough, on that Languages screen, the only language in the list was &#8220;chrome://global/locale/intl.properties&#8221;! To rectify the problem, I added &#8220;English [en]&#8221; to the [...]]]></description>
			<content:encoded><![CDATA[<p>I checked the Language settings of Firefox via Edit -&gt; Preferences  -&gt; Content -&gt; Languages.  After you hit the &#8220;Choose&#8230;&#8221; button,  you will be shown the preferred Language ordering of Firefox.</p>
<p>Oddly enough, on that Languages screen, the only language in the list was &#8220;chrome://global/locale/intl.properties&#8221;!</p>
<p>To rectify the problem, I added &#8220;English [en]&#8221; to the list, and moved it  above the strange entry in the ordering.  Refreshing Google now shows  the correct character set.</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1536811">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/09/16/strange-characters-in-firefox-google-search-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Search Re/Move Left-hand Sidebar</title>
		<link>http://linux.wxs.ro/2010/09/15/google-search-remove-left-hand-sidebar/</link>
		<comments>http://linux.wxs.ro/2010/09/15/google-search-remove-left-hand-sidebar/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 09:59:01 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1013</guid>
		<description><![CDATA[http://userscripts.org/scripts/show/75987]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/75987">http://userscripts.org/scripts/show/75987</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/09/15/google-search-remove-left-hand-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Image Basic</title>
		<link>http://linux.wxs.ro/2010/08/04/google-image-basic/</link>
		<comments>http://linux.wxs.ro/2010/08/04/google-image-basic/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 07:04:10 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=961</guid>
		<description><![CDATA[http://userscripts.org/scripts/show/82140]]></description>
			<content:encoded><![CDATA[<p><a href="http://userscripts.org/scripts/show/82140">http://userscripts.org/scripts/show/82140</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/08/04/google-image-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#124; Loading Throbber Nr. 1</title>
		<link>http://linux.wxs.ro/2010/07/09/firefox-loading-throbber-nr-1/</link>
		<comments>http://linux.wxs.ro/2010/07/09/firefox-loading-throbber-nr-1/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 08:19:51 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=947</guid>
		<description><![CDATA[http://userstyles.org/styles/27376]]></description>
			<content:encoded><![CDATA[<p><a href="http://userstyles.org/styles/27376">http://userstyles.org/styles/27376</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/07/09/firefox-loading-throbber-nr-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tab Mix Plus Progressbar: Strip At Top</title>
		<link>http://linux.wxs.ro/2010/07/07/tab-mix-plus-progressbar-strip-at-top/</link>
		<comments>http://linux.wxs.ro/2010/07/07/tab-mix-plus-progressbar-strip-at-top/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:23:35 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=939</guid>
		<description><![CDATA[http://userstyles.org/styles/22662]]></description>
			<content:encoded><![CDATA[<p><a href="http://userstyles.org/styles/22662">http://userstyles.org/styles/22662</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/07/07/tab-mix-plus-progressbar-strip-at-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

