10 2024 档案
摘要:1.linux服务器安装code-server curl -fsSL https://code-server.dev/install.sh | sh 2.配置启动端口和密码 vim ~/.config/code-server/config.yaml 内容如下: 端口默认为8080,可自己更改,aut
阅读全文
摘要:1、ubuntu 安装npm sudo apt install nodejs npm 2、设置包下载源 npm config set registry https://registry.npmmirror.com/ 3.安装包及运行 npm install 安装成功后会生成一个node_moudel
阅读全文
摘要:1.配置config.yaml 这里的config配置文件直接从windows或安卓的clash软件中导出config.yaml到服务器就行。 例如上传到服务器的/root/clash/config.yaml 2.使用docker启动 (1)拉取镜像: docker pull dreamacro/c
阅读全文