Crontab generator was my gateway to all things ‘generator’. Looking for a quick way to construct something? Google it + generator to see if someone has created a generator site for it.
Just don’t be that guy that uses a website to generate passwords. If you’re going to generate passwords it needs to be a trusted utility that runs locally otherwise someone has your password.
If the website generating the password a) doesn’t know the site/account and b) doesn’t know the username then it doesn’t matter. And c) with 2fa knowing a password doesn’t grant access by itself.
If a site is decently coded, it would be run in client side scripting like JavaScript anyway. It wouldn’t require anything being sent to the site.
Oh how I wish I knew this existed years ago!
My standard procedure is to go to systemd’s doc website and spend 10 minutes looking for the option I want.
2 useful sites
Crontab Generator
Systemd Generator
I think they are very helpful ☺️
Crontab generator was my gateway to all things ‘generator’. Looking for a quick way to construct something? Google it + generator to see if someone has created a generator site for it.
Just don’t be that guy that uses a website to generate passwords. If you’re going to generate passwords it needs to be a trusted utility that runs locally otherwise someone has your password.
If the website generating the password a) doesn’t know the site/account and b) doesn’t know the username then it doesn’t matter. And c) with 2fa knowing a password doesn’t grant access by itself.
If a site is decently coded, it would be run in client side scripting like JavaScript anyway. It wouldn’t require anything being sent to the site.
Oh how I wish I knew this existed years ago! My standard procedure is to go to systemd’s doc website and spend 10 minutes looking for the option I want.