background picture of the home page

Hi,Friend

以技术为主流的博客系统

VM-虚拟机域名解析失败问题处理

1.当kali,ping外网显示域名解析暂时失败时,调整网卡配置文件和DNS配置都无效时,可能是VM虚拟机软件的问题。 2.解决方法: 第一步 点击VM的编辑选项

thumbnail of the cover of the post

管理本地node版本

nvm操作命令详解 1. nvm的基本操作命令 nvm(Node Version Manager)是一个用于管理多个Node.js版本的工具。以下是nvm的一些基本操作命令: nvm install <version>:安装指定版本的Node.js。 nvm uninstall <vers

thumbnail of the cover of the post

卸载linux 子系统

Win11 卸载 linux 子系统 WSL2 及去掉 linux 图标。 1.使用 wsl 命令 删除安装的 Ubuntu 子系统

thumbnail of the cover of the post

Linux安装JDK-8

下载地址:Java Archive | Oracle 历史版本地址:Java Archive Downloads - Java SE 8u211 and later 下载:jdk-8u311-linux-x64.tar.gz https://www.oracle.com/java/technol

thumbnail of the cover of the post

统信服务器操作命令

系统信息 arch 显示机器的处理器架构 uname -m 显示机器的处理器架构 uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /dev/sd

thumbnail of the cover of the post

国产麒麟服务器操作命令

系统信息 arch 显示机器的处理器架构 uname -m 显示机器的处理器架构 uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /dev/sd

thumbnail of the cover of the post

maven导入本地包

mvn install:install-file -Dfile=E:\java\works\yunzhi\bin\slb-auth-service-1.0.0.jar -DgroupId=com.slb.auth -DartifactId=slb-auth-service -Dversion=1.0

thumbnail of the cover of the post

docker-compose 按照dm

安装前准备 Linux Centos7安装:https://blog.csdn.net/andyLyysh/article/details/127248551?spm=1001.2014.3001.5502 Docker、Docker-compose安装:https://blog.csdn.net/

thumbnail of the cover of the post