Configure ring after installation on Ubuntu 16.04

Install l2tp-V**Dial##

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.

Set the static IP address and dns server address of Ubuntu 16.04##

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

Modify Ubuntu's software source list##

$ 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

Go online correctly##

See this link

Delete Amazon link and libreoffice and install wps

$ 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

Install VIM

$ sudo apt install vim

Install teamviewer

$ sudo apt install ./teamviewer_13.0.9865_amd64.deb

Install OpenGL#

Must be installed before cuda.

Install cuda9.1

Refer to another article I wrote (https://segmentfault.com/n/1330000014277601)

Compile and install cmake

1. Directly use the command sudo apt install cmake

2. Refer to the README file under the cmake source file for installation instructions###

The commands used are as follows: $ ./bootstrap && make && sudo make install

Compile and install Boost library##

Method 1: Install directly in the package management:

$ sudo apt install libboost-all-dev

Method 2: In the source file directory, first install the dependencies, and then compile and run

$ 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

Install kate text editor##

$ sudo apt install kate kwrite konsole

eigen3 installation##

sudo apt install libeigen3-dev

freeimage installation##

sudo apt install libfreeimage-dev

glog installation##

sudo apt install libgoogle-glog-dev

Compile and install opencv library##

Refer to this article

Recommended Posts

Configure ring after installation on Ubuntu 16.04
Github Project-OpenPose installation on Ubuntu
Configure tomcat on ubuntu server
Install and configure MySQL on Ubuntu
Configuration and beautification after Ubuntu installation (1)
How to secure Redis installation on Ubuntu 14.04
How to optimize Tomcat installation on Ubuntu 14.04
How to configure Redis cluster on Ubuntu 14.04
How to configure Redis replication on Ubuntu 16.04
UBUNTU 16.04 installation diary
ubuntu 1804 installation details
lamp on ubuntu
Ubuntu configure Tomcat
Ubuntu system installation
Ubuntu installation record
Ubuntu configure Apache
ubuntu 18.04 installation (UEFI+GBT)
ubuntu installation error
How to install and configure NATS on Ubuntu 16.04
How to install and configure Gogs on Ubuntu 18.04
How to install and configure Cyberpanel on Ubuntu 18.04
How to install and configure ownCloud on Ubuntu 16.04
How to install and configure ownCloud on Ubuntu 16.04
How to install and configure GitLab on Ubuntu 18.04
How to install and configure Ansible on Ubuntu 18.04
How to install and configure Elasticsearch on Ubuntu 16.04
How to install and configure PostGIS on Ubuntu 14.04
How to install and configure VNC on Ubuntu 18.04
How to install and configure Sphinx on Ubuntu 16.04
Configure Wolfram Engine on Tencent Cloud ubuntu server
How to install and configure OrientDB on Ubuntu 14.04
Configure automatic updates for Ubuntu Server on Azure
Basic configuration and common software installation after ubuntu 18.04 installation
How to configure Apache content caching on Ubuntu 14.04
How to install and configure AppScale on Ubuntu 12.04
How to install and configure PostGIS on Ubuntu 14.04
Manual for Ubuntu Installation
install vscode on ubuntu18
Install Redis on Ubuntu
Install R4 on ubuntu20
Install nvtop on Ubuntu 18.04
Install postgresql-10 on Ubuntu 18.04
Install docker on Ubuntu
Configure Ocserv on CentOS 6
Ubuntu16.04 installation partition settings
ubuntu redis php installation
Install Docker on ubuntu18.04
Ubuntu offline installation package
Install nodejs10 on Ubuntu16
Install Django on ubuntu
ubuntu 14.04 configure 3-wire 3IP
Install Pytorch+CUDA on Ubuntu 16.04
Ubuntu configure network commands
ubuntu nice font installation
Install Python3 on Ubuntu 14.04
How to configure a fixed IP based on Ubuntu 18.04
LNMP installation under Ubuntu
Install rJava on Ubuntu18
Install Python3 on Ubuntu 16.04
Ubuntu18.10 configure Java environment
Ubuntu CEPH quick installation