<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>fak3r.com - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-6ee59d67" type="application/json"/><link>http://fak3r.disqus.com/</link><description>as official as it gets</description><language>en</language><lastBuildDate>Sat, 05 Dec 2009 09:20:11 -0000</lastBuildDate><item><title>Re: Gandhi&amp;#8217;s top 10 fundamentals for changing the world</title><link>http://www.fak3r.com/2008/07/07/gandhis-top-10-fundamentals-for-changing-the-world/#comment-24897754</link><description>when did gandhi say&lt;br&gt;&lt;br&gt;'Constant development is the law of life, and a man who always tries to maintain his dogmas in order to appear consistent drives himself into a false position'&lt;br&gt;&lt;br&gt;?????????? Please e-mail if anyone knows &lt;a href="mailto:marcusdurkan@googlemail.com" rel="nofollow"&gt;marcusdurkan@googlemail.com&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">marcus</dc:creator><pubDate>Sat, 05 Dec 2009 09:20:11 -0000</pubDate></item><item><title>Re: HOWTO: install Fedora-commons repository software on Debian</title><link>http://www.fak3r.com/2009/03/17/howto-install-fedora-commons-repository-software-on-debian/#comment-23970974</link><description>Everything you have looks fine, one thing, did you create the database before running the script? (it won't create it for you, only access it via the parameters you gave)  Basically you'd bring up psql:&lt;br&gt;&lt;br&gt;psql -d postgres&lt;br&gt;&lt;br&gt;then create an empty database 'fedora' with user/passwd being the default 'fedoraAdmin' with:&lt;br&gt;&lt;br&gt;CREATE ROLE "fedoraAdmin" LOGIN PASSWORD 'fedoraAdmin';&lt;br&gt;CREATE DATABASE "fedora" WITH ENCODING='UTF8' OWNER="fedoraAdmin";&lt;br&gt;&lt;br&gt;If that's not it, I think there was a way to run the installer in debug that might give further clues - let me know if that doesn't get you any further.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Tue, 24 Nov 2009 15:14:36 -0000</pubDate></item><item><title>Re: HOWTO: install Fedora-commons repository software on Debian</title><link>http://www.fak3r.com/2009/03/17/howto-install-fedora-commons-repository-software-on-debian/#comment-23966851</link><description>One more thing...the database name is fedora now not fedora32, I posted an older error message.  Error is the same using fedora or fedora32.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Calder</dc:creator><pubDate>Tue, 24 Nov 2009 14:23:10 -0000</pubDate></item><item><title>Re: HOWTO: install Fedora-commons repository software on Debian</title><link>http://www.fak3r.com/2009/03/17/howto-install-fedora-commons-repository-software-on-debian/#comment-23966742</link><description>I am trying to modify this script for a postgres database, but I get the error:&lt;br&gt;ERROR: Bad value for 'database': Not a valid value: fedora32&lt;br&gt;&lt;br&gt;Here's the script:&lt;br&gt;# example install.properties&lt;br&gt;ri.enabled=true&lt;br&gt;messaging.enabled=true&lt;br&gt;apia.auth.required=false&lt;br&gt;database.jdbcDriverClass=com.postgresql.jdbc.Driver&lt;br&gt;ssl.available=false&lt;br&gt;database.jdbcURL=jdbc\:postgresql\://localhost/fedora?useUnicode\=true&amp;amp;char$&lt;br&gt;messaging.uri=vm\:(broker\:(tcp\://localhost\:61616))&lt;br&gt;database.password=********&lt;br&gt;database.postgresql.driver=included&lt;br&gt;database.username=fedoraAdmin&lt;br&gt;tomcat.shutdown.port=8001&lt;br&gt;deploy.local.services=true&lt;br&gt;xacml.enabled=false&lt;br&gt;database.postgresql.jdbcDriverClass=com.postgresql.jdbc.Driver&lt;br&gt;tomcat.http.port=8080&lt;br&gt;fedora.serverHost=localhost&lt;br&gt;database=fedora&lt;br&gt;database.driver=included&lt;br&gt;tomcat.home=/usr/local/fedora/tomcat&lt;br&gt;fedora.home=/usr/local/fedora&lt;br&gt;rest.enabled=true&lt;br&gt;install.type=custom&lt;br&gt;servlet.engine=included&lt;br&gt;fedora.admin.pass=******</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Calder</dc:creator><pubDate>Tue, 24 Nov 2009 14:21:19 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23472193</link><description>w00t, it worked!  Post updated with details, thanks again!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Wed, 18 Nov 2009 13:49:15 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23471572</link><description>Cool, that's exactly what I did, and it worked.  Thanks, think I understand it now, and have a good system going forward.  I'll post the steps in a bit.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Wed, 18 Nov 2009 13:39:33 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23470189</link><description>Yes, just install Gems yourself then. It's seriously four lines.&lt;br&gt;&lt;br&gt;find the latest rubygems here: &lt;a href="http://rubyforge.org/frs/?group_id=126" rel="nofollow"&gt;http://rubyforge.org/frs/?group_id=126&lt;/a&gt;&lt;br&gt;&lt;br&gt;wget the_latest_rubygems.tgz&lt;br&gt;tar -zxvf the_latest_rubygems.tgz&lt;br&gt;cd the_latest_rubygems&lt;br&gt;ruby setup.rb</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Schenk</dc:creator><pubDate>Wed, 18 Nov 2009 13:16:24 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23469739</link><description>Wow, while reading up on this (have done that before, but have basically given up) others have this issue with different ways suggested to solve it, but just to try I did a gem updated, check this:&lt;br&gt;&lt;br&gt;# gem update --system&lt;br&gt;ERROR:  While executing gem ... (RuntimeError)&lt;br&gt;    gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.&lt;br&gt;&lt;br&gt;Obviously I don't want to go that route... so it seems that I need to do what you guys are suggesting, apt-get ruby, wget rubygems latest, install that via ruby, then rubygems update, then gem install rails.  Wow.  So far the best guide I've seen is on Slicehost: &lt;a href="http://articles.slicehost.com/2009/4/9/debian-lenny-ruby-on-rails" rel="nofollow"&gt;http://articles.slicehost.com/2009/4/9/debian-l...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Giving it a go on an up to date Lenny (debian stable)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Wed, 18 Nov 2009 13:09:20 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23467321</link><description>Ant makes a good point. It IS possible to install multiple versions of ruby, gem, and rake on one box. If you do, your life will suddenly become extremely hellish.&lt;br&gt;&lt;br&gt;For instance, if you decide to switch from your apt installed ruby stack to ruby EE, you MUST make sure you completely remove any trace of the ruby stack you installed with apt before installing Ruby EE.&lt;br&gt;&lt;br&gt;Otherwise you will enter a world of pain. A world of pain, Smokey.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Schenk</dc:creator><pubDate>Wed, 18 Nov 2009 12:36:39 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23466892</link><description>This makes sense, and I have a virtual instance now that I'll test it out on, guess I'm just wanting something where there was a hard and fast rule; edit this file, now apt won't install anything that you should use gem for...  kind of like how you can do 'pinning' to have apt only use a certain version of an app, if you could set that for anything that gem could/should install instead of apt, that'd be cool.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Wed, 18 Nov 2009 12:32:30 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23465357</link><description>+1 Schenk Tank&lt;br&gt;&lt;br&gt;I either use the package manager to install ruby (or the sweet sweet rubyEE installer from source) and then let gems take care of the rest (installing the rails gem, etc etc). &lt;br&gt;The last thing you want is multiple copies of gem installed and then multiple gems in different places</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">twitter-17670761</dc:creator><pubDate>Wed, 18 Nov 2009 12:27:43 -0000</pubDate></item><item><title>Re: Ruby on Rails: gem install versus apt-get</title><link>http://fak3r.com/2009/11/18/ruby-on-rails-gem-install-versus-apt-get/#comment-23463833</link><description>Rails is a gem, and should be managed with RubyGems, not with apt.&lt;br&gt;&lt;br&gt;I would recommend installing and managing the Ruby interpreter with apt-get, and that's it. Leave Ruby package management to the tools that are expressly designed for this purpose. &lt;br&gt;&lt;br&gt;The nice thing about gems is that you can have multiple versions of Rails installed simultaneously, something I imagine you can't do with apt.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">The Schenk Tank</dc:creator><pubDate>Wed, 18 Nov 2009 12:19:39 -0000</pubDate></item><item><title>Re: Speed up Ruby-on-Rails with memcached</title><link>http://www.fak3r.com/2006/05/11/speed-up-ruby-on-rails-with-memcached/#comment-23438227</link><description>If you use Mysql, you should make sure to use a MyISAM table for sessions. It is faster than InnoDB, and transactions are not required.&lt;a href="http://www.bulwarkpestcontrol.com" rel="nofollow"&gt;Pest control Austin&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pestcontrolsaintgeorge</dc:creator><pubDate>Wed, 18 Nov 2009 01:22:39 -0000</pubDate></item><item><title>Re: HOWTO build your own open source Dropbox clone</title><link>http://fak3r.com/2009/09/14/howto-build-your-own-open-source-dropbox-clone/#comment-21547694</link><description>Is there a WebDAV client that handles caching and synchronization of mounted WebDAV servers? If so, setting up subversion as an HTTP server and enabling autoversioning would seem to fix almost all of the problems.&lt;br&gt;&lt;br&gt;It wouldn't be true version control, because the last change would be committed without reporting potential conflicts, but it's pretty close.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Athas</dc:creator><pubDate>Sun, 01 Nov 2009 17:34:48 -0000</pubDate></item><item><title>Re: HOWTO build your own open source Dropbox clone</title><link>http://fak3r.com/2009/09/14/howto-build-your-own-open-source-dropbox-clone/#comment-21509010</link><description>Didn't you looked to Novell iFolder? It's cross platform and make the synchronization but does not plays with versions.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">georgygoshin</dc:creator><pubDate>Sun, 01 Nov 2009 06:34:18 -0000</pubDate></item><item><title>Re: Röyksopp - Happy Up Here</title><link>http://www.fak3r.com/2009/03/09/royksopp-happy-up-here/#comment-21248556</link><description>i would love to read more from you on this&lt;br&gt;&lt;br&gt;Have a nice day&lt;br&gt;james orel&lt;br&gt;______________________________________________&lt;br&gt;&lt;a href="http://www.yournationwidemortgage.com" target="_blank" rel="nofollow"&gt;home mortgage colorado&lt;/a&gt; | &lt;a href="http://www.coatesdolan.com/" target="_blank" rel="nofollow"&gt;real estate san miguel de allende&lt;/a&gt; | &lt;a href="http://www.videogame911.com" target="_blank" rel="nofollow"&gt;Nintendo Wii Repairs&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HallBasham878</dc:creator><pubDate>Thu, 29 Oct 2009 04:54:06 -0000</pubDate></item><item><title>Re: Amy Winehouse had to cover up pin-up girl tattoo for Grammys</title><link>http://www.fak3r.com/2008/02/15/amy-winehouse-had-to-cover-up-pin-up-girl-tattoo-for-grammys/#comment-21193451</link><description>I agree with you, whats so offensive about seeing topless girl tattoos...there are worse things that have been seen on tv rather than that.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">marie</dc:creator><pubDate>Wed, 28 Oct 2009 13:38:39 -0000</pubDate></item><item><title>Re: HOWTO build your own open source Dropbox clone</title><link>http://fak3r.com/2009/09/14/howto-build-your-own-open-source-dropbox-clone/#comment-21113098</link><description>Didn't check the whole comment thread but versions could be realised by taking a look at rsnapshot. Just an idea...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">merz1</dc:creator><pubDate>Tue, 27 Oct 2009 12:48:38 -0000</pubDate></item><item><title>Re: HOWTO: install Ruby on Rails on Debian or Ubuntu Linux easily</title><link>http://www.fak3r.com/2008/10/29/howto-install-ruby-on-rails-on-debian-or-ubuntu-linux-easily/#comment-20679766</link><description>well done. Ahora es momento de tirar code en rails =D y probar su gestion 8-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">akheron</dc:creator><pubDate>Wed, 21 Oct 2009 01:07:15 -0000</pubDate></item><item><title>Re: HOWTO: disable IPv6 networking in Debian</title><link>http://www.fak3r.com/2008/12/02/howto-disable-ipv6-networking-in-debian/#comment-20310651</link><description>MadDuck of Debian fame has a good introduction to enable a routing tunnel of IPv6 in Debian, see the link above.&lt;br&gt;I have a Linksys with OpenWRT that is handling the firewall and tunneling for IPv6.  I guess Tomatoe on the Linksys would work too. I had to set up the IPv6 tunnell and then start radvd to automaticly config all IPv6 enabled OS:es in the network (all modern OS:es has IPv6 support by default, MS Windows Vista and newer even "helps" you by setting up an tunnel for the network if it doesn't find a IPv6 network).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">openid-11190</dc:creator><pubDate>Sun, 18 Oct 2009 07:34:41 -0000</pubDate></item><item><title>Re: 10 Unconventional Diet Tips: lose 50 pounds in 3 months</title><link>http://www.fak3r.com/2008/07/08/10-unconventional-diet-tips-lose-50-pounds-in-3-months/#comment-19968569</link><description>You should say something about the psychological factor involved in keeping a correct diet. You need to have a strong will and to a very determined person. A strong mind wil always help you achieve a strong body. Keep in mind that when on a diet you need to work both your body and spirit:)) &lt;br&gt;____________________________________&lt;br&gt;&lt;a rel="follow" href="http://www.hcgdietseattle.com/" rel="nofollow"&gt;Seattle HCG diet&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DrFlinton</dc:creator><pubDate>Tue, 13 Oct 2009 10:32:45 -0000</pubDate></item><item><title>Re: HOWTO build your own open source Dropbox clone</title><link>http://fak3r.com/2009/09/14/howto-build-your-own-open-source-dropbox-clone/#comment-19963460</link><description>&lt;a href="http://www.x2b4.com/howto/how-to-install-ifolder-on-ubuntu-server/" rel="nofollow"&gt;http://www.x2b4.com/howto/how-to-install-ifolde...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jordan</dc:creator><pubDate>Tue, 13 Oct 2009 08:27:14 -0000</pubDate></item><item><title>Re: Dark Night of the Soul</title><link>http://fak3r.com/2009/10/09/dark-night-of-the-soul/#comment-19911503</link><description>&lt;b&gt;Notice&lt;/b&gt;: the text of this post in the gray, blockquote area was taken from the website &lt;a href="http://lookintomyowl.com/" rel="nofollow"&gt;Look Into My Owl&lt;/a&gt;, and I forgot to attribute it to them.  The reason I put it in a blockquote was to signify that it was a direct quote, and that it wasn't mine, but I didn't say it wasn't, and didn't put a link to the original work as I usually do.  It was an oversight on my part, and I regret it.  Please visit Look Into My Owl for &lt;a href="http://lookintomyowl.com/david-lynch-danger-mouse-dark-night-of-the-soul.html" rel="nofollow"&gt;their coverage of David Lynch's show&lt;/a&gt;, or their coverage of everything Contemporary Art, at &lt;a href="http://lookintomyowl.com/" rel="nofollow"&gt;Look Into My Owl&lt;/a&gt; [http://lookintomyowl.com/]</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Mon, 12 Oct 2009 14:20:04 -0000</pubDate></item><item><title>Re: HOWTO: disable IPv6 networking in Debian</title><link>http://www.fak3r.com/2008/12/02/howto-disable-ipv6-networking-in-debian/#comment-19907020</link><description>Yep, and I didn't want to start a post with, "I don't want to start a flamewar, but what is the deal with you IPv6 folks?"&lt;br&gt;&lt;br&gt;While I haven't experienced the ins and outs as you have, I don't think I need to have something enabled that I'm not going to use...from a resources standpoint as well as security.  This is what I get in Linux, full control to do things the way I want - if I had more time I suspect I'd look into v6, but until then...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fak3r</dc:creator><pubDate>Mon, 12 Oct 2009 13:23:38 -0000</pubDate></item><item><title>Re: HOWTO: disable IPv6 networking in Debian</title><link>http://www.fak3r.com/2008/12/02/howto-disable-ipv6-networking-in-debian/#comment-19905007</link><description>The biggest problem with IPv6 is the crappy path to adoption. You will never get regular joe to put a tunnel broker in place.&lt;br&gt;ISPs are also struggling with it too because you get yourself fully working, but then have a misconfigured foreign site that now doesn't work because it advertises IPv6 DNS entries but doesn't have the server on IPv6, or worse, IPv4 entries but both machines on either side have IPv6 properly enabled. Web browsing will work in most case but you get problems with certain types of TCP connections trying IPv6 first and failing as the bit in the middle, the internet, hasn't got IPv6 enabled.&lt;br&gt;Running into this exact problem with downloads right now. Both networks have IPv6 running internally. One of the ISPs has IPv6 connectivity, the other doesn't.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stephenryan</dc:creator><pubDate>Mon, 12 Oct 2009 12:54:54 -0000</pubDate></item></channel></rss>