BlogHide Resteemslavdim (25)in linux • 7 years agoTranscoding videos with ffmpegLet's install ffmpeg first need to install necessary packets by typing apt-get update apt-get install make automake g++ bzip2 python unzip patch subversion ruby build-essential git-core…lavdim (25)in mining • 7 years agoHow to mine ethereum with linux + nvidiaFirst we need to open the ethereum wallet we can do that on once we create a wallet we need to download and install drivers of our gpu in my case is nvidia once the drivers are download…lavdim (25)in linux • 7 years agoUbuntu Server 16.04 dns serverFirst you need to install bind on your server by typing apt install bind9 bind9utils bind9-doc now we need to go to bind folder by typing cd /etc/bind/ now we need to create a zone by…lavdim (25)in linux • 7 years agoLinux hls streaming ffmpeg+nginxFirst you need to install ffmpeg on your linux server now we need to install all necessary packets by typing sudo -s apt-get install make automake g++ bzip2 python unzip patch subversion ruby…lavdim (25)in linux • 7 years agoUbuntu Linux 14.0.6 openvpn site to site static keyThis is the simple way on how to create openvpn site to site using static key Server config first you need to install openvpn by typing sudo apt-get install openvpn now you need to create…