It isn't batshit panic overreaction mode. You have to re-screen everyone in the screened area - since he could have given something to someone else or dropped something for someone else to pick up. And of course search the screened area for that potential item. He might have snuck a bottle of water through after all!
Simplest way to re-screen everyone is have everyone in the area leave it and then reenter it through the security screening. While you search the area.
Of course the idea is not to let someone simply walk into the secure area and the blame lies with the people who let that happen not the guy who wasn't paying attention - you have to assume there's a complete idiot in any group of people after all.
So your suggestion is that everyone should build a hydro generator in their backyard? Along with a huge elevated water tank to pump to? That seems a remarkably stupid idea to me.
Are you insane or just ignoring the context entirely in order to come across is insane?
and no it doesn't apply to hammer makers, knife makers, phone makers, or of course to the government (don't you love it when they give themselves an explicit pass)
They get whatever benefit they were getting for offering the low low taxes. And then later on they get to jack the tax rate retroactively and get the cash too.
#1 - that's simply not how it works. Are you seriously claiming that it's ok for a restaurant owner to install hidden cameras in the toilets since the people using the toilets have no expectation of "privacy" on someone else's property?
#2 - That's right. Video is fine. Audio is the problem.
It's a trade off. You pay the large taxi fares occasionally in order to not pay the larger expenses that come from owning a car. Whether that is a good choice or not depends on the relative costs of both options which will end up depending on just how often you need to use a taxi.
Surely your boss ask you to work on every single one of them. If so and you have no friends to get a lift from then sure relying on public transport in that particular situation probably wouldn't be wise.
Back in the real world I've managed to keep a job for a decade without having a driving license.
You wouldn't and that isn't the issue - anyone who has bash directly accessible as a cgi already had a security hole - well more a design...
It's not that uncommon to have a cgi that grabs some data from a web form, validate that data, and then call some existing executable to actually do the work. Calling "sendmail" to send mail isn't exactly unheard of.
As for DHCP I'd take the guess that the user would be root - given it will be configuring network devices and so on. But I don't care enough to check...
You don't need to use bash as the cgi handler. You just have to execute bash from your cgi handler. Say by the system() function in the c library on a system where/bin/sh is bash.
And of course connecting having your linux machine try and get an IP via DHCP is a vector.
Or a CGI script written in a some other lanaguage - like python or perl - or a binary that is on a system with bash as the default shell and which calls the system function in libc (or an equivalent) since that will execute/bin/sh.
There will be a lot of such cases - running a "mail" command or something from imagemagick and so on.
Those are outcomes not opportunities. That there are female members of parliament and CEOs indicates that there is some opportunity (but not whether or not it is equal).
It's pretty well known that Psychopaths make up a higher percentage of business and government leaders - and business more than government - than the they do in the general population. Psychopathy is also more common in men than women. So there's one possible (though unlikely to be the entire story) other explanation - psychopaths make better (taking better to mean more successful and measuring success merely by being there) CEOs and politicians, psychopaths are mostly men, those two factors that have nothing to do with "equal opportunities" result in the vast majority of CEOs and politicians being men.
Overpaying your taxes is not a savings account; you don't get interest on your investment.
Either do savings accounts... Well OK bank of america pays 0.01% which is more than nothing. Then again they also charge you $5/month to make up for it:)
(and yes there are some mostly online banks that offer the absurdly high 1%)
Apple is a for profit company that exists in order to make money, currently it does that by selling iphones and ipads and so on. So yes, sales numbers are THE measure of success.
What makes one a scientist?
What conclusions are we supposed to draw from that? Well, other than that you don't know the difference between "land" and "sea".
Wowsers, I wonder what else in your high school physics was completely made up garbage. Because that one is a doozy!
Do you really think google told it's employers to upload videos they don't have the rights to to youtube?
Well really what you think is irrelevant, do you have any evidence that they did?
It isn't batshit panic overreaction mode. You have to re-screen everyone in the screened area - since he could have given something to someone else or dropped something for someone else to pick up. And of course search the screened area for that potential item. He might have snuck a bottle of water through after all!
Simplest way to re-screen everyone is have everyone in the area leave it and then reenter it through the security screening. While you search the area.
Of course the idea is not to let someone simply walk into the secure area and the blame lies with the people who let that happen not the guy who wasn't paying attention - you have to assume there's a complete idiot in any group of people after all.
So your suggestion is that everyone should build a hydro generator in their backyard? Along with a huge elevated water tank to pump to? That seems a remarkably stupid idea to me.
Are you insane or just ignoring the context entirely in order to come across is insane?
http://www.law.cornell.edu/usc...
and no it doesn't apply to hammer makers, knife makers, phone makers, or of course to the government (don't you love it when they give themselves an explicit pass)
They get whatever benefit they were getting for offering the low low taxes. And then later on they get to jack the tax rate retroactively and get the cash too.
Well played.
If you assume you are not you are being an idiot.
I'm sure people didn't think their DHCP client ran a bash script after injecting some remote data into the environment, as the obvious example.
Do you run qmail? Oops, hopefully no users have a .qmail file.
Exim or postfix? You've checked all the things they execute I take it, and all the things that those things execute and so on?
Users using procmail? None of them have an exploitable match (or are adding one a minute after you checked them all)?
If you admin a bunch of web servers are you sure that there isn't a CGI script somewhere? Are you sure it doesn't call system()/popen() anywhere?
"You have no expectation of "privacy" on someone else's property" - is a generic claim not specific to the case of a valet parking a car.
Since I wasn't replying to you post it's not surprising that you didn't make the statements I was replying to.
#1 - that's simply not how it works. Are you seriously claiming that it's ok for a restaurant owner to install hidden cameras in the toilets since the people using the toilets have no expectation of "privacy" on someone else's property?
#2 - That's right. Video is fine. Audio is the problem.
And you amortize the four times you need to do that over the entire working year and the $1.25 or so each day it adds probably isn't such a huge deal.
It's a trade off. You pay the large taxi fares occasionally in order to not pay the larger expenses that come from owning a car. Whether that is a good choice or not depends on the relative costs of both options which will end up depending on just how often you need to use a taxi.
Surely your boss ask you to work on every single one of them. If so and you have no friends to get a lift from then sure relying on public transport in that particular situation probably wouldn't be wise.
Back in the real world I've managed to keep a job for a decade without having a driving license.
You wouldn't and that isn't the issue - anyone who has bash directly accessible as a cgi already had a security hole - well more a design...
It's not that uncommon to have a cgi that grabs some data from a web form, validate that data, and then call some existing executable to actually do the work. Calling "sendmail" to send mail isn't exactly unheard of.
As for DHCP I'd take the guess that the user would be root - given it will be configuring network devices and so on. But I don't care enough to check ...
You don't need to use bash as the cgi handler. You just have to execute bash from your cgi handler. Say by the system() function in the c library on a system where /bin/sh is bash.
And of course connecting having your linux machine try and get an IP via DHCP is a vector.
There are these things called taxis...
Given he is still in prison, no he isn't yet learning any of that yet.
No that's because use huge amounts of natural gas (half a billion tonnes or so a year) to create nitrogen fertilizers. And even more pesticides.
Which don't get me wrong, I'm all for. But modern farming sacrifices some land productivity in exchange for much higher labor productivity.
We use tidy rows of monoculture because it allows extremely efficient harvesting, not because it has better yields.
Or a CGI script written in a some other lanaguage - like python or perl - or a binary that is on a system with bash as the default shell and which calls the system function in libc (or an equivalent) since that will execute /bin/sh.
There will be a lot of such cases - running a "mail" command or something from imagemagick and so on.
Those are outcomes not opportunities. That there are female members of parliament and CEOs indicates that there is some opportunity (but not whether or not it is equal).
It's pretty well known that Psychopaths make up a higher percentage of business and government leaders - and business more than government - than the they do in the general population. Psychopathy is also more common in men than women. So there's one possible (though unlikely to be the entire story) other explanation - psychopaths make better (taking better to mean more successful and measuring success merely by being there) CEOs and politicians, psychopaths are mostly men, those two factors that have nothing to do with "equal opportunities" result in the vast majority of CEOs and politicians being men.
Either do savings accounts... Well OK bank of america pays 0.01% which is more than nothing. Then again they also charge you $5/month to make up for it :)
(and yes there are some mostly online banks that offer the absurdly high 1%)
Other than jobs in academia.
Which someone must have mentioned when you started...
Are you retarded?
Apple is a for profit company that exists in order to make money, currently it does that by selling iphones and ipads and so on. So yes, sales numbers are THE measure of success.