[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、 Foreword 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-

[Box] TV box brush kit, Armbian system

Android TV system: link: https://pan.baidu.com/s/1qFBIIz7jjI8fTGEA18Fw2Q Extract code: bjns Alternate link: https://wwt.lanzoux.com/b021zvjkj Extraction code: 6l1nArmbian system: link: https://github.com/ophub/amlogic-s9xxx-armbian/releases View type: https://github

-Read the full text-

[Windows] Silent installation method

1、 How to get the silent installation parameters of software 1. If the software has been installed, query its installation/uninstallation parameters in the registry: see the parameter content information of InstallSource (if any) and UninstallString 2. Query the silent installation parameters of third-party software: 3. Manual test: get an installer anyway, and use/? Query. If/? Is not supported? Parameters. You can also use the silent installation parameters to try it out ([/S] [/silent [/noreboot]] [/ver

-Read the full text-