Slashdot Mirror


Windows 8 Features With Linux Antecedents

itwbennett writes "As details about new features in Windows 8 started to be discussed in the Building 8 blog and bandied about in Linux/Windows forums, Linux users were quick to chime in with a hearty 'Linux had that first' — even for things that were just a natural evolution, like native support for USB 3.0. So ask not 'did Linux have this first', but 'does Windows 8 do it better?'"

3 of 642 comments (clear)

  1. Re:"Linux Command Line Tirckery" HA! by Microlith · · Score: 5, Interesting

    Not for anyone who has bothered to learn how to use their computer. But then, that's just one way to do it on modern Linux distributions, which now simplify the process by letting you right click and mount the volume.

    And has since the days I was using Daemon Tools on Windows.

  2. Re:"Linux Command Line Tirckery" HA! by Microlith · · Score: 5, Interesting

    Learning to use your computer should *NOT* require knowledge of shell command flags.

    It should if you want to be considered proficient. It shouldn't be required for basic day to day operations, as I noted. But go on, be an angry anonymous coward.

  3. Re:"Linux Command Line Tirckery" HA! by atriusofbricia · · Score: 5, Interesting

    Well... since you didn't bother to limit it to only "simple user tasks".....

    for i in *
    do
    mv $i `echo $i | tr [:upper:] [:lower:]`
    done

    Done, all the files in that directory are now lower case. Can you do that with some GUI tool pulled off ZDNet or some other random place? Yes. Would it take you longer to find it, download it, virus scan it and figure out how to use it? Absolutely.

    The parent specifically said "if you want to be proficient" then you should learn the CLI. This is true.

    The parent also specifically said you shouldn't have to drop to a CLI for basic day to day activities. Did you even read the post you were replying to?

    Another example? Oh, okay.

    for i in `cat listofservers`
    do
    rdesktop (bunchofoptions) $i &
    done

    30 RDP sessions open and ready. It would work equally well with an actual list of servers instead of a handy text file laying about. A Linux/KDE specific example has all those 30 sessions grouped into tabbed windows of 5 each, windowshaded and placed where I want them on the desktop for rapid access.

    More?

    --
    I was raised on the command line, bitch

    "Nemo me impune lacesset"