Note that first install iproute_3.12.0-2_all.deb and then install xl2tpd_1.2.5+zju-1_amd64.deb. After installation, you need to configure sudo V**-connect -c
, and then enter student ID@a
and password. be usable.
Can be set through the graphical interface
IP:10.212.46.122/127
Subnet mask: 255.255.255.0
Gateway: 10.212.46.1
DNS:10.10.2.21 or 10.79.250.121
$ sudo vi /etc/apt/sources.list
is the source list of Ubuntu16.04 provided by Zhejiang University Open Source Mirror Station: The source address of Ubuntu16.04 is as follows:
deb http://mirrors.zju.edu.cn/ubuntu xenial main universe restricted multiverse
deb http://mirrors.zju.edu.cn/ubuntu xenial-security main universe restricted multiverse
deb http://mirrors.zju.edu.cn/ubuntu xenial-updates main universe restricted multiverse
deb http://mirrors.zju.edu.cn/ubuntu xenial-backports main universe restricted multiverse
deb-src http://mirrors.zju.edu.cn/ubuntu xenial main universe restricted multiverse
deb-src http://mirrors.zju.edu.cn/ubuntu xenial-security main universe restricted multiverse
deb-src http://mirrors.zju.edu.cn/ubuntu xenial-updates main universe restricted multiverse
deb-src http://mirrors.zju.edu.cn/ubuntu xenial-backports main universe restricted multiverse
See this link
$ sudo apt-get remove unity-webapps-common libreoffice-common
$ sduo apt install wps-office_10.1.9.5672~a21_amd64.deb symbol-fonts_1.2_all.deb
$ sudo apt install vim
$ sudo apt install ./teamviewer_13.0.9865_amd64.deb
Must be installed before cuda.
Refer to another article I wrote (https://segmentfault.com/n/1330000014277601)
sudo apt install cmake
The commands used are as follows: $ ./bootstrap && make && sudo make install
$ sudo apt install libboost-all-dev
$ sudo apt-get install mpi-default-dev
$ sudo apt-get install libicu-dev
$ sudo apt-get install libpython3.5-dev
$ sudo apt-get install libbz2-dev
# $ export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/python3.5m/"
$ ./bootstrap.sh --with-libraries=all -with-python=/usr/bin
$ ./b2 | tee log.txt
$ ./b2 install
You can complete the compilation and installation
$ sudo apt install kate kwrite konsole
sudo apt install libeigen3-dev
sudo apt install libfreeimage-dev
sudo apt install libgoogle-glog-dev
Refer to this article
Recommended Posts