[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]

/tech/ - Technology

"Technology reveals the active relation of man to nature" - Karl Marx
Name
Options
Subject
Comment
Flag
File
Embed
Password(For file deletion.)


File: 1728030622672.jpg (105 KB, 820x1024, 53y3soh1e3981.jpg)

 

(Copypasted from a previous 4chin /g/ thread as a foundation to making these generals on leftypol)
Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

* Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread *

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
*Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/–help
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://igwiki.lyci.de/wiki/Category:GNU/Linux

>What distro should I choose?

https://igwiki.lyci.de/wiki/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

What’s the most FreeBSD-like Linux distro that works on most hardware?

>>26557
both BSD like stuff use gnu so just Linux

>>26557
Void Linux I belive. I use it on my home server MAS and I hate runit. Just install Rocky or Alma if you want the LOOOOONG Term Support or Ubuntu for everything else

Thoughts on Deepin (Linux with Chinese Characteristics)?

>>26562
Haven't used it myself but seems to be one of the prettier ones from a strictly visual point of view. Debian base most likely means it's solid.
The main thing you have to ask yourself is if you're comfortable with using an OS based in China. If it's not subverted right now, it can be tomorrow at the drop of a hat, and you won't know.

>>26563
Wdym exactly?

File: 1728127422205.jpg (201.83 KB, 1200x1200, linux burden.jpg)

Why does xfce4-timer-plugin keep forgetting about the timers I set?

Best distro for a paranoid political dissident?

>>26571
Look at heads (https://heads.dyne.org) and roll your own release with more recent software.

>https://igwiki.lyci.de/wiki/Babbies_First_Linux
that flow chart is awful and outdated

why does the 'enterprise' world favor red hat so heavily and OSS/FLOSS users are obsessed with debian-* ??

>>26571
qubes

>>26600
The enterprise world favors RH because of legacy, they were the first ones to do it successfully w support contracts. From there a sense of "safe" carries.

End users like Debian because *checks notes* it's good. It's versatile. Seriously, half or more of all distros are Debian for a good reason. It's not completely brain dead easy like Ubuntu or Zorin but it's not far off

>>26616
AFAIK the original point of ubuntu was to enterprise-ify debian and give it named/numbered releases and support contracts

>>26620
I've never heard that but it makes sense. Not to mention, at least that's the impression I have, these days Ubuntu Server does see some good use. Still not as much as RH, but respectable still.

>>26571
Qubes OS or Devuan/Artix/Void with full disk encryption (dm-crypt). Note that Artix has better support for OpenRC and probably S6. Their Apparmor packages don't install init script for Runit. The init script loads all profiles on boot. I recommend always using Apparmor because it adds extra security. Always also install firewall (like ufw).

More tips:
Do not make a swap partition (or encrypt it). Don't use suspend on disk (Sleep mode) or suspend on RAM. Have a separate computer for your personal activities and political activities. Don't use the same password for both computers. Lock the root account if you don't use it ( with sudo passwd –lock r00t ).. Be sure to always turn off the computer that you use for political activities when you don't use it. This way they can't extract your encryption keys from RAM. Prefer using Tor Browser whenever you can and use bridges. Encrypt your mail using GnuPG (don't trust your webmail to do it). I prefer distros that don't have SystemD because SystemD is so huge that it adds to the attack surface. Example: the old xz-utils backdoor required a custom downstream patch to OpenSSH daemon that enabled systemd-notify support. Red Hat, Fedora, Ubuntu and Debian were targeted because no one else had patched their OpenSSH to enable that functionality.

File: 1729303890977.png (33.78 KB, 385x284, ClipboardImage.png)

thoughts on EndeavourOS? is it a fad like Manjaro or is it gonna take over for Arch based?

also what is the advantage of MX over Mint?

>>26711
endeavour is for those who can't install arch by reading some wiki pages but still want arch

>mx

I think it's terrible, one glance at the faq and they're already suggesting reinstalling the distro if the debian stable base changes

I recommend gentoo if you have the attention span to read the whole handbook

>>26571
gentoo, you can make it as secure as humanly possible if you're a wizard at programming + it's a meta distro, meaning that no one will be able to assume what components you have in a gentoo system, like they won't be able to assume if you're using GNU or busybox, or systemd or openrc or s6 or etc, or even the kernel itself(in the future it may have hurd support or freebsd kernel support)

