Jump to content

neocytrix

Members
  • Posts

    134
  • Joined

  • Last visited

Posts posted by neocytrix

  1. Hello everyone,

    I am currently using Mandriva Linux. The install was easy, just put in the disks and let it go. I am thinking of trying a new distribution. I was going to try Debian, until I found out its 14 CD's. That left me with slackware. However, im confused with even downloading it. All the ISO's are iso.asc - What do I do with that? Also the site is telling me I need to select a boot disk (does the CD not just run like the Mandriva ones did?) Any help/guidance would be appreciated. Thanks

     

     

    -neocytrix

  2. Ciao Tutti!

    I don't really know where this topic would go, but this seams to be the best place for it. I just have a simple question: How do I make it so instead of clicking a user name at bootup, you have to enter it(still graphical, just you need to type your user name and password)?

     

    -Neocytrix

  3. Ciao Tutti!

    I am looking to learn more about SSH servers. Is there a site out there that can teach me how to manage one(for example, my friend can SSH into my computer, how would I kick them out, see what they were doing, etc) I can't really find much on the net. Does anyone know of a good place to start??

     

     

    -Neocytrix

  4. Buongiorno tutti!

     

    I am trying to install LimeWire by using the RPM. It says that it can't install.

     

    j2re >= 1.4.1

     

    So I download the Bin File for j2re1.4.2, and I finally get it to install (I think, it did extract everything and now theres a folder that has all the stuff in it.) But the LimeWire install still comes up with the same error, SOMEBODY HELP ME lol

     

     

    -Neocytrix

  5. Hello everybody!

     

    I have been looking for ways to make an SSH server, but can't find much on the net. Does anyone know any good recources for learning SSH? Also, is there a way to make it so a user can only log in VIA SSH, a shell acount I believe this is? Anything helps! Grazie!!

     

     

    -Neocytrix

  6. Hello everyone,

    Can someone point me in the direction of how I would go about sharing a printer hooked up to a mandrake box, over a network so that a Windows machine can print on it. Any help is appreciated....

     

     

    -Neocytrix

  7. Hello all,

    I am trying to get back into C++ so I am doing little scripts in my spare time and I can't figure out why this won't work.

     

    #include <iostream>
    char strUser[10];
    char strPass[10];
    char strProgPass[10];
    char strLogin[10];
    
    using namespace std;
    int main()
    {
    cout<<"Hello, please choose a user name "<<endl;
    cin >> strUser;
    cout<<endl<<"Hello "<< strUser<<". Please choose a password"<<endl;
    cin >> strPass;
    cout<<endl<<"The user name you have entered is "<<strUser<<endl;
    cout<<endl<<"The password you have entered is "<<strPass<<endl;
    cout<<endl<<"Log in as "<<strUser<<"? (y,n)"<<endl;
    cin >> strLogin;
    if (strLogin == "y" ){
    	 cout<<endl<<"Enter password: "<<endl;
     }
    return 0;
    }

     

    The thing is, when you type your user name/ password and hit "y" the program just ends, it doesn't even display "Enter password: " before it ends. Im stumped :wall: Also, if someone is feeling like showing me something, how would I use a 'while' statement to make it so the user could keep trying to enter their password?

     

    -neocytrix

  8. I still can't get it to work, I went to install the Nvidia driver from here and the script ran fine but it said something about making sure my kernal source was there or something like that, and it is there. So then I went to install my 3com drivers from here and that had a bunch of errors also. Can someone tell me maybe how to configure X or what I should be looking for in my logs? IM LOST lol. :angry:

     

     

    -neocytrix

  9. Hello everyone,

    I just installed slackware and the installation seemed to be going fine but when I booted into it, it booted into text mode, so I typed kdm and it went to just a pure black screen and the power light on my monitor started blinking. I had a problem with this in mandrake a while back and it had to do with the video card. Im using slackware 10.0 with an Nvidia GeForce FX 5200 video card. I need :help:

     

     

     

     

    -Neocytrix

  10. Hello all,

    I started having a problem a few months ago where my floppy all of a sudden isn't recongnized. I have no idea what caused this it doesn't work in linux or windows. Does anyone know what might have caused this and how to fix it. I tried replacing the IDE cable but that didn't help.

     

     

    -Neocytrix

×
×
  • Create New...