Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 628 Bytes

Deepin.md

File metadata and controls

17 lines (17 loc) · 628 Bytes

deepin 笔记

  1. install deepin
  2. change host
  3. 登录 浏览器 google 账号
  4. 安装开发工具 docker
    sudo apt install curl && curl -fsSL https://get.docker.com/ | sh
    
  5. 配置我的 docker 加速
  6. 下载自己常用的 docker images
  7. sudo apt install sublime-text virtualbox virtualbox-ext-pack conky-all conky-manager lm-sensors hddtemp
  8. 配置dns sudo gedit /etc/resolv.conf
    nameserver 223.5.5.5
    nameserver 223.6.6.6
    
  9. 安装 phpstorm