Skip to content

Instantly share code, notes, and snippets.

View EmadAdly's full-sized avatar
🎯
Focusing

Emad Adly EmadAdly

🎯
Focusing
View GitHub Profile
@EmadAdly
EmadAdly / guide.md
Last active December 9, 2020 15:13
Deploying Laravel app in Amazon Ec2 or Lightsail

1- Creating the Lightsail or EC2 Instance

create a new Lightsail instance or EC2 instance From the AWS Management Console.

2- Connecting to the new instance

Once you create it, download the associated .pem file. you can be downloaded the default SSH key from your account page. we need to move it to the ~/.ssh directory. You can do so by executing

mv ~/Downloads/pemfile.pem ~/.ssh/pemfile.pem

@EmadAdly
EmadAdly / vsc.md
Created February 21, 2020 14:46
vsc settingd

.