Author Topic: more alternatives to windoze  (Read 751 times)

WaWAR_FA

  • Member
  • **
  • Posts: 106
  • Kudos: 0
Windows. Whats going to screw up today?

Linux.  Compiling, please wait...........

Mac OSx Are you sure you want to do that?  Are you sure your sure?  Are you really sure?  If your sure please hit Enter to continue.  You hit Enter are you sure you want to continue?


creedon

  • Member
  • **
  • Posts: 430
  • Kudos: 0
more alternatives to windoze
« Reply #1 on: 4 July 2002, 20:54 »
Interesting, and kind of fun to look at.
The only downside is that functional does not equal practical.  You can have an OS that boots up and sits there as stable as the Rock of Gibralter, but if it has little or no software available, it isn't much good.
If Richard Stallman ever stops being so damned anal, I think that GNU Hurd will be the best of the bunch.
I'm SERIOUS about Linux; are you??

ahri

  • Member
  • **
  • Posts: 50
  • Kudos: 0
more alternatives to windoze
« Reply #2 on: 4 July 2002, 22:58 »
does anyone know how to make a symbolic link?
for some reason, they don't put that kind of stuff in manuals.

Ice-9

  • Member
  • **
  • Posts: 322
  • Kudos: 0
    • http://users.pandora.be/Ice9
more alternatives to windoze
« Reply #3 on: 4 July 2002, 23:10 »
http://www.mcsr.olemiss.edu/unixhelp/tasks/links2.2.html
it's explained there, plus examples.

Found that by typing the question in Google.
Google is a newbie's best friend at times  ;)
He was sitting on a rock. He was barefoot. His feet were frosty with ice-nine .....

ahri

  • Member
  • **
  • Posts: 50
  • Kudos: 0
more alternatives to windoze
« Reply #4 on: 5 July 2002, 00:00 »
i did that and i didn't get a page witht the ln command. But i did get this page http://www.mcsr.olemiss.edu/unixhelp/tasks/links2.2.2.html which is linked from the page you gave me and a page on perl.com that mentioned a symlink command that didn't work.

Anyway, i did this --> #ln -s java /usr/bin/java

and it made the link, but when i type $java -version outside /usr/java/jdk/bin it says command not found.

how do i get java, javac and jar to work from any location without typing out the entire path?

[ July 04, 2002: Message edited by: ahri ]


Ice-9

  • Member
  • **
  • Posts: 322
  • Kudos: 0
    • http://users.pandora.be/Ice9
more alternatives to windoze
« Reply #5 on: 5 July 2002, 01:20 »
Hmmm, weird, when I click the link I get the right page immediately   :confused:  
As for your other question, I dont know ....
The newbie I was referring to was myself  ;)
I just looked up how a symlink was to be made and pasted the link.
But one of the regulars from thes forums is surely gonna be able to help you with this.
He was sitting on a rock. He was barefoot. His feet were frosty with ice-nine .....

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
more alternatives to windoze
« Reply #6 on: 5 July 2002, 01:22 »
'man ln'

ln -s /what/you/want/link/from /where/you/want/link
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

ahri

  • Member
  • **
  • Posts: 50
  • Kudos: 0
more alternatives to windoze
« Reply #7 on: 5 July 2002, 04:08 »
i made the link, that is not the problem. I want to run the program '/usr/java/jdk/bin/java' without typing out the whole path. I thought putting a symbolic link in /usr/bin would do it, but it didn't.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
more alternatives to windoze
« Reply #8 on: 5 July 2002, 04:43 »
it should have worked.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

ahri

  • Member
  • **
  • Posts: 50
  • Kudos: 0
more alternatives to windoze
« Reply #9 on: 5 July 2002, 05:46 »
The first time i did it, it made a bad link. The link was 0 bytes in size and was not an executable. How strange. I deleted it and tryed again and it works now. Thank a lot for the help guys.

btw, i posted here cause i didn't want to open a new topic for what was supposed to be a simple question. I would delete these posts but i don't think i can do that. Other forums that use UBB alow deletion of posts.

rsd

  • Newbie
  • *
  • Posts: 10
  • Kudos: 0
more alternatives to windoze
« Reply #10 on: 5 July 2002, 16:18 »
You can also use alias:

# alias java='./the_full_path/binary'

 then just:

# java

it can be utilized for most common commands (I am lazy to type), like

when I type
# scob

it will do: ssh -l username cob666.myserver.tld
I have about 20 different logins, so this is handy, especially for these that I use IP's.

ps aux = psx
netstat -ale = nsale
and so on.
Yes, I am lazy. :)