LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-06-2020, 08:10 PM   #16
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174

Au contraire. FoxPro works great on Linux using wine. That includes Visual FoxPro 6, FoxPro for Windows 2.6 and FoxPro for DOS - in DOSbox. In fact the oldest code I have still in "production" is an expense tracker application which was last updated on 12/20/99 to make it Y2K compatible. It runs in DOSBox on CentOS 7. Ran in DOS EMU on CentOS 6. The Y2K fix amounted to changing one date entry field to a 4 digit year. I did not change the revision date displayed on the version splash screen however - just noticed that This started on my Osborne in dBase II. Back then state sales tax could be deducted from federal income tax. Two years in a row I went through a box of receipts at the end of the year adding up the sales tax. That sucked. I started a database and entered expenses as I went. At the end of the year a report summed up the tax and provided a detailed explanation of where the tax was spent. That worked for I think one year and then the deduction of sales tax ended

However, I was in the habit of entering the data and I continued to do so. This has come in handy. The cloths washing machine went on the blink some years ago. I wonder how long I have had it? A quick browse of the data - It was 12 years old. Comparing the cost of a new one against repairing the old one... And when the opportunity for an early retirement presented itself in 2005 my fellow potential retirees ran around like a bunch of headless chickens trying to figure out if they could afford to retire. I ran some analysis on almost 20 years of data and confirmed I could hit the door. And I did

You are correct. I do NOT want/need to code anything in particular at the moment. I am after all retired When the need arises I WILL program it. I do have an interest in Gnome-Commander and would like to at least have some understanding/appreciation of what makes it up. I am viewing a much better tutorial which uses CodeLite. When I complete that perhaps I will dive head first into the G-C code and see what I can see.

Ken

p.s. Foxbase had versions for DOS, Windows, Unix and Mac. The Mac version became FoxPro.

p.p.s. I am not sure Fortran is dead. I read a while back that the national labs (Los Alamos, Sandia etc.) were looking for Fortran programmers to performance tune some of their old nuclear calculation routines. I think it was sort bounty program. And of course experienced COBOL programmers can write their own ticket these days. I read that there is a tremendous need for COBOL programmers to maintain and speed up state unemployment insurance computer systems!
 
Old 05-07-2020, 03:44 AM   #17
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,448

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
COBOL is basically english. It's as simple as basic. America was rich enough to have computers in the civil service in the 60s & 70s, but not rich enough to update them in the 80s & 90s. There's that hilarious quote from IBM to factor in also:
Quote:
"But what...is it good for?"
Engineer at the Advanced Computing Systems Division of IBM, 1968, commenting on the microchip.
They don't seem to have copped on to the scale of progress in Electronics. It's been difficult for Electronics guys too! I heard of a chief engineer in Pye who never really accepted that transistors could produce good sound, but preferred Thermionic valves.

Fortran has it's niches, I suppose.

I always found it better to go and stick modern. It may initially be slower. I had a Dos accounts package that wiped the floor with the competition in my hands because I knew all the keyboard shortcuts. But once I scrapped it I found out how powerful the alternatives were.
 
Old 05-07-2020, 05:55 AM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by taylorkh View Post
Good morning ondoho,
Good afternoon!
Quote:
On the other hand Microsoft has released the source code for winfile (File Manager). I wonder if that could be ported to Linux? The 32 bit version on NT was great.
(...)
Needless to say I DO like a two panel file manager.
Have you checked all the native Linux 2-pane file managers there are?
Try worker. Very retro, but also powerful.
 
Old 05-07-2020, 06:58 AM   #19
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks again business_kid,

My Osborne had 2 180 kB floppy drives. I could fit CP/M and Wordstar on a single floppy with room to spare. That was a rather powerful word processor. Ubuntu Mate for some reason does not install vim by default. When I install it it tells me "...2.5 MB of storage will be required..." For a text editor. Newer definitely is BIGGER.

Thanks nodoho,

