Sponsored Content
Full Discussion: how do i run unix?
Top Forums UNIX for Dummies Questions & Answers how do i run unix? Post 4274 by alwayslearningunix on Monday 23rd of July 2001 09:36:04 AM
Old 07-23-2001
Search the forum on how to install Linux and Windows on the same machine (on the same disk or separate disks) as this topic has been covered many times.

"Hard" and "Easy" are subjective terms in this context Smilie Many people regard windows as being easy due to the GUI, however the UNIXes and LINUX have well developed and just as easy to use GUI's. Anything can become easy, it just takes a bit of time and patience to become familiar with something. *IX has the pretty GUI capabilities combined with the good old command line which is the qucikest, most powerful and versatile method of interfacing with a much more stable operating system.

You need a CD burner in order to copy the operating system(s) that you download from the internet onto a CD which can then be used as to install from. If your burner is not working, then you can always order the CD's of the relevant operating system from the websites mentioned.

I'm not sure what you mean by is it "telnet" or DOS. Both Windows and *IX have telnet capability, it's a universal means of gaining access to a machine. *IX has games, I am not too sure on the level of sophistication and development with regards to that however, if you're spending time playing games on a *IX machine I believe you're really wasting it's potential and missing the more fun stuff Smilie

Regards.

alwayslearningunix
 

10 More Discussions You Might Find Interesting

1. IP Networking

Run commands on a UNIX with NT

Hi I'm trying to automatically run a command on a UNIX (AIX) machine from a Windows NT 4 machine. I can do this manually using the 'rexec' or 'rsh' command but I need an automatic login (on the AIX). In the manual I've found that there should be a '.rhosts' file on the Unix machine in the... (1 Reply)
Discussion started by: Mark Detrez
1 Replies

2. UNIX for Dummies Questions & Answers

can unix run on a pc? war.

I posted a message on a board asking if unix and linux could run on one pc. I was told unix cannot run on a pc. Then i was told unix variations can run on a pc but the orignial unix,..a 64 bit os cannot run on a computer. Now i've seen 386's run unix, my friend has a 386 altos ..that cant... (4 Replies)
Discussion started by: avaist
4 Replies

3. UNIX for Dummies Questions & Answers

How do i run a program while in Unix?....

Im new and wanted to know if im in the unix terminal and lets say i want to run microsoft word for example. i go in and go into the HD and then keep going and i type ls and see that microsoft word.app is there. how do i run it from that? (4 Replies)
Discussion started by: Corrail
4 Replies

4. What is on Your Mind?

Can we run a dll in unix?

I have created DLLs in c++. Is it possible to run these DLLs in unix so that I can save time converting function/scripts in unix? In this way I can reuse these DLL in Unix. Thanks. (2 Replies)
Discussion started by: alestoquia
2 Replies

5. UNIX and Linux Applications

Is it possible to run .exe in unix

hi friends i want to know if its possible to run windows exe files in unix.... i know the file system in windows and unix are totally different. but is there any application which allows this???? (2 Replies)
Discussion started by: vikashtulsiyan
2 Replies

6. UNIX for Dummies Questions & Answers

Cannot run UNIX executable !

I have installed the Darwin Calendar Server on my Mac and got it working. To start the server I open a Finder window on my mac and click the UNIX executable called RUN. In order to start the server automatically on bootup I used LINGON to add a startup Daemon to call "RUN -d". When I reboot... (6 Replies)
Discussion started by: thylacine
6 Replies

7. UNIX for Dummies Questions & Answers

To run Unix on CD in WinVista

Hello. I'm using Windows Vista. I would like to know more about UNIX and I want to be able work from home. Is there any option to run Unix on my system, from the CD drive (I mean, without installing)? Thanks. (2 Replies)
Discussion started by: apkarthi26
2 Replies

8. UNIX for Dummies Questions & Answers

how to run a C file in unix??

Hi, can anyone let me know how to compile and run a C program in UNIX window? I just tried CC filename.c in ksh it is showing that "ksh: cc: not found" error and ./a.out is also not found. can anyone let me know what should i do. thanks in advance.:b: (4 Replies)
Discussion started by: janani_kalyan
4 Replies

9. Shell Programming and Scripting

How to run a unix command in VI

Hi, I have below command to run in from a file. Aim to run this command and assign that to a variable. ps -ef | grep keepalive | grep -v keepaliveStub | grep -i ficctprd | grep -v grep | awk '{ print $2 }' How can i do that? Thanks, Sateesh (2 Replies)
Discussion started by: kotasateesh
2 Replies

10. Shell Programming and Scripting

How can i run sql queries from UNIX shell script and retrieve data into text docs of UNIX?

Please share the doc asap as very urgently required. (1 Reply)
Discussion started by: 24ajay
1 Replies
codeEditor(1)						       PythonCard Developers						     codeEditor(1)

NAME
codeEditor - A Python-aware code editor written using the PythonCard GUI framework SYNOPSIS
codeEditor [file] [switches] DESCRIPTION
The codeEditor program is one of the tools included with the PythonCard GUI framework. It is focused on being a simple to use Python source code editor. It is not intended to be a generic editor or replace vi(m), Emacs, etc. If you are already happy with your existing editing environment for Python source code, there is no particular reason you have to switch. codeEditor borrows ideas and code from IDLE as well as Mark Hammond's Pythonwin, PyCrust (the PythonCard shell) and Robin Dunn's pyshell.py. The core editor component uses the wxPython wxStyledTextCtrl (wxSTC) which in turn uses Neil Hodgson's Scintilla. Isn't open source fun? In 15 minutes you can have a pretty decent editor by standing on the shoulders of others. SWITCHES
Note that switches must come after any filename in order to be recognized. -p Show property editor -m Show message watcher -l Enable logging -s Show shell -m Show namespace -d Show debug menu NOTES
The codeEditor utility also provides additional functionality that is not discussed in this manpage, because it is somewhat difficult to completely describe usage of a GUI program in a text-based manpage. For more detailed usage instructions or for more information on the PythonCard GUI framework in general, you should install the pythoncard-doc package and take a look at the various walk-throughs, tutorials and samples included with it. Once the pythoncard-doc package is installed, the documentation is installed to /usr/share/doc/pythoncard-doc, and is also available via Debian's doc-base infrastructure - find it in the Devel section using dwww(1), doc-central(1) or dhelp(1). If you would rather not install the pythoncard-doc package, you can find essentially the same information on the PythonCard website: http://pythoncard.sourceforge.net BUGS
Although it is considered to be stable, this is still development-level software. If you use codeEditor as a real text editor then you may want to work on backup copies of documents in case there are bugs that might corrupt your text. Please report bugs in this or any PythonCard component to the Debian Bug Tracking system using reportbug(1). AUTHOR
This manpage was written by Kenneth J. Pronovici <pronovic@debian.org>, for use by the Debian project. Content was based on previously- existing PythonCard documentation in other forms. SEE ALSO
resourceEditor(1), findfiles(1), PythonCard GUI Framework August 2003 codeEditor(1)
All times are GMT -4. The time now is 01:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy