Posted inExperience / Information Technology / Thank You Sir May I Have Another

FileZilla and OpenVMS

Oh, you’ve all been there. For whatever reason you are forced to edit something on your Linux desktop (because no professional uses a Microsoft product)  Even the editors which _claim_ ftp support are completely worthless at file versions. PC based systems simply don’t understand what professional grade operating systems provide and the services production requires. You can move x86 based hardware into the computer room, but you can’t make it production quality. Most of the … FileZilla and OpenVMSRead more

Posted inInformation Technology / Thank You Sir May I Have Another

Xterm and VT Emulation

Many years ago, when I was writing this book I did so using a Linux desktop using Xterm and the following configuration script. #!/bin/sh # vax # 09-17-96 Bob Ess – initial creation # 09-26-96 Shig Katada – Additional keybindings # # Script file to incorporate keybindings and command line # options for connecting to a VAX node # Usage statement Usage(){ echo echo ” Usage : vax -options” echo echo ” Options: -80 for … Xterm and VT EmulationRead more

Posted inInformation Technology / Raspberry Pi

How Far We’ve Come – Pt. 13

Before we jump straight into the code, we need to talk a bit about the design of this application. When I first started coding up a new version using Qt and SQLite I originally started with the old design. sqlite> select strftime( ‘%Y%m%d’, draw_dt) as ‘drawing date’, no_1, no_2, no_3, no_4, no_5, no_6 from drawings order by draw_dt asc limit 15; drawing date no_1 no_2 no_3 no_4 no_5 no_6 19990102 9 12 18 32 34 … How Far We’ve Come – Pt. 13Read more

Posted inExperience / Information Technology / Thank You Sir May I Have Another

How Far We’ve Come – Pt. 6

The Backup Script As I started to get back into this I realized I skipped one final yet critical piece of the system. The backup script. I imagine some of you questioned where I got the csv files for Postgres to import. As I said, one of the main reasons I went with Postgres all of those years ago is that I was tired of dealing with the oddities of backup and restore with DBF … How Far We’ve Come – Pt. 6Read more

Posted inExperience / Information Technology

How to Set Up Mutt to Work With JustHost.com Email

Every now and then you are going to need to send email from the command line. In the world of OpenVMS we did it from batch jobs all of the time. Yes, there were abort routines which would notify all operators currently logged in and who had typed REPLY/ENABLE at their terminal, but, you still sent email just in case. OpenVMS had a robust email system long before we had an Internet, indeed, long before … How to Set Up Mutt to Work With JustHost.com EmailRead more