Skip to main content

LinuxQuestions.org Turns 7 and Member Count Hits 300,000

The popular Linux Community site LinuxQuestions.org (LQ) has turned 7 years old on 17 June 2007. "jeremy" the root annonced this officially on a forum thread. Just within a day, the member count has now reached 300,000!

That's a big number. Community driven sites with 300,000 members, isn't something you are going to come across daily. To be more amazing, the 300,000 count doesn't include members who have been staying with 0 posts. For example, the user 300,052 actually has the uid number of 349,117.

I (SkyEye of LQ) happened to be that enthusiastic member who kept counting (of course by looking at the counter) and announced both the 200,000 and 300,000 member counts. By revealing this I am practically giving up my anonymity on LQ. :) Anyway I'll consider it as a tribute to LQ.

However the distinction of LQ is not just in the numbers. LQ has always been know for the friendly Linux community which was always there to help. Started in 2000 by Jeremy Garcia who is more widely called just by his LQ username "jeremy", LQ remains one of the most popular and most active Linux communities in the Net. I wonder how many have noticed the link and description of LQ in Red Hat site. If the Big Red recommends it, it should be good enough, eh? :) I also bet some of you might have stumbled upon LQ threads while searching the web about your Linux questions. That's how I ended up being a member.

So I'd recommend this site for any Linux geek, wannabe and for people who want to believe. If you know how to ask a question, the answer is just a post away. For all sorts of Linux questions, there's LinuxQuestions.org.

Comments

  1. Anonymous9:16 AM

    hmm.. interesting. i'd like to try it. usually when i have prob i ask LKLUG, but this might as well be good..

    ReplyDelete
  2. Hi Nirmal, LQ has a very large member base and has a large number of forums where you can discuss your Linux questions. LKLUG is a good place, but in LQ there's more probability of your question getting answered.

    And to Sahar, :)

    ReplyDelete

Post a Comment

Popular posts from this blog

Howto Install Docky on Fedora

If you know me personally, then you know that I'm a big fan of GNOME Do . As a keyboard savvy person I use Do extensively. Do is an application launcher similar to the Mac app Quicksilver. However the GNOME Do team has been putting a lot of research and development into it from the initiation. Result: probably the best application launcher out there for any platform. Some months ago, Do included an interesting theme called Docky which made the launcher acts as a dock (a la Mac, Avant, Cairo Dock, etc.). With the integration of GNOME Do, there's no need to say that Docky was super cool. And it started gaining features in a high speed. Ultimately Docky was getting so developed that it became a separate project. Installing GNOME Do on a Fedora system is as easy as: $ sudo yum install gnome-do There are some packages with the names starting from gnome-do-plugins*. With the addition of these GNOME Do can truly enhance your desktop experience. Give it a fair try, I'm pretty

Howto Migrate from Thunderbird to Evolution

I know some of you are asking why , rather than how , regarding migration from Mozilla Thunderbird to Evolution. Maybe that's why there are lot of Evolution to Thunderbird migration guides, but not many vice-versa. Fear not, here is a guide, to assist who dare to migrate from Thunderbird to Evolution. The techniques described here are tested with the newer versions of both the software, namely Thunderbird 2.0.0.4 and Evolution 2.10.2. On higher versions also this should work without an issue. I think Mozilla people are doing a wonderful job with both Firefox and Thunderbird . From my point of view Firefox is the best general purpose web browser around. It beats most proprietary browser in speed, stability, security, modularity, etc. (and don't start commenting the so and so browsers are greater or so and so is cool too. I know they may be, Fx is simply my choice. This also applies to any comparisons with Evolution too :) However Fxs' counterpart in e mail business, is not y

Howto Setup a Subversion (svn) Repository for a Rails Project + Bonus

Setting up a Subversion (svn) repository is something development teams have to do fairly regularly, not that I want to use Subversion. :) If you listen to me, go use Git . Subversion is undoubtedly very good. But after using Git for about a year, you can't simply get me to switch back. Git is that good. :) I've written about Git before . In cases where you can't use Git (or you feel too castrated by TortoiseSVN, pardon me for the pun) you can use Subversion. In this post I'll go through the steps you have to follow to get a basic Subversion setup up and running on a CentOS 5 Linux host. However I think you should be able to use this on other Linux distros too. There's more than one way to host a Subversion repo. I'm going to stick with one way involving WebDAV. Don't mind the buzz word. It's the most common usage for this purpose. If you want a repository where you want to checkout and commit remotely, this is an easy way of getting it done. In addition