Skip to content

Instantly share code, notes, and snippets.

View teja156's full-sized avatar
🏹
Coding..

Teja Swaroop teja156

🏹
Coding..
View GitHub Profile
@teja156
teja156 / streama-server-setup.md
Created July 4, 2023 05:10
Streama Server Setup

Streama Server Setup

OS: CentOS 7

YouTube Tutorial: https://youtu.be/12y8oD2NkuM

➝ Install JDK 8

sudo yum install java-1.8.0-openjdk-devel
@teja156
teja156 / wireguardvpn_installation.md
Last active June 30, 2023 18:38
Commands to install Wireguard VPN

Commands to install Wireguard VPN on Ubuntu

YouTube Video: https://youtu.be/SzSSll7nJnI

SERVER

Install Wireguard

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
@teja156
teja156 / gist:8c35a05f43635da4cbd06b47c0d91e93
Last active May 2, 2024 23:03
Commands for deploying wordpress website on AWS EC2 shown in my YouTube video
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