[关闭]
@betasy 2017-06-06T02:21:04.000000Z 字数 746 阅读 1496

Common configurations and sofware installations for Ubuntu

linux ubuntu software


1. Google Chrome

  1. sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
  2. wget -q -O - https://dl.google.com/Linux/linux_signing_key.pub | sudo apt-key add -
  3. sudo apt-get update
  4. sudo apt-get install google-chrome-stable

start google-chrome

  1. /usr/bin/google-chrome-stable

2. Lantern

  1. wget -i https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
  2. sudo dpkg -i lantern-installer-64-bit.deb

build on desktop

  1. git clone https://github.com/getlantern/lantern.git
  2. cd lantern
  3. make lantern
  4. ./lantern

3. Python common packages

  1. sudo apt install python-pip
  2. sudo pip install PIL
  3. sudo pip install scipy scikit-learn scikit-image
  1. sudo apt install python-numpy python-matplotlib python-pandas
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注