• 1 Post
  • 93 Comments
Joined 11 months ago
cake
Cake day: August 11th, 2023

help-circle



  • Installer is a big part.

    2nd biggest part is how system is configured.

    Debian is not afraid to create its own version of default configuration. Take some mail software as example.

    Arch on the other hand is most likely just going to ship original application configuration.

    Debian might be nice and easy, until configuration change is necessary. Suddenly, original application documentation doesn’t apply. Debian documentation may be obsolete or absent. And that is the beginning of reading all of the configuration files. Normally, it is not a problem until something like email system configuration is necessary.

    That’s when Arch philosophy of making fewest changes to software comes to shine. Original documentation usually works and applies well.


  • Years ago major upgrades and to lesser degree even minor upgrades made me to give up trying to keep installation running. I don’t even remember if it was Red Hat or Debian.

    Eventually I realized, that I like running newest version of Desktop and I ran into cases of getting frustrated with lack of newer versions, which had fixes for issues I ran into. Then I realized that best wiki was not a snapshot distribution.

    In the end I tried rolling distribution and remain happy for years.

    Debian or derived distribution is easiest to get google help for and it is the simplest choice for me, when running on the cloud.

    Although, Alpine is pushing through containers quite forcefully.










  • I don’t get the question.

    I usually use vscode to work with files. It has excellent remote editing over ssh. For example, I have large private collection of markdown notes that is kept on remote server.

    At work I deal with large GO project that targets Docker images and my setup is:

    • windows 11 laptop
    • WSL Debian with full systemd integration installed (that’s the hardest part)
    • visual studio installed on windows, I have no development tools on windows: no docker, no git, no GO compiler
    • debian on WSL has all the dev tooling: git, go lang, ssh server is turned on

    My workflow is to start Debian WSL and forget about terminal. Start vscode on windows, connect to Debian over ssh, open project directory. Work on project without ever leaving editor, use built in terminal in vscode. Fish runs inside vscode. Editor is primary. Fish is secondary and it excels at recalling history.

    Use each tool for what it was designed. No terminal will ever match my productivity in vscode. Vscode has all the fuzzy search built-in.

    I used to use vim for heavy coding, but abandoned that route 20 years ago. I am still able to use vim for quick short changes in config files, but anything serious is handled with visual studio code over ssh.

    Primary vim scenario:

    sudo vim /etc/config-file-name

    Vscode 1st approach is a modern day version of emacs approach Or vim with plugins. Only difference is vscode is actually low effort to get started on new machine, low learning curve, low maintenance effort unless you have sunken months into your terminal editor and refuse to abandon your investment.





  • Kualk@lemm.eetoLinux@lemmy.ml"Hardware Error" after power failure
    link
    fedilink
    arrow-up
    44
    arrow-down
    3
    ·
    edit-2
    1 month ago

    There’s so much incompetent advice here.

    CPU is fine.

    Linux is booting and tries to connect to TPM (trusted platform module).

    It has nothing to do with graphics card. Fact it is booting means CPU is most likely likely unaffected.

    TPM is most likely fried.

    Linux can run without TPM. Plenty of old boards were shipped with TPM socket, but without TPM itself.

    Best option is get manual for your motherboard and pull out that TPM.

    Any passwords stored there are lost, if you used it.

    If TPM is fine, then board pathway to it may be damaged. If that’s the case and you really need it, then board replacement is your option. But that’s only after good TPM was tried.