ESP32-PICO-DevKitM-2 开发板

Document ESP32-PICO-DevKitM-2 - ESP32 - — esp-dev-kits latest 文档 开发板: ESP32-PICO-DevKitM-2 模组: ESP32-PICO-MINI-02 芯片: ESP32-...

it/embed

乐鑫科技 ESP32 Microcontroller Unit

Related Terminologies MCU MCU 英文全称是 Microcontroller Unit,是指微控制单元又称单片微型计算机或者单片机,其实 MCU 就是单片机。MCU 其实也可以理解为简单版本的 CPU,就是把中央处理器的频率...

it/embed

Screen 命令

介绍 Screen 可以看作是窗口管理器的命令行界面版本。它提供了统一的管理多个会话的界面和相应的功能。 只要 screen 本身没有终止,在其内部运行的会话都可以恢复。这一点对于远程登录的用户特别有用——即使网络连接中断,用户也不会失去对已经打开...

it/terminal

Tmux (Terminal Multiplexer)

介绍 Tmux 是一个终端复用器(terminal multiplexer)。 类似的终端复用器还有 GNU Screen(见 Screen 命令)。Tmux 与它功能相似,但是更易用,也更强大。 基础知识 命令行的典型使用方式是,打开一个终端窗口(...

it/terminal

Certbot 申请 Let's Encrypt SSL 证书

安装和使用 Certbot 直接安装 1234# CentOSsudo yum install certbot python2-certbot-nginx# macOSbrew install certbot 用 Docker 123456docke...

it/web

Database Migration Tools

golang-migrate golang-migrate/migrate: Database migrations. CLI and Golang library. 123456curl -OL https://github.com/g...

it/database

Socket.IO

Socket.IO Introduction | Socket.IO 关于版本 Socket.IO v2: released in May 2017 (major breaking changes) Socket.IO v3: rele...

it/websocket

反向代理(内网穿透)工具

frp frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now,...

it/network software
1234