>>26729
Cool off on the gentoo shilling a bit. I understand you may be excited about the options portage offers, but in practice gentoo doesn't come close to being a meta-distro. You have a mainline GNU configurations with openrc or systemd and a lot of commonly used linux software, that is the only one actively supported and tested. Then you have a slew of lesser used ebuilds and overlays, where the most support you will get is asking someone on the forums. Furthermore the project has a history of capitulating to the latest snakeoil and deprecating any sane alternatives, like what happened with udev, dbus and logind.

For someone wanting a systemd-free distro that doesn't use openrc and supports package source compilation, i would recommend both alpine and void over gentoo, maybe devuan and obarun as well.

>>26729
is gentoo more related to red hat or debian?

>>26731
Neither really, though maybe it's closer to debian in spirit. Gentoo was very clearly inspired by BSD ports.

>>26730
>>26730
>For someone wanting a systemd-free distro
>that doesn't use openrc
bruh
>Cool off on the gentoo shilling a bit
nah ok only a little bit
>the project has a history of capitulating to the latest snakeoil and deprecating any sane alternatives, like what happened with udev, dbus and logind.
I don't think they have many developers to keep maintaining too many components like what happened with eudev

>>26735
>openrc
Yes it's a step forward from sysvinit+shellscripts, but it only supports rudimentary service supervision and paralell startup is experimental to this day.
>eudev
Eudev and elogind were straight up forks of the systemd code. I'm speaking about static /dev and consolekit.

>>26738
>I'm speaking about static /dev and consolekit.
but like, where would one find recent/still maintained documentation for static /dev and consolekit, even LFS doesn't teach it and on the gentoo forums only like actually I'd rather not mention any names of the users, probably disrespectful and etc knows about this

>>26752
>where would one find recent/still maintained documentation for static /dev and consolekit
A long time ago both both were supported options for a gentoo installation, then a certain redhat project EEEd the linux desktop software ecosystem. Slackware never stopped using consolekit2 for example (though udev clearly won the battle decades ago because of plug-and-play fetishization). Logind is only a hard dependency for modern crapware like Skype and Wayland anyway.

What this historical precedent ultimately means is, that you can't necessarily trust the gentoo maintainers not to deprecate gtk+2 or a release of a compiler version you need. They've already started removing python2 ffs. The project just isn't committed to long term software stability in any way.

>>26756
guess I'll just stick with normal gentoo, the most I wanna do of system administration 99% of the times after I build everything is just
emerge -avuDN @world

Why the FUCK did IBM/REDHAT kill centos? Now people are gonna switch off it even more. Do they really think people are gonna pay $350 USD to use a red hat OS with no support to do the same thing you can do with debian for free?

>>26762
Their main market isn't desktop and not even small-scale orders (https://it-notes.dragas.net/2023/08/27/that-old-netbsd-server-running-since-2010/). They're in a dominant market position, so they peddle unstable software to maximize profits from businesses with large-scale orders, that will ultimately buy their contracts regardless of software quality. Nobody ever got fired for buying IBM.

>>26752
>even LFS doesn't teach it and
Actually BLFS briefly teaches how to bootstrap static /dev from a running udev. Thought you might want to see this https://linuxfromscratch.org/blfs/view/svn/postlfs/devices.html

>>26769
>>26762
well technically you can get up to 16 free copies of red hat os with a developer license. so actually you dont need to pay the 350

>>26802
>beyond blfs knowledge
I think glownonymous is basically a god that has transcended wizardhood and knows everything about */linux

File: 1730578363747.png (183.09 KB, 1140x558, my-image.png)

post distro tier lists!

>>26568
Because Xfce is abandonware

>>26983
I agree with none of the placements except that of NixOS. Should've called it AutismOS

>>26983
Whats your reasoning behind putting ubuntu at A while Mint on B?

File: 1731010530723.png (148.08 KB, 1140x558, my-image.png)

>>26983
>2024
>Imagine not running a B-tier distribution.

>>27031
Ubuntu can be used as a server OS and mint is desktop only

>>27035
>lol putting centos that high after the bullshit redhat/ibm pulled

>>27041
<info may be outdated.

File: 1731377849347.png (359.13 KB, 1038x568, ClipboardImage.png)


