A command to make rm -rf head big

The operation and maintenance department often teases itself with rm -rf /, but in fact, rm -rf / does not work under the current security mechanism. You see: [root@zmedu-17 ~]# rm -rf / rm: stay"/" Recursive operations are dangerous rm: use --no-preserve-root Option skip safe mode We need to add the following -- no preserve root to skip saf ...

Added by scrypte on Sun, 26 Dec 2021 01:16:49 +0200

Install raspberry pie 4B for Ubuntu mate20.0 04

Equipment to be prepared:   Raspberry pie 4B (here I choose the 8G memory version) Keyboard and mouse (there must be a keyboard, and the mouse can be used after Ubuntu Mate is installed) Monitor (HDMI screen is recommended here, I use https://www.waveshare.net/wiki/7inch_HDMI_LCD_(C) (screen below) 16G/32G SD card (32G is recommended because ...

Added by JohnnyBlaze on Sat, 25 Dec 2021 21:33:21 +0200

[punctual atom linux serial] Chapter 17 input device application programming - extracted from [punctual atom] I.MX6U embedded Linux C application programming guide V1.1

1) Experimental platform: punctual atom alpha Linux development board 2) Platform purchase address: https://item.taobao.com/item.htm?id=603672744434 2) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-300792-1-1.html 3) Students interested in punctual atomic Linux can add group discussion: 93 ...

Added by MJH Mike on Sat, 25 Dec 2021 21:18:51 +0200

socket programming process and function explanation

1, Create socket socket is a readable, writable, controllable and closable file descriptor (integer number) // Function prototype int socket(int domain, int type, int protocol) //Parameter interpretation domain: Specifies the protocol used by the system. Can be TCP/IP Protocol family, or UNIX Protocol family. The corresponding values are ...

Added by mullz on Sat, 25 Dec 2021 19:33:33 +0200

acme.sh issue SSL certificate free of charge

acme.sh overviewAn ACME protocol client written purely in Shell (Unix shell) language.Complete ACME protocol implementation. Supports ACME v1 and ACME v2 wildcard certificatesSimple, powerful and easy to use. You only need 3 minutes to learn it.Let's Encrypt free certificate client is the simplest shell script.It is written purely in Shell and ...

Added by michaelkirby on Sat, 25 Dec 2021 19:28:54 +0200

Use of disk partition tools in Linux system

1. Preface In the daily operation and maintenance work, partitioning the Linux system disk is a very common operation. Generally speaking, whether you use the fdisk tool or the parted tool, the general steps are the same. You need to mount the disk first, then partition the target disk and format it into the specified file system type, a ...

Added by if on Sat, 25 Dec 2021 18:06:57 +0200

Linux deploys Nacos and configures the MySQL data source. Put the Springboot configuration file into Nacos and use it

preface Yesterday all sorts of strange things were as like as two peas in the nacos tutorial. They found that the nacos tutorial was basically a bit like the same. They were copied and copied, so that you could configure a lot of things. The introduction of dependencies was also a great surprise. Even the official tutorials of the librar ...

Added by hkay1 on Sat, 25 Dec 2021 17:34:16 +0200

Prometheus configuration details

1, Configuration file https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#configuring-rules To specify the configuration file to load, use – config File flag. The file is in YAML Format, defined by the scheme described below. Parentheses indicate that the parameter is optional. For non list parameters, this v ...

Added by said_r3000 on Sat, 25 Dec 2021 15:59:04 +0200

Linux novice introduction series: file and directory operation

This series of articles is to share the author's practical operation records when he first came into contact with and learned Linux. The content mainly includes some theoretical and conceptual knowledge of Linux, simple installation and deployment of Web programs and mysql database. I hope it can help some beginners and avoid detours. be car ...

Added by kerplunk on Sat, 25 Dec 2021 15:50:53 +0200

GEC6818 milk tea system of Deadline in primary school

effect As shown in the figure: technological process User login - > function selection - > corresponding function thinking For the use of the whole software, the acquisition of touch screen coordinate points is indispensable, so we open a separate thread to obtain touch screen coordinate points and run from beginning to end ...

Added by m3rajk on Sat, 25 Dec 2021 12:22:17 +0200