· 2 min read
GitHub QA
· One min read
GitHub 使用介绍
Windows 虚拟桌面快捷键
· One min read
Windows 虚拟桌面快捷键列表:
解决Ubuntu使用dpkg安装deb软件包提示缺少依赖问题
· One min read
如果你使用 dpkg -i xxx.deb
提示类似以下信息:
dpkg: dependency problems prevent configuration of nautilus-nutstore-public:
nautilus-nutstore-public depends on gir1.2-appindicator3-0.1 (>= 0.4.1); however:
Package gir1.2-appindicator3-0.1 is not installed.
蒲公英 X1 简介
· One min read
记录几个网址,方便以后忘记。
容器内访问物理网络
· 3 min read
概述
如果安装的是最新版的 Docker, 在容器内部直接使用 host.docker.internal
即可访问主机网络, 比如在容器执行 curl http://host.docker.internal:8080
即可访问主机的8080端口. (对于Linux环境, 创建容器时需要增加--add-host=host.docker.internal:host-gateway
参数)
安装或卸载 Docker
· 2 min read
安装或者卸载Docker.
Linux启动自动执行特定脚本
· One min read
Ubuntu 20.04 安装使用 SQLite
· One min read
Flutter JSON 序列化
· 4 min read
因为Flutter中的dart不支持反射,所以没有类似 GSON/Jackson/Netonsoft.Net 那种类库,不支持反射的原因是为了支持 tree shake,减少App体积。
解决SSH no matching host key type found 问题
· 3 min read
原文 Solution to openssh-8.8-p1 update: no matching host key type found. Their offer: ssh-rsa
解决办法
如果最近升级到了 openssh 8.8-p1 版, 你会发现连接某些之前连接得好好的服务器突然无法连接:
解决 Ubuntu/Debian SSH 连接时返回的 Connection refused
· One min read
原文 How to fix: Connection refused by port 22 Debian/Ubuntu
一般出现这种情况是因为系统没有安装openssh-server, 或者没有启用ssh 服务
VSC常用代码片段
· 7 min read
Visual Studio Code 常用代码片段收集:
Ubuntu 20.04 LTS 安装多媒体解码库
· One min read
解决Ubuntu系统启动 VMware Workstation Pro 提示 Kernel Module Updater 问题
· One min read
需要执行以下命令安装 gcc compiler 和 linux header: