Redisjason Chinese full text retrieval
Redisjason Chinese full text retrievalRedisJsonRedisjason, which is popular on the Internet recently, I believe everyone is familiar with it. There is also a performance post that says yes Redisjason was born in the sky, with the performance of ES and Mongo! Of course, these hundreds of times improvements may be more objective. I am more concer ...
Added by john1704 on Tue, 04 Jan 2022 22:59:13 +0200
Compiling and using Linux static libraries
Preface:
The nature and working mode of library files in both Linux and Windows are the same, except that the corresponding file formats and file suffixes for libraries on different platforms are different. The library called in the program is a static library. There are two purposes to use libraries in a project. One is to make the program si ...
Added by decessus on Tue, 04 Jan 2022 21:14:44 +0200
linux-system management-Process section
1. Process
1.1 ps command
There are many options for this command, so let's pick some common combinations to record.
1.1.1 ps aux
List processes executing in the system
[root@localhost sbin]# ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 01:09 0:00 [k ...
Added by cyh123 on Tue, 04 Jan 2022 20:01:22 +0200
Pagoda panel deployment Qinglong panel sign in cloud music, what is worth buying, station b
Pagoda panel deployment Qinglong panel sign in cloud music, what is worth buying, station b
Now we will introduce other applications of Qinglong panel, sign in to various websites and get corresponding points and discounts. If you don't have Qinglong installed, please see our last tutorial: Qinglong panel construction tutorial installation, ...
Added by chrisio on Tue, 04 Jan 2022 18:22:30 +0200
awk of three swordsmen in text processing
1.awk working principle and basic usage
awk
:
Aho, Weinberger, Kernighan
, report generator, formatted text output,
GNU/Linux
Published
AWK is currently funded by the free software foundation(
FSF
)Development and maintenance, commonly known as
GNU AWK
There are several versions:
AWK: AWK originally from at & T ...
Added by robdavies on Tue, 04 Jan 2022 18:03:50 +0200
Release container server & private image warehouse | Cloud computing
1. Create a custom image
1.1 problems
This case requires two methods to create a custom image. The specific requirements are as follows:
Starting containers with centos imagesConfigure yum source in containerInstall software bash completion net tools iproute psmisc VIM enhancedCreate a custom image myos:latestValidate custom image
1.2 ...
Added by bellaso on Tue, 04 Jan 2022 16:01:47 +0200
Linux command artifact: lsof
brief introduction
lsof(list open files) is a tool that lists the open files of the current system. In the linux environment, everything exists in the form of files. Through files, you can access not only conventional data, but also network connections and hardware. Therefore, for example, transmission control protocol (TCP) and user datagram ...
Added by nubby on Tue, 04 Jan 2022 10:40:20 +0200
k8s cluster environment construction
k8s cluster environment construction
preface
Today, let's use kubeam to build a k8s cluster to prepare the environment for the microservice project we will write later. First, let's take a look
Construction steps
Turn off firewall
systemctl stop firewalld.service
systemctl disable firewalld.service
Modify selinux
setenforce 0 temporary ...
Added by dynodins on Tue, 04 Jan 2022 08:52:04 +0200
Serial port programming for Linux applications
/Disclaimer: I only reprinted this article when I saw that it was very helpful to me, but there were grammatical errors in this complete program. Now let me correct it/
Author :tiger-john WebSite :blog.csdn.net/tigerjb
Email : jibo.tiger@gmail.com
Update time: Monday, February 14, 2011
Tiger statement: I despise individuals or groups that ...
Added by Pawn on Tue, 04 Jan 2022 08:50:40 +0200
firewalld of linux Firewall
firewalld of linux Firewall
1, firewalld overview
1,firewalld
firewalld firewall is the default firewall management tool of CentOS 7 system, replacing the previous iptables firewall *It works at the network layer and belongs to the filtering firewallfirewalld and iptables are tools used to manage firewalls (belonging to user state) to define ...
Added by designrandom on Tue, 04 Jan 2022 06:28:17 +0200