sovietknuckles [they/them, undecided]@hexbear.nettoProgrammer Humor@programming.dev•Golang be likeEnglish
4·
1 year agoStepping outside my bedroom would get me back to the office, since my living room is the office
If I run apt install firefox
, I expect a deb, not a snap
Said differently,
After Netflix, Disney is giving users permission to pirate all of its content
Disney explores cutting costs breaking the writers’ and actors’ strikes through AI use
Sort of. 7z x
on a .tar.gz
(or .tar.xz
) gives you a .tar
. If you don’t mind running 7z x
again on that tar, it works
alias untar=‘tar -xvf’
alias untargz=‘tar -xvzf’
alias untarxz=‘tar -xf’
Modern tar
handles all of those with tar xf
Manjaro is training wheels except when it’s time to take them off you realize they’re super-glued in place