The Linux Thread - The Autist's OS of Choice

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
...and unified them. That's what standardization is.
thats not what standardization means.
standardization is to make something follow a set of rules or guidelines that have been established.
playing devils advocate, systemd is fine for most init system use cases (note i said most. it wont work for everyone) , but it itself isn't a standard.
its like saying gnome is a standard because most distros ship with it by default.
you could technically build a custom compositer following the x11 stardard. the xserver program itself isn't the standard, but the functions the programs provide, how they're named and how they interact and talk to each other IS the x11 standard.
 
produce a kernel
Heh, when I started rolling my own kernels the first matrix movie was still kinda recentish and my computer still had a 3.5" disk drive it could boot from. I saw some "linux router on a floppy" thing that greatly impressed me and learned to cut away bloat and build a kernel tightly set to my hardware. In these days, it did make a noticable speed difference to do that, alone because a smaller kernel loaded faster from the IDE HDD. Less to load!

I still roll my own kernels in Alpine. It has not much practical use anymore, besides fiddling with the initramfs to be able to (un)lock computers remotely in a specific way and applying some (small) patches when needed, but it's also a way to keep the finger on the pulse of developments and changes. You get an idea for the direction the kernel is taking and look at the changelogs and develop a feeling for which parts the maintainers struggle with and which minor releases are the problematic ones. You also learn how the different parts of the kernel come together, what (new) it has to offer in the way of APIs and what does what. All things you could also look up without rolling your own, but if you are not forced to do so you usually simply end up not doing it, at least I am that lazy. This stuff is like a muscle, you need to exercise it or it goes away. That's why I also don't think it is useless to do all this low level stuff. You will always at least learn something. If I didn't do all the "useless ricing" in my Linux blunder years, I would not know what I know now. I'm not sure when it became uncool to know stuff, but I find that general attitude quite unsettling.
 
Last edited:
Heh, when I started rolling my own kernels the first matrix movie was still kinda recentish and my computer still had a 3.5" disk drive it could boot from. I saw some "linux router on a floppy" thing that greatly impressed me and learned to cut away bloat and build a kernel tightly set to my hardware. In these days, it did make a noticable speed difference to do that, alone because a smaller kernel loaded faster from the IDE HDD. Less to load!

I still roll my own kernels in Alpine. It has not much practical use anymore, besides fiddling with the initramfs to be able to (un)lock computers remotely in a specific way And applying some (small) patches when needed, but it's also a way to keep the finger on the pulse of developments and changes. You get an idea for the direction the kernel is taking and look at the changelogs and develop a feeling for which parts the maintainers struggle with and which minor releases are the problematic ones. You also learn how the different parts of the kernel come together, what (new) it has to offer in the way of APIs and what does what. All things you could also look up without rolling your own, but if you are not forced to do so you usually simply end up not doing it, at least I am that lazy. This stuff is like a muscle, you need to exercise it or it goes away. That's why I also don't think it is useless to do all this low level stuff. You will always at least learn something. If I didn't do all the "useless ricing" in my Linux blunder years, I would not know what I know now. I'm not sure when it became uncool to know stuff, but I find that general attitude quite unsettling.
Yeah, it's bizarre that people have an aversion to someone actually knowing things. It reminds me of Channing Tatum's character in 21 Jump Street where he's trying to mock the school kid for 'trying'. "Look at him, he's trying".

I would have to re-learn so much if I went back to Gentoo now. It was ages ago. I'm old - I remember when Ubuntu came out and saying things like "Pre-compiled? Noooo!" And laughing at the Everybody Loves Eric Raymond comic which was an early web-comic in which Richard Stallman, Linus Torvalds and Eric Raymond were housemates. Pretty sure Hans Reiser appeared at one point. I'm going to see if I can find it.

Found it!
1714865500824.png

Can't believe it's still up. So I think I was using Gentoo as my primary OS back in 2006, date of this comic.

Wow - feels a long time ago!
 
Found it!
Remember when the internet was for fun and not endless politics and the screaming and attention whoring of the cluster b gang? I miss webcomics.

