Page 1 of 1

i need help on linux read please

Posted: Wed Jul 29, 2009 2:10 am
by icemanrj
sorry :P but this i only one i have problem like
i need to download the java 6 on my dedicated server i got a linux centus but i don't know how to install the java any one have the code like via shh then using the java url to download on my dedicated server then install any have please

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 9:54 am
by toxocara77
You can use lynx console browser to do this :)

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 9:54 am
by ethernia

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 9:55 am
by macdonald12

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 1:45 pm
by Vapulabe
You may download the file on your (windows) computer then transfert it using FTP to your server. You'll have a .sh file which is an installer. Use chmod 755 java-1.6....sh (put the file name there) to make it executable then run it.

You may need some command line argument to do a text-mode install... just run the file with --help to get more information.

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 2:18 pm
by MKas
That's why I prefer Fedora. Same architecture like CentOS, but much more packets.

Re: i need help on linux read please

Posted: Wed Jul 29, 2009 4:59 pm
by icemanrj
let me try