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").

613 questions
0
votes
1 answer

Troubleshooting RDP vs VNC

Question 1: “Does anyone know if RealVNC, TightVNC, etc... will allow audio pass through? For example, to allow sounds generated by the host computer to reach the remote computers that are logged into the desktop?” Question 2: “Does anyone know why…
Kenneth Baucum
0
votes
0 answers

How to configure Apache NTLM in order to get REMOTE_USER?

No matter where I put %{REMOTE_USER}, I got NULL. Can you please tell me how I can configure NTLM Apache in order to get REMOTE_USER ? RewriteEngine On #RewriteCond %{LA-U:REMOTE_USER} (.+) #RewriteRule . - [E=RU:%1] …
mehmetozer
  • 109
  • 3
0
votes
0 answers

How to preserve the name of the remoteUser while reverse proxy?

I am using a software which enables me to log my operations and one the things it is loggin is the name of the remote user. Neverthless, I have a little problem since I am working on a secured network, which gets Http requests from the port 9200 and…
mehmetozer
  • 109
  • 3
0
votes
2 answers

execute a script against a table on a different instance

Scenario Its pretty involved to explain but I have a procedure that updates data in two databases on instance1 and as part of the process (its a cursor for relevant reasons) it needs to make updates to a database on instance2 where certain criteria…
Fatherjack
  • 419
  • 3
  • 12
0
votes
0 answers

Unsolicited Remote Assistance on domain

I manage a domain using win 2k8 r2 and 100 PC on Windows7. I have configured the Unsolicited Remote Assistance proceeding with all the requirements posted…
0
votes
1 answer

Remote software Install on Windows 8 and above

Back in Windows XP/7 I remember being shown how to remote software installs via .msi with AD. Can you still do that in Windows 2012/8 days or was that dropped/removed? I've not even seen it mentioned in any 2012 tutorials either.
Jason
  • 3,821
  • 17
  • 65
  • 106
0
votes
1 answer

rsync backup remote server maintaining groups and owner

This might seem like a problem that should have been covered millions of times but I am running into issues that after days of scouring the net, I still can fix. I have a remote server that I want to backup in its entirety. I am running rsync from a…
Pankrates
  • 125
  • 1
  • 6
0
votes
3 answers

Add a command into an existent remote console application

I manage to open a console application in a remote computer by using PSTools using PsExec.exe. C:\PsExec.exe -i 2 -s -d \128.168.500.500 -u username -p password "D:\myApp.exe" That will open a console application (not just a console) remotely. Now…
Steve
  • 203
  • 6
  • 13
0
votes
2 answers

Quit remote process and start it later

I have a console application running remotely in multiple computers. I was wondering if there's any way to quit from it remotely and then start it again. I saw the use of taskkill to quit the application, but... is that the correct way of doing it?…
Steve
  • 203
  • 6
  • 13
0
votes
1 answer

VPN from home to office to AWS

I have a remote access VPN set up so developers can access our internal network. I also have an IPSec VPN setup so the personnel that are physically at the office can access the AWS servers. What I need to do is setup this network so that a…
Rickie
  • 13
  • 1
  • 5
0
votes
1 answer

How to create a snapshot volume to a remote server using kvm?

I want to backup a few virtual machines to a backup server. Here're the backup steps. suspend a virtual machine create a snapshot of the virtual machine using lvcreate -s resume a virtual machine dd if=/virtual_machine_path | lzop >…
Purres
  • 239
  • 1
  • 4
  • 18
0
votes
1 answer

How to clear cache in centos remote server?

I had been trying to clear cache in a remote server and I got these commands. First login as root user and execute: [root@server ~]# sync [root@server ~]# echo 3 > /proc/sys/vm/drop_caches bash: /proc/sys/vm/drop_caches: Permission denied But I am…
Supreeth KV
  • 1
  • 1
  • 4
0
votes
1 answer

How can I push operating system updates to remotely managed linux nodes?

I want to install a number of Raspberry Pi's in remote locations and push updates over the air to the operating system as necessary, in a way similar to mobile phones. There needs to be a partition for storing local data (such as wifi codes), so…
chrism2671
  • 2,549
  • 9
  • 34
  • 45
0
votes
2 answers

How to publish vmware VDI though Citrix Web Interface

I have a VMWARE Lab and CITRIX Lab and they work just fine, But is there a way I could publish VMWARE VDI Through Citrix Web Interface. I've XENAPP 6.5 and vSphere 5.1 and vmware stuff in place I'm trying to build a solution where VMWARE VDI could…
CrashOverride
  • 107
  • 2
  • 8
0
votes
0 answers

Terminal Services 2003 Require accounts logging in to have a password

I am required to look after a Terminal Services 2003 machine. Occasionally company staff will create a new Active Directory user with no password and grant that user permission to login to the Terminal Services machine. This machine is exposed to…
Dave Lucre
  • 195
  • 5