No need to do so, if you only run trusted software. If you need to fear that something uses your webcam without your permission, you have bigger problems than the webcam.
And the webcam is boring. What do you expect to see when secretly recording? Some grimaces of the user, who doesn't know he's filmed. Maybe you see him naked. Very thrilling, because there are no naked people on the internet!
The problem is the mic. While an image of you is utterly boring, your conversations are very interesting. And taping the mic is hard, if you want to make sure that no sound gets in anymore (as some programs may better reconstruct your words from a low sound than you would expect).
So the mic is something, where it may be a good idea to cut the cable and buy some usb mic for when you need it. It has better quality anyway.
privacy shield does not mean anything. It's like "usa says they won't do evil, but they reserved the right to do so". That's why the eu activists want to stop it (and keep at the current "data should not leave safe countries" policy, which is just covered by the normal laws regarding privacy in the eu).
> helping college students illegally swap music and movies Citation needed.
They created an opensource dropbox clone. That's what they did and they did way better than owncloud. Hosted service as business model is the reasonable option to fund that.
Something like an android app and some web service coupled with a pam module. The login prompt then displays a number, the app displays the number as well and i can accept the login from the app with a single tap. Fallback to normal google authenticator.
Did you click somewhere "i agree"? No? Than you're not bound by anything, which isn't a law.
Did you? Now it's open to legal interpretation, if agreeing to tos without having a contract (which means you're providing some personal details, like at least a verified e-mail address or something similiar) has a meaning.
And then the question is, what's the worst the company can do? Try to go to court "We really logged, that he clicked that button!!!"? The most important part of normal ToS is, that companies can terminate your account. They do not need to sue, because they can terminate your account and are sure you cannot sue them because of this.
When they now want to sue anonymous visitors... have a lot of fun.
ansible is kind of cfengine/puppet/chef/salt/... but with more native tools (no server side daemon, etc.) in the unix style (have a lot of small programs working together). The simplest modules just run shell commands via ssh, some more advanced use small python scripts.
- Install some linux - add a user "restrictednet" - add a firewall router -A OUTPUT -m owner --uid restrictednet -j DROP - run stuff as this user
you will still leak anything triggered by setuid programs as ping, dns requests made by the system, etc.
more secure: - run a vm as this user. Then everything the program can generate is owned by the restricted user.
more flexible: use firewall rules matching a cgroup, put programs / vm-instances in the cgroup. This allows you to switch network on/off for programs on the fly, but requires some care (as for example you need to make sure you add the pid to the cgroup, you need to create the cgroup in some bootscript, i think you need to add firewall rules after the cgroup was created, etc.)
Kind of stupid. For the sorting hat you just need a binary decision tree, where you get questions until you arrive at a leaf node, which tells you the house. There are already many implementations of this. linux (i think bsdgames) has a animal guessing game, akinator is the web based version of this.
Because a regular barbie cannot represent a game designer, or can it?
Stop being so stupid. It's all about the fantasy. Even a stick man cut out of paper can be a game developer role model, if the child likes to play this game. If this is the most attractive game is a whole other question. If you look at the game development sector you're not even sure, if you would encourage somebody to get a game developer. Respect to the ones, which are, but that does not mean i would want to push my child in that direction.
Maybe you just have a look at cgroups and iptables.
But it's bullshit. If you run untrusted software, you're fucked. Linux users just know it and tell it straight forward, many windows users believe in claims of so called firewall apps.
Easy example for windows: There is an api to fetch urls using IE dlls. This means, a program wanting to communicate even when the firewall blocks all ports, just uses this api and can talk to its server using a operation system process. One, the firewall probably cannot block and if it can, you will have whitelisted it as all other stuff is broken if you don't.
> To the point that EU cookie notice popups have become more annoying than ads and I need an adblocker to get rid of them. Thanks a lot, EU. The point is, that companies try to ignore the law that way.
"You're agreeing to cookies by visiting this page [OK]". Hey, you set a cookie, before i could even read your message. I expect to get NO cookie at all before clicking ok.
There just needs to be prosecution for this practice and a requirement for real informed consent. "We do not really need cookies, but our user tracking depends on them. Accept some cookies? [yes, i like to be trackedn] [Fuck off, just show me the content]". Of course the requirement needs to include, that not showing content, even when it would be possible without cookies is illegal. So a shopping cart requireing an session cookie should be okay (even without asking, as implicit consent), some tracking cookie should never be okay.
2-FA prevents reasonable privacy. Either you need to use your authenticator all the time or you cannot delete your cookies, as the site will see your visit as new visit requiring a new code. So use a strong password instead.
No need to do so, if you only run trusted software. If you need to fear that something uses your webcam without your permission, you have bigger problems than the webcam.
And the webcam is boring. What do you expect to see when secretly recording? Some grimaces of the user, who doesn't know he's filmed. Maybe you see him naked. Very thrilling, because there are no naked people on the internet!
The problem is the mic. While an image of you is utterly boring, your conversations are very interesting. And taping the mic is hard, if you want to make sure that no sound gets in anymore (as some programs may better reconstruct your words from a low sound than you would expect).
So the mic is something, where it may be a good idea to cut the cable and buy some usb mic for when you need it. It has better quality anyway.
Somebody forced them to include something ugly, they are not allowed to tell and they really hope we'll find it now.
now they will.
privacy shield does not mean anything. It's like "usa says they won't do evil, but they reserved the right to do so". That's why the eu activists want to stop it (and keep at the current "data should not leave safe countries" policy, which is just covered by the normal laws regarding privacy in the eu).
> helping college students illegally swap music and movies
Citation needed.
They created an opensource dropbox clone. That's what they did and they did way better than owncloud.
Hosted service as business model is the reasonable option to fund that.
So, did you read the sentence?
nope, they do not transfer call logs to their servers. If they do, it would be rather new and a reason to sue them.
But without google.
Something like an android app and some web service coupled with a pam module. The login prompt then displays a number, the app displays the number as well and i can accept the login from the app with a single tap. Fallback to normal google authenticator.
Did you click somewhere "i agree"? No? Than you're not bound by anything, which isn't a law.
Did you? Now it's open to legal interpretation, if agreeing to tos without having a contract (which means you're providing some personal details, like at least a verified e-mail address or something similiar) has a meaning.
And then the question is, what's the worst the company can do? Try to go to court "We really logged, that he clicked that button!!!"? The most important part of normal ToS is, that companies can terminate your account. They do not need to sue, because they can terminate your account and are sure you cannot sue them because of this.
When they now want to sue anonymous visitors ... have a lot of fun.
... seems to be okay for russia as well.
No surprise here.
Stop surveillance. Worldwide. For everybody.
ansible is kind of cfengine/puppet/chef/salt/... but with more native tools (no server side daemon, etc.) in the unix style (have a lot of small programs working together). The simplest modules just run shell commands via ssh, some more advanced use small python scripts.
you do not need to accept any tos to watch.
No problem here, as you do not need to accept the tos to watch a stream.
So, easy route, which might be secure:
- Install some linux
- add a user "restrictednet"
- add a firewall router -A OUTPUT -m owner --uid restrictednet -j DROP
- run stuff as this user
you will still leak anything triggered by setuid programs as ping, dns requests made by the system, etc.
more secure:
- run a vm as this user. Then everything the program can generate is owned by the restricted user.
more flexible:
use firewall rules matching a cgroup, put programs / vm-instances in the cgroup. This allows you to switch network on/off for programs on the fly, but requires some care (as for example you need to make sure you add the pid to the cgroup, you need to create the cgroup in some bootscript, i think you need to add firewall rules after the cgroup was created, etc.)
Kind of stupid. For the sorting hat you just need a binary decision tree, where you get questions until you arrive at a leaf node, which tells you the house. There are already many implementations of this. linux (i think bsdgames) has a animal guessing game, akinator is the web based version of this.
Most of KDE is GPLed.
And slashdot doesn't even try to describe the bug in the summary.
Because a regular barbie cannot represent a game designer, or can it?
Stop being so stupid. It's all about the fantasy. Even a stick man cut out of paper can be a game developer role model, if the child likes to play this game.
If this is the most attractive game is a whole other question. If you look at the game development sector you're not even sure, if you would encourage somebody to get a game developer. Respect to the ones, which are, but that does not mean i would want to push my child in that direction.
Maybe you just have a look at cgroups and iptables.
But it's bullshit. If you run untrusted software, you're fucked. Linux users just know it and tell it straight forward, many windows users believe in claims of so called firewall apps.
Easy example for windows: There is an api to fetch urls using IE dlls. This means, a program wanting to communicate even when the firewall blocks all ports, just uses this api and can talk to its server using a operation system process. One, the firewall probably cannot block and if it can, you will have whitelisted it as all other stuff is broken if you don't.
So. STOP. RUNNING. UNTRUSTED. CODE.
> To the point that EU cookie notice popups have become more annoying than ads and I need an adblocker to get rid of them. Thanks a lot, EU.
The point is, that companies try to ignore the law that way.
"You're agreeing to cookies by visiting this page [OK]".
Hey, you set a cookie, before i could even read your message. I expect to get NO cookie at all before clicking ok.
There just needs to be prosecution for this practice and a requirement for real informed consent. "We do not really need cookies, but our user tracking depends on them. Accept some cookies? [yes, i like to be trackedn] [Fuck off, just show me the content]".
Of course the requirement needs to include, that not showing content, even when it would be possible without cookies is illegal. So a shopping cart requireing an session cookie should be okay (even without asking, as implicit consent), some tracking cookie should never be okay.
For Lenovo i created a boot medium via windows, then reinstalled ... and it reinstalled the crap as well.
To remove Windows 10?
to free pizza?
The fastest way to get me to block your account.
2-FA prevents reasonable privacy.
Either you need to use your authenticator all the time or you cannot delete your cookies, as the site will see your visit as new visit requiring a new code.
So use a strong password instead.