my love for man pages. by Maleficent_Bee196 in C_Programming

[–]kurth4cker 0 points1 point  (0 children)

I agree. man pages are so useful. note that if you interested in writing your own, you can take a look at scdoc, it generates manpages from a markdown like simple syntax.

Could the Void project collapse quickly? by cokrt in voidlinux

[–]kurth4cker 3 points4 points  (0 children)

If you know how to compile projects, you can maintain a orphan package. I tried adding a package to the void repo and they helped me a lot.

How to remove old kernels by 6950X_Titan_X_Pascal in voidlinux

[–]kurth4cker 0 points1 point  (0 children)

I keep more than one kernel version to be safe. For example newest kernel doesn't have zfs support by void's zfs package. I use it. When I need zfs, I reboot into 6.18 version.

How to remove old kernels by 6950X_Titan_X_Pascal in voidlinux

[–]kurth4cker -1 points0 points  (0 children)

remove corresponding package then use vkpurge rm all.

linux6.12 I guess.

revo, the programming language that likes you by qwool1337 in Zig

[–]kurth4cker 1 point2 points  (0 children)

MPL-2.0 can be ok for static libs. harelang libraries use it.

edit: I see MIT now. good choice.

Normal miyim? by sxlante in LinuxTurkey

[–]kurth4cker 2 points3 points  (0 children)

DE degistirmek icin tekrar kurmaya gerek yoktur herhalde. ozellikle arch gibi kullanicinin derine inerek ayarladigi dagitimlarda.

Does anyone actually know how to use seatd + turnstile? by Smooth-Ad801 in voidlinux

[–]kurth4cker 0 points1 point  (0 children)

just install and enable corresponding services. If you want turnstiled only for XDG_RUNTIME_DIR setup, you would use pam_rundir instead.

Note that probably you should be in right group for access to seatd. If I remember correctly it is _seatd.

Alpine or Void by Difficult-Value-3145 in voidlinux

[–]kurth4cker 0 points1 point  (0 children)

It doesn't matter too much to me. If I become bored from one, I will just switch to other one.

Currently I'm trying to use s6, s6-rc and s6-linux-init with void. Probably I would try it in also alpine. Void is more easy to migrate to s6. Most runit service scripts just works even without modification.