linux

Formatted Date Strings in Linux

less than 1 minute read

You can easily print the current time as a formatted string using the date command in linux:

date "+%Y-%m-%d %H:%M:%S %z"

Installing WordPress on Linux Mint for Development

4 minute read

This tutorial uses Linux Mint 18.

For development and testing, you’ll often want to run WordPress on a local machine. In Linux Mint we can get up and running quickly using a few packages and settings changes.