Jump to content
Banner by ~ Ice Princess Silky

I_wesley125

User
  • Posts

    807
  • Joined

  • Last visited

Posts posted by I_wesley125

  1. I try to go to sign in, but nothing happens. I always end up on facebook somehow

     

    That's weird, I think it has to do with the JavaScript pop-up login thing.

    I had to go on the default version for it to work.

  2. I decided to download links as well. It is really cool, but I need some help

     

    I wanted to try and go on the forum using links, I don't know how to sign in.

     

    You should see the option.

    What is happening?

  3. try installing the links browser

     

    sudo apt-get install links
    

    well a lot of what you expect doesn't display but, it is really fast,

    faster than any other browser possible.

     

    you use esc to access the menu in it, g to enter a url,

    you press enter in text boxes to enter text, etc, etc.

    you figure it out eventually lol.

     

    That is awesome.

    I have no idea how I can find this as entertaining as I do.

  4. i love links, on the centos system in my class, i have fun using it in front of people,

    people get confused on how i can browse the web without a gui :P

     

    Now this I am curious about, how do you browse the web without a GUI?
  5. The worm brain is a cerebral ganglion, every type of roundworm, which was what she was "killing", had. Worms are obviously sensitive to touch, so I imagine it would be safe to presume that it can feel pain. Besides, this brings into question her ability as a caretaker for giving baby birds worms in that fashion.

     

    It is only a reflex, their brain is so limited that I would not even consider it cruel to hurt them.

    I don't think they are capable of consciousness.

    • Brohoof 1
  6. Do you Dual boot with windows? or is is linux only?

     

    I dual boot, but the Windows 7 on my computer stopped working correctly and Im thinking of putting it out of it's misery (Hard for me, Since I seem to feel like computers and OS's have feelings). I can't figure out how to fix it and I never use it (linux mint is all I use)

     

    Should I try to save it (this sound dumb, but humor me)?

     

    Yes, I am very tempted to just get rid of it entirely.

    I see no need to keep it.

  7. then you need to read the documentation, your software doesn't have a

    configure script or uses as different kind of method. or you are not in the correct

    directory that needs to extracted (like from a tarball file like ".tar.gz")

     

    look for install.txt, readme.txt, and of course the software's website it fit exists

     

    may I ask, what are you trying to install?

     

    Your software might already be compiled and have binaries, and in that case you just need

    to run it, you could install it by copying its files to the correct directory, or adding its directory

    to your PATH environment variable. then adding a menu launcher, so you could run it easier.

     

    Pulseaudio, I can't seem to find the binaries anywhere.

    Do you have any other decent global equalizers (I tried EQ100Q and I just had a lot of trouble with it) or know of the binaries for this?

  8. depends on your code, many diffrent methods apply depending on how the software is written, check README.txt files and documenation for specfic help.

     

    the standard method it to first run

    ./configure
    

    then run make to compile the program

    make
    

    after its complied successfuly you then install it to the system

    sudo make install
    

    however for installing i reccomend a program called checkinstall for installing,

    it allows you yo have a package for the program, and makes it easier to manage

    in the future (like to uninstall it) if you have checkinstall instead of sudo make install use:

    sudo check install
    
    When I run ./configure it just says "No such file or directory."
  9. Hey,

     

    As long as I don't have to muck around with the terminal when I have to install apps, I'm down with it. I think I was using ubuntu netbook remix for my netbook for awhile and I'm not sure why on earth I switched over, as that was much easier to use.

     

    I strongly prefer the console over GUI but you can do almost everything in GUI if you don't like the console.
    • Brohoof 2
×
×
  • Create New...