LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Reply
  Search this Thread
Old 03-28-2014, 07:53 PM   #1
jlturriff
LQ Newbie
 
Registered: Oct 2009
Location: 60 miles from Kansas City MO
Distribution: OpenSuSE
Posts: 6

Rep: Reputation: 0
Hello from a mainframe retread


Hi,
My computing experience started in 1975 with application programming on IBM mainframe systems; my current expertise is as a Systems Programmer (aka sysadmin) for IBM's z/VM operating system.
I've been using OpenSuSE Linux since V6.3 as a desktop system, and I supported a trial release of SLES back when it was the first supported distro on IBM's S/390 mainframes.
I'm currently using OpenSuSE 13.1 as my primary system; I also have an Apple PowerMac G4 on which I run an old release of LightWave 3D, several ancient Amigas (A4000T, A1200) and an AmigaOne.
As a Linux user I'm reasonably competent, and as a Linux admin moderately competent. I'm interested in writing software for the Linux platform, but I really could use a mentor to get me started, because I'm having a lot of trouble understanding the weirdnesses (to me) of such things as make, libraries, etc.
Also, networking and audio issues drive me mad!
Thanks for listening,
Leslie
 
Old 03-29-2014, 01:55 AM   #2
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
welcome
 
Old 03-29-2014, 08:55 AM   #3
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,672
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
Hello from another "mainframe retread," still-sometimes VMer and fellow collector of old but-still-good computer hardware! :yes:

So, you are not alone.

The three biggest differences that I find between the two worlds are simply that:
  1. Actually, there isn't that much of a difference. "It's all just different, that's all." The expression is different; the ideas are not.
  2. Unix/Linux came from the purely-interactive (and hopelessly cramped) world of things like the PDP-7, and it still shows sometimes. There's no batch-job system, for example.
  3. This world has no single over-arching influence of "one vendor," i.e. IBM. (Even though IBM is heavily involved in Linux also, only IBM Corporation influences VM® or [what I still call ...] MVS®.) In a single-vendor world, whose software runs only on hardware supplied by that same vendor, both the hardware and the software environment can be dovetailed. Apple, of course, does this also – which is why these days I usually run Macs (with case-sensitive filesystems). Linux "can run on everything," and it does. This adds a lot of complexity to the system and to the maintenance of it.

A lot of the stuff does have corollaries in 'the other world.' make, for instance, is simply a build-system; a Makefile describes a dependency-tree.

When I first encountered Linux, I encountered what David Intersemione (of Borland fame) referred to as: "A Sip From the Firehose." Here I was, more than 20 years in (at that time), and this system was making a gibbering fool out of me.

First with old equipment, then later taking advantage of the fact that Intel Corporation had finally discovered "VMs" I dove into the shallow-waters with both feet, learning first "Linux From Scratch" (which is literally that ...), then the Gentoo distribution, which is source-code based. That answered a lot of questions for me, and, given your background, I'd suggest that you might do the same. Take a nice, stable system, grab a commercial VM system like VMWare (I suggest ...), and dive in. Confront this operating-system on its own turf just as you did and do with "big iron."
 
Old 03-29-2014, 02:53 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I've been a fan of Suse for a number of years too. I'll agree that some issues are irritating even to long time users. As with all Linux, get ready for a change next release.

Howdy and welcome.
 
Old 04-04-2014, 03:00 AM   #5
jlturriff
LQ Newbie
 
Registered: Oct 2009
Location: 60 miles from Kansas City MO
Distribution: OpenSuSE
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sundialsvcs View Post
Hello from another "mainframe retread," still-sometimes VMer and fellow collector of old but-still-good computer hardware! :yes:

So, you are not alone.

The three biggest differences that I find between the two worlds are simply that:
  1. Actually, there isn't that much of a difference. "It's all just different, that's all." The expression is different; the ideas are not.
  2. Unix/Linux came from the purely-interactive (and hopelessly cramped) world of things like the PDP-7, and it still shows sometimes. There's no batch-job system, for example.
  3. This world has no single over-arching influence of "one vendor," i.e. IBM. (Even though IBM is heavily involved in Linux also, only IBM Corporation influences VM® or [what I still call ...] MVS®.) In a single-vendor world, whose software runs only on hardware supplied by that same vendor, both the hardware and the software environment can be dovetailed. Apple, of course, does this also – which is why these days I usually run Macs (with case-sensitive filesystems). Linux "can run on everything," and it does. This adds a lot of complexity to the system and to the maintenance of it.
Yep. Using Linux as a desktop system is pretty easy. My biggest problem is that I have been spoiled by IBM's mainframe documentation; man pages are a joke compared to real documentation.
Quote:
Originally Posted by sundialsvcs View Post
A lot of the stuff does have corollaries in 'the other world.' make, for instance, is simply a build-system; a Makefile describes a dependency-tree.
I understand the concepts, but I have yet to find a useful tutorial on creating a Makefile. The ones I have seen are either uselessly simplistic or so complicated I can't make out how the various components relate to one another.
Quote:
Originally Posted by sundialsvcs View Post
When I first encountered Linux, I encountered what David Intersemione (of Borland fame) referred to as: "A Sip From the Firehose." Here I was, more than 20 years in (at that time), and this system was making a gibbering fool out of me.

First with old equipment, then later taking advantage of the fact that Intel Corporation had finally discovered "VMs" I dove into the shallow-waters with both feet, learning first "Linux From Scratch" (which is literally that ...), then the Gentoo distribution, which is source-code based. That answered a lot of questions for me, and, given your background, I'd suggest that you might do the same. Take a nice, stable system, grab a commercial VM system like VMWare (I suggest ...), and dive in. Confront this operating-system on its own turf just as you did and do with "big iron."
Uh-huh.
 
Old 04-04-2014, 07:02 PM   #6
Highlander
Member
 
Registered: Apr 2014
Location: Glenfinnan, Scotland
Distribution: Cinnamon
Posts: 76

Rep: Reputation: 2
Welcome to the world of Linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading Mainframe Tapes jalcock Linux - Software 4 06-04-2008 04:56 PM
Suse 9 installation on mainframe Lalit21 Linux - Software 2 11-28-2005 04:27 AM
mainframe to linux (redhat 7.3) mgendron57 Linux - Networking 2 09-15-2004 12:16 PM
what does a mainframe programmer do? spyghost Programming 3 06-19-2004 07:28 PM
Mainframe? mikeshn Linux - General 3 04-29-2002 01:04 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

All times are GMT -5. The time now is 06:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration