This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Insall Ajenti | |
| sudo apt update | |
| wget http://repo.ajenti.org/debian/key -O- | apt-key add - | |
| sudo echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list | |
| sudo apt update && sudo apt upgrade -y | |
| sudo apt install -y ajenti software-properties-common | |
| sudo add-apt-repository ppa:ondrej/php | |
| sudo apt update | |
| # Uninstall Apache2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "containers":[ | |
| { | |
| "name": "MP4", | |
| "container": "mp4", | |
| "default-vcodec": "H264", | |
| "default-acodec": "AAC", | |
| "video-codecs": [ | |
| "H264", | |
| "H264 (nvenc)", |