Klaus Hameyer wrote: > > After using your BASLINUX for a while with LINKS, I like > LINKS so much that I've decided to put it on my RH 6.2 > system also.
There's a newer version of links available with extra capabilities (including SSL). However, it's quite a bit larger than 0.90, so I won't be putting it in BasicLinux. > Everything is fine except I have not figured out how to get > the HOTLIST.HTML to come up when you start the program. If you give hotlist.html to links as a parameter, it will come up on that page. This can be done as an alias: -------------------------------------- alias links='links /root/hotlist.html' -------------------------------------- BasicLinux does this in /root/.profile (along with a bunch of other aliases). You can stick your hotlist anywhere and point the alias at it. You could even point to the the Arachne hotlist on your C: drive (if you have one). Cheers, Steven
