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
2
votes
5 answers

How to speed up Drupal 7 with remote DB (not DNS resolving)

we have Drupal 7 on Ubuntu LTS virtual machine (VMWare) with MySQL 5.1 server on the same physical server, but on a different virtual machine. The Drupal website is currently under development, therefore there is practically no traffic, however,…
Gnudiff
  • 533
  • 5
  • 20
2
votes
3 answers

How to have oracle database accessible remotely

I can connect to my oracle database using localhost:1521. However, connecting to the IP address does not work. I'm trying to do this because I am trying to connect to my database using another machine, but even the same machine cannot connect to…
Franz See
  • 189
  • 2
  • 5
  • 10
2
votes
1 answer

How to create an event entry on a web server?

How can I create an event on a remote Windows 2008 server that is outside of my own network? I'm aware of the eventcreate command in Windows, but it does not work with a computer that is not on the same network. Is it possible? This is what I…
2
votes
2 answers

Trying to connect phpMyAdmin to remote mySQL server ( 2002: can't connect )

Trying to get phpMyAdmin to talk to a remote mySQL server. The config is below and there is already a user set up in mySQL DB to be able to log in from the specified host that PMA sits on. Hosting is provided by Rackspace (Rightscale) and both cloud…
Malcolm Jones
  • 121
  • 1
  • 4
2
votes
4 answers

How to return multiline from remote SSH command

I have a script that backs-up remote systems, and want it to display disk space on the remote backup device prior and post running backup script. Thanks to another post have learnt how to run remote commands via SSH such as (SSH keys have been setup…
Eureka Ikara
  • 309
  • 5
  • 11
2
votes
3 answers

bash function with ssh

I am just getting into bash for the first time. How would I run a function on the server in this scope? drush status is something only on the server being ssh connected too. #!/bin/bash function test { drush status } function connect { ssh…
imp
  • 123
  • 1
  • 5
2
votes
2 answers

Performance: mysql socket vs. mysql remote

I'm running a couple of projects which consume a lot of MySQL power (10'000 qps in peaktimes)...now I'm wondering what would be the best setup in order to keep it fast and smooth even if the user numbers grow. Currently I'm using 1 server with…
2
votes
1 answer

Remote installation script great in XP, doesn't work in Windows 7

I have a script to install an .msi file out to a list of remote workstations. Works fine going out to XP machines. I now get error code 1603 when trying to run out to Windows 7 machines. psexec -u "domain\username" -p "password"…
2
votes
1 answer

Putty alternative for windows with support to remote port forwarding

I have been trying to find an alternative to putty for windows. It needs to be portable and it must support remote port forwarding. Putty has had problems with its own implementation of remote port forwarding…
Lindomar
  • 21
  • 1
2
votes
1 answer

Can not see drive in Remote Desktop Connection

I did an upgrade from Windows XP to Windows 7. Since I did that I can not see my drive. Of course I set the local ressources settings and the remote settings. The operating system on my server is Windows 2008 R2. I did the remote session with the…
andreaspfr
  • 203
  • 1
  • 3
  • 7
2
votes
1 answer

Remote Control For Unix(debian distro)

I have a problem where my unix systems are being sent out to all corners of the world where they are uploading data to a database. What I am finding is people dont know about Firewalls/Port forwarding to allow me ssh access. Is there any software…
DaveB
  • 25
  • 4
2
votes
1 answer

Can I copy Ex2010 databases physically before replicating them via a DAG

We have two Exchange 2010 boxes and are attempting to use DAG (similar to this setup except we are less than 1 mile away from the remote office) However we were wondering if it is possible to manually copy and paste the files necessary for…
greensmith
  • 133
  • 2
  • 6
2
votes
3 answers

Why does SCP write 0 bytes in this case?

I'm trying to copy my ssh key from my local vm to another box, everything seems to work ok, but when I check the remote box the file isnt there... Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.0 seconds scp doesnt look it's writing anything,…
qodeninja
  • 2,723
  • 10
  • 31
  • 33
2
votes
6 answers

Remote linux installation

How should I go about installing debian to a remote server, that I have no physical access to? Background about the server: debian installation, no xen or lvm, ext3 fs takes all disk with 11G free space. Here's my plan of action, please comment and…
Karolis T.
  • 2,709
  • 7
  • 32
  • 45
2
votes
2 answers

SSH dies when a lot of text transfers through it

I've got a strange problem with SSH. When I try to do something that sends a lot of text over it, often it will break the connection ("connection reset by peer"). It's not every time, but often enough to be extremely annoying. I don't know where to…