[Windows] MDE update and failure handling method

MDE update method: cd% ProgramFiles% Windows Defender \MpCmdRun.exe -removedefinitions -dynamicsignatures . \MpCmdRun.exe - SignatureUpdate If an error is reported, you can download the offline installation package: link address: address

-Read the full text-

[office365] 2604 1001 Error

Please check your network settings and try again [2604]. Solution 1: Open the Internet Explorer browser and select Tools>Internet Options. In the Internet Properties window, click Advanced, slide down to the security module category column, check ssl3.0, TLS1.0, 1.1, 1.2, and then apply and determine Scheme 2: Open the Edge browser, click the three points in the upper right corner, Open More Tools and select Internet Options. stay

-Read the full text-

[Openwrt] Enable ipv6 access

(1) Determine whether the broadband has an ipv6 address, and enable ipv6 address allocation on the istore 1. The simplest way to confirm whether ipv6 is enabled is to ping 240c:: 6666, which means that there is an ipv6 address. 2. Configure ipv6 on the istore ① Set wan interface Click: Network → Interface → wan interface → Edit → Advanced settings Get IPv6 address and set it to automatic; Set the IPv6 allocation length to disabled ② Set the LAN interface in sequence: Network → Interface → LAN interface → Edit → Advanced settings IPv6 allocation length

-Read the full text-

[Linux] wakeonlan wakes other devices

Wake up the remote computer (usually within the same LAN) using the wakeonlan tool. Wakeonlan is a command line tool used to send a special Magic Packet to the target computer to wake it up. This article takes Dell as an example: The following are the basic steps to use wakeonlan on Linux systems: 1. Install the wakeonlan tool: In most Linux distributions, the wakeonlan tool is not installed by default. You can use the package manager to install. example

-Read the full text-

[Openwrt] Errors encountered

Symptoms Collected errors: * pkg_get_installed_files: Failed to open//usr/lib/opkg/info/resize2fs.list: No such file or directory* pkg_get_installed_files: Failed to open //usr/lib/opkg/info/tune2fs.list:

-Read the full text-

[Linux] Docker container runs Nginx and implements reverse proxy

1、 Preface We know that for security reasons, we usually set a reverse proxy to mask the real IP and port number of the application. The most commonly used reverse proxy on Linux is Nginx. In this article, we will set the reverse proxy through the Docker container. 2、 Run the Nginx container 1. Get the Nginx image To run the container, you need to have the corresponding image first. Use the following command to pull the NGINX image: docker pull nginx 2. Run the Nginx container to get the Nginx image, and then we can root

-Read the full text-