I have started to look at other two panel programs. In fact caja (Mate equivalent to nautilus) can be made two panel with F3. I am sort of partial to Gnome Commander as I have used it for a long time and I have been working with the maintainer as far as packaging it for RHEL/CentOS. I had arranged to get it put in the nux-dextop repo and would transmit updates there when they were available. When the nux maintainer was no longer able to accommodate updates I figured out how to build and package it for RHEL/CentOS and Debian/Ubuntu/Mint. My instructions are on the G-C web site. Unfortunately things are at a dead end with RHEL/CentOS 7 and Ubuntu 18.04 until some major code revisions can be made.

And it is also almost in the family. The maintainer, who is in Germany, works for a software company which was spun off from a US airline company. It has to do with scheduling and reservations. My cousin Brad was a VP at the airline and was in charge of the project which developed the original software!

I saw worker listed a "two panel file managers for Linux" page but I have not tried it. Let me do so now.

Ken
 
Old 05-07-2020, 09:06 AM   #20
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Hello again nodoho,

Now you have gone and done it. I started looking at alternatives again. worker looks like a possibility. However, on the "best two panel..." page I was looking at, the top rated program was "double commander." I tried that also. It is PORTABLE which is a great feature. On the other hand the Configuration; Options dialog looks more complicated than the G-C source in VS code I have started beating it into submission but the icons next to directories and files are LARGE. Makes the display look double spaced. Not an issue in worker. Perhaps I should just use Norton Commander in DOSBox. Yes, I do have Midnight Commaner.

Ken
 
Old 05-08-2020, 07:01 AM   #21
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,448

Rep: Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342Reputation: 2342
Quote:
On the other hand Microsoft has released the source code for winfile (File Manager). I wonder if that could be ported to Linux? The 32 bit version on NT was great.
(...)
Needless to say I DO like a two panel file manager.

And Later

...Perhaps I should just use Norton Commander in DOSBox...
Why is everything being compared with the nearest windows alternative of the 1980s? They went to become unsteady bloatware, in an OS that crashes, is hackable, and sucks. Microsoft made a point of running their mail server, hotmail.com on NT, their server system. Every hacker had hacking that as lesson 1 in his apprenticeship. Eventually, they got the point. It now runs BSD, iirc.

You want to learn stuff? Forget windows. Use wine, or maybe a VM for a while to wean yourself off it. I have wine under Multilib here for one Library/database type program that was never ported. The search function is far superior on the DVD. And on linux under wine you can have multiple instances of it, whereas windows would freak.
 
Old 05-08-2020, 07:49 AM   #22
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Just because a program was unfortunate enough to run on Windows does not mean the program itself is at fault. The 32 version of winfile.exe from NT correctly handled long file names and NTFS permissions, ACLs etc. I read an article some years back about the developer of winfile. A very skilled individual. At 250 kB winfile is not exactly bloated.

I run wine for the purpose of using:
FoxPro
GrabIt (Usenet nzb downloader - much simpler than SABnzbd)
Forte' Agent (Usenet reader - forget about pan it has not been updated in years, decades?)
Quickpar - a command line alternative available but Quickpar works under wine - just click the .par2 file and let it run

I run VMWare Player/Workstation. I have a couple of Windoze 10 VMs. I generally use them only when I am fighting with Vanguard (mutual fund company) web tech support when their web site is malfunctioning. They ALWAYS blame the issue on not accessing it with Windows. I test on Windows first and then tell them to just fix THEIR problem. Win 10 is probably the worst product from Redmond since Win ME or perhaps Bob.

Ken
 
  


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
How do I install GIMP 2.10 on an antix 17.4.1 ? No Joss via Flatpack using UBUNTU commands INOV8TN Linux - Software 1 08-06-2019 04:13 AM
[SOLVED] Slackbuilding with meson/ninja for Pithos src to avoid flatpack bamunds Slackware 12 02-18-2019 02:36 PM
Conceptual questions about partitions veeruk101 Linux - Newbie 12 12-04-2007 09:51 PM
"Conceptual" question about the start-up frankie_DJ Slackware 16 09-22-2006 05:50 AM
conceptual server design question Bostonian Programming 3 12-27-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:38 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