Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:de Raadt (Score 1) 304

Because of how OpenBSD's allocator works, the "reading past the allocated space" code would trigger page faults on OpenBSD (not always, but some times). These are fatal, and make the program crash.

One of the messages on the thread linked in TFS mentions how this works in greater detail.

Comment Re:de Raadt (Score 1) 304

If they hadn't used their own allocator, then this bug would have been exposed on OpenBSD ages ago since it would lead to OpenSSL crashing over and over again. At first you migth think that this only helps OpenBSD users, but no: this would have led to research on the matter (the crashed), and the issue being found quite soon after it was introduced.

So it would not have been benefitial only to OpenBSD, but to everyone.

Comment Why? (Score 1) 187

You say you're a new Linux user, and it looks like you're carrying over you windows-way-of-thinking.

Most Linux distros don't have services running with lots of security holes. You don't generally need this.
Most malware out there is actually stuff like "click here for free money.exe". Even if you come across Ubuntu-targeted stuff, it does look like you're the kind of person who wouldn't click that.

Several people here have pointed out possible solutions, but think for a moment if you really need them.

Comment Re:The department gives the hint. (Score 1) 452

XFCE may look superficially like XP but actually has all sorts of differences that make it irritating as hell to use. Just off the top of my head:

- No decent file explorer.

Why? What's wrong with thunar?

Thunar is abysmal compared to XP's.
- Window borders too small, like 1px. Resizing windows is a pain.

I haven't used XFCE is ages, but I belive lots of WMs out there use super+m2 to resize. Windows borders are useless, and having to aim at tiny stuff to resize windows is stupid.

- Window maximize behaviour is annoying, because you can still drag the window out of fullscreen after it's been maximized, yet dragging it to the top of the screen doesn't automatically fullscreen the window again.

Rather than "annoying", I'd say it's just "different from windows". Also, I belive this is configurable.

- The 2 clipboards, one of which is a "mouse buffer", is so unintuative I would classify it as a bug. Linux desperately needs a unified clipboard.

Use something like parcellite if you want to unify them. Getting rid of both clipboards to make life easier for people who don't know how to use a computer is a bad idea (see GNOME3).

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...