有馬総一郎のブログ

(彼氏の事情)

2016年06月23日 23:03:00 JST - 1 minute read - Comments - Linux

Ubuntuでのブラウザ環境を整る

まずは、認めたくないが、世界で一番使われているGoogle Chromeをインストール

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install  google-chrome-stable

そして、Hulu、DMMなどで動画を見るためにflash playerやSilverlightといったプラグインをfirefoxで使えるようにする。

参考サイト Pipelight | Installation - Ubuntu

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --create-mozilla-plugins

flash player

sudo pipelight-plugin --enable flash

flash player 64bit

sudo pipelight-plugin --unlock x64-flash
sudo pipelight-plugin --enable x64-flash

Silverlight

sudo pipelight-plugin --enable silverlight

Widevine(Googleの"Widevine CDM"のかと思ったら違った…)

sudo pipelight-plugin --enable widevine

無効化するときは--disalbeで指定するようだ

sudo pipelight-plugin --disable flash

ちゃんと成功していれば以下のようにプラグインが表示されるはず

Tags: Ubuntu Desktop

System76でUbuntu搭載のノートパソコン(laptop)を注文してみた その2 System76で買ったLemurのベンチマーク

comments powered by Disqus