rsync
Edit: Or maybe you want a GUI?
A furry Marxist-Leninist varmint
rsync
Edit: Or maybe you want a GUI?
It’s all about the AUR now btw i use arch
What’s your fowl stack?
LUKS is the Linux utility most similar to VeraCrypt; they both use block-level encryption. Vaults uses filesystem-level encryption. LUKS has been around for twenty years.
Why not indeed.
I use it to find a process quickly and send a SIGTERM. I’m probably a noob though.
I use Kate.
Is using another script okay?
#!/bin/bash
docs_folder=/some/folder
cd
files=(*)
for f in "${files[@]}"; do
[[ "$(cat "$f" | head -n 1)" = '#!/bin/bash' ]] && cp "$f" "$docs_folder/$f"
done
It’s fucking up the ampersands for some reason.
I hate it when an application puts its configuration data in its own dotfile under $HOME instead in ~/.config. Also hate it when caches are stored in ~/.config, because then I have to manually tag those subdirectories for exclusion before doing a backup.
I’m arch and I use vegan.
Linux distros differ only in their package managers, really.