Nick Yeoman's Blog Tags
Docker Getting Started
This is my introduction to docker and how to use docker.
Read the article: Docker Getting StartedUsing Docker Compose
This is the foundation I use for docker-compose.
Read the article: Using Docker ComposeEverything about etc hosts file
I don't work in Windows or Mac often so I always forget where the hosts file is located. The windows etc hosts file and Unix etc host file both work the same, so usage is easy.
Read the article: Everything about etc hosts fileBash Aliases To Save Time
Creating an alias allows saves you time by reducing the amount of characters you have to type.
Read the article: Bash Aliases To Save TimeGetting Started With Ansible
Here is a tutorial of how I would start a server from scratch using ansible and docker
Read the article: Getting Started With AnsibleRedirect index.php to root (/)
How to redirect all traffic to a single page.
Read the article: Redirect index.php to root (/)Htaccess Subdomains to www
Search engines are making duplicate content an easy problem to solve.
Read the article: Htaccess Subdomains to wwwHtaccess 404 Page
Usually 404 pages are handled within your framework or CMS, but some cases call for an htaccess 404 page.
Read the article: Htaccess 404 PagePhp Sessions
This is a brief introduction to PHP sessions. Creating sessions are very easy!
Read the article: Php Sessions