Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Updating? (Score 1) 61

With a separate /home partition it's easy. I installed Mint 17 (previously Mint 15) the other day (backed up /home anyway, just in case) and went with the custom install option (i.e choose your own partitions).

During the install I re-formatted my root (/) partition for the new version and selected my existing /home partition as the new /home mount point. When asked to create a user for the new install I entered my old username and password and my (ecryptfs encrypted) home folder was recognised and decrypted.

Finally I just had to re-install a few apps, my settings stored in ~/ were automatically recognised of course. Total time, <1hr.

Comment Re:No mention of Windows (Score 1) 61

Seeing as it's just a phishing kit that runs on any PHP enabled server, no, only Windows users are a prerequisite, not the OS itself. (Also an email client that displays functional HTML forms helps).

Comment Re:Parasite Entry? (Score 1) 61

How to prevent a PHP script being executed when it is being read in as an $_post element?

Simple, don't:

<?php
eval($_POST['unvalidated_user_data']);
?>

(in fact don't eval at all, if you need eval you're usually doing something wrong)

Having RTFA, I interpreted it slightly differently. I think the supplied PHP code is uploaded to another, previously compromised server and it is used to send out phishing emails.

The unwary user then enters their login details on the compromised server (or if they are using an email client that displays HTML forms(!), within the email) the data is then sent to the compromised server which forwards it on to the script kiddie. The user is then redirected to the real login page along with their POST data so when they arrive there they are automatically logged in, none the wiser...

Comment Re:Hacking (Score 1) 25

If I had mod points...

I just sent this to a couple of friends who don't understand what hacking is. Previously I've tried to explain to them that hacking is making something do stuff it wasn't originally designed to do and they've assumed that's just a euphemism for cracking security.

Comment Re:it's true (Score 1) 253

and there are no countervailing examples in TV fiction

How about Walter White (Breaking Bad) or Gregory House MD (House MD)? I'd say they are intellectual heroes (or anti-heros in the case of WW).

Interestingly House also has some of the social issues that are represented in TBBT but he's never belittled by the plot/script, far from it.

Comment Re:bad idea (Score 1) 273

Eh? I may have misunderstood but if you are saying that the comment by Irish-DnB:

What happens if there are 10 times as many people with cars whose plate ends with a 'T' than those that end with a 'U'

...would never work then please explain further? I grant you 10 times is a stretch but license plates aren't random so you can't assume there will be an even spread of letters/numbers.

The current UK license plate system, introduced in 2001, has two non-random groups of characters*. If these characters were at the end of the plate (they aren't but they could have been) then you could easily end up with a disproportionate number of cars whose plate ends in the same character.

* The plate starts with a two letter area code followed by a two-digit age identifier, which changes twice a year.

On another note, the article mentions there being 36 possible 'last characters' of a number plate. That may be the case in the USA but in the UK certain letters aren't used on plates (IQ) because they are easily confused with other letters/numbers (10) when being read in a hurry.

Comment Re:How does this affect dual-system chipsets? (Score 1) 148

Are you sure you replied to the correct post? I can see at least three pieces of information that weren't in the OP's post:
  1. To promote their system, Russia decided to make new smartphones without GLONASS support illegal
  2. Major manufacturers added that capability to all their phones since there is almost no additional cost to each unit, once the capability is designed into the chipset
  3. There is no major CDMA networking in Russia.

If you think any of this information is incorrect then please feel free to post your version of the facts, otherwise...

fcuk it, why am I feeding a troll with a 7 digit UID!?!

Comment Re:Cynicism (Score 1) 148

As a Brit who lives in France I'm quite pleased about this proposal.

The cost of mobile tariffs in the UK is considerably less than in France but if I used a UK SIM card in France it would cost me more than having a French SIM.

If the UK operators had to charge me the same price to use my UK SIM card in France then I'd just get a UK SIM card and save money.

BTW, I'm not talking about international calls, I'm aware that these would still be expensive.

Comment Re:How does this affect dual-system chipsets? (Score 1) 148

And with that post you contributed what exactly?

This isn't stackoverflow you know, there is no requirement to 'answer the question' asked in the post you reply to, just that you have something interesting and preferably on topic.

This post is obviously off-topic but I'm hoping if you learn a bit about slashdot from it then at least it helped someone.

Comment Re:Maybe for parking (Score 1) 144

I'm imagining a system where the drone's position isn't controlled by the driver/tablet app but instead it automatically stays directly above the car. The drone would have a 360deg camera underneath and the tablet app would just control the panning.

The speed of the car would also be automatically limited while the drone is in the air so that the car can't get ahead of the drone, you probably wouldn't be able to launch the drone while moving anyway.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...