Tagged Questions
1
vote
1answer
289 views
Remote and Local IP address - determine location
There is way to determine location (on a map) remote IP.
Was wondering how to determine user location if I now local IP?
0
votes
1answer
541 views
How do I open a local file through Remote Desktop?
Is it possible to open a file in a Remote Desktop session locally?
For example, I have a Word document in the remote session and want to open directly to local without downloading. Would this be ...
5
votes
4answers
2k views
Is it possible to SCP from a remote to local whilst logged into the remote and without knowing the local's IP address?
I regularly find myself wanting to copy a file from remote terminal session to my local machine. Usually I log out of the remote session and call an scp transfer from local to copy the file from ...
2
votes
2answers
636 views
Access Remote mysql database without allowing remote connections
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 ...