::Welcome to the Open world:: All FOSS, lovers we Want you!!!

madurax86

Member
Jun 29, 2006
4,385
88
0

lolipro

Member
Feb 22, 2009
780
0
0
38
Gampaha
NO bro gemak adinawa neme

gayan kalhara said:
reasons please ! :D

thing is as i heard Fedora is a beta (testing version)
their full version is released to net as Redhat at first place
which earns money
they do RHCP for a great cost
they too earn that
 

lolipro

Member
Feb 22, 2009
780
0
0
38
Gampaha
hmmm sorry bro>>>

kosandpol said:
oh man! now you've done it!
Get ready to face the wrath of Gayan!
lol-065.gif

This is a all time favorite quiz i had in my mind thats y i started it
 

gayan kalhara

Member
Nov 22, 2007
7,060
48
0
lolipro said:
thing is as i heard Fedora is a beta (testing version)
their full version is released to net as Redhat at first place
which earns money
they do RHCP for a great cost
they too earn that

mm YES and NO

YES becouz they are learning from the Fedoras Feedbacks. is dat wrong? and Selling any linux distro is OK. FREE is not nikam, its nidahas. :D

NO becouz they are diff projects. Fedora is Community based.so it has gr8 community and sup dat RHEL dun hv.

-------------
and i saw u (may be other one) says suse is ok. NOVELL (suses Developers) are directly Dealing with the microsoft and giving a bad image amang Linux Commiunity. yes THEY ARE JUST Betraying THE FOSS COMMUNITY and sm guys think its COOL..:growl:

RH is doing a gr8 service to FOSS Community as well as earning, even Canonical do such..

If fedora is a beta. i love beta distros :D
 

lolipro

Member
Feb 22, 2009
780
0
0
38
Gampaha
NO bro I never said Suse is ok!! but im curious wheather suse is OK!

gayan kalhara said:
mm YES and NO

YES becouz they are learning from the Fedoras Feedbacks. is dat wrong? and Selling any linux distro is OK. FREE is not nikam, its nidahas. :D

NO becouz they are diff projects. Fedora is Community based.so it has gr8 community and sup dat RHEL dun hv.

-------------
and i saw u (may be other one) says suse is ok. NOVELL (suses Developers) are directly Dealing with the microsoft and giving a bad image amang Linux Commiunity. yes THEY ARE JUST Betraying THE FOSS COMMUNITY and sm guys think its COOL..:growl:

RH is doing a gr8 service to FOSS Community as well as earning, even Canonical do such..

If fedora is a beta. i love beta distros :D

One more question boss>>>>> how bout slakware???? what is it dependant of Deb or Rpm? how much good is it? please tell me bout it (as a user)
 

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    lolipro said:
    One more question boss>>>>> how bout slakware???? what is it dependant of Deb or Rpm? how much good is it? please tell me bout it (as a user)
    AFAIK, slackware uses neither. Its all compile and install. So packages are mostly in tgz archives.
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    lolipro said:
    Can someone please tell me how to compile and install in linux what are the bash commands????:nerd:
    usually its :
    ./configure

    make

    sudo make install


    But some doesnt require the ./configure or others requires you to pass parameters.
    Always READ the documentation that comes with the software as it gives instructions on how to compile it.
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    kosandpol said:
    usually its :
    ./configure

    make

    sudo make install


    But some doesnt require the ./configure or others requires you to pass parameters.
    Always READ the documentation that comes with the software as it gives instructions on how to compile it.

    Now if i have a bunch of .cpp files how am i gonna compile
    AND
    i want to know where the SCIM plugins(libraries for input schemes) is located??
     

    RCROCKS

    Well-known member
  • Sep 2, 2008
    2,076
    117
    63
    in my mobile
    hey. i tried to install ubuntu 9.04 version today. after installation hardware drivers dosn't show my nvidia card to enable it. it is blank. i am using nvidia 8400GS VGA. so i am back to xp.can anyone help me ? :(
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    RCROCKS said:
    hey. i tried to install ubuntu 9.04 version today. after installation hardware drivers dosn't show my nvidia card to enable it. it is blank. i am using nvidia 8400GS VGA. so i am back to xp.can anyone help me ? :(

    I had the same problem with an ATI card
    goto nVidia site download the driver for linux (debian/ubuntu)
    run it the info on how to run the file you download is in this thread a few pages back
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    OK another problem
    ! Installed amarok on gnome but nothings playing!! the interface loads up other stuff is working but not the player and hey dont the new amarok have an eq??
     

    lolipro

    Member
    Feb 22, 2009
    780
    0
    0
    38
    Gampaha
    Thanks bro>>>>>

    kosandpol said:
    usually its :
    ./configure

    make

    sudo make install


    But some doesnt require the ./configure or others requires you to pass parameters.
    Always READ the documentation that comes with the software as it gives instructions on how to compile it.

    il try this but give me something to try please??? where can i get this source codes?? i already have one but its too complicated. something smaller????thank you very much.:)
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    madurax86 said:
    Now if i have a bunch of .cpp files how am i gonna compile
    AND
    i want to know where the SCIM plugins(libraries for input schemes) is located??
    its usually :
    g++ name_of_cpp_file.cpp -o name_of_compiled_binary_file

    No idea where those scim files are. Google is your friend.
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    RCROCKS said:
    hey. i tried to install ubuntu 9.04 version today. after installation hardware drivers dosn't show my nvidia card to enable it. it is blank. i am using nvidia 8400GS VGA. so i am back to xp.can anyone help me ? :(
    install the nvidia-glx-180 package.
    From a terminal run :
    sudo apt-get install nvidia-glx-180

    This will install the driver needed for the nvidia 8400GS card. I assume that this is a GEFORCE card right ?
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    madurax86 said:
    I had the same problem with an ATI card
    goto nVidia site download the driver for linux (debian/ubuntu)
    run it the info on how to run the file you download is in this thread a few pages back
    Not necessary dude. The drivers for nvidia cards are available in the Ubuntu repos. See my above post.