|
Is it possible to connect via Remote Desktop Connection to a windows 7 machine without locking the remote computer (I want to use the same logged in user)? Or is it possible to release the lock after the remote desktop session is closed?
Started by yossis on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
You go into the help and support area and create a remote assistance request you can send to the person you want to remote....
It basically uses the same remote desktop technology under the hood.
Take a look at remote assistance.
|
|
When simply doing git push to a remote repository, its master branch gets updated. This is undesirable in the case of non-bare repositories, and the warning message displayed by recent Git versions makes that clear.
I'd like to be able to push to a remote...
Started by Alex Morega on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can do:
git push master:some-remote-branch
for example:
git push master:alex/master.
Could just log in to the remote machine and clone this remote repository, and fetch/pull whenever you need it.
|
|
Is there any thing that allows you to support copy and paste inside a remote desktop session. this is quite annoying.
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Assuming you're talking about Windows remote desktop -- before you hit "Connect" click 'options.
|
Ask your Facebook Friends
|
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, receive request headers and see in request headers information about HTTP ...
Started by Aizaz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could do netstat -a in the command line and see if the default port for remote desktop.
|
|
Is there a way with SVN to check out from a remote repository to another remote location rather than my local file system? Something like:
svn co http://myrepository/svn/project ssh me@otherlocation.net:/var/www/project
Started by Sam McAfee on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I think you could do:
ssh me@other.net 'svn co http://repository/svn/project /var/www/project'
This takes advantage of the fact that ssh lets you execute... .
You could use Subversion with SSHFS.
If you want to copy a repository, look into svnsync .
|
|
I'm attempting to pass a remote object as a parameter to a remote method, but I get a security exception when the remote object attempts to run a method on the received remote object.
This is a sample remote object:
public class SharpRemotingDLL : MarshalByRefObject...
Started by vbigiani on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
You should obtain the message directly from Server1, rather than asking another remote server.
|
|
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.
Attempted again.
|
|
Hi All,
Thanks for reading. I have a friend that is using remote desktop to access her office desktop (XP) from her home desktop (Win7).
She wants to print from the remote box to the local one (XP to 7).
She has the "Share Printers" checkbox checked in...
Started by Eli on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Has this ever worked....
I believe that clipboard sharing can also be disabled via Group Policy .
If your friend is remoting into a corporate environment, it is possible that they have disabled printer redirection , as that is what is done at my company.
|
|
How can I run an app locally to access the mysql database on my server without enabling remote access to the mysql server.
I have full SSH access.
Is this possible? Reverse SSH? VPN? (but it seems like it would be a bit confusing)
Started by karmic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
PHP on the server to access the db as localhost, would that fit your description of no remote line is the port you want to have locally, ie on C, the second one is the remote port that you.
|
|
Possible Duplicate:
How can I configure my ADSL modem and Home PC to be able to access from external?
Others asked and answers on this question " What’s the best Remote Desktop Application? ", the question is, why i need these applications to remote my...
Started by Amr ElGarhy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Its a free (or pay) remote desktop solution that is very easy to setup.
To get a remote-desk session to your machine you could look into logmein .
Of the server helps -- static or through DNS lookup) .
|