Tag:Version information
-
Install docker using yum
Add Yum source for docker yum-config-manager –add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo Install docker yum install -y docker-ce docker-ce-cli container.io Start the docker service and configure the docker service to start automatically after startupsystemctl enable –now docker View docker version informationdocker version Client: Docker Engine – Community Version: 20.10.16 API version: 1.41 Go version: go1.17.10 Git commit: aa7e414 Built: […]
-
Is the front page version always confused? One click with this plug-in
In practice, we often publish front-end code to the server through pipelines and automatic scripts. Sometimes it’s hard to tell whether the release was successful or not. Or when multiple people and branches share the same environment, it is more likely to get confused and fight. “Who covered my code again?!” “Who, has it been […]
-
Solution to the problem of missing JPEG, PNG, tiff and other formats in php8 imagick Library
reference resources: 《 Installing PHP in Linux Environment_ Imagick extension, Linux PHP ImageMagick lacks JPG, PNG and TIFF formats 》《 Imagick extension does not support jpg 》 1. docker image compilation Download directly:docker pull cffycls/phpswoole:imagick-dev, skip the following.Or recompile imagick dependencies manually # PHPIZE_ DEPs reference: https://github.com/hyperf/hyperf-docker/blob/master/8.1/alpine/swoole/Dockerfile ENV PHPIZE_DEPS=”autoconf dpkg-dev dpkg file g++ gcc libc-dev […]
-
Install and configure multiple versions of JDK
Preface: there are multiple versions of JDK. Sometimes it is necessary to switch different versions for development. To install multiple jdks on a computer, you only need to configure them as follows, and you can easily use them each time. The following environments are windows10 Install JDK Install jdk8 Configure environment variables Configuration requiredJAVA_HOME CLASSPATH […]
-
If you have logged into Huawei games with a real name minor account, you will not be prompted to prevent addiction
Problem description After integrating Huawei game service SDK version 6.2.0.300, you can log in to the game with a real name and minor Huawei account during the day of the working day. If you find that there is no prompt, you can directly enter the game. Under normal circumstances, it should prompt “Dear users: according […]
-
Check docker version and reinstall docker
This document describes how to check the docker version and reinstall docker to provide reference for friends in need. Check docker version [[email protected] ]# docker versionClient: Docker Engine – Community Version: 19.03.8 API version: 1.40 Go version: go1.12.17 Git commit: afacb8b Built: Wed Mar 11 01:27:04 2020 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine – […]
-
Chinese official document of spring framework
Chinese official document of spring framework It is currently the latest version of 5.3.11. Other spring documents are constantly updated 1. History, design concept, feedback and introduction. Overview 2. IOC container, event, resource, I18N, verification, data binding, type conversion, spiel, AOP. Core 3. Simulation object, testcontext framework, spring MVC test, webtestclient. Testing 4. Transaction, Dao […]
-
Reason analysis of historical version loss caused by including deprecated in verdaccio publish
background The NPM inside the company is often tucking out because of some inherent bug. Recently, there is just time to do optimization. Then, we try to make complaints about the bug of publish before, and the analysis record below. Problem phenomenon The company’s intranet NPM chooses to use verdaccio as a service. At present, […]
-
git commit
Generate patch based on commit You can use the following two methods.1. Git format patch – 1 commit: the generated patch has statistical information and git version information2. git diff commit_ previous commit > mypatch. Diff: the original diff information. For the commit here_ Previous (a previous commit), which can git […]
-
How to check Linux kernel information
View Linux kernel version commands (two methods): 1、cat /proc/versionDisplays the running kernel version. [[email protected] home]# cat /proc/version Linux version 2.6.32-431.el6.x86_64 ([email protected]…) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Nov 22 03:15:09 UTC 2013 2、uname -aDisplays information about the computer and the operating system. [[email protected] home]# uname -a Linux S-CentOS 2.6.32-431.el6.x86_64 […]
-
Service security — Security optimization of nginx
Nginx service securityDisable moduleHide version informationLimit concurrencyIllegal request deniedPrevent buff overflow Nginx is a modular designEnabling the module requires — with to load the moduleTo disable a module, you need to use — without to disable the moduleBecause many modules are installed by default, unnecessary modules need to be disabled for automatic installation When installing […]
-
Learn a Linux command every day (75): Mount / umount
Command introduction The mount command is used to mount a device or file system. Syntax format mount [option] device|dir Option description -V # display version information -H # display help information -V # and – F are usually used for debugging -A # hang all file systems defined in / etc / fstab + -F # this […]