Always ensure you have explicit permission to access any computer system before using any of the techniques contained in these documents. You accept full responsibility for your actions by applying any knowledge gained here.
Cron
Startup Scripts
Add script to run at startup: update-rc.d </path/to/the/script> defaults (needs 755 permissions)
Accounts
Add Account & Password to /etc/passwd
Generate password with openssl passwd -1 -salt $username $password