#term_tips — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #term_tips, aggregated by home.social.
-
@nixCraft find + mv + shell parameter expansion + test:
find -mindepth 1 -maxdepth 1 -type f -exec bash -c 'file="{}"; [ "${file}" != "${file//needle/replacement}" ] && mv "${file}" "${file//needle/replacement}"' \;man find
man mv
man test
https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html -
Quand tu t'es enfermé dehors pendant N minutes en faisant trois fois un mauvais mot de passe sur ton compte utilisateur linux mais que tu arrives à te connecter en root, pour vider les logs de tentatives de connexion ratées :
faillock --user utilisateur --reset
-
@climagic Boosted, fav'd and bookmarked, so there is a tiny little chance I can find it again when I need it in the future. 😆
#term_tips #tmux