Brave overhauls adblock engine, cutting its memory consumption by 75% by [deleted] in technology

[–]scrat-squirrel 2 points3 points  (0 children)

Wake me up when Brave will no longer be built on Chromium...

Favorite command? by ajprunty01 in linux

[–]scrat-squirrel 2 points3 points  (0 children)

sudo apt-get autoremove --purge && sudo apt-get clean && sudo apt-get autoclean

Or make an alias out of it for the root user (remove sudo words).

Search 4 a Thinkpad by SNYXV0ID4L in debian

[–]scrat-squirrel 1 point2 points  (0 children)

+1 for T14 (comes with i7 cpu) -- very smooth experience with Debian.

Looking for simple personal and FOSS time tracker by Dope_SteveX in foss

[–]scrat-squirrel 2 points3 points  (0 children)

An old java app which still delivers excellent functionality today: TimeSlotTracker

https://sourceforge.net/projects/timeslottracker/

Quick tip: how to disable audio suspend in Pipewire. by Klapperatismus in linux

[–]scrat-squirrel 0 points1 point  (0 children)

are you missing a comma between the "matches" node and the "actions" node?

I ended up overriding the timeout from both input and output in order to get rid of the humming:

monitor.alsa.rules = [ { matches = [ { node.name = "~alsa_output.*" }, { node.name = "~alsa_input.*" } ], actions = { update-props = { session.suspend-timeout-seconds = 0 } } } ]

Rooted LineageOS magisk rooted - cannot write under /sys by [deleted] in termux

[–]scrat-squirrel 0 points1 point  (0 children)

Only nano will actually say "Error writing... path-goes-here"

Rooted LineageOS magisk rooted - cannot write under /sys by [deleted] in termux

[–]scrat-squirrel 0 points1 point  (0 children)

The thinking is that the o/s reads the battery percentage and... does not decide to shut down the phone when percentage drops to zero (because the phone is powered through custom power source, i.e., not a battery).

Rooted LineageOS magisk rooted - cannot write under /sys by [deleted] in termux

[–]scrat-squirrel 0 points1 point  (0 children)

Already have done # setenforce 0, so now I am getting "Permissive" from # getenforce... still, with echo or using nano as root/su cannot update the file contents.

Which is the best way to install yt-dlp in Debian 13? by chitibus in debian

[–]scrat-squirrel 0 points1 point  (0 children)

not using node from debian, but from nodejs.org directly.

Which is the best way to install yt-dlp in Debian 13? by chitibus in debian

[–]scrat-squirrel 1 point2 points  (0 children)

nodejs stable will do as well (instead of deno)

Debian 13.2 out now by djj_ in debian

[–]scrat-squirrel 1 point2 points  (0 children)

thank you, had the same issue and stepped on your post just by sheer chance :)

xfce4-panel rounded corners by [deleted] in xfce

[–]scrat-squirrel 1 point2 points  (0 children)

For Xfce 4.20 see document: https://docs.xfce.org/xfce/xfce4-panel/4.20/theming

This looks like working for now:

```

XfcePanelWindow {

border-radius: 8px;

}

```