That's a certain kind of skill I wouldn't want the need to have. I just copy paste those timestamps into a terminal with date -d @
(and always forget the right syntax for that :D)
somenonewho
Just cuddle.up and enjoy the sights
Tja. Zeit den Abgang in den Untergrund vorzubereiten...
Funny I had to Google ci" to remember what it does even though I use that sometimes.
I've committed to learning vim years ago and in most situations im faster in vim than in nano etc. (especially because of muscle memory) I still feel like I'm not properly using vim to it's full extend (like whenever I remember using registers it feels like magick and I'm sure there's more like that)
Oops guess I didn't read far enough ;)
It's funny because when you described your problem I also knew immediately what the issue was since I remember turning that setting on for my gaming PC back when steam play was new (been gaming on Linux exclusively since 2016).
But for the life of me I can not remember turning on that setting on my steam deck. I must have since it works with all games but I really can't remember switching it on.
Pigs are pigs no matter where you are.
In Germany they regularly kill POC in "self defense" like when they shot a 16 year old kid, that was holding a knife, with an AR.
Some cops are also fascists or support other fascist actors. Like when an attorney for the victims of the fascist terror group "NSU" got threat via fax signed "NSU 2.0" her Fax number was pulled from the data in Frankfurts 1sr precinct where a bunch of Cops were working that were also in a WhatsApp group sharing Nazi memes.
And the people investigating all of this? The police of course. Like when two police precincts were investigating each other both for killing a person "in self defense".
Tl;dr: ACAB world wide
Gotta agree with Ozymandias aliases are the way to go.
I've set up a few different aliases "search" which is just pacman -Ss
"install" (pacman -Sy
) "update" (pacman -Syyu
) "remove" (pacman -Rns
) and finally as to your question about unneeded dependencies I've got "clean" which first does an orphan check/clean (pacman -Qtdq | pacman -Rns -
) and afterwards also cleans the package cache (pacman -Sc
)
Also the aliases are automatically prefixed with sudo (if it is installed).
This way I simply run update
and afterwards clean
and my system is up to date and cleaned of orphans.
I've created these aliases back when I was still using 3Distros (Arch,Debian/*buntu, Fedora) so my alias definition comes after a little script that determines the correct package manager and, depending on that, sets the aliases. But that's of course only necessary if you use different distros and want your aliases to be portable.
Tl;dr: Set up aliases for things you wanna do often. Check the wiki for reference if you only want to do something every so often.
What? How broken are we all that you first thought is "Nice then I can work two jobs" The only way this really works if they pay living wages for 3 day work weeks. And I know they aren't even paying those now for 5-6 days but this is a point we have to insist on and make them do it. Workers have managed to enforce a 8 hour work day a long time ago. We need to remember our strength and fight for better conditions.
I work in hosting. We mostly use Proxmox for our Hypervisors which is already a step up from "bare" KVM in regards to convenience/ease of use (especially for High availability scenarios and the like) We also run VMWare and while I don't love the "locked down you gotta do it the VMWare way" nature it's often so much easier and the HA is mich more convenient. Also it has proper functionality for custom resourcing/access/billing.