Slashdot Mirror


Previewing the Next Solaris OS

Eric Boutilier writes "Amy Rich has written an excellent Solaris Express (Solaris 10) how-to and general overview. It covers how the program works, using the community web site, and what's new in Solaris Express." Among many new features, the TCP/IP stack has been redesigned, IPv6 support improved, and both NFSv4 and USB 2.0 support added.

6 of 278 comments (clear)

  1. Re:Hope they have Bash, OpenSSL by benwb · · Score: 4, Informative

    Solaris 9 has ssh by default, so I can only assume that 10 will as well.

  2. Re:Hope they have Bash, OpenSSL by stephenbooth · · Score: 4, Informative

    If you're not averse to free software then I suggest you try Cygwin (http://www.cygwin.com/). It's a lot easier to set up than Hummbingbird eXeed. It's also free. I've been using it for a few years now to get X access to remote *nix boxen, never had any problems cos it's easy to setup and use. And did I mention that, unliek Hummingbird eXeed, it's free?

    Stephen

    --
    "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
  3. Re:Hope they have Bash, OpenSSL by larien · · Score: 5, Informative
    Hrm:

    # pkginfo SUNWbash
    system SUNWbash GNU Bourne-Again shell (bash)

    Perhaps not always installed by default, but it is available. That's on Solaris 8, BTW. As for other stuff, check out www.sunfreeware.com

  4. Re:Hope they have Bash, OpenSSL by BrookHarty · · Score: 5, Informative

    I know this is a trivial thing, but it's a real pain in the butt to have to use ksh all the time because most Solaris boxen I've worked on don't have Bash installed by default.

    We keep a local sunfreeware mirror for new sunos installs. Bash, updated Perl with modules, wget, lynx, openssl, bzip, sudo, lsof, openssh, and ncftp. (no gcc) If it wasn't for sunfreeware, I'd go nuts using Solaris. Anyone that has to move/push/alter data, needs common tools on all platforms, thank god for Sunfreeware.

  5. Re:Hope they have Bash, OpenSSL by Gollum · · Score: 4, Informative

    ssh access is all you really need to execute X11 commands. Install Cygwin and Xfree86 if Exceed is too complex. Then SSH in to the box, and check what your DISPLAY variable is set to (echo $DISPLAY). It should point back to your IP address (or hostname), followed by :0.0

    if it is not, do "export DISPLAY=your.ip:0.0" and execute an xterm, or start gnome, or do whatever you want to.

  6. Re:Hope they have Bash, OpenSSL by 4of12 · · Score: 4, Informative

    ??

    When I do

    $ ssh -X solarisbox
    my X network traffic is nicely hidden taken caer of by ssh; the Solaris box puts X traffic onto a fake local framebuffer DISPLAY like
    solarisbox:10.0
    before sending it back to my realbox:0.0.

    It might be slower than what you suggest, but I think it's a lot more secure. Without ssh doing the job of making your X network traffic secure you'll have to worry about Xauthority. Too many people (and I was one once) get around Xauthority hassles with an

    $ xhost +
    and I can't begin to tell you just how Bad that is.
    --
    "Provided by the management for your protection."