What files exaclty?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers What files exaclty?
# 1  
Old 10-23-2001
Question What files exactly?

Hello,
I've recently began learning to pogram in C++ and found out that to get a decent compiler i would have to spend an awful lot of money to get a program that i don't think is worth spending all that money for.
Because i had heard that most programmers use linux and/or unix i began searching the net for a copy of unix.
Now i've got this program called virtual PC that enables you to run linux or unix in windows i tried to install linux RedHat 7.1 with it.
The installing went well (but noticably slower than when istalling in wehn booted) but when i wanted to log in i got problems, the GNOME gui wasnt working at all so i got a text based log on.
And the screen kept on flickering so i couldnt type anything in.

So i decided to try to install FreeBSD with it, but when i got to the ftp site i found myself looking at all these files and didn't know which to actually download,

So i just wanted to know which files should i download to get FreeBSD working 'properly'.

Thanks.

Last edited by Mr-Pixie; 10-23-2001 at 09:44 AM..
# 2  
Old 10-23-2001
I don't really have an answer to your question because I don't know much about FreeBSD, but here's another possible solution: check out <A HREF="http://sources.redhat.com/cygwin/">Cygwin</A>. It provides a full Unix environment (shell, compilers, utilities, etc) within Windows. Install is very easy, you don't need new partitions on your disk, etc. Of course if you really want to learn Unix the best way is to install on a second hard drive (or second partition) and dual boot.
# 3  
Old 10-23-2001
Thanks,
I eventually did find out which files to install,
Then i had another problem, the partitioning.
So i think i'll try Cygwin before i completely trash my system. Smilie
# 4  
Old 10-23-2001
linux

You can go to a local bookstore and buy a Linux OS for around $30.

I bought at Borders a copy of Linux-Mandrake for $30. If you have a recent PC, It will load just fine and you can have the GUI interface similar to Windows. In order to dual boot your system I would create the LILO boot disk so that you can boot from Linux when the disk is in your A drive.

There are other versions including RedHat, but I like Mandrake Linux better.

I believe they have a website:

www.linux-mandrake.com/en/
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Automate splitting of files , scp files as each split completes and combine files on target server

i use the split command to split a one terabyte backup file into 10 chunks of 100 GB each. The files are split one after the other. While the files is being split, I will like to scp the files one after the other as soon as the previous one completes, from server A to Server B. Then on server B ,... (2 Replies)
Discussion started by: malaika
2 Replies

2. Shell Programming and Scripting

Shell script for field wise record count for different Files .csv files

Hi, Very good wishes to all! Please help to provide the shell script for generating the record counts in filed wise from the .csv file My question: Source file: Field1 Field2 Field3 abc 12f sLm 1234 hjd 12d Hyd 34 Chn My target file should generate the .csv file with the... (14 Replies)
Discussion started by: Kirands
14 Replies

3. Shell Programming and Scripting

Append string to all the files inside a directory excluding subdirectories and .zip files

Hii, Could someone help me to append string to the starting of all the filenames inside a directory but it should exclude .zip files and subdirectories. Eg. file1: test1.log file2: test2.log file3 test.zip After running the script file1: string_test1.log file2: string_test2.log file3:... (4 Replies)
Discussion started by: Ravi Kishore
4 Replies

4. Shell Programming and Scripting

How to create zip/gz/tar files for if the files are older than particular days in UNIX or Linux?

I need a script file for backup (zip or tar or gz) of old log files in our unix server (causing the space problem). Could you please help me to create the zip or gz files for each log files in current directory and sub-directories also? I found one command which is to create gz file for the... (4 Replies)
Discussion started by: Mallikgm
4 Replies

5. Shell Programming and Scripting

need a shell script to extract the files from source file and check whether those files existonserve

Hi, I am new to shell scripting.Please help me on this.I am using solaris 10 OS and shell i am using is # echo $0 -sh My requirement is i have source file say makefile.I need to extract files with extensions (.c |.cxx |.h |.hxx |.sc) from the makefile.after doing so i need to check whether... (13 Replies)
Discussion started by: muraliinfy04
13 Replies

6. Shell Programming and Scripting

sort the files based on timestamp and execute sorted files in order

Hi I have a requirement like below I need to sort the files based on the timestamp in the file name and run them in sorted order and then archive all the files which are one day old to temp directory My files looks like this PGABOLTXML1D_201108121235.xml... (1 Reply)
Discussion started by: saidutta123
1 Replies

7. UNIX for Dummies Questions & Answers

write a program in c in unix that display the files(includ sub-direc and files within) in a sorted

the sorting is based on name of file, file size modification time stamps o f file it should dislay the output in the following format "." and ".." enteries should be ignored please give some idea how to do it (1 Reply)
Discussion started by: pappu kumar jha
1 Replies

8. Shell Programming and Scripting

How to extract data from indexed files (ISAM files) maintained in an unix server.

Hi, Could someone please assist on a quick way of How to extract data from indexed files (ISAM files) maintained in an UNIX(AIX) server.The file data needs to be extracted in flat text file or CSV or excel format . Usually we have programs in microfocus COBOL to extract data, but would like... (2 Replies)
Discussion started by: devina
2 Replies

9. Shell Programming and Scripting

How to retrieve all the linked script files/ctl files/sql files?

Hi I am going to migrate our datawarehouse system from HP Tru 64 Unix to the Red Hat Linux. Inside the box, it is running around 40 cron jobs; inside each cron job, it is calling other shell script files, and the shell script files may again call other shell script files or ctl files(for... (1 Reply)
Discussion started by: franksubramania
1 Replies
Login or Register to Ask a Question