aufs of Linux File System
The full name of aufs is advanced multi-layered unification filesystem. Its main function is to merge the contents of multiple folders together to provide a unified view. It is mainly used in livecd of various Linux distributions and in docker to organize image s.
It is said that because the aufs code is not maintainable (code readability and a ...
Posted by andylyon87 on Sun, 07 Apr 2019 16:48:30 -0700
Development Environment Configuration and Common Software Installation after Ubuntu 16.04 Installation
After installation of Ubuntu 16.04, 1. Install the commonly used software Sogou Input Method + Editor Atom + Browser Chome + Video Player vlc + Image Editor GIMP + Video Recording Software RcordMyDesktop. 2. Development Environment Configuration. JDK Environment Configuration+ Scala Environment Configuration + Noejs Environment Configuration + ...
Posted by jek on Sun, 07 Apr 2019 10:54:30 -0700
What to do after installing Ubuntu
JDK
Installation using PPA source mode:
Add PPA
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
Install oracle-java-installer
// JDK7
sudo apt-get install oracle-java7-installer
// JDK8
sudo apt-get install oracle-java8-installer
Installer will prompt you to agree to oracle's terms of service and select ok
Then sel ...
Posted by algarve4me on Fri, 05 Apr 2019 20:45:31 -0700
Mac OS X System Installation Nginx
1. Preparations
When installing Nginx, because some modules of Nginx need to rely on other third-party libraries, such as pcre library (supporting rewrite module), zlib library (supporting gzip module) and openssl library (supporting ssl module), it is recommended to install with the help of Homebrew tool.
Homebrew Reference: ...
Posted by robertf on Fri, 05 Apr 2019 15:18:31 -0700
Ubuntu 14.04 Installation redis and Simple Configuration
1, foreword
Redis Is a commonly used memory-based Key-Value data base It is more advanced than Memcache and supports many kinds data structure It is efficient and fast. Redis can easily solve the problem of high concurrent data access; it is also very good as a time-to-time monitoring signal processing.
2, installation
//Installing R ...
Posted by jcran on Wed, 03 Apr 2019 12:57:30 -0700
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
Using qemu to build aarch64 learning environment
Author information
Author: Peng Donglin
E-mail: pengdonglin 137@163.com
QQ: 405728433
software platform
Host: Ubuntu 14.04 64-bit version
Simulator: Qemu-2.8.0
Linux Kernel Version: Linux-4.10
Busybox version: busybox-1.24.2
Tool chain: gcc-linaro-aarch64-linux-gnu-4.9-2014.07_linux
Reference blog
Simulate vexpress-a9 with qem ...
Posted by rortelli on Tue, 02 Apr 2019 20:48:31 -0700
CentOS 7.6 Installs nginx, configures ports to access websites, and switches the root directory
20190329 CentOS 7.6 Install nginx and configure ports to access websites
1. Query nginx
yum search nginx
Loaded plug-in: fastest mirror
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Determining fastest mirrors
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
epel ...
Posted by SmokyBarnable on Sat, 30 Mar 2019 11:42:30 -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
Build Open Source IVRE through Docker
Build Open Source IVRE through Docker
Time 2016-01-06 11:13:01 FreeBuf
Original text http://www.freebuf.com/tools/92179.html
Theme Docker Linux commandsOpen Source
* Originator: Hack Liu
1 Introduction
1.1 Purpose of preparation
This article mainly introduces the installation, deployment and configuration of the o ...
Posted by dkruythoff on Wed, 27 Mar 2019 17:45:30 -0700