<code>

The can of worms you wish you never opened…

Skip to content
Menu
  • Home

Category: Server

Posted on 15th August 2019Laravel

Setting up test suite with PhpStorm and Laravel Homestead

PhpStorm is awesome but setting it up to run the test suite with Homestead is annoying and something I always forget. It’s something you usually…

Continue Reading
Posted on 15th August 2019Server

How to install Homebrew on mac

Homebrew can be used to install various software very easily. Use this to install Homebrew ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Use this to uninstall Homebrew…

Continue Reading
Posted on 16th July 2019Server

Convert .ppk to .pem file

To convert .ppk to .pem on mac follow these steps: Install putty via homebrew ‘brew install putty’ Convert with: ‘$ puttygen key.ppk -O private-openssh -o…

Continue Reading
Posted on 27th March 201927th March 2019Server

SSH quickly with SSH aliases

Speed up access via SSH by making aliases. This means that typing something like: ssh -i ‘~/.ssh/your-private-key’ user@myexampleserver.com Can be replaced with something simple to…

Continue Reading
Posted on 26th March 2019Server

How to create a Lets Encrypt SSL Certificate

This is how to create and install a self- Lets Encrypt Certificate on Apache. The process can be fully automated with the help of Certbot.…

Continue Reading
Posted on 23rd November 201821st April 2019Server

Setting up .bash_profile

It is essential to setup .bash profile when working in the Terminal. It makes life a lot easier especially when working with git. To setup…

Continue Reading
Posted on 13th November 201813th November 2018Laravel

Sync Laravel Homestead server time

When developing laravel projects in Homestead the server time can sometimes slowly skew off and not reflect the date and time the local machine. This…

Continue Reading
Posted on 25th August 201825th August 2018Server

How to setup an SSL certificate

On the modern web serving over HTTPS is becoming the standard. So it is important to know how to setup and install SSL certificates. Follow…

Continue Reading

Categories

  • Git
  • Javascript
  • Laravel
  • PHP
  • Random
  • Server
  • Vue

Recent Posts

  • Semantic Versioning : Rules for npm package versions
  • Retrieve a deleted file in a git repository
  • How to run Laravel Homestead over HTTPS
  • Setting up test suite with PhpStorm and Laravel Homestead
  • How to install Homebrew on mac
Andrew James Bibby
Alkane Theme by WPAlkane ⋅ Powered by WordPress