#blog #youtubetips #script #unfreezemyaccount #article #SEO #news #trendingnews #articles
passr is the password-store wrapper I developed and use on a daily basis.
Today I improved the autoentry function with an audible cue, customizable fields and input duration.
Adding ``aeseq: url:5 userid:5 password:5`` to your pass-file will wait 5 seconds until the next field value.
passr also says (with e-speak) which field value is loaded.
Works pretty cool!
#linux #bash #script #pass #passr #password #manager
https://codeberg.org/oxo/tool/src/branch/main/passr
What Alex Garland’s Screenplay for “28 Years Later” Can Teach Screenwriters (From Script)
In this week’s roundup from Script magazine, Bryan Young explores lessons to be learned from “28 Years Later,” and so much more.
https://www.writersdigest.com/what-alex-garlands-screenplay-for-28-years-later-can-teach-screenwriters-from-script
#Resources #FromScript #Script #ScriptMag #ScriptMagazine
@indieauthors
What Alex Garland’s Screenplay for “28 Years Later” Can Teach Screenwriters (From Script) https://www.writersdigest.com/what-alex-garlands-screenplay-for-28-years-later-can-teach-screenwriters-from-script #ScriptMagazine #scriptwriting #FromScript #Script.com #Resources #ScriptMag #Script
🖥️ Win11Debloat : un script pour alléger et personnaliser Windows 11
👉 https://www.justgeek.fr/win11debloat-nettoyer-windows-139977/
#script
"が".length
#script
"が".length
Made a pass on this script, and see where I have two scenes/sequences still to write. But really liked reading it after a long time away from it. I needed that today. #script #film #screenwriting #screenwriter #creativity #BillyShakesIsOutForRoyalties
Made a pass on this script, and see where I have two scenes/sequences still to write. But really liked reading it after a long time away from it. I needed that today.
#script #film #screenwriting #screenwriter #creativity #BillyShakesIsOutForRoyalties
Wedding Bells – Barbara Towell #Amdram #Preview #script https://tslbooks.uk/wedding-bells-barbara-towell
Avec une seule ligne de commande et un fichier texte, on peut peupler un annuaire #openldap en 30 secondes de comptes dans un groupe ! Un simple #script !
ldapmodify -f ajout_comptes_a_groupe.ldif
Et le contenu du .ldif
dn: cn=groupe_a_affecter,cn=groups,cn=accounts,dc=annuaire,dc=fr
changetype: modify
add: member
member: uid=compte_a_ajouter,cn=users,cn=accounts,dc=annuaire,dc=fr
et si on doit le faire pour X comptes, on a juste à dupliquer toutes les lignes !