FastDFS installation, configuration and use
1. Introduction
Official website: https://github.com/happyfish100/
Configuration document: https://github.com/happyfish100/fastdfs/wiki
FastDFS is an open source distributed file system written in c language. It fully considers redundant backup, load balancing, linear capacity expansion and other mechanisms, and pays attention ...
Added by TLawrence on Sat, 16 Oct 2021 10:01:53 +0300
Deploy k8sV1.22.2 cluster version in kubedm mode
Remember to turn off the firewall and selinux. The number of cpu cores should be at least 2 Configuration resolution
[root@k8s-master ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.153.148 k8s-master
192.168 ...
Added by Illusion on Sat, 16 Oct 2021 09:16:56 +0300
Some notes on the control group CGroup (Resource Management Guide) in Linux
Write in front
Learning encountered the processing problem of container resource constraints, so study it.Well, the blog is an abridged translation. If you mind, please read the original text.Original link: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/resource_management_guide/indexWell, one more thing ...
Added by DrTrans on Tue, 12 Oct 2021 21:46:55 +0300
Version control gitlab
1. Introduction to version control
Version control refers to the management of changes in various program codes, configuration files and description documents in the process of software development. It is one of the core ideas of software configuration management.
The main function of version control is to track file changes. It faithfully re ...
Added by php_wiz_kid on Tue, 12 Oct 2021 10:58:21 +0300
rsync synchronization service
1. Introduction to Rsync
rsync is a data image backup tool under linux system. Using the fast incremental backup tool Remote Sync, you can synchronize remotely, support local replication, or synchronize with other SSH and rsync hosts.
2. rsync features
rsync supports many features:
1. The entire directory tree and file system can be mir ...
Added by outpost on Tue, 12 Oct 2021 10:03:57 +0300
Principle analysis and pin reuse of NXP i.MX6 GPIO
Project scenario:
Reuse the GPIO pin on the overlooking electronic TW-IMX6DL-EVM development board and share its principle.
Compilation environment and development package: host: Ubuntu 18.04 Cross compiler: arm linux gnueabihf GCC Development board: TW-IMX6DL-EVM Linux: Linux-4.1.15
Note: all commands in this article refer to the path of ...
Added by chriztofur on Tue, 12 Oct 2021 08:38:43 +0300
Chapter IV Linux file permission management
4. Document authority management
4.1 file owner and group attribute operation
4.1.1 owner of setting file chown
The chown command can modify the owner or group of a file
format
chown [OPTION]... [OWNER][:[GROUP]] FILE...
chown [OPTION]... --reference=RFILE FILE...
Instructions:
OWNER #Modify owner only
OWNER:GROUP #Modify both owner a ...
Added by havenpets on Tue, 12 Oct 2021 04:37:54 +0300
rsync and gitlab use, svn installation
rsync and gitlab use, svn installation
1. Introduction to Rsync
rsync is a data image backup tool under linux system. Using the fast incremental backup tool Remote Sync, you can synchronize remotely, support local replication, or synchronize with other SSH and rsync hosts.
2.rsync features
rsync supports many features:
You can mirror a ...
Added by Justin98TransAm on Tue, 12 Oct 2021 01:34:45 +0300
Various optimizations and anti-theft chains necessary for the use of Nginux
preface
In the enterprise information application environment, the security and response speed of the server need to configure the response parameters according to the actual situation to achieve the optimal user experience. The default Nginx installation parameters can only provide the most basic services, and also need to reconcile the ...
Added by jacinthe on Mon, 11 Oct 2021 22:19:23 +0300
Installation and use of rsync, gitlab, svn
Installation and use of rsync, gitlab, svn
1. Introduction to Rsync
rsync is a data mirror backup tool for linux systems. Remote Sync, a fast incremental backup tool, allows remote synchronization, supports local replication, or synchronization with other SSH, rsync hosts.
2.rsync characteristics
rsync supports many features:
You can mirro ...
Added by sturoy on Mon, 11 Oct 2021 19:08:09 +0300