24th Jun 2022 • David Carr Generate PDF and Epub files using Pandoc I write my books using Markdown. Using a tool called Pandoc you can convert Markdown files into PDF&... Read more
5th Jun 2022 • David Carr My Termial Aliases Aliases are a great way to be more efficient at using a terminal for common commands. Read more
1st Sep 2021 • Dan Sherwood Copy SSH key onto remote server Setting up a new project or starting work on a project which is new to you? Read on to discover the... Read more
27th Aug 2021 • David Carr Run tests on commit Run your tests every time you commit changes. Read more
1st Dec 2019 • David Carr Switching between PHP versions with Homebrew With Homebrew it's possible to have multiple versions of PHP installed at once, to switch which... Read more
14th Jul 2017 • David Carr Look up domains whois/dns using terminal Terminal is really powerful, I’m often looking up who owns a domain or what IP address a domai... Read more
12th Feb 2017 • David Carr Creating an alias in terminal I often run local sites from a projects folder that is stored in a dropbox folder the full path is l... Read more
6th Apr 2016 • David Carr Bash loop through files and FTP them I have a folder of csv files that need uploading to a server I don’t want to do it manually, B... Read more