Never to late to (re)learn, as long as you are interested. Linux works so well compared to back then, a lot less BS surprises, especially re: the kernel.
 
Steam was broken for almost a day because of a glibc update
Steam's a very odd piece of software. 32bit dependencies everywhere, written by the lazy fucks at Valve (goodbye /, watch your Steam window jumping around your desktop on some window managers that expect X standards conformance etc.) You can save yourself a lot of headaches by putting it into flatpak jail.
 
Steam's a very odd piece of software. 32bit dependencies everywhere, written by the lazy fucks at Valve (goodbye /, watch your Steam window jumping around your desktop on some window managers that expect X standards conformance etc.) You can save yourself a lot of headaches by putting it into flatpak jail.
There's like five different listings for Steam in the Linux Mint app store. Is it better to install the flatpack version or the version directly from Steam?

Why are there five different versions? I can't tell the difference between them and which one would be the official and recommended releases
 
There's like five different listings for Steam in the Linux Mint app store. Is it better to install the flatpack version or the version directly from Steam?
I personally use the flatpak Steam. For the most part, it just werks, and I never had any problems with it, unlike the native Steam on Arch. If controller support isn't working, then you might need to install the steam-devices package.
 
It feels nice to open up a config file and change a word or uncomment a line for a package build and see all the other little options I can change and read their explinations. SlackBuilds make my brain feel bigger. I should learn how to do that in style with Emacs next; That ought to feed my ego, right?

I also wish I could browse kiwifarms in the lynx terminal browser once again but alas kiwiflaire gets in the way. That was how I used to read the kiwifarms when I first made the jump to Linux full time back when I used Endeavour OS.
 
After a few years of Linux use i'm finally reaching the point of looking for a more powerful replacement to nano

Actually, is there a way to pass a file from a ssh session to the client's gui text editor?
 
After a few years of Linux use i'm finally reaching the point of looking for a more powerful replacement to nano

Actually, is there a way to pass a file from a ssh session to the client's gui text editor?
You can also use sshfs to mount a path on a remote computer locally, and edit with just about any software.
 
After a few years of Linux use i'm finally reaching the point of looking for a more powerful replacement to nano

Actually, is there a way to pass a file from a ssh session to the client's gui text editor?
KWrite understands fish:// URLs, which use SSH to transfer the file.
 
It feels nice to open up a config file and change a word or uncomment a line for a package build and see all the other little options I can change and read their explinations. SlackBuilds make my brain feel bigger. I should learn how to do that in style with Emacs next; That ought to feed my ego, right?

I also wish I could browse kiwifarms in the lynx terminal browser once again but alas kiwiflaire gets in the way. That was how I used to read the kiwifarms when I first made the jump to Linux full time back when I used Endeavour OS.
it is possible, you have to pass your session cookies. It's not something I'd use fulltime, cause you need a lot of hacks to get images and whatnot working.
 
  • Agree
Reactions: UERISIMILITUDO
I installed vim on my desktop that's currently running Mint, tomorrow I intend to check out the vimtutor and see if i can figure it out before installing it on the server. i could probably try vscode out too
Make that Neovim if you haven't already.
You can also use sshfs to mount a path on a remote computer locally, and edit with just about any software.
Don't know why the assblasted slav rated you dumb for this, that's a good tip. I'll have to try and see if that works with the retarded server setup at work tomorrow.
 
Don't know why the assblasted slav rated you dumb for this, that's a good tip. I'll have to try and see if that works with the retarded server setup at work tomorrow.
Dunno, I think he hated me even before he got threadbanned from here (which I had nothing to do with anyway). He gave you a top hat just for quoting me, I'm pretty sure. Just ignore him, he'll either calm down or get his ban extended.
But yeah, sshfs is really useful, works without needing a bunch of services or configs unlike, say, samba, and will even run cross-platform with no issue. Really good tool when either individually editing files, or setting up a proper file share, would be inconvenient, and works flawlessly cross-platform. Like Windows to Linux? NTFS not keeping track of owners or umask isn't an issue, it just treats the files as opened/created/edited by whichever user you ssh in as.
 
Back