<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for bryars.eu</title>
	<atom:link href="http://bryars.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bryars.eu</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 13:06:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How to add an additional Google Authenticator Device by darkskiez</title>
		<link>http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/comment-page-1/#comment-18287</link>
		<dc:creator>darkskiez</dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=45#comment-18287</guid>
		<description>No, but I could use otptool to generate codes on my computer, available at:

http://code.google.com/p/mod-authn-otp/

You need to convert the google authenticator key which is in base 32 to base 16 hex to use it

http://www.darkfader.net/toolbox/convert/</description>
		<content:encoded><![CDATA[<p>No, but I could use otptool to generate codes on my computer, available at:</p>
<p><a href="http://code.google.com/p/mod-authn-otp/" rel="nofollow">http://code.google.com/p/mod-authn-otp/</a></p>
<p>You need to convert the google authenticator key which is in base 32 to base 16 hex to use it</p>
<p><a href="http://www.darkfader.net/toolbox/convert/" rel="nofollow">http://www.darkfader.net/toolbox/convert/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add an additional Google Authenticator Device by adding google authenticator to another device &#124; a voice from beyond</title>
		<link>http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/comment-page-1/#comment-18276</link>
		<dc:creator>adding google authenticator to another device &#124; a voice from beyond</dc:creator>
		<pubDate>Thu, 26 Apr 2012 09:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=45#comment-18276</guid>
		<description>[...] found on: http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/ [...]</description>
		<content:encoded><![CDATA[<p>[...] found on: <a href="http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/" rel="nofollow">http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add an additional Google Authenticator Device by Elijah Lynn</title>
		<link>http://bryars.eu/2012/02/how-to-add-an-additional-google-authenticator-device/comment-page-1/#comment-18069</link>
		<dc:creator>Elijah Lynn</dc:creator>
		<pubDate>Tue, 24 Apr 2012 11:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=45#comment-18069</guid>
		<description>Thanks for this write up. Were you able to get the PAM module to actually act as an Authenticator app on your box? I installed it on Ubuntu 12.04 and read through the readme but I am basically seeing that it can act as a server not a client. Any advice you can share? Right now when I need the auth functionality and don&#039;t have my mobile device I just use a backup code  - https://plus.google.com/117339978429227094107/posts/CLk3djskRPH</description>
		<content:encoded><![CDATA[<p>Thanks for this write up. Were you able to get the PAM module to actually act as an Authenticator app on your box? I installed it on Ubuntu 12.04 and read through the readme but I am basically seeing that it can act as a server not a client. Any advice you can share? Right now when I need the auth functionality and don&#8217;t have my mobile device I just use a backup code  &#8211; <a href="https://plus.google.com/117339978429227094107/posts/CLk3djskRPH" rel="nofollow">https://plus.google.com/117339978429227094107/posts/CLk3djskRPH</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to reduce the threshold for &#8220;Low on Space&#8221; Android Warnings by ivanchin99</title>
		<link>http://bryars.eu/2010/10/how-to-reduce-the-threshold-for-low-on-space-android-warnings/comment-page-1/#comment-16765</link>
		<dc:creator>ivanchin99</dc:creator>
		<pubDate>Sat, 31 Mar 2012 16:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=33#comment-16765</guid>
		<description>sqlite3 /data/data/com.android.providers.settings/databases/settings.db
insert into secure (name, value) VALUES(&#039;sys_storage_threshold_percentage&#039;,&#039;5&#039;);

The first 2 lines did it for me. thanks for the tips</description>
		<content:encoded><![CDATA[<p>sqlite3 /data/data/com.android.providers.settings/databases/settings.db<br />
insert into secure (name, value) VALUES(&#8216;sys_storage_threshold_percentage&#8217;,&#8217;5&#8242;);</p>
<p>The first 2 lines did it for me. thanks for the tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to reduce the threshold for &#8220;Low on Space&#8221; Android Warnings by R McCauley</title>
		<link>http://bryars.eu/2010/10/how-to-reduce-the-threshold-for-low-on-space-android-warnings/comment-page-1/#comment-16621</link>
		<dc:creator>R McCauley</dc:creator>
		<pubDate>Mon, 26 Mar 2012 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=33#comment-16621</guid>
		<description>Thank for that, worked great!  I didn&#039;t understand at first, but then I realised it can all be done on the phone itself withour PC connection:

Use ROOT EXPLORER to navigate to /data/data/com.android.providers.settings/databases/settings.db

Then use SQlite Editor to edit settings db.  Select &#039;secure&#039; then when in there hold finger on screen until the menu comes up.  Select &#039;new record&#039; and enter sys_storage_threshold_percentage in name and 5 in value.  Save, exit and reboot phone.</description>
		<content:encoded><![CDATA[<p>Thank for that, worked great!  I didn&#8217;t understand at first, but then I realised it can all be done on the phone itself withour PC connection:</p>
<p>Use ROOT EXPLORER to navigate to /data/data/com.android.providers.settings/databases/settings.db</p>
<p>Then use SQlite Editor to edit settings db.  Select &#8216;secure&#8217; then when in there hold finger on screen until the menu comes up.  Select &#8216;new record&#8217; and enter sys_storage_threshold_percentage in name and 5 in value.  Save, exit and reboot phone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a debian native package from scratch with git-buildpackage by Marco</title>
		<link>http://bryars.eu/2011/08/debian-native-package-with-git-buildpackage/comment-page-1/#comment-14910</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Tue, 14 Feb 2012 10:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=36#comment-14910</guid>
		<description>I get an &quot;error: unknown option `allow-blank&#039;&quot;.
Apparently it should be --allow-empty as of git version 1.7.5.4

hth, Marco</description>
		<content:encoded><![CDATA[<p>I get an &#8220;error: unknown option `allow-blank&#8217;&#8221;.<br />
Apparently it should be &#8211;allow-empty as of git version 1.7.5.4</p>
<p>hth, Marco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tv_grab_dvb by darkskiez</title>
		<link>http://bryars.eu/projects/tv_grab_dvb/comment-page-1/#comment-11987</link>
		<dc:creator>darkskiez</dc:creator>
		<pubDate>Sun, 11 Dec 2011 17:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryars.eu/?page_id=13#comment-11987</guid>
		<description>I never added support for parsing dumps, i patched some user submissions into the svn tree that might do it, but i never released that code because it had too many other problems.</description>
		<content:encoded><![CDATA[<p>I never added support for parsing dumps, i patched some user submissions into the svn tree that might do it, but i never released that code because it had too many other problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get rid of GPG NO_PUBKEY errors when doing apt-get update by Jorge</title>
		<link>http://bryars.eu/2010/09/how-to-get-rid-of-gpg-no_pubkey-errors-when-doing-apt-get/comment-page-1/#comment-11984</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Sun, 11 Dec 2011 16:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://bryars.eu/?p=32#comment-11984</guid>
		<description>Thanks!!!! Great Solution</description>
		<content:encoded><![CDATA[<p>Thanks!!!! Great Solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tv_grab_dvb by Milen</title>
		<link>http://bryars.eu/projects/tv_grab_dvb/comment-page-1/#comment-11004</link>
		<dc:creator>Milen</dc:creator>
		<pubDate>Sun, 20 Nov 2011 09:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryars.eu/?page_id=13#comment-11004</guid>
		<description>Hi, sorry for my english :) I have a dump from dvb-c stream, where one of services has service id = 125 and name bTV. How i can cofigure tv_grab_dvb to read EPG from dump (whit chanindents) and is channels.conf nessesary?</description>
		<content:encoded><![CDATA[<p>Hi, sorry for my english <img src='http://bryars.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have a dump from dvb-c stream, where one of services has service id = 125 and name bTV. How i can cofigure tv_grab_dvb to read EPG from dump (whit chanindents) and is channels.conf nessesary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tv_grab_dvb by darkskiez</title>
		<link>http://bryars.eu/projects/tv_grab_dvb/comment-page-1/#comment-6182</link>
		<dc:creator>darkskiez</dc:creator>
		<pubDate>Sun, 17 Jul 2011 22:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bryars.eu/?page_id=13#comment-6182</guid>
		<description>Thanks for your message, but I really don&#039;t have time to spend on this project at the moment, post your wishes here and maybe someday =]</description>
		<content:encoded><![CDATA[<p>Thanks for your message, but I really don&#8217;t have time to spend on this project at the moment, post your wishes here and maybe someday =]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

