Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Check with your local power company! (Score 1) 341

As others have mentioned, I would as your local power company, our local provider (Duke Energy) offers something called StrikeStop (http://www.duke-energy.com/strikestop/) which offers whole-house protection (and they install it on the power meter, which is a nice bonus) at ~160$ installed it was a no-brainer decision for me considering it offers insurance along with it.

Comment Re:Plugins needlessly broken by new version number (Score 1) 315

What I ended up doing is this:

First quit firefox

Next (depending on platform) find your Mozilla preferences folder, next find the {3112ca9c-de6d-4884-a869-9855de68056c} folder (google toolbar)

Inside there should be a install.rdf file, open with your text editor of choice.

Change
<em:minVersion>2.0</em:minVersion>
                <em:maxVersion>4.0.*</em:maxVersion>

to:
<em:minVersion>2.0</em:minVersion>
                <em:maxVersion>9.0.*</em:maxVersion>

Restart firefox, and re-enable your google toolbar.

Note: this only works if you upgraded to 5.0 with the toolbar already installed, if its not already installed (and disabled) this wont work. I think 9.0 should keep me safe for at least 2 more months of firefox updates! :)

Comment Re:Again because BB goes for government (Score 1) 305

There are several different options (all enforceable from the BES server, some are end user selectable depending on applied device policy)

These range from (in level of paranoia)

Simple password (device backups are in plain text)
Wipe after n-number of failed passwords (default 10 tries)
Encrypt device (requires the above two options, and requires password on powerup and USB connection / file access mode)
Wipe on power loss. (the "I hate my helpdesk staff" option!) you pull the battery, or let the charge go to zero ... the device will wipe on power up
Wipe on n-number of hours with no communication with BES server (another option with limited appeal, but useful in some cases I guess)

And of course the ever popular remote Nuke option from the BES :)

Comment Re:not so fast (Score 1) 364

Exactly why I'm one of the (apparently few) who picked "tape" I'm still running LTO3 but get about 750gb on a tape, I have 14tb of media that's backed up every 6 months, and ~1tb that's "active" and gets a weekly backup (vmdk file exports from the servers, etc) the weekly backups are on a rotation, and the "full" 14tb backups have 3 sets of tapes, one of which sits in a safe deposit box at the bank across town.

I used to use removable hard drives for backups but then two things happened, I found out the hard way that older drives sometimes don't spin back up after 2 years of sitting on the shelf, and my data set just got two big for even 1.5tb drives.

Comment Re:Hm (Score 1) 383

At least with Blackberry devices, I can configure my users devices to wipe when:

Contact with the server has been lost for n hours
Battery level drops to 5%
Battery has been removed
Unlock password has be tried n times

along with several other options, there is a reason that these devices have been issued to Government agencies for years :) they can be locked down, and fully encrypted.

So simply removing the device from the network is not good enough.

As for my users, the devices have minatory passwords and locking options, and the device will happily self-wipe after 10 incorrect password guesses.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...