YouTube Tutorial: https://youtu.be/12y8oD2NkuM
➝ Install JDK 8
sudo yum install java-1.8.0-openjdk-devel
YouTube Tutorial: https://youtu.be/12y8oD2NkuM
➝ Install JDK 8
sudo yum install java-1.8.0-openjdk-devel
YouTube Video: https://youtu.be/SzSSll7nJnI
sudo apt update
sudo apt install wireguard
| YouTube video link: https://youtu.be/kA2ZYD4zgEo | |
| All the commands that are executed in the above youtube video are mentioned in this gist. | |
| 1. Install AWS shell | |
| pip install aws-shell | |
| 2. Configure AWS shell | |
| aws configure | |
| 3. Create a repo on AWS CodeCommit |
| YouTube video link: https://youtu.be/8Uofkq718n8 | |
| All the commands that are executed in the above youtube video are mentioned in this gist. | |
| 1. Install Apache server on Ubuntu | |
| sudo apt install apache2 | |
| 2. Install php runtime and php mysql connector | |
| sudo apt install php libapache2-mod-php php-mysql | |
| 3. Install MySQL server |