Sponsored Content
Top Forums Shell Programming and Scripting Shell Script for remote Middleware Post 302498956 by shiv2001in on Wednesday 23rd of February 2011 01:07:30 AM
Old 02-23-2011
Sorry sir - it is not working - its just hangs and wont respond and I have Ctrl+C to quit my putty
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

remote login via shell script

is it possible for me to have a shell script log me in to a telnet session? i have in mind something along the lines of % telnet host < script, where the first two lines of script will be username and pass followed by a list of commands to execute on the remote host. this doesn t work as... (4 Replies)
Discussion started by: lethe
4 Replies

2. Shell Programming and Scripting

remote-login via Shell-Script

Hello all, I would like to login from one unix-system with a (tcsh)-script to an other unix-system.The login-procedure and the transmission of username, resp. password runs via ssh. The problem is after logging onto the remote server once "Enter" has to be pressed, before one gets to the... (1 Reply)
Discussion started by: Juergen Paepke
1 Replies

3. Shell Programming and Scripting

Script using rsh(remote shell)

Hi, I am writing a script that will require me to perform tasks across servers. I tried to use rsh <host> "Commands..." > /dev/null 2>&1. However, I am required to execute a long series of commands after that and rsh does not seem to support this and its also insecure. I tried to use rsh to... (5 Replies)
Discussion started by: joseph_ng
5 Replies

4. Shell Programming and Scripting

Getting remote data through shell script

Hi, I need to get the details (File System status & Memory status) of a remote server. I am executing a shell script in ksh and preparing the report. Pls help. Regards, armohans. (1 Reply)
Discussion started by: armohans
1 Replies

5. Shell Programming and Scripting

Run Shell Script on Remote System

I honestly tried searching for this in this forum and in google. Maybe I found the answer but didn't even realized it. I would like to run shell script thats on my machine that collects the hostname and IP address from the remote system and sends the output to my machine. I'm not sure if need... (2 Replies)
Discussion started by: elbombillo
2 Replies

6. Programming

Expect script to run a Shell script on remote server

Hi All, I am using a expect script to run a shell script on remote server, the code is as follows. But the problem is that it executes only first command, and hangs it doesn't run the next commands. spawn ssh $uid@$host expect "password:" send "$password\r" expect "*\r" send... (2 Replies)
Discussion started by: yashwanthsn
2 Replies

7. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

8. Shell Programming and Scripting

To run a local shell script in a remote machine by passing arguments to the local shell script

I need to run a local shell script on a remote machine. I am able to achieve that by executing the command > ssh -qtt user@host < test.sh However, when I try to pass arguments to test.sh it fails. Any pointers would be appreciated. (7 Replies)
Discussion started by: Sree10
7 Replies

9. Shell Programming and Scripting

Shell script for remote servers

Hi , I have written a small script : set -x #!/bin/ksh for i in `cat /tmp/list` ( list contains remove servers ) do ssh -t $i << EOF uname -a cd ~user echo "Enter the dir >" read dir path=`ll -ld /home/user/"$dir"` if ; then echo "Dir exists " read rm $path else echo "no such... (9 Replies)
Discussion started by: kpatel786
9 Replies

10. Shell Programming and Scripting

Except script to run a local shell script on remote server using root access

local script: cat > first.sh cd /tmp echo $PWD echo `whoami` cd /tmp/123 tar -cvf 789.tar 456 sleep 10 except script: cat > first #!/usr/bin/expect set ip 10.5.15.20 set user "xyz123" set password "123456" set script first.sh spawn sh -c "ssh $user@$ip bash < $script" (1 Reply)
Discussion started by: Aditya Avanth
1 Replies
sopwith(6)							   Games Manual 							sopwith(6)

NAME
sopwith - classic aerial combat shoot em up game SYNOPSIS
sopwith [ -n | -s | -c | -l | -j host ] [-glevel] [-f] [-2] [-x] [-q] [-p] DESCRIPTION
Sopwith is a classic 1980s shoot 'em up originally developed by BMB CompuScience. This modern port is a derivative of the original source code released by its original author, David L. Clark. This port can run using the SDL library to display on screen. Features include emula- tion of the original PC speaker sound effects using digital sound output, working networking and various extra features that were included by the author in the released sources. AUDIO
As of version 1.7.3, audio is now DISABLED by default. Audio can be enabled using the -p flag (see below). Once you're in the game, you will also have to use the S key to turn on sound effects. CONTROLS
The standard controls are as follows: comma/left arrow pull up slash/right arrow pull down period/down arrow flip plane Z decrease speed X increase speed space fire machine gun B drop bomb H autopilot plane to home base Z launch flare (if missiles are enabled) X fire missile (if missiles are enabled) S turn on sound effects Ctrl+C quit Ctrl+C Ctrl+C Ctrl+C quit immediately OPTIONS
-n Start a single player game in novice mode -s Start a single player in expert mode -c Start a single player vs. computer game -l Start a network game listening for a network connection -j host Start a network game, connecting to another listening host as specified by host -glevel Start the game on the indicated difficulty level. For instance, use -g2 to start the game on level 2. The default is level 0. -f Start in full screen mode if possible. -2 Double-size the display window -x Enable missiles -q Disable audio, the default behavior -p Enable audio -e Turn off intense explosions AUTHORS
Originally written by David L. Clark for BMB Compuscience Modern SDL/Gtk+ port By Simon Howard HISTORY
Sopwith was originally designed as a demonstration game for the Imaginet Networking System developed by BMB CompuScience of Canada. The system failed to become popular but Sopwith became a popular game for the IBM PC and compatibles. A sequel "Sopwith 2" was actually a newer version rather than a different game, but included many extra features, such as Oxen and birds. Sopwith was also ported to the Atari. The original author, David L. Clark, later created Sopwith - The Author's Edition with several extra features including missiles. This version of sopwith is based on the source for the Authors Edition. sopwith(6)
All times are GMT -4. The time now is 02:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy