CentOS 6.X Install Chinese Fonts
Due to business needs, Chinese font support needs to be added to EnOS 6.9
Setup Toolkit
yum install -y fontconfig mkfontscale
After installation, use the fc-list command to view the fonts installed on the system
[root@aniu-pd-api-2 ~]# fc-list
Utopia:style=Bold Italic
Nimbus Sans L:style=Regular Italic
Hershey ...
Posted on Mon, 06 Jul 2020 12:08:09 -0400 by mark103
CentOS 6.X Install Chinese Fonts
Due to business needs, Chinese font support needs to be added to EnOS 6.9
Setup Toolkit
yum install -y fontconfig mkfontscale
After installation, use the fc-list command to view the fonts installed on the system
[root@aniu-pd-api-2 ~]# fc-list
Utopia:style=Bold Italic
Nimbus Sans L:style=Regular Italic
Hershey ...
Posted on Mon, 06 Jul 2020 12:07:53 -0400 by glennn3
Build Mongodb cluster in detail under centos7
1, Mongodb cluster (no SQL Library) cluster construction
1. For the topology of Mongo cluster, let's have a brief understanding2. Install mongodb to node1, 2, and 3 nodes (the following operations should be performed on node1, 2, and 3 nodes, xshell is recommended)
(1) Configure mongo's yum source
Com ...
Posted on Mon, 29 Jun 2020 03:12:11 -0400 by madhukar_garg
Centos7 installs clamAV antivirus software
Abstract: the record mainly comes from a record of colleagues. At present, the original blogger has been deleted and re recorded by himself.
It's better to link to clamAV's official website address. Although I can't understand it, I can't find the corresponding installation document https://www.clama ...
Posted on Sat, 27 Jun 2020 21:15:53 -0400 by sleightofhand
Linux system running analysis tool - Summary of the use of the sarcommand
catalog
sar introduction
sar usage
sar installation and startup
sar usage
1. Historical statistics
2. Statistics of CPU usage
Sar-u 23 ා statistics every 2 seconds three times in total
sar -q ා view average load
3. Check memory usage
4. View system Swap partition information
5. View I/O ...
Posted on Thu, 25 Jun 2020 23:21:20 -0400 by waq2062
Deploy Hexo to ECS
preface
See a lot of people in the group ask how to deploy Hexo to the cloud server. According to my thought, if there is a server, who still uses Hexo? But there are people. Take advantage of Tencent cloud's machine that went whoring last month has not expired, and quickly reinstall a system to talk ...
Posted on Sat, 20 Jun 2020 23:36:50 -0400 by Billett
Install MySQL on Linux system and connect mysql on the host (detailed)
All filenames in this article are just identifiers, and the specific content is written according to the specific situation!!
All filenames in this article are just identifiers, and the specific content is written according to the specific situation!!
All filenames in this article are just identifiers, ...
Posted on Fri, 19 Jun 2020 01:50:28 -0400 by roflpwnt
k8s introduction and cluster construction and deployment
About Kubernetes
Chinese document: http://docs.kubernetes.org.cn/
Kubernetes is an open source platform for automatic deployment, expansion and operation and maintenance of container clusters. With kubernetes, you can quickly and effectively respond to user needs; deploy your applications quickly and ...
Posted on Thu, 18 Jun 2020 22:33:27 -0400 by bengaltgrs
Python 3 basic environment configuration
About python
Python origins
Gudido van Rossum started Python at the end of 1989
In early 1991, Python released its first public release.
In order to better complete a research project of CWI (National Institute of mathematics and Computer Science) in the Netherlands.
python version
python2.x
Th ...
Posted on Wed, 17 Jun 2020 02:27:32 -0400 by cavey5
Create a yum warehouse and logical disk partition
1. Build your own yum warehouse, which is network source and local source respectively.Network Source:1. First create a yum warehouse:
[centos@localhost ~]$ yum install createrepo
2. Disable the original yum network source.
[root@localhost yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak
3. Edit CentOS-Base.repo
[base]
name=Base Repo on ...
Posted on Tue, 16 Jun 2020 18:20:31 -0400 by joshberm