By the way, Lemmy also lets you update the post image itself.
By the way, Lemmy also lets you update the post image itself.
Yes, with --privileged
. It’s totally safe. Trust me.
There’s a lot of docs in e.g. man bash
.
Fish does history autocomplete, not Starship — you still have autocomplete using unconfigured Fish, and you don’t get autocompletion by enabling Starship for other shells.
(Tip: Most shells allow you to press Ctrl+R to interactively search through history, meaning you won’t have to open a separate file.)
groupdel
, groupadd
userdel
, adduser
symlinks (or whatever windows calls them)
Windows actually has two types of symlinks:
mklink
.moving a symlink can sometimes move all the data too.
Probably, someone managed to create a real symlink in their OneDrive folder, and since OneDrive probably doesn’t check for symlinks it blindly copied all the files to the cloud.
Take all this with a grain of salt — I’m not a Microsoft developer, and it’s been a while since I last used Windows.
It probably opened it in ${VISUAL:-${EDITOR:-vim}}
; usually setting one of those variables in e.g. bashrc will avoid future vim.
I’m worried about relying on remote servers for random numbers, especially for cryptographic purposes. There’s no way to verify that you aren’t the only person with access to those numbers, and it’s fairly difficult even as the sysadmin to ensure that they’re logged nowhere.
I’m not really into writing interactive fiction; I just tried it a little since it seemed neat. It turns out that I’m not great at coming up with things to write about, which makes it hard to actually write. Inform 7 makes some decisions that complicate using it with a programming background; I’m considering trying to write my own language for similar purposes (but different paradigms).
Even natural-language languages like Inform 7 require a little programming knowledge for when it hates you.
They want ~/etc/
in their home, which just seems like a renamed ~/.config/
.
SIGHUP or SIGPWR, maybe?
wtf
gives the summary, and works for acronyms too.
git add -p
Why not factor out the !
via de Morgan’s laws (which would also remove most of the parentheses, as iirc &&
binds tighter than ||
)? Also, does that language have a {#continue}
sort of syntax for loops? If so, you could make it a guard clause.
universe.take()
btrfs sub snap -r