Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Condor324966y@git-fuckyou @Haxk20 @xewl @lxmcf I've recommended him Mint as a start.. Arch may be a bit too much for someone who once told me that he tried to format C: to make his PC faster π
-
Condor324966y@bahua someone who visits me every week to ensure that I'm doing well and assists in things that I need some help with. So for me it'd be getting a driver's license (however due to me realizing just how much mandatory car insurance costs, I've been considering to just build my own electric bike) and since recently the idea of getting a cat. But for others it could include learning how to cook, clean, do grocery shopping, and other household chores like that.
-
kai187716y@arch_users Good luck for when the next kernel upgrade breaks the hardware drivers!
P.S. Arch user myself! -
Condor324966y@xewl yep π voor de residentie waar ik nu woon is dat of gepensioneerd zijn blijkbaar een vereiste. En het helpt met de dingen die ik zelf nog niet zo bekend mee ben natuurlijk.
@kai18 that among other reasons is why I compile my own kernels π -
Condor324966y@bahua except the holy Arch Wiki is not so holy when it comes to custom kernels π so many don't even know how to do it in the first place. I've found that custom kernels is more of a Gentoo thing.
-
bahua129046y@Condor
When I started playing with linux in 1998, compiling the kernel was one of the first things I learned, using Redhat 5.2. I didn't even know what most of the commands were doing.
cd /usr/src/linux-<version>
make mrpropr
make menuconfig #pick your hardware and desired features
make -j 2 bzImage # for my dual celerons on my Abit BP6
Copy bzimage to the kernel version you want. Copy the system.map over too, and update lilo. That's what I did in the '90s. I can't imagine a lot has changed since then. -
julianmd5096y@Orni
aeiou -> 5 vowels
Select half = 2.5
Double them = 5
Half != 1.5
Half = 0.5
What am I missing here? -
Condor324966y@bahua At least in Arch, most of that still applies yes. Nowadays I end up doing a make localmodconfig to get the machine to generate a sample config for me though, so that I wouldn't have to deal with too many of the options that I'd otherwise have to manually select in make nconfig. For the final build process I usually use make -j$(nproc) so that I wouldn't have to think too much about how many cores I happen to have in the machine.. helps with scripts too. I've never actually had to deal with placing System.map though, usually the compiled kernel just works without that. What purpose does it serve?
-
Condor324966y@Orni Translation: ik ben een persoon. So 2 vowels have been added to the sentence, without much else. Is it really okay to objectify a language like that?
-
julianmd5096y@Orni It's not, I'm sure it's just the beer inside that's talking. Thanks for the explanation π I get it now
-
Condor324966y@Orni Well Dutch is a fairly complex language with all kinds of exceptions all over the place. So it's a fairly complicated language.. and while there's a few general rules of thumb, double of half the vowels of German words sure ain't one of them.
-
bahua129046y@Condor
I really don't know. It looks like a KVS-style list of registers and values. I thought maybe it may have been a relic of lilo, and no longer in use today with grub, but my ubuntu machine has them.
I always tried to avoid using modules when I used to compile my kernel, as I wasn't going to be moving the kernel from the machine where I configured and compiled it to any others. So I always just compiled in support for everything I used, and eschewed modules altogether. -
bahua129046yNative Dutch speakers, in my experience, are the best non-native English speakers in the world.
-
Condor324966y@bahua Personally I tend to modularize a couple of things, but yeah with a setup tailored at a single specific use case (such as most servers), the use of that could be questioned yes.. particularly since custom kernels (unlike the bloated distribution crap that just includes everything it could possibly include without causing config conflicts) are generally very lightweight. I've once built a fully custom Linux system based on the 4.x series that took no more than 13MB in RAM, without any modules whatsoever.. that 13MB was the entire kernel and only 1 more MB on disk was busybox :3
Related Rants
YES!! I've just convinced my home supervisor to switch to Linux π
rant
feels good man
yay :)