Sponsored Content
Full Discussion: Unix emulator for windows 98
Top Forums UNIX for Dummies Questions & Answers Unix emulator for windows 98 Post 422 by HALLY on Sunday 3rd of December 2000 10:15:56 AM
Old 12-03-2000
Question

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when the computer rooms are closed!
Ta Ducks
Hally:0)
 

10 More Discussions You Might Find Interesting

1. Slackware

Windows Emulator?

I have heard of something called a windows emulator that allows you to run windows programs in linux, does this realy work? can I run any windows program (like a computer game)? and where can I get it :p (13 Replies)
Discussion started by: Kimm
13 Replies

2. UNIX for Dummies Questions & Answers

Can anyone recommend a freeware X-windows emulator?

Are there any freeware or shareware X-windows emulators out there? I only have the need for an emulator on rare occasions and would like to avoid having to purchase something like Exceed or x32. Thanks (1 Reply)
Discussion started by: rhack
1 Replies

3. UNIX for Advanced & Expert Users

Unix Emulator Or Simulator

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

Unix Shell Emulator

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 (3 Replies)
Discussion started by: ravirajindia
3 Replies

5. UNIX for Dummies Questions & Answers

UNIX Emulator

Where can I download a unix Emulator for Training and education of the IT personal in my company. (9 Replies)
Discussion started by: st_matan
9 Replies

6. UNIX for Dummies Questions & Answers

Unix Emulator for DOS Shell

would like to have ls, wc -l, etc all availble in this silly dos shell I'm stuck in thanks! (1 Reply)
Discussion started by: robersh
1 Replies

7. UNIX for Dummies Questions & Answers

which version of unix and termnail emulator

hello i have a computer sat around doing nothing so i what to install a version of Unix on it, i then want to access the computer from my pc though my home network e.g router. The thing is what version of unix should i use there are so many and being new to all of this some advice would be... (2 Replies)
Discussion started by: superdude
2 Replies

8. Solaris

Windows emulator on Solaris machine

Hello together, in our German company we have buyed one English Windows XP version. Every one of us should have access to this windows installation. So we have reconsidered that we want to install this Windows on our SUN SPARC Solaris machine. It is only used for checking out licenses of our own... (2 Replies)
Discussion started by: SPORTS
2 Replies

9. UNIX for Dummies Questions & Answers

Unix Emulator Cygwin

Hi, I installed unix emulator cygwin, it does not allow me to open vi editor. Can anybody know if cygwin supports vi. if not can somebody please refer a good emulator. (5 Replies)
Discussion started by: siquadri
5 Replies

10. Windows & DOS: Issues & Discussions

Mac OS X emulator for Windows XP?

Not quite sure if this is the right section, but you guys know lots of good stuff. Is there a good OS X emulator that I can put on my Windows XP system? I have PC's and at work/lab they run everything on mac's. Due to program compatibility issues, it would be nice if I could run mac software on... (2 Replies)
Discussion started by: silkiechicken
2 Replies
KUESVR(7)						 Miscellaneous Information Manual						 KUESVR(7)

NAME
kuesvr - the CERN KUIP edit server SYNOPSIS
kuesvr -p pid -c cmd -t tmpfile [ -e editor ] file DESCRIPTION
kuesvr is a small program called from KUIP. (KUIP stands for Kit for a User Interface Package; it is part of the Packlib library from CERN.) kuesvr allows the user to call up an editor from within a KUIP program (PAW, for instance) on the file given by file, and continue to use the program asynchronously. In general kuesvr is not called directly from the command line (in Debian it is not even located in the $PATH); instead it will be run automatically from a KUIP program when an editor is needed, as long as the command line set with KUIP's HOST_EDITOR command ends with an ampersand ('&'), and $DISPLAY is set. If $DISPLAY is unset (or, on non-Debian systems, if kuesvr cannot be found in $PATH), the ampersand will be ignored. For instance, PAW > HOST_EDITOR 'emacs -geometry 80x48 &' The editor is expected to create its own graphical window. However, since 'vi' is a frequent choice, setting HOST_EDITOR to 'vi &' will automatically be interpreted as 'x-terminal-emulator -e vi &' instead. OPTIONS
-c cmd Specifies the KUIP command invoking the edit server. -e editor Specifies the editor to be used. By default it is vi. Even though this flag is optional, it will be set anyway when kuesvr is called from the KUIP library. -p pid Specifies the process ID of the calling program. -t tmpfile Specifies the name of the temporary file used for communication between the calling program and the edit server. This is a Debian extension added for security reasons. It is a required argument, so this version of kuesvr will not work with a KUIP application using CERN's unmodified Packlib; nor will CERN's unmodified kuesvr work with the Debian version of Packlib. SEE ALSO
o paw(1) - a program that can use the edit server o the KUIP online help available with command "help host_editor" o the KUIP manual, available at http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/kuip.ps.gz AUTHOR
This manual page was written by Kevin McCarty <kmccarty@debian.org> for the Debian GNU/Linux system (but may be used by others). March 4, 2005 KUESVR(7)
All times are GMT -4. The time now is 07:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy