Ich kann Deutsch erst am Niveau B2 sprechen.

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

help-circle






  • You’ve never used function keys? The dual function is annoying even inside the OS. I have to help several people with laptops and you can’t tell what mode they’re in, the user often doesn’t know either.

    On laptops, you never know if the F-key behavior is defined by the OS, BIOS or keyboard driver. I just mash F2, F8, Fn+F2, Fn+F8, Del as often as I can (these are the most common keys to do the trick). You can reduce the options with a USB keyboard with just normal F-keys.

    Some laptops don’t have a key you can hold to enter BIOS settings or boot menu (maybe to start booting before the keyboard is initialized?) and there is a reset button hole for that.




  • Even basic things in distros are quite different, for example the frontend for settings, so tech support threads will show how to do it in the backend. Oh well, but then there’s someone who suggests

    sudo nano /etc/default/grub
    

    If you’re a noob, run this and get a “nano: command not found” error, you’ll google it and learn to resolve it using apt. However, Manjaro’s package manager is pacman but you don’t know, so you install apt using a weird guide without knowing what it even is. The next update then wreaks havoc on your system.

    My first install ended in a dependency hell because of this.











  • Wanted to customize GRUB and tried the GUI program. I wanted it to boot without delays unless a key is being held, and also add a “Shutdown” option (GRUB script halt), in case I open the laptop and didn’t want it turned on. The edits looked alright in GRUB Customizer but I should not have made them both at once, because it made “Shutdown” the default option somehow, so the OS would never boot and holding none of the special keys worked. I failed to update or reinstall GRUB using a live USB and ended up having to reinstall the entire distro.