海外ubuntu,lamp,ftp,phpmyadmin配置 1. 更换源 1.1 clean /etc/apt/sources.list file 1.2 Ubuntu Sources List Generator: https://repogen.simplylinux.ch/ 1.3 copy the sources from the link above in the sources.lists 1.4 sudo apt-get update 2. 安装lamp 一键安装LAMP服务:s
ubuntu卸载opencv并重装opencv3.0.0 一. 卸载opencv2.4.9: Going to the "build" folder directory of opencv from terminal, and execute the following: $ sudo make uninstall $ cd .. $ sudo rm -r build $ sudo rm -r /usr/local/include/opencv2 /usr/local/include/