会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cciey
博客园
首页
新随笔
联系
订阅
管理
2026年5月29日
ubuntu日志错误处理
摘要: 1、xfs filesystem being mounted at /data supports timestamps until 2038-01-19 (0x7fffffff) XFS 支持不同类型的时间戳精度和范围。这条日志说明当前这个 XFS 文件系统使用了 32 位有符号秒数 的时间戳格式
阅读全文
posted @ 2026-05-29 13:09 hopeccie
阅读(4)
评论(0)
推荐(0)
2026年5月26日
内部网络环境通过nginx代理访问阿里云邮箱
摘要: 一、整体思路 在客户端如foxmail将SMTP和POP3/imap服务器设置为内部NGINX的IP,NGINX将请求转发到阿里的对应服务器。NGINX的代理配置如下: 1、stream方式: stream { log_format proxy '$remote_addr [$time_local]
阅读全文
posted @ 2026-05-26 16:34 hopeccie
阅读(7)
评论(0)
推荐(0)
2026年5月23日
windows收集安装信息脚本
摘要: 一、win10 # Get-SoftwareList.ps1 # 功能:收集本机已安装的软件列表,并发送到网络共享目录 # 配置区:请务必修改为你的实际路径 # 目标服务器上的共享文件夹路径,例如:\\DC01\SoftwareInventory$ $serverShare = "\\WIN-V17
阅读全文
posted @ 2026-05-23 15:55 hopeccie
阅读(7)
评论(0)
推荐(0)
2026年5月18日
ubuntu维护
摘要: 一、关闭自动更新 vim /etc/apt/apt.conf.d/20auto-upgrades APT::Periodic::Update-Package-Lists "0"; # 禁止自动更新软件包列表 APT::Periodic::Unattended-Upgrade "0"; # 禁止自动安
阅读全文
posted @ 2026-05-18 14:55 hopeccie
阅读(3)
评论(0)
推荐(0)
2026年5月15日
ubuntu 22.04.04 部署k8s管理GPU服务器
摘要: 一、安装驱动 1.1 sudo ubuntu-drivers list --gpgpu 自动安装:执行 sudo ubuntu-drivers autoinstall 手动安装:执行 sudo apt install nvidia-driver-××× 1.2安装后验证 必须执行 sudo rebo
阅读全文
posted @ 2026-05-15 16:03 hopeccie
阅读(8)
评论(0)
推荐(0)
2026年4月30日
sealos安装k8s-ubuntu22.04.04
摘要: ~~前提:1、master和node之间root SSH能登录。 2.时间要同步 第一步:在客户端产生密钥地 ssh-keygen -t ed25519ssh-keygen -t rsa 第二步:将公钥部署到远程服务器 ssh-copy-id root@192.168.198.112第三步:从普通用
阅读全文
posted @ 2026-04-30 13:46 hopeccie
阅读(15)
评论(0)
推荐(0)
2026年4月11日
windows-linux-vmware忘记密码
摘要: 1、linux **************************************分割线************************************** rocky9.7 #启动时,进入GRUB时按E进行编辑 #将RO修改为init=/sysroot/bin/sh #修改后ct
阅读全文
posted @ 2026-04-11 13:12 hopeccie
阅读(4)
评论(0)
推荐(0)
2026年4月2日
Windows组策略管理
摘要: 1、密码复杂度 密码复杂度: 在默认策略中: 计算机配置 → 策略 → Windows 设置 → 安全设置 → 账户策略 → 密码策略。 找到策略项: 1、“密码必须符合复杂性要求”(Password must meet complexity requirements)。 双击该项,选择 “
阅读全文
posted @ 2026-04-02 10:38 hopeccie
阅读(7)
评论(0)
推荐(0)
2026年3月28日
运营商专线资费查询链接
摘要: 联通:https://gec.10010.com/p/product/1000303 电信:https://gd.189.cn/biz/web/index.html#/ 移动:https://gd.10086.cn/group/hlw
阅读全文
posted @ 2026-03-28 08:59 hopeccie
阅读(24)
评论(0)
推荐(0)
2026年3月19日
oracle:net-service
摘要: 一、oracle NET知识点1、每个数据库由一个或多个service用service name代表,如sales.us.example.com,客户端用service name来定义要访问的数据库。2、名称方法(naming methods)存储数据库服务和位置信息,一个database serv
阅读全文
posted @ 2026-03-19 16:56 hopeccie
阅读(6)
评论(0)
推荐(0)
下一页
公告