I have decided to go learn something meself! and am taking a UNIX class (they use redhat valhalla). Students are required to hook up to the UNIX machine at school.
Now at school we hit start (they use windows), go to powerterm (ericom's terminal emulator), and then telnet to the UNIX machine. At home, we're told to use puTTY. I'm using Mandrake 10 at home and I downloaded the only UNIX version of puTTY I can find (on the main puTTy site). I need this because
telnet: command not found
ssh: command not found
I can't even find them to stick them in my $PATH, if that's my problem.
So I downloaded the UNIX puTTY, untarred it, went to the "unix" subdirectory like it says, typed "make -f Makefile.gtk" like it says and my computer has no clue what to do and gives me error messages, basically doesn't know what to do with the gtk stuff. It seems not to know what to do with a certain file under "unix" called be_all.c
What do I do? I don't want/need graphical hookup. I can ftp all I want, but I cannot get into the UNIX machine to do the homework (sample, I had to "who" and write how many users were on at the time). Ssh is the way, but this puTTY thing is driving me batty.
gaviidae