• 7 Posts
  • 223 Comments
Joined 1 year ago
cake
Cake day: December 28th, 2023

help-circle
  • I will have forgotten a lot; it might be a different system environment. I need to be able to re-learn everything at a later time. Simple solutions that are widely-compatible, and do not rely on my memory are preferred.

    I don’t know if you have already considered it, but you can use a git repository as documentation tool ! It’s a GitHub flavored markdown syntax though.

    Fork the project, upload it to your own git repo (self-hosted codeberg, codeberg, github… Pick your poison :p) and add your own wiki documentation about your changes in the code.

    The only thing you should keep an eye on is probably the license? But I’m not the right person to discuss about licensing :/


  • Back in the day, that’s what I did ALOT on Windows. Specially because of piracy and my younger me having no idea what he was doing XD !

    Still happens on Linux with EndeavourOS but not for the same reasons ! There are millions times more ways to break stuff on Linux but I always learn Something new during the process.

    Story time:

    Learned the other day that some config files are loaded in a specific order and depending what display manager is installed. That was kinda eye opening to understand cause my system didn’t load .profile when .bash_profile was present and I didn’t understood why ! Thanks Archwiki !




  • N0x0n@lemmy.mltoLinux@lemmy.mlLinux is not your Panacea
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    2 days ago

    While I do agree with the general sentiment to rewire your expectation when switching from Windows -> Linux, I do not agree with the following statement:

    Linux is NOT for you, your personality precludes you from using it.

    Linux is for everyone… Though I do also agree if you’re doing something wrong (and you will…) Don’t cry or reflect your frustration on your OS. If there are 1000 ways to break Windows, there are a million times more ways to break your GNU/Linux OS. But most of the time, you’re a doing something wrong. However, sometimes an upstream update can Bork your system… (Yeah this happens 🤷‍♂️).





  • Is that even possible? I’m already in panic when I remove a package and it’s dependencies with pacman 😅.

    Sure I did replaced Thunar with Nemo, but a few things don’t work exactly how it should, like opening the download directory from Firefox (Known issue BTW) even though all mime-types are correctly set !

    Even switching from Alternative -> Base distro seems like a really difficult task :/


  • Yeah I learned that the hardway when comparing MacOS/linux USB speed…

    Took like “seconds” on Linux. I looked quite dumb asking a question and asking for help on Lemmy while shitting (again) on my Mac !

    I have somewhere in my notes a command to show interactively how the memory cache gets dumped into my USB stick.

    Kinda boggus that’s an over 20 years old known “issue”.







  • Tmux has probably some specific features Kitty won’t do as good as a native multiplexer? (sorry I’m not the right person to ask this question :s) but It has the features I’m looking for without the need to install one.

    It was quite cumbersome to configure a terminal + a multiplexer on MacOS to behave how I liked it. Kitty solved this issue while being fast, simple and a lot of customization in one single app.

    One feature that was really important, copy/past over SSH with Micro which involved quite a hacky thing with iTerm2 + Tmux.Also being able to split my windows, create tabs…

    But as I said I have only basic use cases and can’t really say If Kitty’s multiplexing features are on par with Tmux. However, during my web search I read about a lot of people far more knowledge than myself who actually switch to kitty from Tmux without regrets !




  • This really looks great, I got a question though. As I understand it, it works based on your bash_history which can be very small or autodeleted after each poweroff for privacy & security reasons.

    So it doesn’t work in that case. However, creating a file containing a list or array? Of commands could that be a possible way to implemented a similar behavior?

    I’m asking because I’m not very proficient in any programming language but have done some small bash scripts here and there and quite interested in this functionality !


  • There’s always a security risk, however if you are referring to librewolf from the AUR I would say it’s “safe”?

    It has 160 votes and a popularity of 14.73* which means there’s a good chance someone more capable then we are, already looked at the PKGBUILD.

    That’s not a 100% proof of reliability but it’s a good pointer to a healthy AUR build.

    *The bin package has even more votes and popularity. It’s the recommended way, because the other package compiles from source and can take a long time !