veeam_backup_status.ps1 win_dhcp_pools.bat win_dmidecode.bat win_license.bat win_printers.ps1 windows_broadcom_bonding.bat windows_if.ps1 windows_intel_bonding.bat windows_multipath.vbs windows_os_bonding.ps1 windows_tasks.ps1 windows_updates.vbs wmic_if.bat wnx include co...
**OS version: Ubuntu 20.04 LTS ** **Error message: no error message just wrong values ** Problem Description: on two Windows Machines (out of 46) I get wrong filesystem check values. On checkmk (monitoring host) summary of the affected service tells “63.77 of 69.45 GB” so it’s a...
self.check_selinux(status)ifself.settings.manage_dhcp: mode = self.config.api.get_sync().dhcp.what()ifmode =="isc": self.check_dhcpd_bin(status) self.check_dhcpd_conf(status) self.check_service(status,"dhcpd")elifmode =="dnsmasq": self.check_dnsmasq_bin(status) self.check_service(...
可以用lsblk看一下U盘的设备名,把sdx改成对应的。刻录之前确保U盘没有挂载,要是Ubuntu插上会自动挂载,用umount /dev/sdx取消挂载就好。 # dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress oflag=sync 1. 安装完成之后,想要清除U盘里的镜像需要把重建分区信息并且格式化,先用 // 清除iso的...
{ print $3 }'# 指定版本VERSION_STRING=5:20.10.0~3-0~ubuntu-focal# 安装apt-get installdocker-ce=$VERSION_STRINGdocker-ce-cli=$VERSION_STRINGcontainerd.io docker-buildx-plugin docker-compose-plugin# 查看docker状态systemctl status docker# 如果没有启动,就手动启动# systemctl start docker# 设置...
一、准备1.下载镜像到这里下载最新的iso镜像文件,使用poweriso或者dd刻录到U盘。可以用lsblk看一下U盘的设备名,把sdx改成对应的。刻录之前确保U盘没有挂载,要是Ubuntu插上会自动挂载,用umount /dev/sdx取消挂载就好。# dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress oflag=syn ...
2.0.0p24 (CRE) Ubuntu 18.04.06 LTS I have a windows server that writes logs files and creates a new one daily with the date of that day as name, I would like to monitor that log file for errors I’ve found a video tutorial explaining how to set it up from CheckMK (Episode 22:...
Network Adapter Status 'Degraded, ProtocolVersion' - how to resolve Network Ports Used by Hyper-V and VMconnect.exe New Intergration Service 6.3.9600.18907 KB4072650 New Virtual Machine Wizard hangs on Loading Page New VM Error New VM won't find existing DHCP server - gets a 169 private ...
RSAT for Windows 10 DHCP missing in MMC console after enable RSAT unavailable on 1903 Version - No features available after a looooong wait - Error code = 0x800f0954 Run and accept licence agreement automatically Run as administrator: The stub received bad data. Run as different user option no...
sudo service ssh status 并已按照此教程进行操作:https://ubuntu.com/server/docs/service-openssh 停止sshd 服务,然后在调试模式下启动 sshd: Bash sudo service ssh stop sudo /usr/sbin/sshd -d 检查启动日志,确保已提供主机密钥,并且未看到如下所示的日志消息: ...