For cli oriented folks, ncdu is a great cli alternative of QDirStat
taaz
Friend just hopped to Bazzite from Windows.
I was hoping the atomocity would be a great boon - you kind of can't break it right.
Well, he wanted to configure RGB lighting on his mouse but the flatpak openrgb did not work, supposedly the udev rules included in bazzite by default, are not up to date or there was some other problem.
As such we had to install openrgb the usual system-wide way, with rpm-ostree in terminal - something I was hoping he would never had to do.
Unless the vendor is rolling something super custom, for the communication TO the keyboard, it should use USB HID.
Start Wireshark, filter for hid, connect the KB and the first message should be a HID descriptor of the KB, look for Output Reports (it's meant from the POV of the usb master) or Feature Reports.
Though, this will probably not yield much insight - vendors love to do the easy thing, reserve opaque 32x8 bytes as a "downlink" Output communication in the Vendor Usage Page and stuff their own protocol/encoding in there.
On linux I can recommend hid-tools for working with this, in windows I believe your only solution is Wireshark.
https://www.marcusfolkesson.se/blog/hid-report-descriptors/
Happy Hacking!
E: About the already reversed software, for logitech (and more) stuff, there is piper but you will want to look into the underlying daemon libratbag, there is also solaar
They might try anyway or push the egg outside, we had a weird case of finding multiple cracked pidgeon eggs in front of our high-rise apartment over the last few weeks.
Could be a different species doing it though, not a pidgeon nerd lol
Yeah Nick (the guy behind this) is one of a kind (in a good way) lol
Also recommend checking out this demo of NotCurses https://www.youtube.com/watch?v=cYhZ7myXyyg it's great
I can't do that even on PC, tried to delete dead LAN url many times, it always comes back
It's okay-ish with stable volume enabled in the yt player.
It could still be cached by your instance infra, in your case I see cloudflare headers and cache HIT so it might take a bit before the image goes away, depending on the settings of your instance.
E: it's also possible your instance does not have cache revalidation configured correctly and as such the image could be cached almost indefinitely (the headers currently say it can be cached for a maximum of a year). @Lodion@aussie.zone
I've always used just Green With Envy but this seems just a bit more polished and active, nice
Is this a try at some joke I dont get? Flared != flat?
This is what flared usually looks like
-S
should not even try to refresh the database, that is what -Sy
is for. And doing any variation of -Sy
without also u
(upgrade) is the unsupported partial "upgrade", so it is possible that the time changes but only in the case of misuse.
Also noticed you can just check the mtime of the directory itself, /var/lib/pacman/sync
- directory mtime does not change when the files change content but pacman/alpm probably downloads the new databases to some temp files then moves them into the directory, changing it's modify time (see stat
, stat -c '%Y'
).
Unsure how well known it is, but flameshot (screenshot tool).
I prefer CLI usually, so: zoxide, the zsh git plugin for aliases (e.g.: gst is git status), fzf zsh plugin and the tldr command comes in handy sometimes.
Also, this might be useful just for me, but due to orientation of my living space, I have to fiddle with monitor brightness at least three times a day so I made myself a little Qt tray wrapper around ddcutil's ddcquery which can change standard vesa monitors brightness/contrast (DDC/CI communication).
There is also ddcui/gddccontrol GUI that does the same thing.