linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

dipshit, in When your kids misbehave

With great power comes great responsibility!

BendyLemmy, in This truly is the year of the linux desktop
@BendyLemmy@lemmy.world avatar

Haha Pornhub - proof that most visitors use Windows, and they’re a bunch of wankers.

ekZepp, in Year of Linux on the Desktop
@ekZepp@lemmy.world avatar

To be fair, he could simply pay 5 bucks for a key and switch to Windows 10 or 11. Linux should be something people choose to try firsthand for a while before moving on.

cygnus, (edited ) in what if you wanted to compile kernel, but make said "Error 2"
@cygnus@lemmy.ca avatar

what if I wanted to laugh at a funny Linux meme, but see a whingefest with a screenshot of a terminal

callyral, in what if you wanted to compile kernel, but make said "Error 2"
@callyral@pawb.social avatar

In C exit codes are numbers, in the Makefile it says line n° 2014, error 2 probably has some kind of special meaning, you could take a look and search from there.

rah, (edited ) in what if you wanted to compile kernel, but make said "Error 2"

Look at the build output for the error. Run the build again with “-j1” if neccessary.

Also, try searching the web before crying on social media. If you can’t solve your problems without being spoon-fed then GNU/Linux probably isn’t for you.

Synthead,

Also, try searching web before crying on social media. If you can’t solve your problems by searching the web then GNU/Linux probably isn’t for you.

Sheesh, let them be frustrated already. Besides, asking for help is totally valid.

platypus_plumba,

Yeha, but you can ask for help without taking a shit on the effort of thousands of engineers.

If you’re using a whole kernel for free, at least be nice when very deep technical things that you clearly don’t understand don’t go as you expected.

It’s called having etiquette

Synthead,

Yeha, but you can ask for help without taking a shit on the effort of thousands of engineers.

I doubt OP thought, ‘I’m going to take a shit on thousands of engineers.’ It’s okay to not know what to do, including asking for help. If they don’t know what to do with “error 2,” they’re obviously lost. This unwelcoming attitude to newcomers is a big problem, and in my opinion, it’s probably best not to contribute to it.

You can rephrase what you’re saying and provide better help to someone who’s completely lost in a much more polite and informative way. It’s better for everyone.

rah,

unwelcoming attitude to newcomers

There isn’t an unwelcoming attitude to newcomers, there’s an unwelcoming attitude to idiots.

platypus_plumba, (edited )

He’s the one who should ask for help nicely.

  1. He’s the one asking for help.
  2. This is a 100% free and extremely complex piece of technology built by very smart people, so chances are that he is the problem and not the kernel.
  3. Always be nice, even if the product is the problem. Specially when it is given to you for free.
  4. People are answering to him with the same attitude he used to ask for help. You get what you give.

Imagine you clean your friend’s house for free because you’re a good friend. 2 hours later he calls you and says “What the fuck am I supposed to do with the shoes you forgot to pick from the living room?”.

Can you even call that asking for help? He’s clearly just bitching.

SuperIce,

Did you not read his post? He is absolutely taking a shit on all the engineers. You can ask for help without cursing at and insulting the work of the engineers.

Synthead, (edited )

I’m giving them a little empathy because they are frustrated; that’s all. We’ve all been there.

1984, (edited ) in what if you wanted to compile kernel, but make said "Error 2"
@1984@lemmy.today avatar

There is always more information. Error 2 just means the make script couldn’t finish I think. Scroll up :)

apprehensively_human, (edited ) in When you build from source 🥲

Just out of curiosity I just started building the Linux kernel to see what my system does, but the CPU isn’t going over 10% load and is hovering around 40 degrees. I just ran make without any parameters, is there a way to get it to use more than a single cpu core at a time?

Edit: Now we’re cooking. make -j$(nproc)

99% CPU utilization at 56 degrees.

callyral, (edited )
@callyral@pawb.social avatar

my laptop is at 56°C idle, then again it is summer here

edit: the moment i went to check it is now at 47°C with the browser open. maybe it was reporting the wrong temperature or it’s just cooler today

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Edit: Now we’re cooking. make -j$(nproc)

99% CPU utilization at 56 degrees.

Such an understatement for 56C 😒.

apprehensively_human,

I use a DeepCool AK620 CPU cooler.

www.newegg.ca/deepcool-ak620/p/N82E16835856200

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Oh, good, a sane person that uses air cooling.

I have a BeQuiet one on my desktop… can’t remember the model though 😁.

possiblylinux127, in When you build from source 🥲

You need some cooling sir

0x4E4F,
@0x4E4F@sh.itjust.works avatar

I need to take this thing apart and blow the dust from the fan 😂.

possiblylinux127,

You might want to replace your thermal paste as well.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Yeah, of course, no way I’m assembling it with the old thermal paste 👍.

jbk, in When you build from source 🥲

me but while running libsvtav1

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Also when you do x265 encodes 🥲.

Gentoo1337, in Finish the sentence
@Gentoo1337@sh.itjust.works avatar

I’ve used void and gentoo but i dont get this meme

0x4E4F,
@0x4E4F@sh.itjust.works avatar

You don’t compile everything from source in Void. Most popular packages are prebuilt and available in the default repo, even some proprietary ones (if the license allows redistribution).

Gentoo1337,
@Gentoo1337@sh.itjust.works avatar

Ahh i see. Yeah that makes sense, the void repo is huge.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

Well, maybe not huge, but fairly big, yes. It’s a close second to Arch and the only distro that’s not systemd based that has that ammount of packages, whether it be prebuilt or not.

The scripting system and xtools is what makes it so appealing. You could litelarly have a working template for xbps-src in hours (at worst). And then you just run ./xbps-src pkg whatever and that’s that, you can install your package on your system, share the template with the world, whatever you like.

Gentoo1337,
@Gentoo1337@sh.itjust.works avatar

Wow I didn’t know about that. Definitely gonna try that out and maybe contribute some templates.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

You submit them to the void-packages repo.

github.com/void-linux/void-packages

But, they can be somewhat strict. They have their own rules and if the package doesn’t follow the guidelines, it won’t get accepted (most probably). Still, you can make your own repo with the template.

github.com/MechDR/viber-for-void-linux

Gentoo1337, in which ones do you think I missed?
@Gentoo1337@sh.itjust.works avatar

Rest in peace Bram Moolenaar

Gentoo1337, in When you build from source 🥲
@Gentoo1337@sh.itjust.works avatar

sudo emerge -av firefox

eager_eagle, in When you build from source 🥲
@eager_eagle@lemmy.world avatar

winter is hitting hard on some parts, I see

0x4E4F,
@0x4E4F@sh.itjust.works avatar

lol 🤣🤣🤣, yeah, I had the window open 🤣.

sir_pronoun, in When you build from source 🥲

Maybe we’ll discover Gentoo is emitting as much CO2 as China

0x4E4F,
@0x4E4F@sh.itjust.works avatar

It’s Void, but still 😂.

callyral,
@callyral@pawb.social avatar

i also use void linux

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Buddieeees ☺️.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #