Help with finding the right version


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Help with finding the right version
# 1  
Old 05-15-2011
Bug Help with finding the right version

Hi,

This is real nube like. I want to gt back to some C programming in Unix using an old Armada E500 using Unix V release 4.

I've been away from programming and working with Unix for many years, but would like to get into it again. I have a couple of good reference books.

If someone could lead me to the right place to down load a free version of unix that would work on the old Armada and match the version mentioned, I would appreciate it very much.

Thanks kindly,

StashSmilie
# 2  
Old 05-16-2011
Well, it is an X86, so the LINUX choices seem to relate to boot devices it supports. Do you want to use SVR4 or LINUX? You might want to get an ANSI C at least, so you are learning a modern product. GCC/G++ can be used on this. It has many online tutorials.
# 3  
Old 05-16-2011
Hi,

I have some great manuals from way back; " A Book On C " by Kelley and Pohl as well as a set of system administrators reference manuals for USVR4.

I've also messed with Mac XTools as I'm predominately more familiar with it. Maybe I have everything I need and just don't know it, but I was hoping to get some use out of the old Armada E 500. I also came across a C++ Dev program from Bloodshed (I think?).

It's been so long, I'm just not sure where to look or what to look for.

Thanks kindly for replying and any and all suggestions will be explored.


Stash
# 4  
Old 05-17-2011
There is a group that installs tiny linux on old PCs to make them into cheap home workstations. Google pops a lot of such. You are better off with new OS on old hardware, as it is supported and properly supports new apps like compilers: JAVA JRE, gcc/g++ and c# open source clones. linux old PCs - Google Search=

You might even find you can perk it up using a SSD, max RAM, high rotation high density disk, even a good video card can offload the CPU. It might make a nice file server -- not CPU intensive.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Finding version of firefox in directory

I have a unique situation, I have a RHEL OS but also a file path that has a OS image (it is not the image running on the machine) if I run fire fox -version it will give me the version of the actively installed FF however I need to know if the version of FF sitting in the non active path is the... (4 Replies)
Discussion started by: cybersecEG
4 Replies

2. UNIX for Dummies Questions & Answers

Finding Oracle form Version UNIX

I'm trying to find the version of the underlying Oracle forms from out Unix Server. I have tried frmcmp.sh -h but I get the error frmcmp.sh -h : not found Its a Unix Sun server running an oracle database Any ideas? (1 Reply)
Discussion started by: dbajtr
1 Replies

3. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

4. Solaris

Finding the NIC driver version on Solaris 11

In Solaris 10 it was easy, a simple grep through modinfo output and you'd have the version of any loaded module, including your NIC drivers. In my career I've seen many people relying on this information in their scripts. Now I'm on Solaris 11, and where have the version numbers gone? The... (0 Replies)
Discussion started by: cambridge
0 Replies

5. Shell Programming and Scripting

Help with finding the latest modified version of a file within directories

I am trying to look into multiple directories and pluck out the latest version of a specific file, regardless of where it sits within the directory structure. Ex: The file is a .xls file and could have a depth within the directory of anywhere from 1-5 Working directory - Folder1... (6 Replies)
Discussion started by: co21ss
6 Replies

6. Shell Programming and Scripting

Finding consecutive numbers in version names on a txt file

Hi all. I have a directory which contains files that can be versioned. All the files are named according to a pattern like this: TEXTSTRING1-001.EXTENSION TEXTSTRING2-001.EXTENSION TEXTSTRING3-001.EXTENSION ... TEXTSTRINGn-001.EXTENSION If a file is versioned, a file called ... (10 Replies)
Discussion started by: fox1212
10 Replies

7. Red Hat

finding exact version of Red Hat Linux

Hi, I would like to know how to find out exact version of linux on the basis of kernel level, uname -a 2.6.18-238.1.1.el5 from above command how to find out exact version of redhat linux? it is showing that version of redhat is 5.0 but it comes under which update like 1,2,3,4,5,6 ... (1 Reply)
Discussion started by: manoj.solaris
1 Replies

8. UNIX Desktop Questions & Answers

Finding USB version on command line

Would anyone happen to know what to grep for finding the version of the USB ports are on the system through the command line? Thanks. (1 Reply)
Discussion started by: eightysix
1 Replies

9. UNIX for Dummies Questions & Answers

Finding file version info

Hi, Is there a standard command for retrieving the version of any given file (assuming the file has a version)? Thanks in advance Dave :) (1 Reply)
Discussion started by: davewg
1 Replies

10. Shell Programming and Scripting

Shell Command for finding out Firefox version

Hi I need a shell command for finding out Firefox browser verion on linux machine. Waiting for your reply. Thanks and Regards, Kammy. (0 Replies)
Discussion started by: kjannu
0 Replies
Login or Register to Ask a Question