修改允许应用或功能通过 Windows Defender防火墙
Control Panel > System and Security > Windows Defender Firewall > Allow an app or feature through Windows Defender Firewall.
ssh-keygen -f "~/.ssh/known_hosts" -R "172.17.0.158"If you need to specify the IP address of the SSH connection as port 8002 of 172.17.0.158, you can use the following command:ssh-keygen -f "~/.ssh/known_hosts" -R "[172.17.0.158]:8002"
sudo apt install apt-rdepends
apt download $(apt-rdepends openssh-server | grep -v "^ ")
E: Can't select candidate version from package debconf-2.0 as it has no candidate is reportedapt download $(apt-rdepends openssh-server | grep -v "^ " | sed 's/debconf-2.0/debconf/g')
This command will successfully download openssh-server and all required packages and save them in /var/cache/apt/archives directory.
sudo dpkg -i openssh-server*.deb
even sudo dpkg -i *
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true