Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re: Issue with FSF statement... (Score 1) 208

Your average Linux desktop user has probably downloaded/installed a couple of bash updates in the last 48 hours, each one taking 5mins max.

Your average Apple user has downloaded/installed zero bash updates in the last 48 hours unless they first downloaded/installed 2.5GB of Xcode WTF. Even then they only got the same patches developed by the OSS/bash dev community.

Comment Seems to be fixed for me(?) (Score 1) 318

[T]he initial fix for the issue still left Bash vulnerable to attack

Please excuse me if I'm being a noob but, as recommended by this link, I tried the following commands on an up-to-date Debian Wheezy install:

env X="() { :;} ; echo busted" /bin/sh -c "echo completed"
env X="() { :;} ; echo busted" `which bash` -c "echo completed"

...and the results were:

me@myserver:~$ env X="() { :;} ; echo busted" /bin/sh -c "echo completed"
/bin/sh: warning: X: ignoring function definition attempt
/bin/sh: error importing function definition for `X'
completed
me@myserver:~$ env X="() { :;} ; echo busted" `which bash` -c "echo completed"
/bin/bash: warning: X: ignoring function definition attempt
/bin/bash: error importing function definition for `X'
completed

So isn't the solution just an 'apt-get upgrade' away?

And FWIW:

me@myserver:~$ echo $0
-bash
me@myserver:~$ bash --version
GNU bash, version 4.2.37(1)-release (i486-pc-linux-gnu)
...

FYI, I accidentally posted this AC at first so am re-posting, hope nobody minds...

Comment Re:Keyboard (Score 2) 216

FWIW, I use "hacker keyboard" on my Nexus 7 (7 inch screen), it has all the important stuff in landscape mode (Tab, Ctrl, Delete, cursor keys, number keys a la laptop KB and symbols in the same place just a shift away) and a more minimal layout in portrait mode. (fewer keys but bigger buttons).

Comment Re: Biggest archaeological event? (Score 3, Insightful) 80

I'm not saying finding the Titanic wasn't important but archaeologically speaking it is far less important than the Mary Rose.

On the one hand we have the Titanic which sunk in 1912, we know virtually everything about, it's design, it's passenger list etc. Heck we even have film footage of it.

On the other hand we have the Marry Rose which sank in 1545 and (according to Wikipedia) "The surviving section of the ship and thousands of recovered artefacts are of immeasurable value as a Tudor-era time capsule. [...] The finds include weapons, sailing equipment, naval supplies and a wide array of objects used by the crew. Many of the artefacts are unique to the Mary Rose and have provided insights into topics ranging from naval warfare to the history of musical instruments.".

Slashdot Top Deals

The optimum committee has no members. -- Norman Augustine

Working...