摘要: macOS/Linux curl -fsSL https://ollama.com/install.sh | sh Windows 前往 ollama.com/download 下载安装包,双击安装。 拉取模型(直接复制) # 8GB显存首选 ollama pull qwen2.5:7b # 4GB 阅读全文
posted @ 2026-04-06 11:26 干扰项 阅读(26) 评论(0) 推荐(0)
摘要: tks 阅读全文
posted @ 2024-07-06 11:25 干扰项 阅读(24) 评论(0) 推荐(0)
摘要: tks 阅读全文
posted @ 2024-07-02 16:53 干扰项 阅读(32) 评论(0) 推荐(0)
摘要: 1.编辑sshd配置,修改默认的端口。 vi /etc/ssh/sshd_config 找到配置端口号的位置,可在命令行模式下输入'?#Port 22'进行查找。详细命令可查看Linux vi/vim #Port 22 修改为: Port 22 Port 10022 #变更后的端口 这样做防止100 阅读全文
posted @ 2024-01-31 16:58 干扰项 阅读(315) 评论(0) 推荐(0)
摘要: 在VMWare ESXi中给[虚拟机]扩容 http://blog.04826d.cn/?post=9操作步骤 1.在VMWare ESXi中给虚拟机扩容 在虚拟机列表中找到待扩容的虚拟机,首先需要关闭待扩容的虚拟机。 然后选中虚拟机 -> 编辑 -> 硬盘 -> 然后修改大小就好了(如下图所示) 阅读全文
posted @ 2024-01-19 14:31 干扰项 阅读(742) 评论(0) 推荐(0)
摘要: 1、regedit 1、修改 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config 中 "AnnounceFlags" 值为 5 2、修改 HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro 阅读全文
posted @ 2023-10-20 16:03 干扰项 阅读(516) 评论(0) 推荐(1)
摘要: sudo vim /etc/apt/sources.list deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main non-free contrib deb-src http://mirrors.tuna.tsinghua.ed 阅读全文
posted @ 2023-08-14 15:30 干扰项 阅读(56) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wanghaoyu666/p/11685560.html 文中未提及的: UUID= /home ext4 defaults 0 0 是你使用 blkid 命令查找到的新的文件系统 UUID。 ext4 是文件系统类型, defaults 是挂载选项, 阅读全文
posted @ 2023-06-01 15:06 干扰项 阅读(78) 评论(0) 推荐(0)
摘要: 通过运行“control desk.cpl,,0”命令打开“显示属性”窗口 阅读全文
posted @ 2023-03-17 09:19 干扰项 阅读(67) 评论(0) 推荐(0)
摘要: 1、官网点击下载后复制下载链接 https://az764295.vo.msecnd.net/stable/d045a5eda657f4d7b676dedbfa7aab8207f8a075/VSCodeUserSetup-x64-1.72.2.exe 2、域名替换为 vscode.cdn.azure 阅读全文
posted @ 2022-10-20 13:08 干扰项 阅读(220) 评论(0) 推荐(0)