SSH into Root
$ ssh [email protected]
Change Root Password
SSH into Root
$ ssh [email protected]
Change Root Password
require 'net/http' | |
require 'uri' | |
def parseme(text) | |
text.each_line do |l| | |
l.gsub!(/[^\d.\/\s]/, '') | |
if l.match(/\d+\.\d+\.\d+\.\d+/) | |
if !l.match(/^[[:blank:]]{3,}/) | |
l.strip! | |
l = l.split[0] |
apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo zlib1g-dev | |
wget https://ffmpeg.org/releases/ffmpeg-3.1.7.tar.gz | |
mkdir -p /opt/ffmpeg/bin | |
mv /tmp/ffmpeg-3.1.7.tar.gz /root/ | |
ls | |
tar xzf ffmpeg-3.1.7.tar.gz | |
cd ffmpeg-3.1.7/ | |
ls | |
apt-get install yasm libx264-dev libmp3lame-dev libopus-dev libvpx-dev |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
Phoenix 1.4 ships with exciting new features, most notably with HTTP2 support, improved development experience with faster compile times, new error pages, and local SSL certificate generation. Additionally, our channel layer internals receiveced an overhaul, provided better structure and extensibility. We also shipped a new and improved Presence javascript API, as well as Elixir formatter integration for our routing and test DSLs.
This release requires few user-facing changes and should be a fast upgrade for those on Phoenix 1.3.x.
The mix phx.new archive can now be installed via hex, for a simpler, versioned installation experience.
To grab the new archive, simply run: