Category: Tips

HTTP to HTTPS Migration Tips

HTTP to HTTPS Migration Tips

With the recent Google Chrome 56 update, migrating your HTTP site to HTTPS is more important than ever. There’s many things to consider and action when migrating your site over to HTTPS. Use the HTTPS migration tips below and ensure your site is up to scratch and migrated successfully. 1. […]






How to add a custom welcome message to your terminal

How to add a custom welcome message to your terminal

Here’s a quick tip on how to add a custom message which is displayed each time you open a new terminal window. 1. Open the Terminal app 2. Run the following command to edit the bash_profile:

3. Within the editor after the source ~/.profile line, add in the following line:

You […]