跳转到帖子

Featured Replies

  • 网站管理

安装Git: 先确保VPS上安装了Git,以便从GitHub克隆代码。运行以下命令: sudo apt update sudo apt install git 下载抢机脚本: 在VPS上运行以下命令,将仓库代码下载到本地: git clone https://github.com/lemoex/oci-help 进入项目文件夹: 克隆完成后,进入下载的项目文件夹,通常这个文件夹的名称是仓库名。例如: cd oci-help 修改配置文件: vim oci-help.ini 具体的配置修改在GitHub中作者写得已经很详细了,照着做就行。

编译和运行程序: 该项目是用Go语言编写的。确保Go已经在VPS上安装,您可以运行以下命令安装Go: sudo apt install golang 编译Go代码: 进入项目目录后,运行以下命令来编译和构建程序: go build -o oci-help main.go 这会在当前目录下生成一个可执行文件oci-help。

运行程序: 确保oci-help.ini在项目文件夹中。然后,使用以下命令来运行程序: ./oci-help

{hide} 需要隐藏的内容 {/hide}

m9tbra5o.png

查看完整帖子

成长就是不断打破并重建三观

  • 查看数 3
  • 已创建
  • 最后回复
游客
回帖…

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.