>>27064
>tails
>no heads
Flood detected; Post discarded.

is it just me or debian based distros break more easily than arch/gentoo ? also when a debian based distro in fact breaks the lack of documentation is just annoying


>>27273
what? do you expect me to spoonfeed you on how to update it yourself?

>>27272 (me)
nvm I didn't break the company's notebook, it's just ubuntu being ubaduntu

>>27274
Check the name of the thread, jackass

>>27273
>latest is 6 years ago
oof, very spooked

>>27279
>Please spend at least a minute to check a web search engine with your question.
all necessary resources are in a git repository https://github.com/headslive

>>27293
>latest was in 2019
I think tails is safer

>>27294
it's a devuan install with a custom kernel and some config files. devuan is still updated and more secure than system-dbus-starts-pulseaudio-automatically will ever be. why can't anyone on here read ffs?

>>27295
And Devuan upgrades every year or at most every other year.
You good??

Just harden/configure a debian install for any third person reading

>>27297
Devaun is nice too.

>>26752
>static /dev and consolekit,
Was looking into this early based on the conversation here and elsewhere. Am probably going to install a system like this on my new laptop, if ever get around to setting it up. Posted links to the Gentoo forums just before this, but if you think it's disrespectful then will maintain the obscurity.

>>27332
What's your partition table look like? Have been saved and hurt by a lack of a separate /home, /tmp, and swap before but have never tried to move /var or /usr to their own partitions. Think install packages too often to exploit the benefits of a read-only /usr.

>>27332
I did it just for the meme on gentoo on a virtual machine, it's not worth it

Just randomly remembered there being an FSF-inspired sim in Second Life around 2008 that had an "Ubuntu Pyramid", like a virtual FSF office and some massive box with a rotating Debian logo inside, literally four pillars of free software to find that described each pillar and random free scripts licensed with GPL offered.

Absolute fever dream stuff in hindsight, but I do recall that all of the explanations and assertions about free software these random structures contained were convincing to my early teen brain.

>>27332
>>27342
static /dev is totally worth it, i haven't had any device problems since setting it up. never used consolekit though. i'm not even sure which programs need a login manager except for gnome, kde and skype for linux????

all my boot bundle in s6-rc does is mount some filesystems, launch fdholder, set the hostname, keymap and a seed for /dev/random, as well as load everything from /etc/modules. the next step is starting some gettys. average linux users don't understand how needlessly complicated their setup is compared to this.

Don't plan on using /opt/ much but do plan on a split-usr.
  EFI   512MIB
  swap    8GiB
  /      16GiB
  /opt/  32GiB
  /var/  32GiB
  /usr/  64GiB
  /home/  ~1TB

  tmpfs  32GiB

Anything about this seem nuts?

>>27361
>s6-rc
Will look into this.

>>27361
but after you set all this up, will it need to be maintained/constantly tinkered with or is the only thing necessary of system administration would be just to update the system like on >>26758 ?

>>27365
>/ 16GiB
on openbsd i could get by with only 1G. you usually want root to be small, so no files get accidently dumped there. 4-8G would work for modern linux maybe.
>/var/ 32GiB
seems way too large. i usually keep mine under 4G, except for /var/lib/flatpak that's a symlink to my massive /usr/local partition.
>/home/ ~1TB
having /home be the partition for large data is a matter of taste. i like to have /usr/local fill that role. if i were you i would also symlink /opt to /usr/local/opt
>tmpfs 32GiB
i can't tell anymore how much memory the average person has, i'm still at 16G on my desktop. i would advise against using your whole memory for /tmp. my system ground to a halt before while launching a game and having a few large files there.

>>27367
on the contrary. nothing ever happens on static /dev, unless you create new devices yourself. on most distros there's a larger chance of messing something up by stupidly following standard upgrade procedures. after my first fedora update it refused to boot, pacman croaked once, leaving me with a damaged database and my current alpine setup has a kernel from 4 releases back, because current ones refuse to boot. this is precisely the reason my laptop has run dulap, a gentoo snapshot from circa 2017, for the last 2 years.

