# pi **Repository Path**: moulg/pi ## Basic Information - **Project Name**: pi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-28 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用Ubuntu Server 系统 ## Web管理界面 - 安装Cockpit ``` apt update apt install cockpit -y systemctl start cockpit systemctl enable cockpit ``` - 遇到问题:权限被拒绝 ``` vi /etc/cockpit/disallowed-users # List of users which are not allowed to login to Cockpit # root ``` - 遇到问题:加载可用的更新失败`Cannot refresh cache whilst offline` `找到 /etc/netplan/50-cloud-init.yaml。` `添加 renderer: NetworkManager 到 network: 选项口。` `应用设置 netplan apply` ## FRP [FRP安装使用](frp.md) ## Gogs Git [FRP安装使用](gogs.md) ## Nodejs [Nodejs 安装使用](nodejs.md)