会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
昵称昵称昵称
博客园
首页
新随笔
联系
订阅
管理
2026年7月28日
使用dos命令查看本机WiFi用户和密码
摘要: 使用dos命令查看本机WiFi用户和密码 新建文本,把后缀名改成.bat文件。然后复制以下代码到bat文件 @echo off & setlocal EnableDelayedExpansionchcp 65001 >nul echo Fetching saved WiFi accounts and
阅读全文
posted @ 2026-07-28 16:41 昵称昵称昵称
阅读(5)
评论(0)
推荐(0)
2026年7月27日
简单安装k8s
摘要: 简单安装k8s 1. 设置主机名与 hosts 解析bash# Master 节点hostnamectl set-hostname masterecho "192.168.8.92 master" >> /etc/hosts # Node1 节点hostnamectl set-hostname no
阅读全文
posted @ 2026-07-27 16:24 昵称昵称昵称
阅读(12)
评论(0)
推荐(0)
2026年7月10日
ESXI6.5升级到ESXI6.7方法
该文被密码保护。
阅读全文
posted @ 2026-07-10 15:07 昵称昵称昵称
阅读(0)
评论(0)
推荐(0)
2026年6月8日
vcenter报错vsphere[500] 获取身份提供程序时出错。请重试。如果问题仍然存在,请联系您的管理员。解决方法
摘要: vcenter报错vsphere[500] 获取身份提供程序时出错。请重试。如果问题仍然存在,请联系您的管理员。解决方法 1、通过https://192.168.1.39:5480访问,报一下错误:Exception in invoking authentication handler [SSL:
阅读全文
posted @ 2026-06-08 11:29 昵称昵称昵称
阅读(83)
评论(0)
推荐(0)
2026年6月4日
linux无法访问/tmp目录,解决方法
摘要: linux无法访问/tmp目录,解决方法 1、首先检查tmp目录是否存在 ls /tmp 2、创建 /tmp 目录 如果 /tmp 目录不存在,你可以手动创建它:sudo mkdir /tmpsudo chmod 1777 /tmp # 设置正确的权限和粘滞位,允许所有用户在该目录下创建和删除文件
阅读全文
posted @ 2026-06-04 08:49 昵称昵称昵称
阅读(37)
评论(0)
推荐(0)
2026年5月15日
rockylinux9.7安装6.x版本内核(rockylinux9.7升级6.x核心)rockylinux9.7升级7.x内核方法
摘要: rockylinux9.7安装6.x版本内核(rockylinux9.7升级6.x核心)rockylinux9.7升级7.x内核方法 1、导入 ELRepo GPG 公钥 sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
阅读全文
posted @ 2026-05-15 17:27 昵称昵称昵称
阅读(35)
评论(0)
推荐(0)
2026年5月8日
RockyLinux9.6 Kernel修复CVE-2026-31431 Linux内核提权漏洞(升级内核)解决方法为升级内核
摘要: RockyLinux9.6 Kernel修复CVE-2026-31431 Linux内核提权漏洞(升级内核) 1、uname -r 查看当前内核版本 2、dnf list --available kernel 查看可安装的核心版本 3、dnf --showduplicates list kernel
阅读全文
posted @ 2026-05-08 15:30 昵称昵称昵称
阅读(264)
评论(0)
推荐(0)
2026年4月3日
Ubuntu安装数据库连接工具SQLark百灵3.9
摘要: Ubuntu24.04.4安装数据库连接工具SQLark百灵3.9 命令dpkg -i SQLark_V3.9_Linux_x86_64.deb
阅读全文
posted @ 2026-04-03 13:15 昵称昵称昵称
阅读(18)
评论(0)
推荐(0)
Ubuntu安装数据库连接工具dbeaver26.0.1
摘要: Ubuntu24.04.4安装数据库连接工具dbeaver26.0.1 安装命令dpkg -i dbeaver-ce-26.0.1-linux-x86_64.deb
阅读全文
posted @ 2026-04-03 13:06 昵称昵称昵称
阅读(22)
评论(0)
推荐(0)
Ubuntu安装SSH连接工具FinalShell4.6.4
摘要: Ubuntu安装SSH连接工具FinalShell 下载地址https://dl.hostbuf.com/finalshell3/finalshell_linux_x64.deb 安装过程: 命令dpkg -i finalshell_linux_x64.deb 安装完成后打开 完成 其他下载地址 W
阅读全文
posted @ 2026-04-03 12:57 昵称昵称昵称
阅读(152)
评论(0)
推荐(0)
下一页
公告