xfce截图工具xfce4-screenshooter按键弹出提示框#打开设置 键盘 应用程序快捷键 将 print键对应命令修改为 xfce4-screenshooter -f
sudo apt update && sudo apt upgrade -y #更新系统 sudo apt install wget gnupg lsb-release dkms linux-headers-$(uname -r) #安装一些依赖 wget -O- https://www.virtualbox.org/download/oracle_vbox_2...
在Linux系统中弹出移动硬盘时遇到"设备忙"错误,通常是因为有进程正在正在使用该硬盘上的文件或目录。以下是具体的解决方法:查找占用进程首先需要确定哪些进程在占用移动硬盘,使用 lsof 或 fuser 命令:方法1:使用 lsof(列出打开的文件)# 先查看移动硬盘挂载点(例如 /mnt/usb) df -h # 替换 /mnt/usb 为实际挂载点,查找占用进程 lsof /mnt/us...
创建或修改 /etc/apt/sources.list.d/debian.sourcesTypes: deb #URIs: https://deb.debian.org/debian 官方源注释了 URIs: http://mirrors.ustc.edu.cn/debian Suites: trixie trixie-updates #Components: main non-free...