Microthinking

Just think about micro things

Lint/LeetCode Cheatsheets Search

Install Docker on CentOS

  1. Add docker yum repository
Read More

MariaDB (Mysql) replication on CentOS 7

Master node: db01

Read More

Move mysql data folder to ZFS on CentOS 7

  1. change origin data folder as mount point
Read More

How to install zfs on CentOS7

WARN: ZFS module does NOT with new kernel. File system xfs is better. Using lvm is a good option.

  1. Install epel-release and setup zfs repository.
Read More

How to install MariaDB on CentOS

Goto https://downloads.mariadb.org/mariadb/repositories/#mirror=evowise-ny and select version to generate repository file. For version 10.1, the file content as blow:

Read More

How to regenerate ssh certificate on CentOS

For ssh1 protocol:

Read More

How to config ethernet card on CentOS

Using network manager to config network

Read More

Server world

Good website: Server World

Read More

How to logout remote windows user on Windows 2012

Use the Task Manager to logout user’s session

Read More

How to check linux version

  1. uname – Print kernel and system information.
uname -a
Read More
« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next »