• 1 Post
  • 256 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2023

help-circle








  • how many devices do you need to update?

    ansible wants to have a home base and an inventory of devices to manage. for example, if you have a flock of Rasberry Pi’s and a server stashed under a desk somewhere, yes, ansible is 100% going to simplify your life.

    ansible mgmt from a device to that same device… It might be just as easy to make backups and track your file deltas. the temptation is to use ansible so you remember what changes you made, but it can be a pia when you need to do a quick shift and have to go thru the playbook (unless you have playbooks on the ready).


  • what you are attempting is called high availability; it might not be worth it; usually would need three different physical devices (in a homelab situation)…a load balancer to route traffic, and two nodes to handle said traffic. to perform your storage upgrade, you pull one device out of the load balancer, do your upgrade, and then add it back in. then, you do the same for the other load balancer. this would have 100% service availability…but this is a lot of work for a one-person show!

    do that for fun - you do you. however, if you can handle a few hours of downtime and don’t want to burden yourself with the long time care+feeding the above setup will require…

    remember you can use USB boot, mount both your drives, and then if you are lucky, your distro (on USB) will have a disk management/cloning utility.

    click click click, boom…you have bit perfect copy of small M2 on to large M2.

    Do not change your small M2! power down, swap 'em, and power on! if it doesn’t work, you still have your OG M2 to boot from.

    there are backup/restore utilities and other ways, each taking more and more time…but M2 is pretty quick.


  • lol - gotta keep the man sharp

    btw - who downvotes ppl (you + me ) praising a guy for battling cancer, because that’s what it is … Cancer strips us of our humanity - doesn’t matter who you are, it reduces you. And the only way to live is to keep a positive attitude, do everything medicine has to beat it into submission and see that next sunrise.

    I have always liked RMS because he praised solutions to problems, hope there is someone else to carry his torch.



  • Leave ‘em behind.

    What should be and why it is, two diff questions…

    A terminal renders a single glyph in a grid. That’s it. This stems from the days from before - when there was no graphics instruction to render anything different, and link speeds could be, on bad days, slower than typing speeds.

    Terminal rendering evolved to include ANSI instruction to manipulate the rendering-color, grid position, etc.

    However, at its core, is this limitation…a glyph in a grid…and this limitation is due to how slow terminals are.

    Terminals originally operated at a serial baud rate where one could nearly type faster than the transmission speed.

    X windows…was designed…to not have these limits.

    Terminal emulation is handy, but … it is limited. By definition retro. If a terminal doesn’t work…move on…and make something that does :)