Top "Remote-server" questions

remote-server is a machine used for data processing which is accessed via a network

git clone from local to remote

We're in the process of migrating from Mercurial to Git for our workflow and I have two minor issues. First, …

git ssh deployment remote-server
Putty - Automatically closes on authentication

I'm on a Windows 7 machine. I am using the Putty.exe executable for connecting to my remote machine. I enter …

ssh putty remote-server
Execute exe on remote machine

I'm trying to execute notepad.exe on a remote machine, but it's not working now. What am I missing? var …

c# remote-server psexec
Restore dump on the remote machine

I've got my own machine with postgres dmp file, which I want to restore on the remote virtual machine (e.…

postgresql dump remote-server pg-restore
Text editor that can edit using sudo over ssh?

I'm trying to edit files on a remote Amazon EC2 Linux instance. I'm currently just sshing in and using nano, …

ssh amazon-ec2 remote-access sudo remote-server
Best way to get a file from remote server and copy to local server using php

Let's say there is a file on a remote server that can be downloaded without any restrictions, ie. you can …

php download phpbb remote-server localserver
Test Remote Database Access Host

I've set up my Remote Database Access Host, on my web hosting cpanel, enabling my home computer IP address to …

mysql database command-prompt remote-server
Opening remote project in PyCharm

I'm working on a project that is located in a remote server. Do I able to open it in PyCharm …

pycharm remote-server
Error:1722 Getting session names

I am trying to check if anybody is connected to the server in my team with the following command: query …

server rpc remote-desktop remote-server
How to send a password with a $ symbol in Expect Script

I have an expect script that I need to login to a remote system and execute commands. This script works …

bash authentication ssh expect remote-server