#ubuntu-2204
Read more stories on Hashnode
Articles with this tag
Today I'm gonna share how to Install and Configure NodeJS with Nginx and I am using AWS EC2 (t3.micro) for writing this tutorial. Step 1 — Creating an...
Error Like: Exception: Can not find valid pkg-config name. Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually note: This error...
Installing the OpenVPN to Ubuntu Server After launching your instance, we need to log in into our new server using SSH client. ssh -i "YourKey.pem"...
Some days before, I shared an article about how to Deploy Laravel with Nginx on the Ubuntu server. Deploy Laravel with Nginx on Ubuntu 22.04 You can...
Today I'm gonna share how to Install and Configure Laravel with Nginx and I am using AWS EC2 (t3.micro) for writing this tutorial. Step 1 — Creating...
Step 1 — Login to Your Instance via SSH ssh -i "KeyName.pem" ubuntu@SERVER_IP or ssh username@SERVER_IP Step 2 — Generate SSH Key Pair ssh-keygen...