• 0 Posts
  • 61 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2024

help-circle


  • For anything more complicated than an alias, I tend to suck it up and write a program. I used to keep launcher scripts in ~/bin but I’ve recently taken to creating package manager packages for them. I’ve learned how to do that with NixOS and Arch Linux and I peeked at the Debian documentation.






  • bradboimler@lemmy.worldtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I’ve been using Linux for years and years. I get the subjective sense it is a system built by engineers for engineers. I can examine, poke, prod, and break every aspect of the system. I consider that a bonus and it’s how I learn about computers.

    I can fly through the system with my terminal

    Etc

    Edit: Centralized software package and dependency management is awesome



  • I installed Arch for the very first time this past weekend. I am a software engineer with almost 30 years experience and some time less with Linux. I did my research beforehand: I watched a manual installation on YouTube and I went over the wiki.

    And the manual installation was hard. I would not recommend it to a beginner.

    he is still completely new to this so I want things to work out perfectly for his first experience.

    This isn’t Arch, sorry. My own Arch didn’t boot the first time (but yes I was able to fix it quickly).









  • I moved from Debian unstable to NixOS this past Saturday. It’s been…interesting. I’m fighting the urge to run screaming back to Debian.

    I tried purging Git from my system last night as an experiment. Try as I might I couldn’t get all references to it to disappear from the Nix store. I disabled it from configuration.nix and Home Manager. Removed all system and Home Manager generations except the current. Still there after various combinations of nix-channel --update, nixos-rebuild switch, and home-manager switch.