Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Only the beginning (Score 1) 236

shellshock-scan started hitting me yesterday:


209.126.230.72 - - [25/Sep/2014:00:06:09 +0200] "GET / HTTP/1.0" 200 677 "() { :; }; ping -c 11 216.75.60.74" "shellshock-scan (http://blog.erratasec.com/2014/09/bash-shellshock-scan-of-internet.html)"

Then real bad guys


89.207.135.125 - - [25/Sep/2014:07:50:56 +0200] "GET /cgi-sys/defaultwebpage.cgi HTTP/1.0" 404 512 "-" "() { :;}; /bin/ping -c 1 198.101.206.138"

Hello Rackspace!

Comment Re:Suspicious screenshot (Score 4, Informative) 236

Didn't I just say that? You'd have to explicitly invoke #!/bin/bash. I know of very few scripts that do that; most use #!/bin/sh.

Well, on my Debian unstable machine:


# find / -mount -type f | while read x ; do if [ "`head -1 $x | grep '^#\!/bin/bash'`" ]; then echo $x; fi; done 2>/dev/null
/bin/zdiff
/bin/fgrep
/bin/zgrep
/bin/zless
/bin/zfgrep
/bin/uncompress
/bin/zcmp
/bin/gzexe
/bin/gunzip
/bin/zegrep
/bin/zforce
/bin/zmore
/bin/zcat
/bin/egrep
/bin/znew
/etc/bash_completion.d/pulseaudio-bash-completion.sh
/etc/auto.net
/etc/auto.smb
/etc/init.d/minissdpd
/etc/init.d/nfs-common
/var/lib/dpkg/info/bash-completion.postinst
/var/lib/dpkg/info/grub-pc.preinst
/var/lib/dpkg/info/grub-pc.postrm
/var/lib/dpkg/info/ca-certificates-java.postinst
/var/lib/dpkg/info/gdm3.prerm
/var/lib/dpkg/info/desktop-base.postinst
/var/lib/dpkg/info/grub-pc.postinst
/var/lib/dpkg/info/bash-completion.postrm
/var/lib/dpkg/info/grub-pc.prerm
/var/lib/dpkg/info/dash.preinst

Ugly.

Comment Re:The 97% claim is political (pro-AGW PR) (Score 1) 207

Of course, if the Forbes link is too "right wing" for you, you might prefer the get the 97% bubble popped by a left-leaning source

I'd hardly describe Richard Tol as a "left leaning source". Do you think that leftiness is catching? That just by getting published in the Guardian you become a lefty?

Richard Tol disagrees with the 97% figure, but what does he think the real figure is?

So, not 97%, maybe it could be 95%, or 99%.

Comment Re:The simple fact that we can't talk about this.. (Score 1) 207

97% of anthropologists thought piltdown man was the missing link and he turned out to be a human skull attached to a monkey jaw bone. The real missing link ended up being found by a guy those assholes mocked.

Untrue in all particulars.

Almost from the outset, Woodward's reconstruction of the Piltdown fragments was strongly challenged by some researchers. [...] G.S. Miller, for example, observed in 1915 that "deliberate malice could hardly have been more successful than the hazards of deposition in so breaking the fossils as to give free scope to individual judgment in fitting the parts together."

There is, of course, no "real missing link".

Comment Re:Beginning of the End. (Score 0) 207

There are 99 comments as I write this. Most filled with desperate and condescending excuses why this is no in any way indicative that the Church of the Global Warming is in danger of having it orthodoxy overturned.

What part of Global warming do you not understand?

This shows that local warming can be caused by wind bringing heat from somewhere else.

I assume that you are bright enough to understand that such a mechanism cannot explain global warming. On this planet we obey the law of conservation of energy.

Comment Re:Funny, I Left GNOME 3 Mainly Because of Systemd (Score 1) 403

I left Gnome when they insisted on making the volume controls vertical instead of horizontal (like everyone else).
Which wouldn't have been such a big deal if that also didn't reverse the scroll wheel direction you had to use to change the volume.
If you're out to annoy your users, don't be surprised when you're out of users shortly...

Odd.

If I move the mouse over the little loudspeaker icon I scroll down to reduce the volume, scroll up to increase the volume.

If I click on the icon I see a horizontal slider for the volume.

Aha, but you're right - in gnome control center the scroll wheel works backwards.

Time for a bug report.

Ah, no need.

https://bugzilla.gnome.org/show_bug.cgi?id=703046

https://bugzilla.gnome.org/show_bug.cgi?id=710231

Comment Re:Why not KDE (Score 1) 403

"Linux noobs generally do NOT use Debian." ...and non noob Debian users generally do NOT use a GUI. So, what's the issue?

I don't think I'm a noob (programmer since 1977, Unix user since 1990) but I use a GUI on my Debian workstations. Not on the servers of course.

And, in my experience, neither Gnome nor KDE are particularly robust. I got tired of fighting graphics drivers and configurations, and have XFCE installed to run those things which simply won't work without.

What are these "configurations" of which you speak?

Slashdot Top Deals

The opposite of a correct statement is a false statement. But the opposite of a profound truth may well be another profound truth. -- Niels Bohr

Working...