My year-long failure with Linux at home

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:smile: :sad: :eek: :shock: :cool: :-x :razz: :oops: :evil: :twisted: :wink: :idea: :arrow: :neutral: :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: My year-long failure with Linux at home

Re: My year-long failure with Linux at home

by Ice Cream Jonsey » Wed Nov 29, 2017 10:09 pm

Paul Robinson wrote: Wed Nov 29, 2017 2:37 am Your statement implies that (1) your system does not have a decent text editor allowing you to submit the file you're editing as a spawn task or batch process; (2) your work is so much ad-hoc and non-repeatable tasks that you can't write scripts to automate much of it.
Was that directed to me? I have been employed at various places as a Senior Automation Engineer for the last 10 years. I don't know what is reality and what isn't any more, so it could be that you were directing that to someone else.

Re: My year-long failure with Linux at home

by Casual Observer » Wed Nov 29, 2017 3:04 pm

Wow, when Paul puts his head to it he's still got some good tech chops and wrote about it in a coherent way. It's kind of a sad waste of materials to not be doing even virtual consulting and to be living on $600/month. Come on Paul, i know you threw in the towel awhile ago but pick it up, do something else with what's left of your life and finish strong!

Re: My year-long failure with Linux at home

by RealNC » Wed Nov 29, 2017 1:07 pm

Hunting that one magic HIMEM.SYS parameter that makes that one particular game work, is not exactly lacking in the BS department...

Re: My year-long failure with Linux at home

by Jizaboz » Wed Nov 29, 2017 9:58 am

Informative post, Paul.

I think a big difference between the old days and modern times of computing is that we've got sooo much more crap piled on top of crap than there was even in the early 1990s. It's hard to automate things like building out a full stack in a server instance or VM without a lot of manual trial and error within a terminal. Because it's always "Oh this version of this depends on this other thing that is now outdated and has no package so now you have to install it from the source tarball but that source code needs this other dependency that depends on.." well, you get what I'm saying.

So much BS can be involved with simply getting a game to run in Windows these days. In the DOS days, all you needed was a proper Autoexec.bat and config.sys assuming your hardware met the system requirements on the box.

Re: My year-long failure with Linux at home

by Paul Robinson » Wed Nov 29, 2017 2:37 am

Ice Cream Jonsey wrote: Tue Nov 28, 2017 9:59 pm You're not saying a Unix terminal is bad, right? That's where anything worth doing gets done.
We had a sign on the door of the computer room at school: "This is the terminal room, but please don't die in here."

Circa 1978, we were using a Univac 90/60 mainframe, which was an IBM 360 workalike but with enhancements including virtual memory. The operating system, VS/9, was one of the best command-line systems, far superior to IBM's OS/VS1, and included the EDT text editor, the best text editor ever made. I would say most of my time was spent using the editor and a small amount of time issuing commands, because most steps of things to do couldn't be automated as well as you can in a Unix or Unix-workalike shell.

For people on IBM mainframes using TSO, the ISPF editor provided the ability to take the current workspace and submit it as an OS/VS1 batch stream, so you could automate a task instead of manually issuing the commands to set up whatever you needed to do.

Your statement implies that (1) your system does not have a decent text editor allowing you to submit the file you're editing as a spawn task or batch process; (2) your work is so much ad-hoc and non-repeatable tasks that you can't write scripts to automate much of it.

With the capacity to use virtual environments on computers, to encapsulate workloads using Docker and Puppet or Chef (or similar competitors) it should be easy to hive off tasks and throw them at spare (real or virtual) machines as needed. Your comment seems to imply there isn't enough capacity to script activities for better automation.

There is one thing mainframes did well on: the creation of parameterized procedures in batch streams so you could change the arguments as needed on the task, and the ability to start jobs from the editor using the file you are editing. Univac used the "DO" command; IBM used the PROC / EXEC function. Digital (now HP) VAX had DCL which provided very strong job management.

Also, they tended to have better scripting languages than CShell / Bourne Shell / Korn Shell. IBM has a reasonably good scripting facility with REXX but like with everything IBM produced, it tended to be overly hard to use, razor sharp and dangerous.

In Unix and woralikes like Linux using non-X terminal environments, the use of Pseudo Terminals where keyboard keys F1 through F9 - depending on the configuration - could be used to logon to separate shells. Is this used much anymore?

It's a rudimentary batch system but not that good, and even "cron" is lacking in some of the batch features mainframes had - especially non-IBM, competitors had to be superior to IBM to get their foot in the door to try to make a sale - 40 years ago.

I think that the use of rack-mounted and virtual computers such as (and yes, this time I looked it up) Amazon Elastic Cloud, there is some capacity for job processing of workloads but I suspect it's weak.

Re: My year-long failure with Linux at home

by Ice Cream Jonsey » Tue Nov 28, 2017 9:59 pm

You're not saying a Unix terminal is bad, right? That's where anything worth doing gets done.

Re: My year-long failure with Linux at home

by Paul Robinson » Tue Nov 28, 2017 8:49 pm

Ice Cream Jonsey wrote: Mon Oct 16, 2017 11:40 am And I am in a Unix shell for 99% of the time I am at work.
And whosoever shall be found
Without the soul for getting down
Must stand and face the hounds of hell
And rot inside a corpse's shell
- Vincent Price, Michael Jackson's Thriller
Ice Cream Jonsey wrote: Mon Oct 16, 2017 11:40 amI installed Mint with the front end Cinnamon a year ago. It has utterly failed to be a remotely useable desktop.
...
2) Cinnamon crashes about every other day. This renders doing anything useless and I have to reboot.
Cinnamon let me in
- Tommy Roe, Cinnamon

