xx's blog

ubuntu16.04为google chrome安装adobe-flashplugin

1. apt命令安装adobe-flashplugin$ sudo apt-get install adobe-flashplugin 2. deb包安装adobe-flashpluginadobe-flashplugin的deb包下载地址: http://archive.canonical.com/pool/partner/a/adobe-flashplugin/ 首先查看系统版本号: $ uname -a Linux xxpc 4.8.0-52-generic #55~16.04.1-Ubuntu S
2017-06-08

ubuntu16.04安装sublime text 3

1. 安装/卸载sublime text 3sublime text 3官方安装教程:https://www.sublimetext.com/docs/3/linux_repositories.html 1.1. 安装GPG key$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - 1.2. 确保apt被设置为与https源一起工作$ sudo apt-get install apt-tr
2017-06-05
1456