Category Coding

Ubuntu unattended updates

This file below allows you to specify which packages should automatically be updated or excluded during the update process. By default, only security updates are set to be automatically installed. To exclude a package from being updated, include it in…

Advanced PHP login script

I coded an advanced login script with Tokens and Roles to be the front gate to a couple of upcoming projects I’m working on, and one old project I never built a front end to. This script includes encrypted passwords,…