I don't know where to start


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I don't know where to start
# 1  
Old 01-31-2002
Question I don't know where to start

I have been in computers for 30 years and know everything about MS, but nothing about anything else. Been developping websites (inter alia) running on MS servers using ASP's and vbScripts which apparently does not work under Unix.

My own website is being hosted on a Unix server and I need to extract data out of a database and all kinds of other little things.

I would like to set up a Unix server on my network to practice on. I have a good pentium based computer for the purpose. Plenty of Internet bandwith, so downloading is no problem

1) What version of Unix should I use and where can I find it?

2) What scripting languages should I look at to attain the same results?

3) What tools are available and where can I get them?

4) What tutoring aids are available, and where can I find them.

Ps.
In my country dollars are very expensive (many people work for less than thirty US$ per week) and buying something that will only be used a few months is not really an option.
# 2  
Old 01-31-2002
There are couple of books you could buy (if only you could afford them). Some have training and educational copy CDs which could be used to achieve your goals.

The flavor of unix you want largely depends on you. But I may suggest Solaris. It appears to me very common and thereby has many support available.

Anyone you get would definately have user's manual which could assist you.

Just make a bold step and get one then you'll go from there.

Sola
# 3  
Old 01-31-2002
dear paul@saccom,

1. since you have a pentium machine, the best for you is LINUX. You may try Redhat or SuSe. They are available for free download. the download sites for LINUX is numerous.

2. XML, PERL, TCL, etc

3. same

4. google.com. look for tutorial+<subject>

imho...

all the best and welcome to UNIX world!
# 4  
Old 02-01-2002
1) I would suggest you to get a Linux distribution like RedHat or SuSE. If you don't want to spend money on them you can even download them for free. Have a look at www.redhat.com or www.suse.com. However if you decide to buy one, they both contain some good manuals which will help you with the installation and the basics.

Furthermore they both come with loads of software, basically everything you'll need for a start.

2) Perl, PHP mostly for webstuff.

3) As I said before, you'll find all the tools you need to get started on the CD's of the distribution.

4) You'll find loads of basic information on www.linuxdoc.com.
Then there is of course google.com which will find the answer to many questions you mayhave. Also there is a lot of information about Perl, PHP etc. available on the web.
# 5  
Old 03-25-2002
Hammer & Screwdriver

Thanks,
The response is good, but I'm not really winning. Given up but will retry now. I have tried to download from University Stellenbosch (closest to me) twice but cannot get wise. Don't think I get all the stuff. Maybe I should try another site.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Don't know how to start..

Write a pipeline that takes a file as input and replaces all occurrences of exclamation marks (!) by underscores (_) . The pipeline should also prepend your login at the beginning of every line (the beginning of a line is specified with ^ in Unix) (1 Reply)
Discussion started by: geena_b
1 Replies

2. UNIX for Dummies Questions & Answers

I don't where to start.

I am someone who has lived on windows till I knew it inside and out but was very ignorant to other operating systems. Last week, after hearing of a much better operating system with more control and structure, I switched to Unix. I have no idea what I am doing but I am happy to learn. Could... (4 Replies)
Discussion started by: newbie sarah
4 Replies

3. Programming

A project I'd like to start

Hi, I've been toying with the idea of one of two programs: - a filter that will mulch the source code of X programs to use the GUI toolkit of your choice, or - a generic wrapper for GUI toolkits that can be easily switched to use any one you prefer, perhaps including a similar filter to... (3 Replies)
Discussion started by: La Temperanza
3 Replies

4. UNIX Desktop Questions & Answers

SuSE 8.0...I can't get SaX2 to start on Hercules 128 and YaST2 won't set up X either.

I'm trying to set up a school Linux computer and use Samba to link it to Windows NT. Pentium-133 Hercules 8 meg Stingray 128/3D I'm not too familiar with SuSE's config tools (more used to Mandrake) and so am having some trouble configuring X. SaX2 just won't start, even when I use "sax2... (1 Reply)
Discussion started by: HumanBeanDip
1 Replies

5. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

6. UNIX Desktop Questions & Answers

Genome Startmenu crashed why I don't Know ??

what I have to do ? (1 Reply)
Discussion started by: atiato
1 Replies

7. Programming

may be simple but i don't know -- Print current date from C program

How to print current date of the Unix system accessing thru C++ program ? I wrote like this #include <time.h> ....... time_t tt; struct tm *tod; .... time(&tt); tod = localtime(&tt); cout << tod->tm_mon + 1 << "/" << tod->tm_mday << "/" ... (6 Replies)
Discussion started by: ls1429
6 Replies

8. Programming

a very simple question (but i don't know)

how to write a program that receive a string from keyboard and then print it out. i write a program: main() { char str; gets(str); printf(str); } but when i compile it, the system said something like "new line is not last charicter" and sometime the system said "a3.c is up to date"... (1 Reply)
Discussion started by: dell9
1 Replies

9. UNIX for Dummies Questions & Answers

Don't hate me because I'm stupid...

Hi all, I don't know the first thing about Unix, but I would like to learn. I would like to know what the difference between Linux and Unix is, and where I can obtain a copy of either. Thanks :o (8 Replies)
Discussion started by: ThisIsNewToMe
8 Replies

10. UNIX for Dummies Questions & Answers

Don't Know to Rebuild Linux Kernel(URGENT)

Hello. I'm installing Oracle8i on Red Hat Linux Server 7.0. The Oracle documentation has some preinstallation request to be carried before installing the Oracle software. It asks to modify some SEMAPHORE & SHARED MEMORY values in to a specified file. And finally after updating this values it... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies
Login or Register to Ask a Question