Slashdot Mirror


User: whelan

whelan's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:$230 at IBM store.. on Inexpensive Linux/BSD Handhelds · · Score: 2

    Slashdot needs it's own Mercata-like buying site. Thousands of geeks buying the latest gadget cheap.

  2. Re:Green Frog! on Petreley on Caldera OpenLinux 2.3 · · Score: 1

    You've obviously never tried to get a windoze user to switch over to Linux (shame on you!).

    Elegant text/script based administration tools with simple, easy to use GUI's built on top is the right design IMO.

    Nerdly nerds have all the power they need, while newbies, or people who want their computer to have the simplicity of a Mac (or supposed simplicity) can be happy.

    I recently sent a customized RH distribution for my 14-year old brother install Linux. I think it's progress when that's possible. But he complains about the lack of a "Shutdown Picture" and "Bootup Picture". It would be nice to see one of the Linux distro's (and Caldera appears to be positioning themselves to do this) slave over all these details.

  3. Re:does it beat rhat 6.1? on Petreley on Caldera OpenLinux 2.3 · · Score: 1

    ftp://ftp.calderasystems.com/pub/OpenLinux/2.3/iso -images/col23_full_install.iso

    Unfortunately I found nothing in the documentation describing about how to assign a static IP address in order to do a network install (I wanted to do an NFS/FTP install on a CD-less machine). Is it DHCP only?

  4. Re:Customizing Netscape's "Search" button on Google is launched! · · Score: 1

    edit the netscape-communicator binary and replace the URL specified as internal_url.net_search.url with "http://www.google.com/search?q= ");

    Be sure to *overwrite* the value that's there! Leave blank spaces where the previously longer URL had actual characters (otherwise this modified netscape binary will segfault).

    And if you want the correct tooltips, do a search for "Search the Internet" and overwrite with "Search with Google.com" (string lengths == :)

    While you're at it, you might as well also do the same thing for that otherwise-useless "My Netscape" button. Look for toolbar.places.default_url in the binary:

    config("toolbar.places.default_url","http://slas hdot.org/ ");

    and M-x replace-string "Your personal start page" with "Slashdot.org me baby! ".