Apache configuration and Application

catalogue 1, Building a virtual web host 2, Domain name based virtual host 3, Options instruction interpreter 4, AllowOverride instruction interpretation 5, IP address based virtual host 6, Apache connection retention 7, Building Web virtual directory and user authorization restrictions 1, Building a virtual web host Virtual web host ...

Posted by Master_Phantom on Wed, 19 Jan 2022 11:09:51 +0100

SSH Remote Access and control

1, SSH Remote Management 1.SSH (secure shell) protocol SSH: secure channel protocol, which mainly realizes remote login and remote replication of character interface Encrypt the data of both communication parties for remote managementSecurity protocol based on application layer and transport layerEncrypted communication through network a ...

Posted by phpBever on Wed, 19 Jan 2022 04:39:24 +0100

RH358 provides file based networked storage - provides SMB file sharing

RH358 provides file based networked storage – SMB file sharing This chapter describes how to provide Samba sharing, but in my opinion, samba has become a chicken rib service. Because of the emergence of blackmail virus, many government and enterprises will ban ports 135, 137, 138, 139 and 445 at the network level, and the samba protoc ...

Posted by Coinnoch on Tue, 18 Jan 2022 23:08:35 +0100

Layer 3 switching and single arm routing

catalogue 1, Single arm routing 1. Link type 2. Sub interface 3. Overview of single arm routing 4. Configuration command 1) Switch configuration 2) Router configuration 2, Three layer switching technology 1. Three layer switching principle 2. CEF based MLS 3. Configuration of layer 3 switch 1, Single arm routing The physical int ...

Posted by elentz on Tue, 18 Jan 2022 22:28:52 +0100

[STM32H7] Chapter 11 UDP client / server of ThreadX NetXDUO

Latest tutorial Download: ThreadX NetXDUO network protocol stack tutorial update record post, the first 11 chapters have been released (2022-01-03) - UCOS & ucGUI & EMWIN & embos & touchgfx & ThreadX - tough guy embedded Forum - Powered by Discuz! Chapter 11 UDP client / server of ThreadX NetXDUO This chapter explains the ...

Posted by MtPHP2 on Tue, 18 Jan 2022 16:22:58 +0100

[STM32F407] Chapter 11 UDP client / server of ThreadX NetXDUO

Latest tutorial Download: ThreadX NetXDUO network protocol stack tutorial update record post, the first 11 chapters have been released (2022-01-03) - UCOS & ucGUI & EMWIN & embos & touchgfx & ThreadX - tough guy embedded Forum - Powered by Discuz! Chapter 11 UDP client / server of ThreadX NetXDUO This chapter explains the ...

Posted by hinz on Tue, 18 Jan 2022 12:01:32 +0100

muduo network library net source code line by line analysis_ one

1 muduo::net::EchoServer class reference Collaboration diagram of EchoServer: [legend] Public member functionEchoServer (EventLoop *loop, const InetAddress &listenAddr)voidstart () Private member functionvoidonConnection (const TcpConnectionPtr &conn)voidonMessage (const TcpConnectionPtr &conn, Buffer *buf, Timestamp time) Pr ...

Posted by timmy0320 on Mon, 17 Jan 2022 14:57:42 +0100

Detailed explanation of Linux ❉ SetUID (SUID), SetGID (SGID) and SetGID (SGID)

A detailed explanation of the usage of special permissions for SetUID (SUID) files 1 Introduction [root@localhost ~]# ls -l /usr/bin/passwd -rwsr-xr-x. 1 root root 22984 Jan 7 2007 /usr/bin/passwd It can be seen that the x permission bit originally represents the permission of the file owner, but the s permission appears. This permission ...

Posted by gotissues68 on Mon, 17 Jan 2022 10:55:00 +0100

Netty learning notes NIO basics-2

1. Preface Notes: Netty teaching based on dark horse, video address: Black horse Netty 2. Network programming (single thread) 1. Block When there is no data readability, including data replication, the thread must block and wait, which will not occupy the cpu, but the thread is equivalent to idleA 32-bit jvm has 320k threads and a 64 ...

Posted by wkoneal on Sun, 16 Jan 2022 22:58:44 +0100

Linux processes run reliably in the background

1. Scenario requirements Scenario: if there is only a temporary command that needs to run for a long time, what is the easiest way to ensure its stable operation in the background? The origin of hangup name in the early versions of Unix, each terminal would communicate with the system through modem. When the user logs out, the modem will ...

Posted by z1haze on Sun, 16 Jan 2022 07:41:43 +0100