In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of advantages of using submodules:
- You can separate the code into different repositories.
#!/bin/bash | |
export DISPLAY=:0 | |
gsettings set org.gnome.Vino enabled true | |
gsettings set org.gnome.Vino prompt-enabled false | |
gsettings set org.gnome.Vino require-encryption false | |
/usr/lib/vino/vino-server & |
10-Bit H.264 | |
For all those who haven’t heard of it already, here’s a quick rundown about the | |
newest trend in making our encodes unplayable on even more systems: So-called | |
high-bit-depth H.264. So, why another format, and what makes this stuff | |
different from what you know already? | |
First off: What is bit depth? | |
In short, bit depth is the level of precision that’s available for storing color | |
information. The encodes you’re used to have a precision of 8 bits (256 levels) |
__This setup is working correctly on Ubuntu20-Server
__
Assumming All These Commands are ran by Root User
Git Clone Kylemanna/docker-openvpn
git clone https://github.com/kylemanna/docker-openvpn.git && cd docker-openvpn
Build OpenVPN docker image
docker build -t IMAGE_NAME .
Generate Config for OpenVPN
SSH into AWS ec2/ Digitalocean droplet/ or else other PAAS, linux machine
$ curl -sS get.docker.com | sh
$ sudo usermod -aG docker $USER
find . -maxdepth 2 -name "*.mp4" -exec cp {} . \;