Disclaimer: I don’t represent KDE in any interaction with this account. I am just freeloading off of the kde.social server.

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: December 20th, 2023

help-circle
  • ulterno@lemmy.kde.socialtoLinux@lemmy.mlMy latest Linux-convincing story
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    What if I had a firewall installed in Linux

    A previous company of mine, required an “AntiVirus” installed on the Linux computers too.
    The one the IT guy installed, ran in the background all the time, doing nobody-knows-what and and slowing down every thing and having multiple segfaults in a minute, shown in the journal.

    Long after I left, I also saw an RCE vulnerability related to it. So essentially, my system would have been more secure without the app.


  • They are having to take on the burden of gently letting down other devs who are angry over a simple misunderstanding.

    I feel like, if anyone would be happily willing to do that in their free time, they would have been a Politician or an HR and not a Developer.

    I’m pretty n00b as a dev, but if I were to see someone misinterpreting my explanation, the most I would do is rephrase the same in a more understandable manner.
    Definitely not going to resort to using “people management tactics”, specially not in an Open Source Free Work setting, where the expectation is that the other person wants the good of the project as much as I do [1].

    Facts are more important than feelings, specially when written text is the medium, where the reader can, at any time, go back and re-read to make sure they are at the same page, which a responsible, non-sleepy, non-drunk person would do in such a case.

    On this note, I went and re-read the above comment and I realise, the “But that’s the thing where you are wrong.” sentence is kinda useless. If the previous commenter were to have read the rest, they would realise that’s where they were wrong. Mental note to not use useless stuff like this as the first sentence in a reply, because I probably have the habit


    Yes, I know I joined both circumstances, this comment thread and the condition of the Rust Linux dev. It seemed relevant to me.


    1. as compared to a corporate setting, where if they are getting money to sit and do nothing, they will prefer that ↩︎



  • Debian is in many ways the “deep end”.

    The first time I tried Debian was when I was new to Linux, on a laptop with both the Ethernet and Wi-Fi unsupported. On top of which, it had an nVidia GPU. It was hard.

    Now I know much more about Linux and checked the Motherboard for Linux support before buying it. Debian works pretty well.

    So, it’s beginner friendly as long as someone helps you out with the installation after checking up on all the stuff you will need to run.


  • I’m not sure how funny this will be, but here’s how I broke my system twice in a single case. Step by step:

    1. Migrated from Manjaro KDE to EndeavourOS KDE. Kept the previous home directory.
    2. After a few updates, there was a problem with Plasma. Applications were not starting from the panels or the .desktop files (they worked from the terminal. The terminal emulator was in startup and worked that way)
    3. After a few google searches, found out that downgrading glibc would do something, so downgraded… Worked for a while
    4. While using pacman -Syu, I always checked for warnings (foolishly thinking that the downgraded and ignored glibc would cause a pacman warning if it broke dependencies) and there were none. So, the updated OS stopped working due to unmatched glibc. BREAK 1
    5. To fix it, I opened one of my multiple boots (another EndeavourOS) and made a script using pacman -Ql and cp to copy new glibc related files into the broken system (because I was too lazy to learn how to do it the correct way with pacman and chroot didn’t work because glibc is needed by bash).
    6. Turned out the script I made was wrong and I hadn’t checked the intermediate output from pacman -Ql, which was telling cp to copy the whole /etc /usr and other directories. (just if I hadn’t given the -r to cp) BREAK 2

    In the end, I just made a new installation, this time with a new home and hand-picked whatever settings I wanted from the previous home, Viva la multi-HDD