To: Charles Hughes who wrote (159 ) 1/14/1999 5:25:00 PM From: Mitch Blevins Read Replies (1) | Respond to of 484
One at a time:Is there such a thing as a HOWTO organizer/reader, or should I just use cat to read things Most of the HOWTOs are gzipped. You can use zless to read them from the command line. But Netscape also makes a decent browser/reader. It understands .gz extensions and will uncompress them in place. Just point your browser at /usr/doc/HOWTOFor programming X under Linux, what is the best IDE/GUI type C++ tool, and can I keep the libraries on CD, as my space is minited on my laptop? David Cook keeps an excellent page of development environments.kernel-panic.com Although I like the {vim|emacs}/gcc/make combo as a good envirnoment. Also, the gnome project has a promising-looking one in development, but I haven't tried it. (www.gnome.org) Grasp (on David's page) is kind of neat (but limited).Sorry for the stupid questions, but I am more of a Sun/SCO guy where unix is concerned, and a little spoiled by Windows and Mac as well. I was spoiled with VC++ for years before trying GNU/Linux. It was quite a culture shock.Does anyone know of a Linux that can be booted from CDROM rather than installed to hard disk? If so, how important is your computer BIOS to that? Most distribution have install disks that will boot Linux (just for the purpose of the install) if your bios supports it... so it _can_ be done. The problem is that if you want to do anything useful, you will need at least some writable filesystem. You solve this by creating a RAMdisk in memory to run the writable parts of the fs. Look to the Trinux distro (http://www.trinux.org) for hints, as they do this same thing, but with floppies. -Mitch