|
I can find this article about remote desktop in Vista, but none that tells me how to remotely control my Vista machine from my Redhat machine.
Any ideas?
Started by eSKay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Set the protocol as RDPv5 and away you go.
It looks very similar to Remote Desktop on Windows.
|
|
Using JBoss 4.0.5, JBossMQ, and Spring 2.0.8, I am trying to configure Spring to instantiate beans which depend on a remote JMS Queue resource. All of the examples I've come across depend on using JNDI to do lookup for things like the remote ConnectionFactory...
Started by Erik on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When the machine with the remote queue is brought back up, no messages are ever processed;!-- Do not deploy this bean for machines other than transcoding machine --> <condbean:cond test for machines....
Attempted again.
|
|
Many times i am trying to connect to another machine, but realize when I'm connecting that Remote Desktop is not enabled on the target computer.
How does one enable remote destktop on the target machine, remotley?
Started by Omar Shahine on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
If so, I use pstools to disable firewall on remote machines with the command prompt firewall set opmode mode....
remotely-enable-remote-desktop.html
EDIT - I cant remember if you need to open a firewall port or not to use this.
|
Ask your Facebook Friends
|
I have a couple virtual machines running in VMWare Server. I can RDP to them using their intranet IP address, but not by their machine name. Why is this? Is there a setting that will allow this? my host OS is Win7 and my VM is Win2k3 and they are both...
Started by qntmfred on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you're using Windows, it should be in C:\WINDOWS\System32\drivers\etc\hosts
Adding an... .
You don't say what your host or guest operating systems are, but one method would be to edit your /etc/hosts files to include the name(s) of the systems involved .
|
|
How can I run a command on a remote Unix machine without starting a interactive session?
Started by Richard Hoskins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Subsystem samba-force-election /usr/bin/smbcontrol winbindd force-election
Then you can....
Just use ssh:
ssh yourusername@yourserver.com "ls -l"
You could add a Subsystem entry to your sshd_config file, if you plan on running a specific command regularly .
|
|
Sometimes while debugging, I need to restart a service on a remote machine. Currently, I'm doing this via Remote Desktop. How can it be done from the command line on my local machine?
Started by Josh Kodroff on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
This sounds / IP address of the ....
About earlier versions though), you can add the remote machine to your "Server Explorer" tag SERVICENAME is the syntax for command line, but I don't see a way to do target a remote machine.
|
|
My IT staff and some of the management team uses VPN and Windows Remote Desktop (I use Remote Desktop on the Mac) and each time we do the destination or host machine will obtain the machine name from the machine remote machine. When the session ends the...
Started by Carl Slaughter on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at spiceworks):
I think we need the destination....
There is nothing in MSTSC that will allow you to change machine names on a remote machine.
Are you sure it's the computer name and not just the username? Yes, when we remote to the machine.
|
|
Can I start a service on remote machine using NSIS script. I know we can use:
sc \\machine start servicename
through DOS prompt. But can we do the same in NSIS? Can SimpleSC be used for this?
Started by Pia on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On the remote machine...well:
ExecWait 'sc \\machine start servicename'
You could also use something like Service Hawk on the remote machine to montior and restart the service for you automatically..
|
|
At work I use Windows Server 2008. At home, I just got a openSUSE laptop. Is there an RDP client I can use?
Started by Esteban Araya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
And very good, I tend to use it in preference to Remote Desktop..
|
|
How to identify remote machine uniquely in proxy server environment, i have used $_SERVER['REMOTE_ADDR'] but all machines in proxy network has same IP Address, is there any way
Started by Suriyan Suresh on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
$_SERVER['REMOTE_ADDR, the solution:
$uid = md5($_SERVER['HTTP....
In general client!
Your best bet would be :
$uid = md5($_SERVER['HTTP_USER_AGENT'] .
Some ActiveX plugin which sends a machine-unique ID to the server might be the solution.
|