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

How do I establish a bidirectional SSH Tunnel

Is it possible to do the following via an SSH tunnel... Host-1 establishes an SSH connection to a Remote Server I wish to log into the Remote Server and execute commands over SSH back on Host-1 Host-1 is a device that I will not have access to…
Barry
  • 722
  • 1
  • 9
  • 13
24
votes
6 answers

How to run a jupyter notebook through a remote server on local machine?

I have a remote access to remote server from my university and I'm accessing it through my local machine! However, my local machine has not enough memory to run multiple jupyter notebooks. Is there any way to run them through the remote server,…
Mahesh
  • 556
  • 1
  • 3
  • 16
24
votes
2 answers

Connecting to remote redis server

I wanted to make some changes in redis.conf, so that whenever i type redis-cli it connects me to redis installed on remote server. I know that we can connect to redis installed on remote server by : redis-cli -h 'IP-Address-Of-Server'. But…
user1304683
  • 365
  • 1
  • 3
  • 11
22
votes
2 answers

Retrieving files from remote IPython notebook server?

If I don't want to give out SSH access to users of my remote IPython notebook server. Is there a way to let users browse non .ipynb files and download them?
user1234310
  • 321
  • 1
  • 3
  • 9
21
votes
5 answers

ADB tcpip command without cable

I need remote ADB shell.. I know that we have to issue "ADB tcpip ".. to change ADB server to TCP listening mode. But, the problem is that my phone is not rooted, and I do not have USB cable. I can't issue tcpip command since I do not have USB…
Jason Hwang
  • 227
  • 1
  • 2
  • 3
19
votes
1 answer

VSCode: How to run a Jupyter notebook in a docker container, over a remote server?

I can use the docker extension, and right click 'attach shell' to a running container. However, my Jupyter notebooks is not running in that container. I tried googling how to run a jupyter notebook in a docker container, but I didn't get any…
SantoshGupta7
  • 5,607
  • 14
  • 58
  • 116
17
votes
2 answers

How to setup Codeception with remote code coverage?

I have two repo on my machine API Codeception repo that tests API In API repo I have added codeception+c3 "require-dev": { "codeception/codeception": "2.*", "codeception/c3": "2.*", I've also included c3.php inside index.php, but when…
Ivan Z. Horvat
  • 385
  • 1
  • 4
  • 14
15
votes
3 answers

How to send data to remote server using Javascript

I need to send data to a remote server using javascript. How do I do this? Background info: There's a webpage from which I extract some information using JS, and I need to send it back to another server for processing. Response is not neccesary. The…
Janis Peisenieks
  • 4,938
  • 10
  • 55
  • 85
14
votes
1 answer

vscode remote-shh: switching user in the file explorer

I have VSCode with the extension remote-ssh installed. I connect to a remote host by username and IdentityFile. To access certain files on the remote host, I have to switch users using su . But when I switch users, I can only access the file…
14
votes
3 answers

How to mongoimport in a remote server

I'm trying to create a simple website that displays a table based on a relatively small json data (>5MB). I plan on importing the json into MongoDB and performing queries using a driver (either Mongoose or PyMongo). As the data size is very small,…
chachacha
  • 328
  • 1
  • 2
  • 10
13
votes
4 answers

VS code can't ssh to server: failed to create hard link

SETUP I have a windows 10 PC connecting to my linux server (ubuntu 18.04.2). I run/edit code on my powerful server by remotely accessing the server through VS code's ssh ability. It is super convenient to edit my code on the server with VS…
ArmandduPlessis
  • 929
  • 1
  • 8
  • 14
13
votes
1 answer

PyCharm remote processes finish when connection breaks

I am running a project using a remote interpreter using an SSH connection (PyCharm professional 2016.3.3). When I have a connection everything works fine, but if my connection gets interrupted (either I accidentally close the laptop lid, enter sleep…
oliversm
  • 1,771
  • 4
  • 22
  • 44
13
votes
13 answers

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, but would really like a graphical text editor. I have two problems: I have to use sudo to edit these server files when I ssh in. I can only…
db-user
  • 223
  • 1
  • 2
  • 11
13
votes
8 answers

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 with the exception of providing the password to the root account. The root password contains a dollar sign that I cannot seem to get to work.…
linsek
  • 3,334
  • 9
  • 42
  • 55
12
votes
3 answers

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 session /server:. But Every time I end up getting the following error: Error:1722 getting session names. Error[1722]: The RPC sever…
Ninja
  • 331
  • 1
  • 3
  • 16