The Linux Thread - The Autist's OS of Choice

Manjaro is trying to be some kind of second layer of testing, the faster Debian Testing to Debian Sid of Arch. I've never seen any kind of evidence that it's more stable, nor have I seen a track record of contributing anything back to the Arch community. The only reason I installed it over raw Arch was because, at the time, there was no option of bypassing the super leet install. Now there is EndeavourOS.
 
anyone know of a good "Mouse without borders" alternative that is cross compatible with linux/windows. I've tried barrier and synergy but they don't really function the same so it doesn't really work, as they lack certain key features like holding ctrl to switch screens and sharing clipboards. I use it while multiboxing a specific game which is why I'm being picky and need specific features.

also:
I generally fucking hate Linus Tech Tips. Truth be told the fat guy they have working for them with the long hair is far more interesting to watch than linus & compared to linus it seems like he actually knows some shit as opposed to linus seeming like he reads of a script.
not really a fan of them either, I checked out their desk builds as I was looking for inspiration for my home office desk I was making, but that fat dude is actually pretty trash and linus himself smoked him in a pc tech support challenge thing they did recently IIRC. Dude didn't even realize the computer was setup in raid 0 and lost all the data while complaining that they were sabotaging him because he couldn't get the same benchmarks on his crystaldiskmark. he spent like an hour and half cable managing and before he finished linus had already fixed and benchmarked the same exact system. say what you want about him but he knows a little something
 
Last edited:
What is the 3l337 GAYMEN kernal in use nowadays?

Literally deleted my windows partition and intended to do all gaymen in linux now.
 
The normal Arch Linux kernel works pretty well, I guess if you have a really beefy system you could get into the more real-time stuff.
 
What is the 3l337 GAYMEN kernal in use nowadays?

Literally deleted my windows partition and intended to do all gaymen in linux now.
You should be find with the default kernel the system comes with. I assume most of them come with a 5.15 kernel now in todays since that's where all the good juice is now. I can be more assistance on arch based distro since that's what I use but I'm willing to try. What distro are you planning to use anyway?
 
What is the 3l337 GAYMEN kernal in use nowadays?

Literally deleted my windows partition and intended to do all gaymen in linux now.
For gaming, most people tend to swear by the Zen kernel. Arch and its derivatives will normally have this in their package repos, but the site there provides binaries for Debian et al.

Also, 5.16 has already been out for a few weeks now and that has a couple new features meant to improve a lot of Windows vidya functionality for Steam Play and WINE.
 
  • Informative
Reactions: Lord Xenu and Aidan
Going off of my prior post, I am quickly becoming an addict. When I'm using Windows, I'd rather be using my Linux laptop. The problem is, I'm kind of a retard despite being moderately intelligent, and can't exactly explain why Linux is so much better. I love the FLOSS/FOSS philosophy, but I need technical language for what I feel.

How can I go deeper? How do I become a true Linuxfag?
 
How can I go deeper? How do I become a true Linuxfag?
There is no "true Linuxfag", there are many different classes. If you want to be a Linux(tm)fag, learn C and start kernel hacking. Start building your own packages. Make code modifications to the programs you're using. Set up a new distro. And these are just a few ideas off the top of my head.

Posted from self-built copy of ungoogled-chromium in dwm.
 

Attachments

  • 2022-01-26-084849_970x775_scrot.png
    2022-01-26-084849_970x775_scrot.png
    300.9 KB · Views: 82
It's 0-day time again.

pwnkit: Local Privilege Escalation in polkit's pkexec (CVE-2021-4034) ("the sudo of systemd")
https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
- pkexec is installed by default on all major Linux distributions (we
exploited Ubuntu, Debian, Fedora, CentOS, and other distributions are
probably also exploitable);

- pkexec is vulnerable since its creation, in May 2009 (commit c8c3d83,
"Add a pkexec(1) command");

- any unprivileged local user can exploit this vulnerability to obtain
full root privileges;

- although this vulnerability is technically a memory corruption, it is
exploitable instantly, reliably, in an architecture-independent way;

- and it is exploitable even if the polkit daemon itself is not running.

[...]

More precisely:

- if our PATH environment variable is "PATH=name", and if the directory
"name" exists (in the current working directory) and contains an
executable file named "value", then a pointer to the string
"name/value" is written out-of-bounds to envp[0];

- or, if our PATH is "PATH=name=.", and if the directory "name=." exists
and contains an executable file named "value", then a pointer to the
string "name=./value" is written out-of-bounds to envp[0].

The temporary fix this advisory gives is to just chmod 0755 /usr/bin/pkexec. There's also a test exploit that's about 90 lines of code, meaning you can read it yourself before executing: https://haxx.in/files/blasty-vs-pkexec.c
gcc blasty-vs-pkexec.c -o exploit
./exploit

Some distros have rolled out the fixes already, according to users. But it never hurts to double check.

Going off of my prior post, I am quickly becoming an addict. When I'm using Windows, I'd rather be using my Linux laptop. The problem is, I'm kind of a retard despite being moderately intelligent, and can't exactly explain why Linux is so much better. I love the FLOSS/FOSS philosophy, but I need technical language for what I feel.

How can I go deeper? How do I become a true Linuxfag?
It's better for people interested in software or who like to configure and tinker with their OS, as a Linux distro normally doesn't hide any aspect of the system from you and promotes interoperability between programs. People who work to live and only view the PC as a silent workhorse that needs to Just Werk™️ are unlikely to give a shit about the wonders of Linux.

I don't know what a true Linuxfag is, but if you're going straight off into the deep end you risk burning out. Start small and gradually improve the parts you think aren't good enough for you.
 
There is no "true Linuxfag", there are many different classes. If you want to be a Linux(tm)fag, learn C and start kernel hacking. Start building your own packages. Make code modifications to the programs you're using. Set up a new distro. And these are just a few ideas off the top of my head.

Posted from self-built copy of ungoogled-chromium in dwm.
What window manager is this? It looks like suckless dmenu or whatever it's called.
 

freedesktop garbage strikes again. I'm glad I don't have that bloated shit on my system.

How can I go deeper? How do I become a true Linuxfag?
Get into scripting and light programming. Learn what individual parts (from kernel options to parts of your desktop enviroment) make your Linux environment and how it all plays together. Learn how to automate things inside it. Start breathing the concept of pipes and the unix philosophy of one simple program doing one thing well. Try to do more with less by utilizing your newfound knowledge. You'll notice you get there when you see some popular python-based github project causing noise with the /r/linux poseurs and soyboys and you catch yourself saying "man, that 200 mb software package does something I could string together with sed in ten minutes".
 
Back