Typographic Calendar
Quick tip: Shutdown Ubuntu server
If you need to shutdown your Ubuntu server, use this command: shutdown -hP nowAdd an Apache VirtualHost
This is a quick tip on how you can setup your local environment to quickly access your projects. By adding a VirtualHost, you can access your projects by http://example.local instead of http://localhost/some/path/to/example. I use .local as the tld (Top Level…