Skip to content

Instantly share code, notes, and snippets.

├── Dockerfile <<<<<<< have to edit
├── Dockerfile.cuda
├── LICENSE
├── README.md
├── certs
│   ├── example.com.crt <<<<<<< have to edit
│   └── example.com.key <<<<<<< have to edit
├── docker-compose.yml
├── nginx-cuda.conf
├── nginx.conf <<<<<<< have to edit
@abhi-io
abhi-io / nginx-rtmp
Created February 27, 2021 15:56
nginx-rtmp streaming docker
git clone https://github.com/alfg/docker-nginx-rtmp.git
@abhi-io
abhi-io / Install FFmpeg
Last active February 27, 2021 15:39
Deploy Live Video Streaming over HTTPS server
sudo apt update
sudo apt install -y ffmpeg
ffmpeg -version
sudo apt install -y docker.io
docker -v
@abhi-io
abhi-io / Enable VNC Server
Last active January 5, 2021 17:23
Launch AWS EC2 Mac Instances - Enable VNC Server
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
-activate -configure -access -on \
-configure -allowAccessFor -specifiedUsers \
-configure -users ec2-user \
-configure -restart -agent -privs -all
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
-configure -access -on -privs -all -users ec2-user