bcdedit /set hypervisorlaunchtype off
Install mailhog on ubuntu 18
MailHog is a tool used by developers for testing emails. step 1 step 2 step 3 -Now Download and configure MailHog step 4 – Starting MailHog automatically by adding a […]
The server requested authentication method unknown to the client
Laravel Migrations with MySQL 8.0.x In mysql in the terminal Use this user in your laravel env file for the MYSQL database
Add an SSH key to a server:
Copying the contents of your public SSH key on your local computer. You can use the following command to output the contents of the file: cat ~/.ssh/id_rsa.pub You should see […]
How to Deploy a Website to a Remote Server Using GIT
Using git to deploy your website to your remote server ssh into your server and make a directory.mkdir -p /var/repo/website.git cd /var/repo/website.git/ git init –bare cd hooks nano post-receive #!/bin/sh git […]