会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
寻找繁星
Synced with https://seekstar.github.io
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
63
64
65
66
67
68
下一页
2024年9月3日
Linux配置软路由
摘要: title: Linux配置软路由 date: 2024-09-03 09:41:41 tags: 假设出口网口是end0,入口网口是end1: outdev=end0 indev=end1 # 子网不要与其他interface的IP重合 prefix=10.233.233 配置入口网口IP #nm
阅读全文
posted @ 2024-09-03 12:08 寻找繁星
阅读(372)
评论(0)
推荐(0)
2024年7月30日
POSIX-shell学习笔记
摘要: title: POSIX shell学习笔记 date: 2024-07-29 13:39:27 tags: 学习POSIX shell建议使用dash,因为它很快:https://unix.stackexchange.com/a/148098 man dash: Only features des
阅读全文
posted @ 2024-07-30 23:48 寻找繁星
阅读(215)
评论(0)
推荐(0)
2024年7月28日
Linux让远程服务器代理IPv6流量
摘要: title: Linux让远程服务器代理IPv6流量 date: 2024-07-27 14:17:54 tags: 使用场景 本地机器只能访问IPv4网络。远程服务器能访问IPv4网络,也能访问IPv6网络。这篇博客介绍如何让远程服务器代理本地机器的IPv6流量,从而让本地机器也能访问IPv6网络
阅读全文
posted @ 2024-07-28 11:26 寻找繁星
阅读(253)
评论(0)
推荐(0)
2024年7月24日
免密码用https协议clone-private-github-repo
摘要: title: 免密码用https协议clone private github repo date: 2024-07-24 15:56:07 tags: 创建access token https://github.com/settings/tokens 权限至少要选repo和read:org。 安装g
阅读全文
posted @ 2024-07-24 16:05 寻找繁星
阅读(89)
评论(0)
推荐(0)
zed使用笔记
摘要: title: zed使用笔记 date: 2024-07-24 12:43:54 tags: 安装 官方脚本 # stable版本。升级也是这个命令 curl -f https://zed.dev/install.sh | sh # preview版本。升级也是这个命令 curl -f https:
阅读全文
posted @ 2024-07-24 12:53 寻找繁星
阅读(1453)
评论(0)
推荐(0)
2024年7月23日
ArchLinux使用笔记
摘要: title: ArchLinux使用笔记 date: 2024-07-23 15:12:24 tags: 安装NVIDIA驱动 官方完整教程:https://wiki.archlinux.org/title/NVIDIA 只要卡不是太老,一般情况下,如果用的是stable内核(linux),就安装n
阅读全文
posted @ 2024-07-23 15:40 寻找繁星
阅读(261)
评论(0)
推荐(0)
2024年7月15日
论文阅读笔记-LSM-bush
摘要: title: 论文阅读笔记-LSM-bush date: 2024-03-20 23:32:59 tags: 首先介绍前置工作。 缩写 缩写 全称 FPR false positive rate 符号 符号 含义 单位 N total data size blocks F buffer size b
阅读全文
posted @ 2024-07-15 17:28 寻找繁星
阅读(109)
评论(0)
推荐(0)
ZXV10-B860AV2-1刷Armbian
摘要: title: ZXV10-B860AV2.1刷Armbian date: 2023-02-23 20:35:40 tags: 机器信息: ZXV10-B860AV2.1 CPU: S905L 4核 RAM: 1G eMMC: 8G 主要思路:先刷一个带root而且可以安装sd卡应用的Android系
阅读全文
posted @ 2024-07-15 17:28 寻找繁星
阅读(3678)
评论(0)
推荐(0)
github gist回滚版本
摘要: title: github gist回滚版本 date: 2020-04-28 17:18:05 tags: 网页端好像没有回滚版本的功能。只能用命令行的样子。 进入gist仓库后,地址栏的地址形如 https://gist.github.com/你的用户名/XXXXX 将地址copy下来,打开终端
阅读全文
posted @ 2024-07-15 17:28 寻找繁星
阅读(60)
评论(0)
推荐(0)
Linux获取进程cpu使用情况
摘要: title: Linux获取进程cpu使用情况 date: 2023-07-01 14:38:32 tags: 相关:{% post_link shell/'Linux获取线程CPU使用情况' %} CPU使用率 pidstat (推荐) pidstat -p 进程PID -H -u 间隔秒数 |
阅读全文
posted @ 2024-07-15 17:28 寻找繁星
阅读(160)
评论(0)
推荐(0)
上一页
1
···
63
64
65
66
67
68
下一页
公告