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
0
votes
1 answer

Web socket implementation php on remote server

I want to start a project of a web-based chatting app, i've looked on the internet and found out that there's two solutions other then ajax, long-polling and web-socket. My problem lies that all web-socket tutorials is showing me how to do it on a…
Jamil Hneini
  • 545
  • 3
  • 13
0
votes
0 answers

Can't connect to remote MySQL database with MySQLI - timeout

I have created two servers on Linux and installed LAMP on both, one I called web and the other is called app. I would like to save a log from the web server on the app server - but when I try to connect to the app server, I get timeout. My code…
Andreas Baran
  • 669
  • 1
  • 12
  • 27
0
votes
0 answers

Can't build in batchmode on remote linux machine

I have an unusual problem when build on remote machine. Target is Android and i try build application on remote server (Debian 3.16.7-ckt20-1+deb8u4, unity: unity-editor-5.3.5f1+20160525_amd64.deb). And what I see: …
user6636183
0
votes
1 answer

Save IPython console output without IDE

I currently use Spyder to generate some plots that are shown in Spyder's IPython console. This allows me to save the output as an HTML file by right-clicking on the IPython console and selecting 'Save as HTML/XML'. Say I have the following…
Ohumeronen
  • 1,769
  • 2
  • 14
  • 28
0
votes
0 answers

How do I assign a ksh variable a value from remote environment variable?

Using a ksh script, I’m trying to get the value of an environment variable from a remote host and store it into a variable of my ksh script. For example, on the remote host, the value $mypath is /dir1/dir2/dir3 So on my local host from my ksh, I…
bloodpresage
  • 109
  • 1
  • 7
0
votes
2 answers

Insert Data into local db and Remote DB Using PHP

I have registration form from my local computer and also in remote server. now my problem is registered using local registration form on my local computer it will be updated on local db and remote server db. if registered using remote server it…
Naresh
  • 17
  • 1
  • 6
0
votes
1 answer

Long running remote script ( PHP to Python)

I have created a site in laravel. Where i use below code to get result from an external python script. $ssh = new \phpseclib\Net\SSH2("11.111.11.11", 22); ignore_user_abort(true); set_time_limit(0); $ssh->setTimeout(0); $result = $ssh->exec("python…
user3502250
  • 343
  • 1
  • 5
  • 18
0
votes
3 answers

Remotely deactivate an excel file via vba

I would like to know if there is a way to remotely deactivate an excel file via vba. The problem: My company uses an excel file for sales to provide quotations to the customer. Now when there is an update to our pricing scheme I send a new version…
jonas778
  • 75
  • 2
  • 11
0
votes
1 answer

tar over ssh in combination with sshpass

I (very) recently posted this question in regards to tar over ssh. The question now has an answer, and I am now asking a different question. I run the following command to push code from my local machine to my server where it will run. tar -cJf -…
FreelanceConsultant
  • 13,167
  • 27
  • 115
  • 225
0
votes
0 answers

How can I develop on remote server with netbeans

I am developing a java web application with netbeans. The application has to run on a "strong" server and cant run on my computer for testing. Today I developed and loaded the *.war file with the Tomcat Web Application Manager. This takes a long…
user1702736
  • 51
  • 1
  • 6
0
votes
0 answers

Kendo grid - pass to server only changed data

Is it possible to configure a parameterMap to send server only changed item, or only actual added ... not all models? I found the function isNew() and dirty in kendo documentation for check if is model edited or if is it new, but it's not working…
Denis Stephanov
  • 4,563
  • 24
  • 78
  • 174
0
votes
2 answers

How to integrate version control for server files?

I'm fairly new to using git and I've only cloned git repositories to local folders before. But now I am working off files that are on a remote server. We run all our simulations there and use an SSH tunnel to connect and transfer files. I'm…
oppnahar
  • 81
  • 1
  • 10
0
votes
2 answers

How to check if database exist on Remote Server through SQL query

I have a table as following in SQL Server 2012. |---------------------|------------------|------------------| | ClientName | servername |Databasename | |---------------------|------------------|------------------| | c1 …
atp9
  • 890
  • 1
  • 11
  • 23
0
votes
1 answer

Address of WCF Service on remote machine?

If I have a machine running a WCF service, what would the address be for it on a different machine on network? http://localhost:8080/api/stages = ???
Michael Meritt
  • 383
  • 5
  • 18
0
votes
1 answer

From eclipse project to remote server, how can I make the process faster?

I've been developing a web app on localhost for the past few months and now I wanna keep developing it on a remote server for a more realistic environment. I have a google compute engine instance ( a remote machine with my webServer on it ) running…
Ced
  • 15,847
  • 14
  • 87
  • 146
1 2 3
99
100