会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Circle
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
17
下一页
2025年12月23日
network启动过程,脚本运行顺序
摘要: 问题:systemctl restart network/etc/sysconfig/network-scripts/ifcfg-eth0.bakup 配置文件被识别到并生效了解决:ifcfg-eth0.bakup 改成 ifcfg-eth0.bak systemctl start network一
阅读全文
posted @ 2025-12-23 18:06 铿锵有力自信且坚定
阅读(34)
评论(0)
推荐(0)
2025年12月17日
AutoHotkey v2 (AHK) windows自动化使用
摘要: 一.AutoHotkey v2 介绍 1.安装地址: https://www.autohotkey.com/misc/AutoHotkey-v2.htm https://www.autohotkey.com 2.官方学习文档 https://www.autohotkey.com/docs/v2/do
阅读全文
posted @ 2025-12-17 20:11 铿锵有力自信且坚定
阅读(411)
评论(0)
推荐(0)
2025年12月15日
配置rsyncd,走rsync协议(不借助ssh协议)同步文件
摘要: 最小可用的完整配置流程,支持CentOS 7/8、Rocky系统 一.安装服务端 1.安装rsyncyum -y install rsync 2.设置主配置文件 /etc/rsyncd.conf # 全局参数 uid = root # 运行时身份,推荐 root,避免权限错乱 gid = root
阅读全文
posted @ 2025-12-15 14:55 铿锵有力自信且坚定
阅读(55)
评论(0)
推荐(0)
2025年12月9日
dell装机前识别硬盘设置
摘要: 一. 装机前识别硬盘 1.开机按F2进入bios设置 2.进入设备设置 3. 进入raid设置 4.进入硬件组件设置 5.点击Make lnconfiqured Good 后跳转新页面 点击 go 6.点击Cryptoqraphic Erase 7.保存,重启识别到了 二.重置BMC管理密码 iDR
阅读全文
posted @ 2025-12-09 17:26 铿锵有力自信且坚定
阅读(20)
评论(0)
推荐(0)
手机短信转发软件SmsForwarder
摘要: 1.SmsForwarder下载地址GitHub: https://github.com/pppscn/SmsForwarder/releasesGitee: https://gitee.com/pp/SmsForwarder/releases
阅读全文
posted @ 2025-12-09 10:55 铿锵有力自信且坚定
阅读(157)
评论(0)
推荐(0)
2025年11月25日
windows静态获取totp验证码值
该文被密码保护。
阅读全文
posted @ 2025-11-25 21:02 铿锵有力自信且坚定
阅读(1)
评论(0)
推荐(0)
2025年10月14日
对ssh修改源码过程
摘要: 一.下源代码(.src.rpm) 1.centos7 https://mirrors.tuna.tsinghua.edu.cn/ 2.rockylinux https://mirrors.zju.edu.cn/rocky/8.10/BaseOS/source/tree/Packages/o/ 3.下
阅读全文
posted @ 2025-10-14 20:50 铿锵有力自信且坚定
阅读(21)
评论(0)
推荐(0)
2025年9月25日
以管理员权限执行cmd命令
该文被密码保护。
阅读全文
posted @ 2025-09-25 21:19 铿锵有力自信且坚定
阅读(4)
评论(0)
推荐(0)
2025年8月28日
openonload打包成RPM 包
摘要: 一. 网址 1.官方网址 https://www.xilinx.com/support/download/nic-software-and-drivers.html#open 2.参考网址 https://www.jianshu.com/p/283768d15601 https://www.code
阅读全文
posted @ 2025-08-28 18:02 铿锵有力自信且坚定
阅读(28)
评论(0)
推荐(0)
2025年8月21日
组播搭建
摘要: 主机要求:ip a 查看网卡有 MULTICAST 就支持组播 一.socat命令搭建组播:1.接收端socat -u UDP4-RECVFROM:5007,ip-add-membership=224.1.1.1:0,fork STDOUT 使用:ip-add-membership=组播地址:本地I
阅读全文
posted @ 2025-08-21 14:28 铿锵有力自信且坚定
阅读(120)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
17
下一页
公告