LTP Chapter 1 Introduction and Internal Mechanism of LTP

1 LTP Introduction and Internal Mechanisms 1.1 Introduction to LTP LTP(Linux Test Project) is an open source community cooperation project based on GPL protocol. Initiated by SGI in 2000, IBM, OSDL and Bull jointly participated. After 2001, they were jointly developed and maintained by SUSE, Fujitsu, Red Hat and Oracle. The reliability, s ...

Posted by coldkill on Wed, 22 May 2019 19:02:39 -0700

Configure vim personal IDE

If you want to use IDE tools, all you need to do is install vim-nox. However, such errors may be reported during installation. The following packages have unmet dependencies: vim-nox : Depends: vim-common (= 2:7.3.547-7) but 2:7.4.488-7 is to be installed Depends: libperl5.14 (>= 5.14.2) but it is not going to be insta ...

Posted by Atomic Taco on Wed, 22 May 2019 10:37:42 -0700

ubuntu16.04+gitlab + nginx without binding

Installation of gitlab Configuration of gitlab Viewing version number of 1 gitlab ssh port modification of 2 gitlab 21 Open the configuration file 22 Use commands to rebuild configurations 3 https 31 Upload certificates or use specific creations created by yourself to see another article of mine nginx witho ...

Posted by GirishR on Sun, 19 May 2019 00:08:00 -0700

The first tensorflow program

Run a tensorflow Hello World project using docker images. After installing ubuntu 18.04, installing tensorflow through pip is always a mysterious mistake and can only offer docker. With docker, only one mirror can run without any other dependencies. docker installs tensorflow 1. Install docker $ sudo apt install docker.io 2. Add users to the d ...

Posted by waskelton4 on Sat, 18 May 2019 09:01:29 -0700

Source Coding Qt5

Linux Mint Source Coding Qt5.8 Introduction Compile and install process Download source code To configure Installation of required tools Install xcb Libraries Install Multimedia Library configuration option Compile source code Configuring Qt paths Install qtCreator Introduction After Qt5.5, the official Qt has no 32- ...

Posted by stomlin on Wed, 15 May 2019 21:05:48 -0700

grep utility page

This time I'm talking about something about the external command grep on the bash command line. History 1 grep was originally used for Unix Operating system command line Tools. In giving a list of files or Standard input Later, grep matches one or more regular expression Text is searched and only matched (or mismatched) lines or text are outpu ...

Posted by Sealr0x on Wed, 15 May 2019 14:35:04 -0700

Use docker to build PHP development environment

1. Install docker and docker-compose Installation of 1.1 docker The Linux distribution used for this installation is Ubuntu 18.04, and we can refer to docker's Official Documents Install, but there are steps that require minor modifications. First, delete the old docker version: $ sudo apt-get remove docker docker-engine docker.io containerd ru ...

Posted by Jarod on Wed, 15 May 2019 07:18:09 -0700

Modify the encoding configuration file in MySQL and distinguish `utf8'from `utf8mb4'.

Modifying Coding Profile in MySQL Be careful: Python runtime environment is Python 3.5.2 The operating system is Linux Ubuntu 16.04 MySQL version is 5.7.23 Install MySQL Service Under Linux, you can install it directly with the command line sudo apt-get install mysql-server of Linux. During the installat ...

Posted by doa24uk on Tue, 14 May 2019 13:14:51 -0700

Install ArchLinux (BIOS boot) on Win10

This document records the first time arch linux was tossed on win10 I. Notes Disks booted for BIOS II. Installation process 1. installation package arch linux version: in arch linux official Eureka Tsinghua University Open Source Software Mirror Station The version I downloaded is archlinux-2018.04.01-x86 ...

Posted by jordan00 on Sun, 12 May 2019 00:39:35 -0700

macOS Manual Cleaning of Spam Files

There are three places where macOS is most likely to generate spam files: Xcode, iTunes and VMWare virtual machines. 1. Garbage generated by Xcode On the command line, cd to the ~/Library directory, enter the command: sudo du -d 1 -h Seeing that Developer occupies 59 G, cd to Developer directory continues to locate large files with the du com ...

Posted by saunders1989 on Sat, 11 May 2019 10:24:43 -0700