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.
linux Ubuntu KDE Ubuntu 16.10 Kubuntu Kubuntu 16.10 term konsole term-string
Doing some investigation of the Term String ($TERM) on an installation of Kubuntu 16.10.
linux utilities Ubuntu Docker Ubuntu 16.10 docker-machine
How to install the latest release of Docker Machine on Ubuntu 16.10.
Mac OS X Yosemite Mupdf PDF Viewers
Install MuPDF by Compiling from Source on OS X 10.10 Yosemite
linux Ubuntu Laravel Node NPM Gulp Laravel Elixir Ubuntu 14.04
Resolving an issue with Gulp and Laravel Elixir by re-installing Node.js and NPM on Ubuntu 14.04
linux linux utilities Ubuntu Supervisor Laravel
Installing and using the Supervisor utility on Ubuntu to manage Laravel Queue processes and other programs.