Questions tagged [remote-server]

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

Here are some questions which detail some common use cases:

1968 questions
12
votes
4 answers

Get service status from remote server using powershell

How to get the service status for a remote computer that needs a user name and password to log in? I am trying to find a solution using the following code: $serviceStatus = get-service -ComputerName $machineName -Name $service The default syntax for…
debal
  • 997
  • 4
  • 15
  • 29
11
votes
2 answers

Visual Studio Code Remote Development crashing AWS instance

I came across Visual Studio Remote Development crashing a AWS instance and i'm hoping to solve this by increasing the instance memory. I have not tested it out yet. Connection is ok and I can do Remote Development with no problems but only for a few…
medotvu
  • 349
  • 2
  • 7
11
votes
7 answers

CreateProcessW failed error:2 ssh_askpass: posix_spawn: No such file or directory Host key verification failed, jupyter notebook on remote server

So I was following a tutorial to connect to my jupyter notebook which is running on my remote server so that I can access it on my local windows machine. These were the steps that I followed. On my remote server : jupyter notebook --no-browser…
Himanshu Poddar
  • 7,112
  • 10
  • 47
  • 93
11
votes
3 answers

How to run a php script through the command line (and keep it running after logging out)

I am trying to run a php script on my remote Virtual Private Server through the command line. The process I follow is: Log into the server using PuTTY On the command line prompt, type> php myScript.php The script runs just fine. BUT THE PROBLEM is…
Vinayak
  • 756
  • 3
  • 7
  • 23
11
votes
3 answers

Remote mysql server speed

I develop websites, often on Wordpress using MAMP. Using a database running on localhost, the site runs really fast. Sometimes I need to use a shared database running on a dev server we host at DigitalOcean, so that multiple developers can work on…
Stian Martinsen
  • 654
  • 5
  • 9
11
votes
2 answers

COM+ activation on a remote server with partitions in C#

I want to access partitioned COM+ applications on a remote server. I have tried this: using COMAdmin using System.Runtime.InteropServices; _serverName = myRemoteServer; _partionName = myPartionName; _message = myMessage; ICOMAdminCatalog2 catalog…
Hamrin
  • 121
  • 3
11
votes
2 answers

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 the right credentials, and click open. The console pops up with the following and closes with no errors or warnings. How do I make it work?
Rutwick Gangurde
  • 4,772
  • 11
  • 53
  • 87
11
votes
4 answers

Connecting to remote MySQL server using PHP

I am attempting to connect to a remote MySQL server from my local machine virtualhost using the following code: $conn = mysql_connect("$dbhost", "$dbuser", "$dbpass") or die(mysql_error()); mysql_select_db($dbname, $conn) or…
BenTheDesigner
  • 1,954
  • 3
  • 17
  • 21
11
votes
3 answers

Using remote server in phpstorm

I currently use Komodo and work directly off a remote server. I have just discovered phpstorm and I want to start giving this a go. My question is, how can I work off a remote server like in Komodo? I really couldn't understand how to do it!
Becs Carter
  • 1,250
  • 1
  • 12
  • 27
11
votes
1 answer

Find out MySQL database URL from phpMyAdmin

I have an online MySQL database. I want to figure out the server URL so I can remotely connect to it. Is there a way I can check my databases URL from phpMyAdmin?
Philip Kirkbride
  • 21,381
  • 38
  • 125
  • 225
10
votes
3 answers

VS code remote x11 cant get DISPLAY while connecting to remote server

I use Windows VS code and this extensions "Remote SSH", "Remote X11", "Remote X11 (SSH)" to connect and to get graphics from remote server. I run VcXsrv, Pageant. X11 forwarding works if I connect with Pageant directly. It even works in VS code…
10
votes
0 answers

How to run Electron app on a server, and connect to it through a web browser from a client?

I’m interested in taking a Electron project, running it on a server, and connecting to the UI through a browser on my client. Are there any existing projects that help with building something like this? Or is this functionality in some way built…
mmnormyle
  • 763
  • 1
  • 8
  • 18
10
votes
1 answer

How to use remote interpreter with jupyter notebook on pycharm 2018.1

In official documentation, it is explained how to use remote interpreter for jupyter notebook on pycharm 2018.1. https://www.jetbrains.com/help/pycharm/ipython-notebook-support.html It's said to choose Remote radio-button, which is not present…
Juri Krainjukov
  • 732
  • 8
  • 27
10
votes
1 answer

upload files to remote server using multer sftp in express Node js?

I'm trying to upload the files to remote server using multer-sftp in node js. since i'm following the official docs npm multer-sftp. Previously i've uploading the files to Amazon S3 instead of remote server. now i want to upload the files to remote…
Keerthivasan
  • 1,651
  • 1
  • 21
  • 47
10
votes
1 answer

Auto Sync on filesave Dreamweaver CS5

I've set up the remote server so clicking on the file will download it to my local folder. After I made some changes I have to click on synchronize with server etc. Is there a way to synchronize with server when I simply save the file? Thanks
Yan
  • 582
  • 2
  • 6
  • 22