正则时光 - 生活原本沉闷,但跑起来就有风!
正则时光 - 生活原本沉闷,但跑起来就有风!
最新发布吾生也有涯,而知也无涯!第66页
Linux chkconfig命令 - 正则时光

Linux chkconfig命令

chkconfig命令用于检查,设置系统的各种服务 语法: Chkconfig [–add] [–del] [–list] [系统服务] 或 chkconfig [–level <等级代号>] [系统服务] [on/off/reset] 参数: –add 增加所...
Docker-Desktop更换存储数据目录报错:Error migrating WSL disk An error occurred while migrating the Docker Desktop WSL data disk ... - 正则时光

Docker-Desktop更换存储数据目录报错:Error migrating WSL disk An error occurred while migrating the Docker Desktop WSL data disk …

问题现象 默认情况下,Docker Desktop将WSL 2引擎的数据存储在C:\Users[USERNAME]\AppData\Local\Docker\WSL中。例如,如果您想将位置更改为另一个驱动器,可以通过Docker Dashboard的Settings...
Wireshark屏蔽更新 - 正则时光

Wireshark屏蔽更新

选择 编辑-首选项-高级,搜索找到gui.update.enabled,双击值变为false即可
centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive.... - 正则时光

centos解压zip文件报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive….

问题现象 从虚拟机中拖放传输的zip文件,在解压时报错:End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part arch...
vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently - 正则时光

vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently

问题现象 安装好vsftpd后,重新启动报错:Job for vsftpd.service failed because the control process exited with error code. See 'systemctl status vsftpd.service' and 'journalctl -xe' ...
实例:Linux RAID 磁盘阵列的创建及管理操作 - 正则时光

实例:Linux RAID 磁盘阵列的创建及管理操作

需求背景 在生产环境中,对单块磁盘的利用往往会在数据读写的吞吐率上出现瓶颈,并且在单块磁盘上对写入数据是没有冗余备份的措施,使用 RAID 磁盘阵列技术将会很好的解决这些问题。 操作步骤 1...
容器生成镜像并导出离线镜像文件 - 正则时光

容器生成镜像并导出离线镜像文件

从容器生成镜像 使用 docker commit 命令,您可以将容器的当前状态作为一个新的镜像层保存下来,生成一个新的镜像。 docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] 其中 CONTAINER...
WordPress小工具文本/自定义html添加script后无法保存怎么解决? - 正则时光

WordPress小工具文本/自定义html添加script后无法保存怎么解决?

准备加一个广告代码在我的站上,但是添加添加后不能保存,一直转。我用本地的WordPress测试了一下,可以保存。想到我的站用了又拍云的CDN,这难道是用了cdn的原因?但是我设置的缓存也不冲突啊...