04-07-2006
UNIX Simulator for windows Xp.
Hi,
I need unix simulator, b'coz all the time I am not able to do experiment with my server machine.... plz suggest some free unix simulator.. I am using windows Xp OS.
Thanks
sweta.
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Okee problems...!!
What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
2. UNIX for Advanced & Expert Users
hi
i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies
3. UNIX for Advanced & Expert Users
Hi all:
I have windows XP and i want to learn UNIX SHELL PROGRAMMING! can you tell me any unix shell emulator or simulator which i can install on windows and learn unix shell programming (FOR SOME REASON I DONT WANT TO INSTALL LINUX)!!!
PLEASE HELP!
CHEERS (2 Replies)
Discussion started by: ravirajindia
2 Replies
4. UNIX for Dummies Questions & Answers
My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies
5. UNIX for Advanced & Expert Users
Hi,
I need a very good unix simulator for Windows XP.
I have been using Cygwin for past 2 months,but since it has some problem in VI editor ,i need to get an alternative for that.
could u suggest an option for me?
Manu Surendran (11 Replies)
Discussion started by: manu.surendran
11 Replies
6. AIX
Hi Friends,
I have this script for ftping files from AIX server to local windows xp.
#!/bin/sh
HOST='localsystem.net'
USER='myid_onlocal'
PASSWD='mypwd_onlocal'
FILE='file.txt' ##This is a file on server(AIX)
ftp -n $HOST <<END_SCRIPT
quote USER $USER
quote PASS $PASSWD
put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies
7. Shell Programming and Scripting
Hi Experts,
I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers.
Could some body provide the inputs for this.
and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies
8. Shell Programming and Scripting
Can anybody please help me on how to code for the below requirement:
I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies
9. Shell Programming and Scripting
hi guys,
i need a script to sftp the file from windows to unix server ....(before that i have to check whether the file exists in the windows server or not
and again i have to reverse sftp the files from unix to windows server.....
regards,
Vasa Saikumar. (13 Replies)
Discussion started by: hemanthsaikumar
13 Replies
LEARN ABOUT XFREE86
morse
MORSE(1) MORSE MORSE(1)
NAME
morse - A robotics simulator based upon the Blender Game Engine
SYNOPSIS
morse [command] [options]
DESCRIPTION
Morse, the Modular OpenRobots Simulation Engine, uses the Blender Game Engine to provide a general purpose robot simulator. A robot and
its environment are defined in Morse by creating a model in Blender. Actuator and sensor objects are attached to a model, and may be inter-
acted with via a variety of middleware protocols. Simulations can be programmed via Python scripts or inside of Blender itself. Currently
supported middleware includes YARP, MOOS, ROS, Pocoslibs, as well as a plain socket interface.
COMMANDS
[None] Launches the simulator interface with a default scene
create filename
Creates a new empty scene and launches the simulator interface
run filename
Runs a simulation without loading the simulator interface
exec filename
Runs the given Python script with a default scene
check Checks the environment is correctly setup to run morse
help Displays information regarding the program
version
Displays the version number
SEE ALSO
morseexec(1) blender(1)
COPYRIGHT
2009-2010, LAAS-CNRS/ONERA ; 2010-2012, LAAS-CNRS
0.5.2 May 14, 2012 MORSE(1)