Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Windows Cl is useless (Score 1) 780

You've never enabled the extra features in Bash auto-completion have you.

In Bash the tab auto-completion is programmable, with the typical configuration used on Debian it completes command names, file names (to nearest unambiguous match and then shows you the list of matching names), it will display the command line options to commands limited to those which match what you've typed so far, for various commands that take commons lists (like list of available software packages) it will auto-complete those arguments from those lists.

I believe Zsh does similar but also shows short extract from documentation on command line options in addition.

The problem is as a GNU/Linux user you can end up like me and just hit tab whenever the grey matter glitches and you forgot what you were going to type next.

Say you want to install a web server with PHP5....

$ apt-g[tab] completes "apt-get "
$apt-get i[tab] completes the "install" option
$apt-get install libapa[tab] saves typing the "che" (goodness you can get lazy)
$apt-get install libapache2-m[tab] saves typing "od" for mod
$apt-get install libapache2-mod-ph[tab] saves typing the "p5"
$apt-get install libapache2-mod-php5

So I've saved typing 15 characters (if I can count), got everything spelt right first time, and this one command will (I think) get you a webserver and PHP5 installed and ready for development work, of course usually you want to specify which thread model you want for the Apache webserver and probably want some other dev tools but it makes the points that you only need 16 key presses to install a webserver with PHP (no browsing to websites, downloading installers, or finding your original installation CD image to drag IIS off, or patching to get it up to date after running the command (since it'll install the latest versions). Only the command name "apt-get" is a file name.

It has been this way for a long time in Debian (although PHP5 wasn't around all that time), and you have to uncomment a line in one of the config files to enable the enhanced completion otherwise I think it is just filenames (including commands).

Comment Re:Obligatory quote (Score 1) 780

I was kind of worried about the opposite. It suggests someone at Microsoft has been doing some serious work making Windows easier to administrate, which might make it more popular amongst the IT literate crowd, and thus more popular generally.

This remote admin will make automaton of admin easier, and also discourage what we (and many others) are guilty of, which is logging in with VNC or remote desktop, and messing about as Administrator because we only have a few boxes. Until we realize actually we have far too many to be doing it all this way.

Comment Re:Reasonable Expectation (Score 1) 403

"That said... a reasonable expectation may not translate into something actionable in a court of law."

IANAL - but UK law explicitly implemented rules to govern consumer agreements where you can't negotiate contract terms. (Unfair terms in consumer contracts regulations) which were based on an EU directive from 1993, which effectively boils down to a reasonableness test (although there are restrictions on fields of reasonableness).

Whilst I don't have a problem boycotting Sony, perhaps such contracts probably needs some sort of proper legal redress in the style of the European directive, as otherwise it would be pretty much impossible to buy/lease any modern software or hardware without agreeing to similarly outrages terms and conditions as were used in this class action.

Steve Jobs Dead At 56 1613

SoCalChris writes "Apple cofounder Steve Jobs was found dead in his Cupertino home this morning. I'm sure everyone in the Slashdot community will miss him — even if you didn't enjoy his work, there's no denying his contributions to popular culture. Truly an American icon."

Comment Re:BT are crap. (Score 2) 258

I agree.

I had virgin internet, telephone, and TV for five years in my flat in Edinburgh. I've only ever suffered about one outage a year during that time, and after the first time I learned it was easier and less effort just to turn everything off and try again tomorrow. Definitely easier than fighting their phone "support".

Comment Re:the horrible effects of homogenisation (Score 1) 187

> Another thing that bothers me is that the FSF stuff almost comes across as negative, so 3DS is evil, iPad is evil, Kindle is evil, etc. Great, but what hardware is actually ok to buy? Why is there still no hardware database of the good stuff that doesn't limit my rights?

http://www.fsf.org/resources/hw

GNU is Not Unix

Submission + - GNU Mediagoblin Project launches (networkworld.com)

paroneayea writes: "The GNU project is starting a new federated web application project called GNU MediaGoblin, written in Python. From the article:

    The GNU Project is taking a shot photo sharing. On May 2nd, the wraps came off the GNU Mediagoblin project. If successful, the GNU Mediagoblin could solve several problems that haven't been addressed well by existing photo sharing services — namely privacy, data ownership, reliability, and software freedom.

    So what's GNU Mediagoblin? The project is starting with the goal of creating a federated photo sharing site that could stand alongside popular services like Flickr, DeviantArt, Picasa, and Facebook. Eventually, the project hopes to tackle other types of media, but the first target is photo/artwork sharing. Right now? It's very much a work in progress."

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...