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

help-circle
  • I face the same specific issue. I started with the French (Canada) layout years ago but now Windows sets the default to Multilingual/CSA because it has been made the official one by the government a number of years ago.

    So now everyone that got used the “old” one has to fiddle with keyboard settings every time they use a new Windows session/computer.

    And it’s not exactly a breeze to switch, as Windows often keeps the multilingual one and switches back to it when you use a different application. Gotta make sure to delete the multilingual and leave only one layout. It’s a real annoyance.









  • Where I live temperatures can reach -30C in winter and 30C in summer, so storing anything “sensible” in a shed is a very bad idea. Everything has to be stored in a controlled environment or it will quickly get moldy and rusty.

    However, I kept my old 5.25" diskettes in a box where they were a bit squeezed together and they obviously didn’t like that. It could also just be time. Anyways, a few years ago I decided to copy everything on hard drives and some diskettes were now unreadable.

    I waited too long to backup them and now it’s too late for some of them.

    And even stored “properly”, I also have burned CDs from the early 2000 that are also unreadable. It’s unfortunate but there’s nothing I can do now, except to learn and remember the lesson.

    I’m always baffled by people that find old computers stored in barns and still working. Where I am I don’t think they would last more than two winters with this kind of temperature and humidity variation.



  • 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!”.







  • It is I that misunderstood the whole thing.

    But since we’re here, I use an SSH server app worth about $3 on my phone to access it from other devices with an SFTP or SSHFS client. The app is literally called “SSH Server”. Once the server is active I can use an app like Solid Explorer (free with ads or paying for a license) on another Android device to connect to my phone on the same Wi-Fi network. Or from Windows I can just map a network drive using the format \\sshfs\user@ip. And on Linux just find the “Connect to server” option in your favorite file explorer to use SSHFS. Or any SFTP client of your choice.

    I’m not familiar with Wi-Fi Direct since I’ve been using SSH for years now, and certainly much more work this way, but it works okay across all my devices.