Can virus transmit over remote desktop? [closed] - desktop

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am using Windows XP to access another Windows XP via Remote Desktop. I suspect that the remote one has a virus. Is it possible the virus will affect my host computer?

Provided you're not using an account that has a login script to map shared drives, or transferring files between the two, I doubt you'd have a problem with it.

Related

how to send data to PC over JTAG/debugger [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am using a PEmicro USB Multilink Universal JTAG.
I have a Cortex M4 processor running a custom C++ RTOS with no filesystem.
I need to trace execution of some functions to debug a problem but since I don't have a filesystem, I'd have to use a RAM circular buffer.
QUESTION
Is it possible to write the trace data over the JTAG/debugger connection to the PC? Even if this can't be done full-speed, it would still be useful to me.

Manifest for Windows XP SP3? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm looking for a manifest file for themida to make the executable file open as admin and in Windows XP SP3 compatibility modus. Could not find this Manifest nowhere, anybody some idea?
You don't specify compatibility mode in a manifest. That's done through the registry. Some useful resources that describe this further:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb756937.aspx
http://blogs.technet.com/b/askperf/archive/2007/10/05/the-program-compatibility-assistant-part-two.aspx
https://superuser.com/questions/379375/how-can-i-set-the-compatibility-mode-for-an-executable-from-the-command-line
http://www.verboon.info/index.php/2011/03/running-an-application-as-administrator-or-in-compatibility-mode/

Suppress make clock skew warning when using NFS and NTP is unavailable [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
This question has been asked several times, yet not actually answered.
I'm using Putty to connect to a university Linux box. This server's clock is 15 minutes behind. My home directory is an NFS mount.
The BOFH has not configured NTP, even after several requests.
I can use the touch command until the sun turns blue; make will still warn.
I have not used it by myself, but have you checked http://nfstimesync.sourceforge.net/ project?

What exactly does "cloud computing" mean? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am new to cloud field, i want to know what it is from basic?
What are its advantages?
How it comes to use in real life?
Comparison with the existing technologies.
Cloud computing isn't a technology, it's a concept.
It means all your data (documents, photo's, music and even applications) is stored on a central server ('the cloud'). The advantage of this is that you can access your personal stuff from all your devices. If you want to listen to your music from a computer or some other device: no problem, since it's all 'in the cloud'.

What are some applications written in Qt that run on both OSX and Windows? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to get a feel for how consistent Qt applications can look on both Windows and Mac.
Refer to the Cross Platform Development page of Qt. For a broader type of applications , see : Qt-in-use