Xtrabackup for MySQL Backup

brief introduction Xtrabackup is a data backup tool for InnoDB. It supports online hot backup (backup does not affect data reading and writing). It is a good substitute for InnoDB Hotbackup, a commercial backup tool. It can backup the databases of InnoDB and XtraDB storage engines non-blocking (for MyISAM backups, table locks are also require ...

Posted by robot43298 on Tue, 02 Apr 2019 21:48:30 -0700

Virtual box virtual machine NAT mode can not connect to the external network

background Two network cards are configured for VirtualBox Virtual Machine (loaded with Ubuntu 16.04 system). The network modes are "Network Address Translation (NAT)" and "Host-Only" adapter, where enp0s3 network card (NAT) is used for external network access and enp0s8 network card (Host-Only) is used for host access to ...

Posted by Iceman18 on Mon, 01 Apr 2019 19:12:29 -0700

The Difference between Docker's save and export commands

ABSTRACT: Recently, during the migration of Docker's mirror image, I met some problems. I don't know how to solve them. I found this good article and solved my problems. It was translated. http://tuhrig.de/difference-between-save-and-export-in-docker/ I've been playing with Docker recently, a virtual technology for application containers and ...

Posted by dw89 on Sat, 30 Mar 2019 07:54:29 -0700

BZOJ 4196([Noi2015] Package Manager - Tree Chain Splitting)

Linux users and OSX users must be familiar with the package manager. Through the package manager, you can install a package by one line of commands, and then the package manager will help you download the package from the source, while automatically resolving all dependencies (that is, downloading other packages on which to install the package ...

Posted by Mutley on Fri, 29 Mar 2019 09:18:28 -0700

One linux command per day: grep command

The grep command in Linux system is a powerful text search tool. It can use regular expressions to search text and print matching lines. The full name of grep is Global Regular Expression Print, which represents the global regular expression version, and its permission is for all users. grep works by searching for string templates in one or m ...

Posted by sepodati on Thu, 28 Mar 2019 06:30:31 -0700

Extending the root directory partition of ubuntu virtual machine under VMware

Links to the original text: http://t.cn/RzCP9E2 Translation source links: http://imcczy.com/how-to-expand-the-root-filesystem-in-vmware.html Reproduction Notes: Below this article is the operation of requiring partition. The operation of partition is different from that of normal system partition. It is necessary to specify the starting ...

Posted by kwilameiya on Mon, 25 Mar 2019 09:18:28 -0700

Suspender teaches you 9 tricks to protect your linux server security

No important system can ignore server security, especially in the public cloud. There are many online tips and tutorials on this subject. Here we only look at a few basic and common best practices. Several security measures to be implemented after system configuration is completed Take Ubuntu 16.04 as an example: 1. Update the kernel ...

Posted by patricklcam on Fri, 22 Mar 2019 15:18:52 -0700

Ubuntu Linux updates VMware Tools to open-vm-tools notes

It is convenient to install one or two virtual machines on one's own computer for learning cross-platform and cross-system technologies. VMware is one of the commonly used virtual machine software. Among them, VMware Workstation is a fee-based version, which is more powerful and comprehensive; but if you play locally, you can use free VMware Pl ...

Posted by shoz on Mon, 11 Feb 2019 09:30:19 -0800

linux open file number too many open files solution

linux open file number too many open files solution too many open files The reason for this prompt is that the number of file/socket connections opened by the program exceeds the system settings. View the maximum number of open files per user ulimit -a fdipzone@ubuntu:~$ ulimit -a   core file size          (bloc ...

Posted by neorunner on Sun, 10 Feb 2019 21:03:18 -0800

RabbitMQ start error throw:{error,{missing_dependencies,[crypto,ssl]

Error when starting rabbitmq-server: 2018-01-03 06:16:32.494 [info] <0.33.0> Application lager started on node rabbit@ubuntu 2018-01-03 06:16:32.507 [info] <0.5.0> Log file opened with Lager 2018-01-03 06:16:33.438 [error] <0.5.0> Error description: init:do_boot/3 init:start_em/1 rabbit:s ...

Posted by bladecatcher on Fri, 08 Feb 2019 13:30:17 -0800