>>27368
>/ 16GiB
>on openbsd i could get by with only 1G. you usually want root to be small, so no files get accidently dumped there. 4-8G would work for modern linux maybe.
You're probably right here. Have a bit of a fear of / not being writable.
>/var/ 32GiB
>seems way too large. i usually keep mine under 4G, except for /var/lib/flatpak that's a symlink to my massive /usr/local partition.
Apparently portage puts temporary files there so if wanted to install chromium this would be 16GiB plus whatever was already there.
>tmpfs 32GiB
>i can't tell anymore how much memory the average person has, i'm still at 16G on my desktop. i would advise against using your whole memory for /tmp. my system ground to a halt before while launching a game and having a few large files there.
My system has 64GB of ram, might make tmpfs smaller, like 8GiB. Haven't gotten to this step yet.

>>27372
>My system has 64GB of ram, might make tmpfs smaller, like 8GiB. Haven't gotten to this step yet.
fortunately you can change this at any later point with minimal effort.
>Apparently portage puts temporary files there so if wanted to install chromium this would be 16GiB plus whatever was already there.
i say symlink the portage stuff somewhere else. keeping /var small and easily fsckable is important for recovering log files.
>You're probably right here. Have a bit of a fear of / not being writable.
/ not being writable would be a good thing in some cases. here's a reminder what the point of having multiple partitions is:
<most user accounts should not have the ability to write large files
if any unprivileged program goes rogue, you can still write to "full" partitions as root and clean up the mess.
<the base system should be on its own small partition
power failure during lots of i/o can leave a partition crippled and you don't want that to be your root. fsck also won't take as long.
<you can set options on individual partitions
have a look at the mount manpage for restricting file types, disabling asynchronous i/o and performance options related to atime.

>>27374
Huh, this is not what thought the benefit was. Anyway trying to install gentoo for the second time with musl, static, static-libs, split-usr, and static dev/ isn't quite turning out yet.

>>27369
>gentoo snapshot from circa 2017
but I wanna keep my system bleeding edge up to date, so I'll just stay with udev as I am not a demigod nor willing to put in the research tbh

>>27379
Since there isn't a musl split-user stage3 looks like the key was to copy the list of programs in /bin/ of a split-usr stage3 (with minor adjustments as needed), copy over /lib/ from /usr/lib/ temporarily and then recompile everything with split-usr static static-libs After this it should be possible to remove /lib/ because /bin/ is static, and remove those files in /usr/bin/ which are also in /bin/ though this last sentence is yet to be tested. Also had to create a new /dev/null for static-usr.

>>27379
>this is not what thought the benefit was.
with partitions you can also take advantage of the physical properties of hdds, letting you group related files into partitions. for ssds you instead want the simplest scheduler (deadline) and ideally jfs on the most accessed partitions.
>musl, static
huh, i tried this once but was hindered by the lackluster documentation and my cursory knowledge of portage, but it seems as though musl support is no longer experimental, providing stage3 tarballs. marxspeed anon!

static /dev would be interesting if I could keep it bleeding edge updated, like regular gentoo

