• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: August 7th, 2023

help-circle
  • Not in rescue mode. If you can’t mount your root partition because something was fudged in /etc/fstab, for example, you may be stuck in recovery and depending on your distribution, it may not have nano in that minimalist mode.

    For me it also happens when I install a VM of Debian using the small image, on my dedicated server in a data center. The company hosting the server requires a special network configuration and AFAIK, there’s only vi. So i need to use the console to access the VM and from there, edit /etc/network/something with vi to setup the network. Once done I can reboot and install the rest of the software over the network, including nano.

    I’ve been using Linux for more than two decades. Before nano I was using pico, but it also required to have pine/alpine installed. So knowing the basics of vi has often been helpful over the years for me.

    Maybe it’s because I like tinkering with VMs and SBCs, and most people will not encounter situations where they don’t have nano, but it can happen. And you’ll be glad to know at least “i” and “:wq!”.




  • AFAIK that’s one of the goals of the ARM (and maybe eventually RISC-V) architecture. It’s doing well on mobile and the low consumption is needed for a future that will require less energy. Or at least, do more with less. Having ARM desktops would also merge the mobile and the desktop environments.

    Apple has moved to this architecture, and software wise, Linux is very compatible too. Even Microsoft knows and is trying (clumsily) to move to ARM.

    The Pi5 will indeed open new possibilities on that front.


  • I kind of moved on to other devices or older models, depending on what is needed. If you just need a low power computer that can run Linux for simple tasks and projects, there’s now lots of alternatives. So far I’ve tried a Banana Pi BPI-M5 and a Le Potato and they’re both promising.

    There’s a few instances where an original Raspberry Pi is still needed. For example, it’s super easy to install Home Assistant on a Raspberry Pi while not really supported on other experimental boards. Same with GPIO tinkering with some hit and miss implementation on alternative boards.

    The only negative thing that I’ve began not to like about the Raspberry Pi was/is the power management and consumption on the version 4. The fact that I had to use a “dumb” USB-C charger and that everyone on forums and in comments were always “screaming” that you needed a beefier or more powerful power supply kind of killed the enthusiasm for me. Like, I can charge my laptop using a power bank and PD, while the Raspberry Pi 4 complains that it doesn’t get enough power from the same bank. I’m sure they fixed their power issues and PD negotiation in the version 5 but apparently, it will also necessitate a pretty “good” power supply because it can pump up to 25 watts. Personally I don’t need that much power for most of my projects and it’s even annoying because it significantly reduced/reduces the number of ways that I can power the board.

    Still, I’ll certainly try it if I can get my hands on one. They are very nice devices and their popularity makes them very standard and compatible. But I’m not in any rush because I’ve since tried alternatives and some will also do just fine too, or even better.