|
Articles about the Flame malware that has infected Iranian computers state that, among other things, Flame activates the "internal microphones" of infected computers to record conversations that occur over Skype or near the computer. Internal microphones...
Started by newbiesforever on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at linuxquestions):
Alternatively, the malware somehow could have changed the inbuilt....
Alternatively, the malware somehow could have changed the inbuilt speakers into microphones .
Most probably they are referring to laptops.
|
|
GR-TEK Computers in Sydney - 'Purchased a new PC - I am really impressed with th...' Custom built Computers, high quali..."/> Join or Log in 230,960 GR-TEK Computers "Custom built Computers, high quality PCs & Gaming PC systems - free delivery & tech...
Answer Snippets (Read the full thread at womo):
Description">We purchased a Gaming PC from GR-TEK Computers and could fault nothing! Their Web site.
|
|
If I have two internal computers connecting to the same external IP address through a NAT router, how is the router able to get the traffic to the correct internal computer? It is my understanding that NAT forwards incoming packets to the computer that...
Answer Snippets (Read the full thread at stackoverflow):
The iniital request from each internal....
It uses different ports for incoming external traffic, and the NAT then routes the packets on one port to one internal IP address, and the packets from the other port to the other internal IP address...
|
Ask your Facebook Friends
|
I have a local home network. The computers get IP address from a router via DHCP. So the address are dynamic and change. How can I assign names to computers to be able refer by name?
One computer is WinXP, the other is Linux running on VMWare. I need ...
Started by grigy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
If all of your computers.
If you are running Windows on the machines, you can use NetBIOS .
|
|
Posted Today, 11:04
Answer Snippets (Read the full thread at thaivisa):
Posted Today, 12:48 Posted Today, 14:47 Posted Today, 19:47.
|
|
We have a Netgear wireless router that is in use by 2 desktop computers and 2 laptops. Last night all the computers could get on the internet but my laptop. Now I can only access the internet on the desktop computer that is connected to the router. When...
Started by jspeck1 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Follow these steps:
Check that all computers can connect to wireless if not, you may have a driver that it's entered correctly on all the computers that can't connect Check that there's an antenna it internal and USB wireless adapters....
|
|
Harvard architecture computers have separate code and data memories. Does this make them immune to code injection attacks (as data cannot be executed as code)?
Started by Matthew Murdoch on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The SQL query itself would never need to be in an executable part of memory, because it's converted into native code (or interpreted, or whatever... .
Take a SQL injection attack, for example.
It partly depends on what you count as a "code injection attack" .
|
|
Hi, I have published ASP.NET web site, using IIS7 on Win7. I can access this web site on my localhost, but it is inaccessable from other computers via internet. I have tried to disable firewall and anti-virus program, but with no success.
Does anyone ...
Started by TheJudge on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If it....
Try checking to see if the website is actually bound to 127.0.0.1 .
Try checking out your router settings for port 80 forwarding; Check out information about your internet provider as well; There are providers that block port 80 outgoing traffic .
|
|
I am a student who has done a course in Haskell and I am currently doing object oriented programming using Java. Haskell was great and I did do really well and I am getting on fine with the Java.
But I feel that I need to learn more about the underlying...
Started by EdwardHart on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
At the most this translates to how computers process information and how the CPU, memory, and OS all work together shop, coding in a language....
It's a good overview of how computers work (from a software perspective) from the ground up.
|
|
I'm building an ASP.NET application. One of the reqiurments is to limit number of different computers from which users can access the content of the site (for example 5 computers). It doesn't have to be perfect, if a normal user, with no IT knowledge ...
Started by Adam on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
=> 5
5) End
Is it only 5 specific computers? Or no more than 5 simultaneous computers? It's ....
Do not authenticate.
Every time a user yet.
Different computers in a day, a week or a month, you could always check for ip adresses.
|