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…
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…
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…
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…
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.…
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…
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…
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…