• 2 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: February 17th, 2024

help-circle


  • I did verify with lsblk, with a listing before and after plugging in the stick to be absolutely sure.

    I also did verify the checksum of the ISO.

    I’ll double check SecureBoot, but as I mentioned, the same ISO written to the same stick with Fedora writer did boot in the same machine it wouldn’t boot from with the dd version.

    I know it’s something I did or didn’t do to make it work correctly, so this is not me trying to dunk on dd, just trying to understand what I did wrong.


  • I just tried this the other day and was unable to boot from the USB. Any chance you could shed some light on what I might have screwed up?

    The command was:

    dd if=fedora.iso of=/dev/sdc bs=4M status=progress
    

    The USB stick was not mounted and the fedora image was verified. The command completed successfully but I couldn’t boot from it. When I used fedora writer to burn the same image to the same USB stick it booted no problem.

    Edit: spelling & capitalization




  • That’s pretty cool. I didn’t know that either. I was just reading more about it and found that you can port keys:

    Import key to Bitwarden

    Existing SSH keys can be imported into Bitwarden.

    Select  SSH key from the navigation menu.

    Copy the existing SSH key you wish to import into Bitwarden. Use the Import key from clipboard option. This will automatically paste the SSH key into Bitwarden.

    The caveats:

    Imported keys must be in OpenSSH or PKCS#8 format

    Additionally, at this time, imported SSH keys from Putty are not compatible.


  • Agree. It’s a windowing behaviour I’ve hated forever. Before jumping to linux I used macOS for a long time and the only thing that made it tolerable was a toolbar app that let me create custom keybindings for splitting windows. When inwent Linux I went gnome initially as it gave pretty close to the same functionality built in with super+arrow keys, but there is some stuff about GNOME that just does not work for me. So for me, Hyprland is great


  • My preference is the opposite of yours. I just recently set up Hyprland and I love it for the focus on keyboard and the ease of customizing the keybinds.

    The other thing I love is the tiling. I almost always have two windows side by side and in every other DE I’ve used (haven’t used cosmic), I always had to faff about to get my windows half and half or into the quarters. So pair that with the keyboard focus and hyprland is the winner for me.




  • Agree. Make it as easy to read as possible. I learned this particularly after I had written a script that had a lot of nesting. It worked initially, but not for long and when I went back to debug I was like, “What the fuck was I thinking here?”

    I ended up completely rewriting it to minimize the nesting and make it much more efficient and readable