Install Docker Engine on Ubuntu
Uninstall old versions
$ sudo apt-get remove docker docker-engine docker.io containerd runc
Install using the repository
Set up the repository Read more about Install Docker Engine on Ubuntu
Uninstall old versions
$ sudo apt-get remove docker docker-engine docker.io containerd runc
Install using the repository
Set up the repository Read more about Install Docker Engine on Ubuntu
海外から日本のサーバへのアクセスが制限されている場合や、中国、ロシア、トルコなど国内外へのアクセスが制限されている状況においては、VPNサーバを経由してアクセスすると制限を迂回できます。 Read more about VPN接続概要
インストール完了直後は、サーバをリブートしてログや状態の再確認。また、ブラウザからWebページにアクセスして、表示や挙動に問題無いか確認。 Read more about サーバステータス確認
Ubuntu インストールメモ。 Read more about Ubuntu 18.04 LTS Bionic Beaver 環境構築
設定ファイルに以下の記述があることを確認する。アップグレード後に"include fastcgi.conf;"の記述が必要となった。 Read more about Ubuntu 14.04 から Ubuntu 16.04 への アップグレードにおいて、Nginxサイトのページがブランクになってしまった時の対応。
WEBサイト用のLinuxサーバを、OVHのVPSプランで構築。 Read more about OVH VPSプランのUbuntu Linuxサーバ構築
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
$ sudo vim /etc/apt/sources.list
deb http://dl.ajaxplorer.info/repos/apt stable main
deb-src http://dl.ajaxplorer.info/repos/apt stable main Read more about Ubuntuでの Pydio セットアップ
$ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove
Read more about Ubuntuパッケージのアップデートコマンド連続実行
パッケージインストール
$ sudo apt-get install youtube-dl ffmpeg imagemagick
YouTube Video ダウンロード
$ youtube-dl https://www.youtube.com/watch?v=yMu_Ps24gQ0
ビデオフレーム抽出 00:20から22秒間、連番でgifファイル生成 Read more about ubuntuコマンドラインで動画からgif作成 - youtube動画の例