Moeyuuko - Overview
Skip to content
Sign in
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
View all features
Sign up
nezhaV1 面板 ws 转 prometheus metrics 接口 exporter
Python 1 1
库存系统 基于 FKUN 的 数字化资产管理
PHP 1
Weather x Sun 太阳能气象站 兼继电器控制器
C++
Sketchware 的strings.xml语言文件汉化 中文
17
3
# 获取网卡列表(排除 lo 和 docker 虚拟网卡等)
4
NIC_LIST=$(ls /sys/class/net | grep -vE '^(lo|docker|veth|br-|bonding_masters)$')