Questions tagged [remote-host]

46 questions
1
vote
1 answer

Fast way to view the project file/folder on Remote Host in PhpStorm?

Is there a way to select a file/folder in Project explorer and view the same file on Remote Host, if it exists of course. Now you need to navigate from the root up to the desired file/folder, that can take some time...
Boykodev
  • 850
  • 1
  • 10
  • 23
1
vote
1 answer

PhpStorm automatically upload to default server after update from SVN?

I try to automate my project, for that i need exactly: - update files from SVN - upload only the changed files to default server is there any way to do that over PhpStorm (settings..), or does i need external tools for that? thx for answers
Seika
  • 11
  • 2
1
vote
2 answers

Problems matching a string to a regular expression

I am creating some intranet software and to determine which room number and PC number the computer is in I am using the REMOTE_HOST server array. Here is my code: $hostname = $_SERVER['REMOTE_HOST']; //Check to see if the computer name is compatible…
joshkrz
  • 499
  • 3
  • 7
  • 25
0
votes
2 answers

Unable to select database(remote)

every time I try to connect to database, I get this message database select error .Access denied for user ''@'localhost' to database '' . My site is hosted remotely . To connect to database , my connect.php is like : $host =…
Nitish
  • 2,695
  • 9
  • 53
  • 88
0
votes
1 answer

Unable to get docker command run on remote host using ssh return same output as run manually

from user1@host1 I wish to execute a docker command on a remote host i.e root@host2 Thus, on remote host2 I made the below changes: sudo visudo user1 ALL=(ALL) NOPASSWD: /bin/docker dbuser ALL=(ALL) NOPASSWD: /bin/docker I login from host1 to host2…
Ashar
  • 2,942
  • 10
  • 58
  • 122
0
votes
0 answers

CLion not correctly highlighting syntax while using remote host

I am new to CLion and have been trying to make it work to my specifications. All is good except for the syntax highlighting; I do most if not all of my work using Remote Host and although the syntax highlights correctly locally, the syntax will not…
jakecodes
  • 1
  • 1
0
votes
0 answers

how to connect to remote host running in docker container from jenkins running in docker container using ssh

I have tried these steps a number of time but failing. Did lot of RnD but could not fix the issue. I am using CentOS running on Oracle VM. I am trying to connect from CentOS host -> Jenkins -> Remote Host using SSH My present working directory is :…
Naresh Chaurasia
  • 419
  • 5
  • 21
0
votes
1 answer

VMWare Remote Console not showing any GUI Dialog on MacOS Mojave

Installed VMWare Remote Console 10.0.4 (latest as of writing this) on MacOS Mojave 10.14.3. installation went well, but running the app, nothing is shown on the Mac. seen some unanswered similar questions on VMWare forum here and added my question…
ng10
  • 1,660
  • 1
  • 15
  • 19
0
votes
1 answer

Passing local variable to remote shell bash script

Trying to pass local variable to remote shell using bash script. Here is what I am trying. This is test.sh #!/bin/bash envi=$1 function samplefunction { echo "Environment selected is $envi" } if […
0
votes
1 answer

Install chromedriver using a remote host

I deployed my application using Ruby, Sinatra and Redis DataBase, on my ubuntu remote host named Scaleway. In this way, i've install all what i need, and i can acces to my application. So when i want to use my script, who use Watir gem (selenium),…
0
votes
2 answers

Reading a file on a remote host

My code involves going to a host(doing with openSSH), getting the list of files matching a pattern(doing using remote find command-OpenSSH) and then opening each file I have got and processing each(grepping etc). I am done with getting the file…
emma
  • 93
  • 1
  • 1
  • 10
0
votes
1 answer

Python script very slow in a remote directory

I have trouble running my a little bit complex python program in a remote directory, mounted by SSHFS. It takes a few seconds to perform imports when executing in a remote directory and a fraction of a second in a local directory. The program should…
0
votes
1 answer

Cant save files like before in the new PhpStorm 2016

I am using PhpStorm 2016 for some weeks now and I am facing a weird behavior with some of my downloaded files. In most of them I can save with Ctrl + S but in some, I must hit the upload button (top right). I already checked the documentation and…
Alex Bogias
  • 1,826
  • 2
  • 30
  • 45
0
votes
0 answers

Connection force closed by Remote host - Python UDP programming

I have a code here for link state routing protocol that I am trying to run, but for some stupid reason it gives me an error saying the remote host shutdown the connection. My code takes three arguments, namely the router ID, the port and the config…
Muhammad Hamza
  • 823
  • 1
  • 17
  • 42
0
votes
1 answer

Exception is thrown when tried to run a jmeter test having websocket sampler in it , on remote host

I am trying to run a jmeter test script which has a single websocket sampler.It works fine when i run it from single machine through java GUI or command line. But , When i try to run it on remote host (by running jmeter-server on other machine) then…
Raj
  • 1