Hi All,
I need script to perform below task.
1. I have a script in one server and need to copy this script to remote server
2. login in to remote server
3.
I am simply not a programming guy. I deal with networks. I need a script to copy files from a remote server(Linux) to another machine.I have only ftp access to the remote server. Files are generated daily but fetched twice a week. Can anyone help me out in this ????
Hi, Ubuntu users.
I'm having a problem in bash scripting. I want to download .gr2 files in ftp server, and place the downloaded files in $DocumentRoot/directories/directories and organize the file system image according to date. can anyone know the script ? ):P
Scenario: I'm having about hundred odd text files which are compressed as .gz. They need to be transferred to a remote server. I do not want to use scp. Both, linux servers.
my requirement/my idea: I want to write and execute a bash script on source server for this.
I have a server that I've setup running PHP. This serves JSON files and is running fine.
I also have several scripts that reads data from an outside source, connects to my MySQL Database Server, and runs commands to save the data to the MySQL Server.
Currently I am using Bash Scripts that are executed via Cron.
Hey,
This is a simple bash script which i've wrote that remotely shuts down servers via SSH upon being executed.
We have a pretty large APC UPS and are running Mac and Linux servers, the UPS only has the option for one signal cable which is currently attached to our main server.
Hello,
I am running into few issues, please suggest me what I am missing.
I am running this script on a linux host.
Main idea of this script is to, login to each host via ssh and get uid of user, service user that I trying to run this script, has already deployed ssh keys and provide sudo access to root with password less on all the server.
issue: /tmp/hostname.txt file contains list o
Server A needs to connect over svn+ssh to Server B to grab some source files for deploying on Server A. My deployment script runs from my local dev machine via:
ssh serverA 'bash -s' < deploy.sh
I have a passphraseless public/private key pair set up between Server A and Server B.
When a web page is loaded on server A i want it to run a script on server B.