

Ah shit. I swear to god, this just happened to me. I came to the comments, confused why a trailer for Outer Wilds 2 would be age-restricted.
Ugh.
But then again, you cleared up my confusion, so I guess there’s that.
Ah shit. I swear to god, this just happened to me. I came to the comments, confused why a trailer for Outer Wilds 2 would be age-restricted.
Ugh.
But then again, you cleared up my confusion, so I guess there’s that.
Is it actually Bulgarian though?
Most people will run a post 2.6 kernel, so prlimit will be available as an interesting alternative to ulimit.
Thanks, I knew the art, but never bothered to make a note of the artist.
When asked what location fans wanted as a fighting stage, one very popular answer was Waffle House. Context: if you crash at WH after a long night out, you’re guaranteed to witness some drunken fighting.
Man, I’d love a Waffle House stage.
I don’t know what your previous setup was, but given that running resolved fixes your DNS issues, run:
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
This will point programs that use /etc/resolved.conf during DNS resolution to the local DNS server provided by systemd-resolved.
Then, enable resolved so that it is started when you reboot:
systemctl enable systemd-resolved.service
Finally, start the service so that it is available immediately:
systemctl start systemd-resolved.service
You will want it run those with the required permissions, e. g. via sudo.
Have you considered creating a macro in any image editor that supports macros and assigning that to a button / keyboard shortcut?
gimp certainly has macros and scripting features. Maybe this will help: https://www.gimp.org/tutorials/Automate_Editing_in_GIMP/
You can still edit a mask / selection with the regular UI, then trigger the cut/merge process you desire based on that selection.
The parent comment is correct. CODE is the server, you need the “Collabora Online app” for document editing. I’m not aware if there are alternatives to the ownCloud / Nextcloud apps.
This is absolutely not normal.
Heihachi as DLC? Ok, now we’re done.
Just for reference: the nail polish is supposed to create a random, near-impossible to replicate pattern using the metal flakes inside that get randomly distributed during application. You’re supposed to take a picture of the blob after it has dried and keep that at home for comparison - the nail polish is not a miracle replacement for e. g. Loctite that will make it impossible to undo the screws.
What are your requirements? I liked CalenGoo, I can live with aCalendar and BusinessCalendar.
An interrupt is an input that can be triggered to interrupt normal execution. It is used for e. g. hardware devices to signal the processor something has happened that requires timely processing, so that real-time behavior can be achieved (for variable definitions of real-time). Interrupts can also be triggered by software, and this explanation is a gross oversimplification, but that information is what is most likely relevant and interesting for your case at this point.
The commands you posted will sort the interrupts and output the one with the highest count (via head -1), thereby determining the interrupt that gets triggered the most. It will then disable that interrupt via the user-space interface to the ACPI interrupts.
One of the goals of ACPI is to provide a kind of general hardware abstraction without knowing the particular details about each and every hardware device. This is facilitated by offering (among other things), general purpose events - GPEs. One of these GPEs is being triggered a lot, and the processing of that interrupt is what causes your CPU spikes.
The changes you made will not persist after a reboot.
Since this is handled by kworker, you could try and investigate further via the workqueue tools: https://github.com/torvalds/linux/tree/master/tools/workqueue
In general, Linux will detect if excessive GPEs are generated (look for the term “GPE storm” in your kernel log) and stop handling the interrupts by switching to polling. If that happens, or if the interrupts are manually disabled, the system might not react to certain events in a timely manner. What that means for each particular case depends on what the interrupts are being responsible for - hard to tell without additional details.
If I remember correctly, you should be able to just install the GitHub version.
Honestly, if you’re in the audience for Thunderbird on Android, you probably also want to have a look at FairMail instead.
Edit: phrasing
I shudder to think OP’s post was written by an actual person…
This, however, is about diagnostics, i. e. annotating delete with a reason (message) to express developer intent when deleting a function, not about memory management.
Smoothing is probably the “wrinkle away”, “wrinkle shield” etc. setting. Wool loosening is what a modern dryer calls e. g. “refresh” or “fluff”.
Funny enough, the dial on my dryer bought earlier this year has almost identical settings and layout, just more options.
It is, probably. But I did a check before I posted and it did display content from Lemmy. Just pointing out alternatives here.
The real cringe is using passwords instead of keys to login.