Post
Remote status
Replies
43I mean I'd like to learn about a linux distro that you can go 2 minutes without finding a bug.
@cjd I'm less than a year into my venture into Linux but I haven't encountered any bugs yet, although it could be I'm too inexperienced to recognize them as such π Also I don't do anything advanced, mostly playing around with various tools in the terminal. Like today I've been using grep to filter some data from one .csv to another and then calculate something in the new file using sc-im, so much more fun than Excel.
My recollection of Ubuntu is having troubles in the first 30 minutes of setting it up, and then realizing that the "troubles" are not really user error, but rather that the default ubuntu apps (gnome stuff) just have bugs, like save button doesn't save, that type of stuff.
I do not know for certain whether this problem persists to the present day but it did occur for years. I don't know who is in charge of QA at Canonical but apparently no one is in charge of telling Ubuntu not to commit suicide.
I heard that everyone at that company just spends all of their time interviewing people for ghost jobs over and over until the candidate gives up.
Continuing about the topic, you *should* run sudo apt autoremove (or autoclean - I honestly don't remember the difference right now) - oh wait that doesn't remove old kernels I think...
it doesn't, because MX Linux comes with a tool for exactly that, remove old kernels from the boot partition... but isn't the partition where the BIOS checks first? I'm so confused right now.
Anyway, I will use this post to tell you I applied to a job at Canonical once and they made me have an interview with an AI that would skip questions if you wouldn't begin to reply after 3 seconds (each question) -it was so annoying that I let her keep asking to see what were the questions. Mostly about AppArmor and Snap.
Like I said in the other post, they are kind of known for posting ghost jobs and trolling people who need work.
> they made me have an interview with an AI
This is so fucking stupid. Whoever puts shit like that in place should be slapped.
Remember when Canonical hired a monster who was convicted of raping his own sister, admitted they were informed of his sex offender status, and then defended the hiring decision after the public found out because he'd "served his debt to society"? Quite the fascinating ethical framework these "people" have.
It doesn't take a massive amount of imagination to suppose that perhaps possibly they're doing exactly what they're supposed to do.
> (can you have it on your Linux main one though?)
Yep! I don't do a separate /boot partition.
> another with the main system ("/") and another for my $HOME
Always good to have a separate /home partition. I usually do a root partition and another partition of the same size so I can update the system on one of them and then keep the other as the upgrade target/old root. So I wanna upgrade, I don't have to turn off the box to do the system update: I just rsync the current root and then chroot into it, do the upgrade, pop the chroot, set the other partition as the new root (bootloader, /etc/fstab), then I can either reboot and be in the new system immediately or I can chroot into it and start sshd and everyone that ssh's in gets the new server.
Everyone hates me for this, but all I need to do to upgrade between releases on my Loonix servers is install two packages, run 2 commands, one of which checks whether my current system configuration is even valid on the next release, maybe update said configuration and reboot. 5 minutes of my time and I have to do it only once every 10 years.
image.png
image.png
image.png
gnujak-windows-linux-skill-issue.png
At least the derivatives aren't maintained by RH in the background like with CentOS before its inevitable death, and don't entirely depend on RH either. All three major ones kinda went their own ways: ABI compat only, full source rebuild, and whatever Larry Ellison is doing. Only one of them needs RH to publish full sources.