Samba server configuration (instance resolution)

Samba server configuration (instance resolution) 1, Configuring samba shared server on rhel 8 ① Viewing samba package information [root@localhost ~]# yum info samba #Viewing samba package information Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Manage ...

Posted by sangamon on Sat, 25 Sep 2021 01:37:11 -0700

Ten minutes to learn nginx

start-up nginx restart nginx -s reopen stop it nginx -s stop Thermal loading ./nginx -s reload Test whether the modified configuration file is normal nginx -t Default profile location /usr/local/nginx/conf/ Adjust the basic configuration of Nginx /usr/local/nginx/conf/nginx.conf Where is the custom Nginx configuration /usr ...

Posted by spectacularstuff on Fri, 24 Sep 2021 22:32:11 -0700

Detailed explanation of ansible automatic operation and maintenance tool for batch management of tens of millions of servers in large enterprises[ ⭐ Suggested collection ⭐]

Detailed explanation of ansible automatic operation and maintenance tools About the author Author introduction 🍊 Blog home page: Author URI 🍊 Introduction: high quality creators in the field of cloud computing 🏆, The it story of the school's official account Creator 🎓, At school, he participated in many computer related provin ...

Posted by bennyboywonder on Tue, 21 Sep 2021 18:02:55 -0700

Basic commands of Linux

overview The mainstream linux distributions on the market now include red hat system (including Redhat,Centos,Fedora,Rocky), Debian system (including Debian,ubuntu,Deepin) and SUSE system. These systems have their own characteristics. They mainly depend on personal preferences. I feel that if it is a new player, it can start from the red h ...

Posted by Todd_Z on Mon, 20 Sep 2021 12:15:40 -0700

Easy to master Docker usage

preface Docker has been very popular since 2013, many people are also interested in it, and there are many articles and learning tutorials about docker on the Internet. Here I mention "Introduction to docker" again just to sort out the previous knowledge for easy reference and sharing. Before learning how to use Docker, we need to kn ...

Posted by neoboffins on Mon, 20 Sep 2021 00:35:45 -0700

Dagger-dotnet cli uses the tool directive

1. List of Instructions Instruction Details >dotnet tool -h Description: Install or use extensions .NET Experience the tools. Usage: dotnet [options] tool [command] Options: -?, -h, --help Displays command line help. Commands: install <PACKAGE_ID> Install global or local tools. Local tools will be added to the l ...

Posted by imarockstar on Sun, 19 Sep 2021 19:35:38 -0700

MySQL - Docker builds MySQL 5.7 master-slave replication

1, Design First, docker is installed in the default reader server, as shown below Next, build a mysql master-slave architecture Start two virtual machines with ip 192.168.96.126 and 192.168.96.127126 as the master and 127 as the slave. 2, Pull image docker pull mysql:5.7 If docker pull mysql is used, the latest version of mysql is pu ...

Posted by wallabee on Sat, 18 Sep 2021 03:43:18 -0700

How to efficiently learn Nginx source code and absorb nutrients?

There are many function points of Nginx, and the new concepts and design ideas involved are not particularly friendly to novices. I suggest learning the Nginx source code through debugging after understanding some basic knowledge of Nginx. The following operations require some gdb debugging knowledge. If you are not familiar with gdb debugging ...

Posted by Arab Prince on Fri, 17 Sep 2021 16:43:10 -0700

Emergency response - Linux intrusion detection

Event response can be defined as the action process taken whenever a computer or network security event occurs. As an event responder, you should always know what should and should not appear in the system. Troubleshooting ideas (1) First, monitor the security of user accounts, such as new accounts and suspicious accounts, and focus on the ...

Posted by bogha on Fri, 17 Sep 2021 04:36:26 -0700

Find "object" through nginx proxy“

preface: 1. Do you want to interact with the front end and back end for the front end and back end separation project? What if you don't learn nginx? Download an nginx, including Windows version and linux version. You can choose it. Let's take the window version as an example.After downloading from the Internet, it looks like the ghost below. ...

Posted by thebay on Thu, 16 Sep 2021 10:34:18 -0700