2026年4月4日

linux scp 上传下载文件

摘要: 上传文件/文件夹 上传文件 scp [本地文件路径] [远程用户名]@[远程IP地址]:[远程目录路径] 上传文件夹 scp -r [本地文件夹路径] [远程用户名]@[远程IP地址]:[远程目录路径] 下载文件/文件夹 下载文件 scp [用户名]@[服务器IP]:[远程文件完整路径] [本地保存 阅读全文

posted @ 2026-04-04 21:44 So-lin 阅读(3) 评论(0) 推荐(0)

2026年3月29日

安装 openclaw

摘要: openclaw官网 : https://openclaw.ai/ curl -fsSL https://openclaw.ai/install.sh | bash I understand this is personal-by-default and shared/multi-user use 阅读全文

posted @ 2026-03-29 22:01 So-lin 阅读(28) 评论(0) 推荐(0)

2026年3月17日

好像需要密码

摘要: ![image](https://img2024.cnblogs.com/blog/2732843/202603/2732843-20260317204658425-1279064514.png) ![image](https://img2024.cnblogs.com/blog/2732843/202603/2732843-20260317204839831-1180127034.png) ![ 阅读全文

posted @ 2026-03-17 20:59 So-lin 阅读(3) 评论(0) 推荐(0)

2026年3月15日

计算器

摘要: 将源代码中的 input 标签 maxlength 属性的 value 值更改就可以正常输入了 阅读全文

posted @ 2026-03-15 00:26 So-lin 阅读(2) 评论(0) 推荐(0)

2026年3月14日

滑稽

摘要: 查看源代码, flag 隐藏在源代码中 阅读全文

posted @ 2026-03-14 22:00 So-lin 阅读(1) 评论(0) 推荐(0)

2026年2月3日

nmcli

摘要: 查看 ip ip ad show [网卡名称] / ip ad example: $ ip add show ens160 2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default ql 阅读全文

posted @ 2026-02-03 23:05 So-lin 阅读(10) 评论(0) 推荐(0)

2026年1月5日

虚拟机使用 ovftool 导出 ovf/ova 模版

摘要: 一. 下载安装 ovftool 访问https://developer.broadcom.com/ 搜索 ovftool找到对应的系统版本点击下载 解压缩运行 例如:mac 解压缩完成后在当前目录下打开终端执行 chmod +x ovftool #提权 ./ovftool #执行文件 二. 使用 o 阅读全文

posted @ 2026-01-05 22:38 So-lin 阅读(34) 评论(0) 推荐(0)

2024年1月22日

关闭linux提示音

摘要: 修改文件: sudo vim /etc/inputrc 找到 # set bell-style none 这一行,去掉前面的注释符号和空格 阅读全文

posted @ 2024-01-22 00:01 So-lin 阅读(79) 评论(0) 推荐(0)

导航