ATT&CK red team evaluation actual combat range-1 (the smallest in the whole network)

Statement: the series is first official account: Xuan Xuan is safe, please indicate the source of the reprint. The contents of this official account are only used for technical discussions among network fans. All penetration and use of tools need authorization, and no use of illegal channels. Otherwise, the official account and author will not ...

Added by Seol on Sat, 25 Dec 2021 12:05:41 +0200

System D process management

systemd introductionsystemd is the main system daemon management tool on Linux system at present. On the one hand, init manages the process serially, which is prone to blocking. On the other hand, init only executes the startup script and cannot manage the service itself. Therefore, starting from CentOS 7, init has been replaced by systemd as t ...

Added by sdjensen on Sat, 25 Dec 2021 05:34:46 +0200

Teach you how to build a 2-node DMDSC under centos7

It took bloggers many days to build DMDSC, not because of how difficult it is, but because of some details. 1. Environmental preparation 1.1 hardware facilities The virtual machine system used by the landlord is centos7. This tutorial is applicable to most virtual machine systems. It runs 2g of memory, 20g of disk, and 20g of new shared disk. ...

Added by maxonon on Sat, 25 Dec 2021 01:39:09 +0200

Basic Introduction to kubernetes and Common Commands of kubectl

Basic Introduction to kubernetes and Common Commands of kubectl pod classification of k8s There are two categories of pod s: Autonomous podController managed pod Autonomous pods are managed by k8s manager, while static pod s are created and managed by kubelet Autonomous pod Autonomous pods always run in the foreground and are managed ...

Added by Drannon on Sat, 25 Dec 2021 00:42:34 +0200

Seven methods of obtaining UUID of hard disk partition or file system in Linux

As a Linux system administrator, you should know how to view the UUID of a partition or the UUID of a file system. Because most Linux systems now use UUID to mount partitions. You can verify it in the / etc/fstab} file. There are many utilities available to view UUIDs. In this article, we will show you a variety of ways to view UUIDs, and you ...

Added by kubak on Sat, 25 Dec 2021 00:39:52 +0200

Linux basic file operation exercise (with answer analysis)

1. Creation and deletion of files (1) Practice using - p or -- parents to create multi-level directories on the desktop at the same time, such as xx/yy/zz. mkdir - p} xx/yy/zz or mkdir --parents xx/yy/zz [tom@iZbp12r8eimkkdor4011j3Z ~]$ mkdir -p xx/yy/zz [tom@iZbp12r8eimkkdor4011j3Z ~]$ ls xx #Note that if you want to create a multi- ...

Added by londonjustin on Fri, 24 Dec 2021 21:01:51 +0200

Linux driver development - I2C driver experiment

I2C is a very common serial communication interface, which is used to connect various peripherals, sensors and other devices. It has been tested in the bare metal part I2C interface of I.MX6U is explained in detail. In this chapter, let's learn how to develop I2C interface device driver under Linux The focus is to learn the I2C driver framewo ...

Added by kevisazombie on Fri, 24 Dec 2021 10:48:27 +0200

14 multicast and broadcast && 15 sockets and standard IO

** Chapter XIV multicast and broadcasting ** Suppose we want to send the same data to 10000 users. If TCP is used to provide services, 10000 socket connections are required. Even if UDP sockets are used to provide services, 10000 data transmissions are required. When the same data needs to be sent to a large number of clients, it will have a ...

Added by jpmoriarty on Fri, 24 Dec 2021 06:05:57 +0200

Smart home system construction of Shanshui

1, Construction method At present, there are four main types. I don't need to see them again. I've compared them many times. I can directly choose the OS mode. The disadvantage is that this virtual machine can only run the function of HASS, but it has strong stability than everything else Installing HassOS in the virtualization station of Uni ...

Added by pucker22 on Fri, 24 Dec 2021 05:20:28 +0200

How to use gitee and githup? Here is a nanny level step full solution!

What is git? Git is a free and open source distributed version control system (technology for managing multi person collaborative development projects) What is a distributed version control system? Users can view all the files uploaded to git locally [git clone / git pull can get the files on git] Users can submit locally even if they are ...

Added by hamzatki on Fri, 24 Dec 2021 03:01:03 +0200