snipaste picgo ubuntu Snipaste [Snipaste客户端]https://www.snipaste.com/download.html启动APP后可以从/tmp/.mount_SnipasXXXXX中找到png图标 下载 AppImage 格式, 添加到 Applications vim /usr/share/applications/picgo.desktop123456[Deskto 2023-12-22 ubuntu #ubuntu #picgo
auto-ssh 使用expect工具实现自动注入账号密码123456789101112131415161718192021222324252627#!/bin/bashif [ $# -ne 2 ]; then echo "usage: sh copykey.sh hostip password " exit 1fi# 判断id_rsa秘钥文件是否存在if [ ! -f " 2023-12-22 scripts #shell #expect
vms over ubuntu ubuntu需要修改emulator1<emulator>/usr/bin/qemu-system-x86_64</emulator> 需要cdrom引导安装系统12345678910111213<disk type='file' device='disk'> <driver name='qemu& 2023-12-20 ubuntu #ubuntu
WSL 常用命令 wsl --list wsl --unregister <Dist> wsl --help wsl --version 修改默认用户为 root 找到对应的发行版exe文件:C:\Users\用户名\AppData\Local\Microsoft\WindowsApps\ubuntu1804.exe 执行命令:ubuntu1804.exe config –default-u 2023-12-17 windows #wsl
CSS Basic CSS 整合自 Web前端零基础入门HTML5+CSS3基础教程 MDN WEb Docs CSS 层叠样式表,通过CSS可以设置网页中元素的样式 1 CSS语句1.1 基本语法编写位置 行内样式 只对一个标签生效 1<p style="color: red;">red</p> head标签中style标签 仅对于当前页面生效 123p 2023-12-10 Web #Web
Virt Device 模型演变 完全虚拟化: 根据硬件设备规范模拟,对Guest透明,不需要修改 Vhost方案: 将数据面迁移到内核空间 Virtio协议: 半虚拟化,使用Virtqueue传输数据 VT-d: Intel 在硬件层面提供支持,包含DMA重映射、中断重映射等安全方案 SR-IOV(Single Root I/O Virtualization): 将一个PCIe设备虚拟成多个功能设备给不同虚机 2023-12-10 VirtMachine #protocol