Re: My year-long failure with Linux at home

by RealNC » Sun Nov 05, 2017 7:32 pm

Look, if it builds, ship it. Testing and automation are for pussies.

Re: My year-long failure with Linux at home

by Ice Cream Jonsey » Sun Nov 05, 2017 10:55 am

This may be a rant, I don't know.

So, Ubuntu 16 is not suffering from the problems that my instance of Mint did. I have not permanently lost my WiFi connection. The desktop hasn't died. It's speedy. Great.

This machine runs the continuous integration server Jenkins, so I installed that. I use it to run browser (Chrome and Firefox) automation jobs. It appears that you have to run vncserver for this to work, even though I've never had to do this for anywhere else I've installed Jenkins, and I have installed Jenkins and gotten this to work on Windows 7, Mac's OS, CentOs and my now-deleted Mint machine.

I simply can't believe that it is required over Ubuntu. I created a Stack Exchange or whatever it's called account to ask people this because it is amazing to me that so many automation engineers want to run in headless mode. I mean... you want to see the screen and the very first time I said, "Fuck it" and went with vnc server anyway last night, it didn't work! How can anyone think this is acceptable if it doesn't work on VNC but does locally? The fact that the simplest test possible doesn't pass on VNC means the entire system is unreliable. Who is trusting their deploys to headless displays? No wonder all software is broken and not automated.

Re: My year-long failure with Linux at home

by Ice Cream Jonsey » Tue Oct 31, 2017 6:30 pm

Me???

BAD RAM???

I still can't get over that 3TB drive I saw. I think Christmas is coming early to the New/Doom House.

Re: My year-long failure with Linux at home

by Jizaboz » Tue Oct 31, 2017 7:57 am

Yeah you have bad RAM or something going on.

Re: My year-long failure with Linux at home

by Ice Cream Jonsey » Mon Oct 30, 2017 8:53 pm

So I put Ubuntu 17 on my Linux PC. Surely that wou--

It literally locks up in 15 seconds. Fuck. Downloading 16, but this is leading to a hardware problem.

Re: My year-long failure with Linux at home

by Tdarcos » Sun Oct 22, 2017 3:24 am

Yeah, and when I was at Micro Center Friday I saw a luscious Buffalo NAS about the size of a large UPS or a small PC, whose price was $339, and whose capacity is a jaw-dropping 8 TB.

Next year we have elections and maybe I'll use the $400 I get from serving on that to buy the Buffalo instead of buying a replacement computer.

Re: My year-long failure with Linux at home

by Jizaboz » Fri Oct 20, 2017 7:32 am

Like Flack said..

Image

We always hang in a Buffalo NAS

Re: My year-long failure with Linux at home

by Tdarcos » Wed Oct 18, 2017 8:07 pm

AArdvark wrote: Wed Oct 18, 2017 3:04 pm What is
a multi-terrabyte Buffalo NAS
Buffalo, a maker of hard drives produces their Drivestation NAS in 1, 3, and now 5 terabyte sizes. You plug the NAS into the router, then check what address was assigned, and connect to it like http://192.168.0.103 and its web interface comes up. You assign the device's name (I call mine Buffalo), define the subdirectories, and reboot. After that, you can access it on your network by its name same as any other computer. If you enable FTP you can connect to it using Filezilla.

I started with a 1 terabyte at $120 and a couple years later bought a second one for about the same price in a 3 TB size, and I think it was just before we had the huge hard drive price increase. Basically I keep no work files on any computer, I work with them on the NAS so I never have to worry which computer I saved a file on. Every so often I use FileSync to copy all new or changed files to my 5TB Seagate backup drive. My writing I also back up on a 500mb seagate personal drive (about the size of two cell phones and uses the USB cable for data and power.)

Re: My year-long failure with Linux at home

by Tdarcos » Wed Oct 18, 2017 7:52 pm

Tenda makes very inexpensive wireless adapters and routers, and they follow the standards so you can use a competing product on 802.11n, Micro Center is selling their 300MBit router for $9.95 (normal price is $12.95). Excuse me, I'm going to go buy one tomorrow, thanks for causing me to look. The "up to 400Mbit" Tenda wireless adapter is $17.95. They're also selling a 4-port gigabit switch for $10. Presumably this is a wire-only connection, but that's amazing.

The ordinary up to 100Mbits 802.11g router was $19.95 and their adapter was $9.95. This worked with windows and with a non-Intel Mac I bought a few years ago. I ran VNC on it allowing me to run its desktop from a terminal window on my Windows PC; it looked exactly like the Macintosh desktop.

So you might want to check if Tenda adapters are supported. I've had very good results with them.

Re: My year-long failure with Linux at home

by AArdvark » Wed Oct 18, 2017 3:04 pm

I guess I asked the wrong question (BTW, why did Commander answer RobB's question? It must be a form of ventriloquism)

So it's the convenience of not having to run ethernet to the machine at the sacrifice of loading times. In all the history of me having a PC tower the router has been on the desk, so it's never been any other way.

Answer no. 2 applies to nobody else here


What is
a multi-terrabyte Buffalo NAS
It sounds like a new sports team

THE
CELERY CAP
AARDVARK

Re: My year-long failure with Linux at home

by RealNC » Wed Oct 18, 2017 8:24 am

Ice Cream Jonsey wrote: Tue Oct 17, 2017 11:14 amTime to find the forum with the greatest number of assholes to ask this question to.
phoronix.com has got you covered.

Top