Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

"Remote" could refer to either the network resource availability (e.g. "the user can interrogate the information remotely"), the user access to a network resource (as in "server access authorization through a Remote Desktop Connection/Protocol"), or even the location of the user related to the network accessed ("A Teleworker is allowed to connect remotely on 2 days per week through VPN/Remote Access, if there is a home office space available and all the conditions are met to allow the worker to perform the expected duties remotely").

626 questions
-1
votes
1 answer

GUI Package Management on Remote Server

Usually I manage the packages on remote debian servers via SSH using aptitude or apt-get in CLI mode. Aptitude also does have an ugly interactive mode. However, on desktop systems I love the comfort and overall view of GUI tools like Synaptic. Is it…
Pinke Helga
  • 141
  • 2
  • 8
-1
votes
1 answer

Powershell replace host file of remote machines

We have a partner site that must be accessible only if we add the entry for it in the host files of the computers we need to access it. How can we update the host files or the workstations via powershell remotely ? I was thinking of doing this in 2…
Overmind
  • 3,076
  • 2
  • 16
  • 25
-1
votes
1 answer

Shell script to store server list for ssh remote connection

I want to store all servers in the local server(Linux Jumpbox), so I can connect by simply searching for specific hostname and ssh remotely from my Linux jump box. So, the requirement is, input the server hostname, which should search in existing…
CoolChap007
  • 13
  • 1
  • 3
-1
votes
1 answer

Remote Desktop listening IP

I have multiple Windows 2012 R2 servers. Each server is using just one NIC port that has around 15 IPs binded to it. I want to configure RDP to only listen on one IP, I've configured rules on windows firewall which stop any outside connections…
Chris D
  • 1
  • 1
-1
votes
1 answer

How to redirect remote computer's output file to local using psexec

i can run remote commands without any problem and get output to my local machine with psexec. but one of the command can export result as xml so i also send this parameter to save output as xml. during the process it shows information about progress…
-1
votes
1 answer

How would I access a Cisco router for configuration/management over the public internet

I want to connect a cisco router (2950 series) to my normal broadband router supplied by my ISP. I want to test whether I can access the router over the public internet for configuration/management. I have a public IP address from my ISP, that I…
NewJoiner
  • 7
  • 1
-1
votes
1 answer

How to forward a specific log file in a syslog config?

I just want to ask how can I log for example /var/log/test/test.log to a remote syslog-ng? Im using syslog not rsyslog. I can do it in rsyslog but not in syslog.
Sympatiko
  • 73
  • 1
  • 5
-1
votes
1 answer

Login by ssh , change the remote PS1 and don't quit the remote ssh shell

I want to change PS1 when i ssh another centos strshell = 'PS1="remote!"' os.system("ssh -i %s -l%s -p%s %s %s"%(SSH_KEY,SSH_USER,SSH_PORT,des,strshell)) ssh quit automatically. I want to stay in this shell.How to achieve it. I just…
-1
votes
1 answer

Remote storage on ubuntu server

I have an Ubuntu server having limited storage, 30GB. I need extra 100GB, how can I have a remote storage or remote drive which does not occupy local space? Cloud services like dropbox take local space, too.
AVEbrahimi
  • 139
  • 7
-1
votes
1 answer

How to allow remote connection to MySQL only for specific accounts in CentOS VPS?

I have a CentOS VPS. Port #3306 for MySQL is open for all customers, and they can connect to their databases remotely. As this can be a cause of security issues, I would like to stop all remote connections to MySQL by default and let only some…
-1
votes
2 answers

Check NRPE APT now working through Nagios

I'm able to monitor hosts' package statuses via terminal; but Nagios web ui gives an error like this: (No output returned from plugin) Here's the command that works properly via terminal: /usr/lib/nagios/plugins/check_nrpe -H myhost -c…
talha06
  • 111
  • 2
  • 7
-1
votes
1 answer

How do I use Windows Task Scheduler to run an executable on a remote server?

I am looking at consolidating all of our scheduled tasks that run on various servers (Win 2008 R2) within our domain on to one "Task Scheduling Server". I am a developer so I'm not even sure if this is a good idea or just a maintenance headache. …
-1
votes
1 answer

Mounting local external hard drive on a remote machine

I have an external hard drive, which stores extremely large files. This is LOCAL and is connected to my laptop/desktop. I run many different programs on a REMOTE Linux server. I need to use some of the large files (stored in the external drive) as…
Dibyendu
  • 101
-1
votes
2 answers

I cannot find the file 'my.cnf ' to change 'bind-adress' to allow remote managing of MySQL database

I want to update some data to a MySQL remote server. I have conexion between the server and the client through VPN and it works. But I can't manage server's databases from the client. I've read that I need to modify the file 'my.cnf' and write in…
David Lopez
  • 1
  • 1
  • 2
-1
votes
1 answer

Compile Qt project for Linux on remote Windows server

I have a high-configuration server with Windows 7 and several workstations with different versions of Linux (Ubuntu 12.04, Debian Squeeze). I want to copy sources of project to remote server, compile it to Linux executables, copy it back to Linux…
Riateche
  • 99
  • 4