Compression command:
*. Z compress program zookeeper case;
*. Bz2 Bzip2 program zookeeper case;
*. GZ gzip program upload history case;
* The resources packaged by the. Tar program have not been deleted;
* .Tar.gz tar program packaging example, which has passed the gzip example
Compress filename compressed file plus [-D] uncompress
Gzip filename compression plus [-D] decompress zcat 123.gz to view the compressed file content
Bzip2-Z filename compression plus [-D] unzip bzcat filename.bz2 to view
sets the priority nice-n-5 vi -----> use root? 1 ?? Nice plant? -5, used? Adjust vi renice adjust priority runlevel display current runleveldepmod analysis loaded module dependency lsmod show loaded system module modinfo display kernel module information insmod loaded module modprobe automatic processing load module rmmod delete Module chkconfig check, set various system services chkconfig -- list -----> list various service statuses ntsysv set various system services cpio backup file compress
[-d] unzip bzcat filename.bz2 to view the compressed file contentTar-cvf/home/123.tar/etc package without compressionTar-xvf 123.tar unpacksTar-zxvf/home/123.tar.gz unzip with gzipExtract tar-jxvf/home/123.tar.bz2 with bzip2Tar-ztvf/tmp/etc.tar.gz view tar contentCpio-covB> [file | device] partsCpio-icduvAccount Management/Etc/passwd system account information/Etc/shadow account password information is encrypted by MD5 32-bitAdd "*" in front of the p
[-d] decompress zcat 123.gz to view the compressed file content
Bzip2-z filename compression plus [-d] unzip bzcat filename.bz2 to view the compressed file content
Tar-cvf/home/123.tar/etc package without compression
Tar-xvf 123.tar unpacks
Tar-zxvf/home/123.tar.gz unzip with gzip
Extract tar-jxvf/home/123.tar.bz2 with bzip2
Tar-ztvf/tmp/etc.tar.gz view tar content
Cpio-covB> [file | device] parts
Cpio-icduv
Newbie School: software installation pa
from a file or device to the system-D: The directory is automatically created so that no path cannot be found when the restore occursC: A relatively new Portableformat-mode storage-B: Let the preset blocks can be increased to 5120bytes, the default is 512bytes, make backup speed faster- u: Update to overwrite old files with newer files-V: Displays the file name in the backup process on the screen-T: View file or device content created by CpioUnzip the Cpio file:CPIO-IDMV Unzip the img file:CPIO
often with another hard disk that is completely backed up or a tape drive!1. Use Cpio to back up and reverse backup[Root @test/root]# Find/-print | Cpio-covb >/dev/st0 [Root @test/root]# Cpio-iduv 2. Use tar to back up[Root @test/root]# tar-zcvfp host.tar.gz/--exclude/proc--exclude/mnt--exclude/tmp[Root @test/root]# TAR-ZXVF host.tar.gzBasic tools for sub-backup:As for the partial backup, let's explain it in simple tar!! If we need to back up the dat
Incremental backup of full backups (incremental backup)
Considerations for reduction
Principles for Incremental backups
The so-called incremental backup, refers to the system after the first full backup, after a period of time to run, compare
The difference between the system and the backup file, and then the gold backs up the difference file.
Backup software used for incremental backups
Common tools for full backups are: DD, Cpio, Dupm/restore
Direct Incremental backup command: DUPM
D
] ~]# DD IF=/DEV/SDA of=/dev/sdb# since DD is a read sector, the/DEV/SDB disk can not be formatted. It's very convenient!Tool 2, Cpio command. Back up all file names, but you have to work with find or other instructions to find the file name to handle it properly.# example: Use Cpio to fully backup and restore the entire system, assuming the storage media is a SATA tape drive:[[email protected] ~]# Find/-print | Cpio-covb >/dev/st0 [[email protected]
If =/dev/Zero of =/boot/initrd-evms BS = 1 m COUNT = 16mke2fs-F-M 0-B 1024/boot/initrd-evms
A.3.2. mount the initrd
In order to copy all the required files to the initrd, The initrd must be mounted through a loopback device. to mount the initrd through a loopback device requires that you have loopback support compiled in your kernel (or as a kernel module ). see the "Block devices" menu in the Kernel configuration for more information about loopback.
Mkdir/mnt/initrdmount
Create a basic compiling environment
The first thing that is indispensable is the internal handler and the basic correspondence handler. if the system does not have security issues, follow these steps:
sudo apt-get install build-essential
Installing OpenGL library
Next, we will introduce the library we will use. First, install OpenGL library.
sudo apt-get install libgl1-mesa-dev
Installing OpenGL utilities
OpenGL
I want to confess a little. Although I am a creator of a fairly wide range of public domain Python libraries, the unit tests introduced in my module are very non-systematic. In fact, most of those tests were included in Gnosis.xml.pickle's Gnosis Utilities, and were written by contributors to the sub-package (subpackage). I also found that most of the third-party Python packages I downloaded lacked a complete set of unit tests.
Not only that, the exi
Uninstall the HACMP software under AIX this article describes how to uninstall the configured HACMP software on the AIX operating system. Before using the subsequent steps to uninstall the HACMP software, collect all the output after the following command is executed to determine which resources are defined in the HACMP software. (1) #/usr/sbin/cluster/utilities/cllsif or #/usr/es/sbin/cluster/utilities/cll
I want to be honest. Although I am the creator of a fairly broad public domain Python Library, the unit tests introduced in my module are very systematic. In fact, most of those tests were included in Gnosis.xml.pickle's Gnosis Utilities, and were written by contributors to the child package (subpackage). I also found that most of the Third-party Python packages I downloaded lacked a complete set of unit tests.
Not only that, the existing tests in Gn
Tags: clear debug MySQL master diff uniq Erro last required withUse one of the mysqlreplicate tools to quickly build a MySQL master-slave environment. he1:192.168.1.248 slave HE3:192.168.1.250 Master Actual combat Part1: Installing Mysql-utilities [Email protected] ~]# tar xvf mysql-utilities-1.5.4.tar.gz[Email protected] ~]# CD mysql-utilities-1.5.4[[email prote
original JavaScript that removes both before and after spaces. So this kind of commonly used tool function is called "Utilities" function. Corresponding to the jquery Official document:
Http://docs.jquery.com/Utilities
"$" is actually a property of the "Window" object, so the following sentences are equivalent:
$.trim ("text ");
Window.$.trim ("text"); Window.jquery ("text"); Jquery.trim ("text");
. The security techniques discussed in this article apply only to Microsoft Access database (. mdb) files.
Knowledge about protecting sensitive data that you need to know
You should know that there are many tools and third-party utilities that can be used to detect passwords for any type of database, as well as user names and passwords from any workgroup information file (the workgroup information file is described in detail later in this article). If
Recovering a single InnoDB table from a full backupReprinted from: Http://www.cnblogs.com/gomysql/p/6600616.html#topBig Bro's BlogNow most of the students on the online backup strategy is xtrabackup full standby +binlog backup, then one day a table accidentally deleted how to recover from the xtrabackup full standby? Starting with the MySQL 5.6 release, support for the removable tablespace (transportable tablespace) This feature enables single-table recovery, as well as the ability to move InnoD
set of function libraries to transplant programs.
Next, we will establish an environment for developing OpenGL applications under Ubuntu step by step.
InstallCreate a basic compilation environmentThe first indispensable thing is the compiler and the basic library. if the system is not installed, install it as follows:
$ Sudo apt-get install build-essentialInstall OpenGL LibraryNext we will install the Library we will use. First install the OpenGL Library
$ Sudo apt-get install libgl1-mesa-devIn
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.