>>27383
Managed to get this thing to boot and with a clean split /usr/ (/lib/ is not totally empty) etc. Have no idea really how to use static-dev however. You can add some filesystems with mknod and a device MAJOR MINOR these seem to be available under /sys/dev/block (one for each partition plus one for the disk it seems) and /sys/dev/char (199 different devices on my system!) . How would one go about determining the MAJOR MINOR numbers for a device e.g. my wireless card, rather than by table (e.g. https://lxr.linux.no/#linux+v2.6.31/Documentation/devices.txt). Or is this way off.

>>27397
Ah, this is apparently way off, let me look into it more.

>>27398
Got it, was just a matter of loading the driver. Am a bit worn out from the system administration now though, and didn't do as good a job in the end as started out.

>>27397
>these seem to be available under /sys/dev/block
interesting. i only knew what numbers they were assigned, depending on how you configured your per-device partition maximum. documentation specifically for device numbers is under https://lxr.linux.no/linux+v6.7.1/Documentation/admin-guide/devices.txt
>How would one go about determining the MAJOR MINOR numbers for a device e.g. my wireless card
network devices don't require device files. you may need network_throughput (c10,61) and network_latency (c10,62) for DHCP though.

if at any point you feel like you're missing something, mount a tmpfs under /dev and have a look at what dbus does. 'busybox mdev -s' would also be a good start. the point of static /dev is understanding what character and block devices your system accesses and managing them yourself, which is usually a one-time job.

>>27400
>if at any point you feel like you're missing something, mount a tmpfs under /dev and have a look at what dbus does. 'busybox mdev -s' would also be a good start.
Have dbus masked, but could install busybox it seems. Might just watch out for changes in /sys/dev and mount accordingly though, if that would work.

>the point of static /dev is understanding what character and block devices your system accesses and managing them yourself, which is usually a one-time job.

Have largely postponed this step for better or worse. Will not be able to stay in this state of ignorance because will be needing to connect flash drives etc. But have already questioned why there would be 97 TTY devices when only 6 of them are writable by the tty user.

Wasn't able to reasonably avoid installing llvm/clang. Could be done with the vesa driver, but considering that my monitor is already flickering half the time considered it a bad idea to experiment with drivers.

>>27434
Welp, my graphics card isn't showing up under /sys/dev/ though it is present in /sys/devices/. Attempted to link to no avail. Presumably this is another driver issue, but it could just as well be a kernel issue. Tried to give up the static-dev in hopes it would make Xorg work but it turns out that there's a hard dependency against udev with static-libs and ugrd for installkernel to work with a separate /usr/ partition. No doubt this could be gotten around but was enough to discourage me from betrayal. Overall the install isn't fully in the spirit of what it represents because of my avoidance of configuration. Probably should have just used vesa too, not that it's too late.

>>27450
>Presumably this is another driver issue, but it could just as well be a kernel issue
Switching to kernel modesetting seemed to solve things. Managed to write a couple custom ebuilds to fetch xf86-input-{keyboard,mouse} and these now work also. Might publish these to a git repository. The screen flicker seems to have been system instability caused by having an excess of ram installed (64GB in a system which officially only supports 32GB). Next up is migrating packages, config, and data files from two different systems and considering how to deal with the merger, and whether to try something new like Nyxt.

>>27396
>static /dev would be interesting if I could keep it bleeding edge updated, like regular gentoo
This is evidently possible, with the exception of some drivers, if it really does interests anyone.

>>27450
>Xorg
Xorg's device probing depends on udev. There's a script that generates a starting xorg.conf, see the manpage for more information. You will also need to use evdev drivers as opposed to libinput and create the appropriate devices under /dev/input.
Flood detected; Post discarded.

>>27460
>see the manpage for more information
It's actually in the Xorg manpage. Launching Xorg with the -configure option should auto-generate most things. The only settings i had to adjust were the keyboard device number and mouse protocol.

>>27463
On that note, a good way of testing which input device corresponds to which character device is catting the files to the terminal. Don't forget to type reset afterwards.

>>27464
>On that note, a good way of testing which input device corresponds to which character device is catting the files to the terminal. Don't forget to type reset afterwards.
Intereesting

>>27463
>It's actually in the Xorg manpage. Launching Xorg with the -configure option should auto-generate most things. The only settings i had to adjust were the keyboard device number and mouse protocol.
Actually didn't need to do anything after setting up the old drivers it just worked!

Ended up abusing package.provided to mask at-spi2 (dbus), and librsvg (rust-bin). Assuming that works should be able to get everything up to a webrowser on the system without too much of whatever one is trying to avoid. Can apparently even do the same with virtual/tmpfiles though all of this has yet to be tested.

>>27469
Guess am still going to need a browser with a dev toolkit for web development in addition to the one going to be using as my daily driver. Guess will just use palemoon for that unless anyone has a better idea.

>>27470
Was wrong about the flickering being caused by the ram, and also had to find patches for GTK+ to work without DBus. :(

>>27470
>Guess am still going to need a browser
Get an alpine chroot. It has up-to-date versions of chrome and firefox.
>>27469
>>27471
Dbus and Gtk+3 are more trouble than they're worth. Masking them is just common sense. See Stanislav's /etc/portage/package.mask/crapolade:
sys-apps/systemd
sys-fs/udev
media-video/libav
gnome-base/gconf
>=app-crypt/gnupg-2.0.22
app-accessibility/at-spi2-atk
app-accessibility/at-spi2-core
sys-apps/dbus
sys-auth/consolekit
sys-auth/polkit
gnome-extra/polkit-gnome
dev-util/gdbus-codegen
gnome-base/dconf
>=x11-libs/gtk+-3.0.0

>>27473
Wasn't looking forward to trying to keep up with patches for Gtk+3 let alone trying to maintaining them. Will give masking >=x11-libs/gtk+-3.0.0 a go also at your suggestion.

>Get an alpine chroot. It has up-to-date versions of chrome and firefox.

A chroot to run the browser in sounds reasonable, but using alpine will be my last resort. Seems with either webkit-gtk2, webkit-qt, or palemoon a static build wouldn't need too much. Unfortunately think palemoon is the only option in terms of development tooling which will build.

>>27474
>Will give masking >=x11-libs/gtk+-3.0.0 a go also at your suggestion.
>Using alpine will be my last resort.
These two did not go well together, basically wasted the whole day. No modern browser would compile either at all or without patching Gtk+3. Still no idea why Palemoon wouldn't compile (no real messages or hints), and didn't get around to compiling with debug before got too frustrated and tried to resume with the patched Gtk+3 and webkitgtk2 builds. Now my hope is that www-client/surf will work with gcr patched out. This aspect will be a worse environment for web development but it might still be tolerable.

>>27475
Ended up nearly doing an exhaustive search, and doing certain things over and over again with slight alternation hoping they would work. Palemoon doesn't compile without glibc, and am not presently able to make the patches myself. Removing gcr from surf wasn't as easy as it looked. Am also not presently able to make ebuilds for anything more than dummy packages.

Nyxt requires a small patch so might give this a go at some point, put luakit compiled and ran with only the Gtk+3 patch.

The flickering was a hardware issue to do with Turbo Boost. But the trackpad still doesn't work (/dev/input/event* and /dev/input/mice exist) and because used genkernel suspend doesn't work.

>>27479
there's too much complaining in this thread, apologies.

>>27479
>The flickering was a hardware issue to do with Turbo Boost.
lol, no this wasn't it either…

>>27482
Mesa failed to open iris, no wake from sleep, high low power screen flickering, failed to build with musl. What more could you want.

So far as can tell ACPI is broken on this machine, suspend doesn't even work with the livedisk. Updated mesa from i915 to intel at the expense of installing LLVM and this resolved the graphical errors was having. Disabled "additional" C-states and all the other extraneous power management options in BIOS, this might have helped with the flickering. Avoiding packages that won't build with musl.

>>27521
Still haven't migrated over my personal and development files; haven't quite got comfortable with it just yet. A number of compromises were necessary as can be seen from the screenshot. A problem with such compromises is that a number of these systems are interelated, and to remove one modification means removing others. So compromising on udev meant that through grub pciutils needed the -static-libs flag and my system isn't completely static (not sure if it was anyway). Switching to the modern intel drivers over i915 meant acceloration worked but dragged in LLVM (one of the more tollerable compromises). Was further suprised by the lack of modern webbrowsers (and only modern webbrowsers) which would build with the system.

If decided to do it over again would make sure to configure the kernel, and such that devtmpfs was disabled allowing for permissions to be maintained with a static-dev, or else would write a script to handle this for me. That should allow for shaving all but the Gtk+3 compromise. The suggestion to run the browser in a chroot does seem to be the only way to have a clean build environment. Seems like ideally there would be a WPE based browser available (and technically there is): https://eleni.mutantstargoat.com/hikiko/wpe/

>>27365
>32GB tmpfs
Just why

>>27539
>grub
why are you using grub and not lilo or efistub

>>27548
Lifo was left unmaintained like a decade ago

>>27548
>why are you using grub and not lilo or efistub
Didn't try LILO or Syslinux, but EFI stubs still required the -static-libs for pciutils.

>>27545
Didn't end up setting this up, because it was a bad idea.

>>27551
>Didn't end up setting this up, because it was a bad idea.
Interestingly /dev/shm and /run are this size.

>>27549
>le unmaintained
holy shit why do soydevs want every piece of software to expand like an infinitely growing cancer. old, feature-complete versions are optimal, because such software is stable and well-tested. omnipresent bitrot and instability are the unifying principles of most modern linux desktop software for a reason.

>>27554
Ok boomer

>>27555
rob pike, chuck moore, rms, guy steele, alan kay, richard p. gabriel, djb, jwz, uriel, mircea popescu…
all of them were right

I'm trying to install this pirated version of ck3 but I get the following error back

Image mounted as /run/media/user/disk
binaries/ck3: /usr/lib64/libtinfo.so.6: no version information available (required by /run/media/user/disk/binaries/libdxcompiler.so.3.7)
Warning: 2 log categories not defined in log_settings_live.json
Game AI
Game Tests

Trying to Write minidump to dir: /home/user/.local/share/Paradox Interactive/Crusader Kings III/crashes/ck3_20241222_215346/
Created Minidump: /home/user/.local/share/Paradox Interactive/Crusader Kings III/crashes/ck3_20241222_215346//d90f73cc-dfe7-44ca-0bbd5589-d314a18c.dmp

Unmounting /dev/loop0... Error unmounting /dev/loop0: GDBus.Error:org.freedesktop.UDisks2.Error.DeviceBusy: Error unmounting /dev/loop0: target is busy
Failed to unmount /dev/loop0
CD from the mounted directory in another terminal/FM
CD from the mounted directory and press ENTER

Unmounted /dev/loop0.

>>27556
>all of them were right
Trvthnvke.

>>27939
I assume the minidump has the actual error and the unmounting happens after the game already crashed? Is there anything interesting in the minidump?

>>27943
I thought the dump didn't contain anything I could make sense of, but I saw that it wanted vulkan libs. Which I did not have,installed vulkan stuff and now it works.

>>27944
Have fun!!

>get new job, pretty chill
>windows sysadmin is a reactionary

Like pottery

Flood detected; Post discarded.
question for the veteran users: does su mean "super user" or "switch user"?

>>28201
i think its "substitute user"

>>28201
suck user

>>28202
<they almost made a recursive acronym

>>27554
>>27942
one of them is not like the others…

I dunno where else to post this because it hardly warrants its own thread, but I updated an arch install that was last updated on 2022, and it went 100% smoothly. more than a 1000 packages and KDE migrated from Xorg to wayland and everything works as I last left it. i can't imagine a lot of things updating this smoothly nowadays. Arch Linux has really come a long long way, huh?

File: 1739777720845.png (264.29 KB, 1252x2149, xinitrc.png)

>>28524
only with a session manager…

>>28526
that's nice lol, i want to try hyprland or whatever but there's an entire page dedicated to nvidia that begins with "there's no official support" which makes me hesitate, usually what breaks between updates is something that doesn't jive with the proprietary nvidia blobs

im thinking about switching from 'buntu to debian, its increasingly clear to me that canonical really don't care about the desktop experience outside arbitrary changes to bring it in line with what they're doing on servers et al. debian just seems like a cleaner experiance, anything i should know or any tips from debian users?

>>28580
There's probably some stuff, debian has quirks. Like you'll have to install sudo. But you're already running debian if you're using ubuntu. There shouldn't be a huge change.

That said, I've been trying fedora based distros and gnome is really nice… If you're ready for an actual switch, try smth fedora with gnome.

>>28582
>you'll have to install sudo
really? that's surprising, even if you install it with a desktop like gnome?
>I've been trying fedora based distros and gnome is really nice… If you're ready for an actual switch, try smth fedora with gnome.
i actually used fedora gnome a while back but it really didn't like my laptop and would spit out dozens of incomprehensible errors everytime i turned it on, one day an update seemed to fix it, but only a few days later another update brought it back, one of the reasons i was considering debian was that i felt the frequency of updates on other distros was too fast for me, and i also think a vanilla gnome would be better than ubuntu's odd custom gnome, although i like both.

in the meantime i had to reinstall anyway so i decided to try out linux mint for some reason, and i am not enjoying it, so i will still probably be switching to debian soon.

>>28580
>its increasingly clear to me that canonical really don't care about the desktop experience
Debian cares even less. Switch to Pop, system76 sells laptops and workstations so they're deeply in touch with the desktop experience. Cosmic DE is what convinced me to finally stop changing window managers and ricing my shit because it met my needs. Comfy tiling with vim controls. It just works.


Unique IPs: 42

[Return][Go to top] [Catalog] | [Home][Post a Reply]
Delete Post [ ]
[ home / rules / faq ] [ overboard / sfw / alt ] [ leftypol / edu / labor / siberia / latam / hobby / tech / games / anime / music / draw / AKM ] [ meta ] [ wiki / tv / tiktok / twitter / patreon ] [ GET / ref / marx / booru ]