Skip to main content

Posts

I love, Love, LOVE the Linux wget command!

  I do. I absolutely love it. Granted, I think it's a security threat because it lacks another layer of user authentication like an SSH or FTP transfer, but for sheer super-convenience, it's the best. To set up my Hercules/MVS 3.8j mainframe emulation, instead of going through the hassle of an FPT upload or a SSH session from a Linux file explorer session, I just type:  $wget http://wotho.ethz.ch/tk4-/tk4-_v1.00_current.zip  and life is good. It's just that easy. Then open it up with unzip, do all the usual stuff you want to do with it, and be done with the transfer.

Yup, another geek tells you how to install Hercules mainframe emulator.

  Yet another geek installs the Hercules mainframe emulator and thinks he'll be another Moshix. Fair enough. So what. Either you want to read this or you don't. Ok, supposing you do and you've followed my advice and created a new user on your Linux server other than root to install it into, here's all you need to do. Log in as that new user, do -  $ sudo apt install hercules   Give sudo your password and that's all you have to do.  Then test it by   $ hercules  If it installed properly, she'll run through the paces but not actually start because there's no mainframe emulated OS installed yet. For that, you have to install MVS 3.8j.

Setup of the MVS Operator account on Linode

Whatever you do, don't start the whole Hercules, TK4-, MVS thing up as root. Not that it won't work, it will. But you'll have exposed port 3270 to the Internet with root access. Do I need to tell you why that's a bad idea? So create a user and their home directory called mvsop , give it a funky password. Give it sudoers rights too. You could use adduser instead of useradd, but what fun is that? $ useradd -m -r -c "Hercules TK4- MVS 3.8j Operator" mvsop $ passwd mvsop $ usermod -aG sudo username The option -m creates a home directory for mvsop , -r makes it a system account so there is no expiry and -c lets you create a comment line to be seen when they log in. And usermod adds the user to the sudo group. Still has to have the root password, so at least it is somewhat better secured. This is nowhere near as secure as a cert authorization, but the intent isn't become a Linux expert, it's to get MVS 3.8j up and running. Test out the new user. ...

Back to the Linode Nanode again and why you should get one

My first Linode shared CPU server was last year. I kept it for about 6 months before I created a local Linux server on a Raspberry Pi. It was a little $5 a month single CPU, 1GB ram, 25GB SSD storage Nanode...  a portmanteau of 'Nano' and 'Linode as Linode puts it. It was quite convenient to play with from anywhere.  Not that it's important for my experimental needs, but 40GB/1GB network speed and 1TB of monthly transfer is pretty damn good. And I suppose that the server being in Newark, NJ, only 85 miles up the turnpike makes it more reliable? Doubtful it matters much. I re-upped  again today with Linode and pulled another Nanode up for the same low low price of $5 a month. And I did so because I think it's getting risky to port forward a home server and expose it to the Internet...and I need to have one available from outside of my home domain for the things I like to do. Why is it getting risky? Its because of old home routers, home routers that haven't been ...

The Xiegu G90. I like it a lot, but I don't love it a lot

I bought the G90 from Ham Radio Outlet in New Castle, DE about a month ago. Great price at around $430US.  This thing has almost a cult following. You've got a couple of Facebook groups, a dedicated Groups.io mailing list and even a Discord server dedicated to it. To say that it was a disrupter in the pretty lame Ham Radio HF market is not even close. Its a game changer. The closest radio in the price range is the very staid and old Icom IC-718. We're talking about almost 20 years of tech difference with the G90 being Software-Defined and the 718 being old school. I bought the radio because my Ham friend in Florida thought it would be fun to each get one and figure them out together. Great, but he got so frustrated that he sold his at a loss and bought a used 718. The irony! Being a techie I wasn't about to let the G90 best me. In fact, I find it pretty easy to use once you figure it out. And you do have to read the manual, Mandarin -> English interpretation goofs and al...