How'd u know i use linux?

 
4th June 2009, 07:29am
#1
by fivetwentysix
Tai Po Hong Kong
Member Since: Jun 2008
Member Points: 9

Just curious

4th June 2009, 07:35am
#2
by ivom
Toronto Canada
Member Since: Feb 2009
Member Points: 26

I am guessing that he did a serach on "linux" and found your question about your linux problem related to not being able to see the text you are typing. Just a guess ...

4th June 2009, 07:36am
#3
by elxan
Ağdam Qarabağ Azerbaijan
Member Since: Nov 2008
Member Points: 312

good question :)
if you dont use you can leave

i just did a simple search on "linux" and the result was you blog post so i decided to invite you

4th June 2009, 09:15am
#4
by elam
Greece
Member Since: May 2008
Member Points: 110

Hello everybody! Nice to meet you here ;)

4th June 2009, 06:56pm
#5
by RobertKaucher
Lebanon, Ohio United States
Member Since: May 2009
Member Points: 119

#!/usr/local/bin/perl

print "Hello Linux Users Group!";

#Sorry, I'm a big nerd. Could not resist.

5th June 2009, 04:29am
#6
by ivom
Toronto Canada
Member Since: Feb 2009
Member Points: 26

#!/usr/bin/env python

# hehe, we may have a little python vs perl war here

print 'Hello everyone'

5th June 2009, 08:17pm
#7
by SteveM
United States
Member Since: Jan 2008
Member Points: 817

Hey , everyone!  New member here!

Nice to meet you all!

1st July 2009, 01:58pm
#8
by jpmelos
São Carlos Brazil
Member Since: May 2009
Member Points: 184

Hello! It all begun in High School, when I saw my Physics teacher using a Brazilian distribution, Kurumin, about 6-7 years ago. He got me a CD, and from there I started downloading some distribuitions until I settled with Ubuntu 7.10 and now I'm with Ubuntu 9.04!

21st July 2009, 05:22am
#9
by mscopel33
Brazil
Member Since: Nov 2008
Member Points: 24

heloo!

29th October 2009, 02:40pm
#10
by yetkin_ozturk
İstanbul Turkey
Member Since: Apr 2009
Member Points: 17

function getOSInfo() {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf("win"!= -1) {
        return "Windows";
    else if (ua.indexOf("mac"!= -1) {
        return "Macintosh";
    else if (ua.indexOf("linux"!= -1) {
        return "Linux";
    else if (ua.indexOf("x11"!= -1) {
        return "Unix";
    else {
        return "???";
    }
}

 

Add your comment:

Join Chess.com for free to add your comment! Already a member? Then login now to comment.