Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [remote]

Working through the network with files, programs, etc., that are stored on a distinct machine from the original host.

0 votes
0 answers
10 views

execute a script on different remote machines on multiple files

I want to execute a script which is located on different machines. On each machine there is a set of files which the script should scan. I have something like this but it does not work: for host in ...
Unsal's user avatar
  • 1
1 vote
0 answers
18 views

While Loop Exits After Calling Function [duplicate]

I'm trying to do a db backup script using Bash. When adding a "Resume" feature to the script, I do the following loop calling defined functions to do step by step (depending on the .lock ...
James's user avatar
  • 111
0 votes
0 answers
130 views

Error when setting up Google Remote Desktop on Ubuntu 24.04 LTS

I'm trying to set up google remote desktop from my Ubuntu system but I am getting the following error once I input the PIN number: /opt/google/chrome-remote-desktop/start-host --code="4/...
Gabriel A. Colón Sánchez's user avatar
0 votes
2 answers
50 views

tar: ./.tar.gz: file changed as we read it | "Flagged" files are unrelated to the file tar is supposed to operate on

I am trying to use tar to recursively compress all files with the .lammpstrj extension within the directory tree starting at the directory whose path is stored in the variable home. home contains the ...
Felipe Evaristo's user avatar
1 vote
1 answer
77 views

scp from remote Linux server to local windows 11 machine returning "no such file or directory"

So I'm trying to download some data from a remote linux server onto my (unfortunately) windows 11 machine using the scp command in windows powershell. While I can send data to the server just fine, ...
Ataaamic's user avatar
0 votes
2 answers
82 views

SCP from A to C via B without making intermediate copy at B [duplicate]

I haven't seen this issue before, and I have been struggling for days, so I would be so grateful for some help. I have a tar on my Desktop (Desktop) that I am trying to copy to a remote server using ...
user286564's user avatar
0 votes
0 answers
36 views

diff -qr command between local and remote directories

According to this process substitution can be used to do a SIMPLE diff between local and remote machine. However, I want to use the -qr option in the diff command, i.e., it must be recursive and brief ...
Ajned's user avatar
  • 109
0 votes
1 answer
27 views

Issue with using SSH with jump host

From outside my network I can access my outside-facing server using a public-key with: ssh [email protected] From that shell, I can then access another server on the network (typing in the password) with: ...
Cirrocumulus's user avatar
0 votes
1 answer
24 views

Is it possible to move transmission (with all running torrents and downloaded data) from ubuntu GUI onto a transmission-remote server?

I currently have transmission running on a PC running Ubuntu desktop which I leave running continuously. It currently has over a hundred torrents in various levels of activity uploading and ...
Peter McN's user avatar
1 vote
0 answers
66 views

SSH client with instant input echo

When using the terminal on code-server (VSCode probably does it as well), input is instantly shown on screen (grayed out, until the server actually responds): When I connect to the remote machine ...
LHLaurini's user avatar
  • 233
0 votes
1 answer
121 views

Unable to SSH into remote machine but able to ping - VPNC

I'm writing and posting the solution that I found with a recent issue regarding VScode remote server, ssh and VPNC. Yep, I lost to much time on it, hope to save your time. Issue I had to change VPN ...
Francesco Taioli's user avatar
0 votes
2 answers
82 views

Counting Files in Remote location using sftp in shell script

Getting Error with the below command to check on the Remote directory a specific type of files. The requirement is to get the count of the specific files. file_exists=$(sftp $FTP_UNAME@$FTP_HOST ls *$...
MALABIKA GARAI's user avatar
-1 votes
2 answers
50 views

Rsync with multiple wildcards

How can I rsync all files of multiple types from a remote server? E.g. I want to rsync all pdf's and png's from a folder on the server. This raises a syntax error: rsync REMOTE_SERVER:REMOTE_PATH/{*....
dkv's user avatar
  • 477
0 votes
0 answers
80 views

Is possible restart a suspended system remotely?

For Ubuntu and Fedora based on GUI - both as remote clients - in a laptop (and even PC) is possible execute remotely through either SSH or Remmina the following command: sleep 15 && systemctl ...
Manuel Jordan's user avatar
0 votes
1 answer
55 views

Remote Ubuntu PC becomes very slow when run in background

I am using my Ubuntu remotely via SSH mainly to use Python and manage data science projects. I usually run my scripts through shell files. I use tqdm to track processes times. When I disconnect from ...
David Harar's user avatar

15 30 50 per page
1
2 3 4 5
46