Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:I wonder who bought him (Score 1) 216

There is a huge difference between knowing that your product or service is being used or will be used, by someone at some point, to facilitate criminal activity, and knowing who is using it for criminal activity and how. If they know who and how, then yes, they should either shut it down or face liability; however, your implication that they should face liability just because they know it's probably happening, with no specifics, also implies that, maybe, they should just shut down altogether to avoid liability.

Think about the words you are about to say before you say them.

Comment Re:The End-Users most of the time don't really car (Score 3, Informative) 96

With Linux, this is a lot more difficult and requires more third party add-ons.

Only allow root to mount disks. Your users shouldn't have access to sudo, su, or the root login, anyway. Pretty simple, really; locate the mount binary for your system (/bin/mount is a good bet; if your mount binary resides elsewhere, you'll have to modify the commands below to reflect that), then do the following:

chown root:root /bin/mount
chmod 0750 /bin/mount

Done. Now, only root can even execute the mount binary, so only root can mount disks, and that will include flash drives.

It does get a little more complicated if you need to be able to mount network shares, but you should be able to add those to /etc/fstab and auto-mount them on boot.

Comment Re:Cult (Score 1) 488

Considering that the negative response came mostly from the *user* community, I'd say it was appropriate. Users know what they want and "change for change's sake" is not on that list. There's nothing inherently better about Gnome 3 over Gnome 2, Unity is a piece of crap, the the most usable of the "user friendly" desktops, and systemd had the potential to be great, but rather than just try to replace sysvinit and maybe add additional functionality once that had been done properly, it came out of the gate with a load of half-baked functionality, including its core functionality as a sysvinit replacement. As a result, setting up LDAP on Debian or Ubuntu has become a pain in the ass, and setting it up *properly* has become impossible.

There was a time when there were KDE zealots who could still use Gnome when necessary, Gnome zealots who could still use KDE when necessary, and people like me who liked both. I know I left out a few dozen other WMs; if I left out your favorite, oh well, use what you like, I'm not judging; I'm only covering the big ones here, though. Honestly, I blame KDE for starting us down the road to our current desktop mess, they really fucked the market with KDE4. But I can't foist all the blame upon them; they didn't force Gnome to follow suit some years later, and Unity is Ubuntu's answer to the Gnome/KDE shitstorm, it just isn't the right answer. It's what I use because it's, sadly, the best of the lot, unless I want to put in the time to get everything working with KDE3, but honestly, I'd rather just use my damn desktop at this point.

New ideas are plenty welcomed. However, contrary to popular belief, the Open Source community isn't chock full of whores who love having things shoved down their throats. If your solution works better than what we currently have, we'll embrace it; if it's crap, don't expect us to respond positively when our working solution is ripped out to make way for the new shitpile. Like systemd.

Comment Re:Sweeeet (Score 1) 246

You're almost right. We're talking about the cost of a single transaction, here, not the cost of running the entire business. While it is true that transaction volume impacts staffing, server, and bandwidth requirements, a single transaction does not have a measurable impact on these; further, transaction volume has no meaningful impact on developer workload (and, therefore, no impact on developer staffing). When you divide the tens of thousands of dollars Apple spends on all of that, with regard to iTunes and iTunes only, each month (let's use a high number, hell let's call it $100k), it only takes 10 million individual transactions to drop the cost of a single transaction to a penny. In the US alone, the top 10 songs have resulted in over 200,000 sales in the past 24 hours, so I'd say it's a safe bet the entire iTunes catalog sees more than 1 million transactions per day, again, just in the US, putting the cost per transaction somewhere around 1/3 of a penny, averaged over a month, only taking the US into consideration. When you factor in the global market, the cost per transaction drops so low it's not even worth considering.

So, for the sake of not having to deal with rounding error while considering thousandths of cents, their cost is, for all intents and purposes, 70 cents per dollar.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...