Information related to building a static website with Hugo, a static site generator.
Quick notes on backing up and upgrading Nextcloud from version 13.0.0 to 14.0.1
PHP Regular Expressions Reference
Quick reference for using regular expressions in PHP.
A quick reference for common HTML special characters.
A few quick tips for utilizing the hreflang HTML attribute.
Let's Blog Laravel Blogging Let's Blog Package
Lets-Blog blogging package released for Laravel.
SSL TLS HTTPS Ubuntu Lets Encrypt Ubuntu 16.04
Error encountered when generating an SSL certificate with Let's Encrypt on Ubuntu 16.04.
PHP snippets dates PHP DateTime
Working with dates in yyyy-mm-dd format in PHP with the DateTime class. How to evaluate if an input is a valid date in yyyy-mm-dd input and formatting the DateTime object as a string.
linux linux utilities Ubuntu Ubuntu 16.04 apt-cache package management command line CLI
Use the apt-cache and apt utilities on the Ubuntu command line to search for and obtain information about packages.
Configuration Files sqlite sqlite3 linux utilites
Using sqlite (sqlite3) on the Ubuntu 16.04 Command Line.
Laravel MySQL sqlite sqlite3 mysqldump linux utilites Laravel Migrations
A short command to copy the contents of a mysql database into sqlite using myslqdump and sed. Assumes table structure (create statements) has already been setup in SQLite.