File Compression and Packing
File Compression and Packing
1. Introduction to Compression Packaging
2. gzip compression tool
3. bzip2 compression tool
4. xz compression tool
5. Summary of gzip, bzip2, xz commands
6. zip Compression Tool
7. tar packaging
8. Target packaging and compression
Look at this post: http://ask.apelear ...
Posted by JamesyBHOY on Thu, 18 Jul 2019 22:33:08 -0700
CentOS Builds Postfix+Dovecot Simple Mail System
server information
System: CentOS 6.5 minimal version
Host: Virtual Machine
Virtual Machine IP: 192.168.128.128/24
Host IP:10.1.79.24/24
Install postfix
Note: CentOS 7 has actually replaced sendmail with postfix+Sasl2, so there is no need to install it.
1. Remove sendmail
Installation completed also requires replacing the sendmail that ...
Posted by DaveTomneyUK on Wed, 17 Jul 2019 15:05:14 -0700
Operations Note 33 (haproxy configuration, pacemaker high availability + haproxy)
Summary: One of the load balancing methods mentioned in previous blogs is lvs. The configuration of LVS is simple, which reduces the probability of errors. Moreover, the software is in the fourth layer of the tcp/ip protocol stack. It can provide various web application services. However, because it does not support regular expression processi ...
Posted by caedo on Wed, 17 Jul 2019 11:40:49 -0700
Server 03 - Configure local yum+Vsftpd
CentOS 6.5vsftpd-2.2.2-11 Installation (Virtual User)
==# The vsftpd service used is CentOS 6.5 with its own mirror==
Check to see if there is a mounted mirror CD
df -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root ext4 18G 3.4G 14G 21% /
tmpfs tmpfs 491M ...
Posted by CrimsonSoul on Mon, 15 Jul 2019 11:02:25 -0700
Introduction and installation of MongoDB
Introduction to MongoDB
MongoDB is a NoSQL database, which is essentially different from relational databases such as MySQL in the form of data storage. The basic object stored in MongoDB is Document, so we call it a document database, and the collection of documents forms a Collection. In analogy to the concept of SQL, Collection corresponds t ...
Posted by jassikundi on Sun, 14 Jul 2019 11:28:19 -0700
Three PHP Extension Installation Methods under CentOS
Under CentOS, PHP has many ways to install and expand, including package-managed yum installation, pecl installation, and source code compilation installation.Package-managed installation and uninstallation is particularly convenient, while source-code-compiled installation is convenient for parameter tuning.Generally build the management insta ...
Posted by Ionisis on Thu, 11 Jul 2019 17:04:13 -0700
CentOS 7 YUM 10-minute Quick Installation LNMP Environment Detailed Tutorial
Source Code Compilation and Installation LNMP Although the environment is easy to customize, for small servers, the long compilation time makes it impossible to wait. It would be much better if the environmental installation could be completed in 10 minutes.
So how to install it quickly in 10 minutes? LNMP Environment, the answer is to use
...
Posted by jcrensha627 on Wed, 10 Jul 2019 14:38:01 -0700
Install mysql under centos
Installation under centos MySQL A good article reprinted.
http://www.cnblogs.com/xiaoluo Five 0 One Three 9 Five Three 77/archive/Two 0 One 3/0 Four/07/3003 Two 78.html link
Introduction to mysql
Speaking of data base Most of us think about relational databases like mysql, Oracle SQL server, etc. These database software are very conv ...
Posted by Chupa85 on Tue, 09 Jul 2019 15:40:54 -0700
Installation of linux PHP environment
Nginx installation
nginx relies on three modules, zlib pcre ssl, which should be installed before installation and ignored if installed
Installation by source code:
These three extensions do not need to specify the installation directory, they are all installed by default in the / usr/local directory.
The first step is to download the sour ...
Posted by riddhi on Sun, 07 Jul 2019 19:51:05 -0700
Chapter 9 Practical Project Reference Answers for Quick Start python Programming
This chapter introduces the use of shutil and zipfile modules. Let's first understand these two modules.
I. shutil module
The shutil module is mainly used to process files or folders, including copying, moving, renaming and deleting files. In the shutil module, there are mainly the following functions:
1. Copy files and folders
Shutil module pr ...
Posted by BrianM on Sat, 06 Jul 2019 15:49:07 -0700