最新文章
thumbnail
git

git不信任自签名https证书解决

git推送到自签名https证书的服务器时会提示 fatal: unable to access 'https://git.com/muye/gittest.git/': SSL certificate problem: unable to get local i……
thumbnail

k8s官方文档本地部署

想在离线环境下访问k8s文档,记录一下部署步骤。 1.克隆 git clone https://github.com/kubernetes/website.git make module-init  2.安装hugo_extended_0.13……
thumbnail

LSI 9217-8i阵列卡通过efi shell刷写IT直通模式

最近买了一个9217-8i阵列卡,商家没有刷成直通模式,自己摸索了一下 1.首先下载固件,解压后把9207-8.bin、mptsas2.rom和复制到格式化为FAT32的空U盘 2.下载ef……
thumbnail

2.网络管理-Linux复习计划

Centos7 1.mii-tool eth0 查看网卡连接状态 eth0: negotiated 1000baseT-FD flow-control, link ok 2.route -n 查看路由IP不解析为主机名,netstat -nr 也可查……
thumbnail

Centos7修改网卡名为ethX格式

1.修改/etc/default/grub文件,GRUB_CMDLINE_LINUX 行添加biosdevname=0 net.ifnames=0 GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.……
thumbnail

docker部署微软TTS服务导入爱阅记听书

微信读书不能免费听本地图书,需要VIP,番茄小说导入本地图书也不能听,找到通过微软TTS+爱阅记的方法来实现听本地图书 创建compose.yml文件,docker一键部署m……
thumbnail

ElementaryOS/Ubuntu修改登录界面分辨率

安装elementaryos8后,显示器分辨率太高导致显示字体和UI元素太小,系统里可以设置显示器缩放比例,但是登录界面还是很小,经过尝试,算是找到了解决办法。 ……
thumbnail

修改sshd_config后sshd无法启动

只是修改个ssh端口,不至于无法启动,关闭selinux后可以正常启动,那么不关闭selinux怎么办呢?需要修改一下selinux策略 semanage port -l |grep ssh ssh_p……
thumbnail

RHEL10启用epel-release源

subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms dnf install https://dl.fedoraproject.org/pub/epel/epel-release-lates……
thumbnail

uv更换国内镜像源

windows文件管理器打开%APPDATA%,如果是Linux打开~/.config目录创建uv目录,创建uv.toml文件,写入 [[index]] url = "https://mirrors.aliyun.com/pypi/simp……