知识分享 博客

0

cmake

ubuntu cmake
1、
cd /opt/openAI/software
2、wget https://gh-proxy.com/https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-linux-aarch64.sh
下载如下,加速下载
wget https://gh-proxy.com/https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-linux-aarch64.tar.gz
3、解压
tar -z[……]

继续阅读

0

OpenClaw 链接配置飞书详细过程(WebSocket 长连接模式)

OpenClaw 链接配置飞书详细过程(WebSocket 长连接模式)

一、前置要求

  1. 已安装 OpenClaw(版本 2026.2.26 及以上),可通过openclaw --version验证
  2. 拥有飞书账号(个人账号即可,无需企业认证)
  3. 终端可正常执行命令(Windows 建议用 WSL 或 PowerShell,Mac/Linux 直接用终端)
  4. OpenClaw 服务可正常启动(openclaw gateway start

二、飞书开放平台配置(核心步骤)

1. 创建企业自建应用

0

ubuntu,process,port,sockes5h,http,openclaw,proxy

查询指定进程

sudo apt update && sudo apt install tmux -y

1、

sudo apt update && sudo apt upgrade -y

sudo apt full-upgrade -y

sudo apt autoremove -y

2、

top -p PID

htop

pkill chromium

ps aux | grep openclaw

ps aux | grep chromium

2、

sudo netstat -tulpn | grep 端口号

sudo lsof[……]

继续阅读

0

Headscale搭建-前端、服务、自定义derp

面对复杂的内网穿透需求,Headscale和Tailscale组合使用,能够有效提升网络连接的质量和安全性。本文将带你一步步完成搭建。
使用Headscale进行组网,不仅速度快,而且传输稳定。本文详细介绍如何搭建Headscale及其前端headplane,让远程访问内网资源变得轻松简单。

Headscale搭建-前端、服务、自定义derp

2026-01-26 14:47:08

目的:在日常的办公使用中尤其是软件开发的一些情况,经常会遇到同步代码服务器在公司,不对外网公开的一些状况;或者使用的一些使用公司内部文件在内部服务器上,在外网无法访问。需要与内网服务器进行组网,目前可用的有[……]

继续阅读

0

wordpress.highlight.js代码高亮显示

wordpress.highlight.js代码高亮显示

1、启用highlight.js代码高亮显示插件Enlighter – Customizable Syntax Highlighter

2、选择Enlighter – Customizable Syntax Highlighter  高亮显示代码插件,插入代码

3、粘贴代码确认,页面预览,显示效果

c展示高亮代码如下

// Test SOCKS5 proxy connectivity using libcurl
// Build: make (with CURL_LIB and CUR[......]

继续阅读

0

openclaw

raspberry pi 5 8G 部署 openclaw

一、本地文件夹所有文件备份到远程主机
rsync -av –delete ~/.openclaw/ steven_roc@192.168.10.13:/home/steven_roc/ ./openclaw/

# 1. 更新系统(耗时 5-10 分钟,视网络而定)

sudo apt update && sudo apt upgrade -y

# 2. 安装必备依赖

sudo apt install -y git curl build-essential ca-certificates[……]

继续阅读

0

tailscale

一、

1、

sudo apt update && sudo apt upgrade -y

2、

curl -fsSL https://tailscale.com/install.sh | sh

3、激活

sudo tailscale up

4、激活  操作步骤:
1).
在浏览器中打开该链接
2).
使用 Google、Microsoft、GitHub 或邮件账号登录
3).
授权设备加入你的 Tailnet(Tailscale 网络)

https://login.tailscale.com/a/17b7d130011[……]

继续阅读