#IT star is not a dream

At present, k8s mainly supports two kinds of resources: CPU and memory. In order to support the scheduling and allocation of other types of hardware resources that users need to allocate on demand, k8s implements the device plugin framework for resource integration of other types of hardware. For example, now machine learning uses GPU and othe ...

Posted by scheda on Mon, 17 Feb 2020 08:17:57 +0100

linux backs up mysql regularly and synchronizes to other servers

Data is the core asset in any company, and regular backups are designed to ensure that when the database is in trouble, it can be rolled back to the nearest backup point in time, minimizing loss This article will cover two parts: 1. periodic backup of mysql; 2. synchronization to other servers mysql backup Backup Restore a Database Back ...

Posted by jvanv8 on Tue, 10 Sep 2019 04:52:58 +0200

Configure inotify+rsync real-time synchronization

If you are not familiar with rsync services and commands, you can refer to the blog post. Remote synchronization through rsyncThere's not much to say here! Linux kernel has provided inotify notification interface since version 2.6.13 to monitor various changes of file system, such as file access, deletion, movement, modification, etc. Using th ...

Posted by skissiks on Thu, 15 Aug 2019 14:11:25 +0200

C# Grammar - Message, the core technology of MVVM.

In C #, a message has two directions, one to Message and one to INotify. This is mainly about INotify. INotify is also called a notice. Whether it is called a message or a notice, it means to convey information. Definition of message The INotify message is actually an interface called INotify Property Changed. The interface is defined as fol ...

Posted by jsscart on Thu, 16 May 2019 17:03:21 +0200