Simple
1. umount the usb flash disk;
2. copy iso file to the device like follow command
debian@thinkpad:~/$ cp debian-12.10.0-amd64-DVD-1.iso /dev/sd[......]
Simple
1. umount the usb flash disk;
2. copy iso file to the device like follow command
debian@thinkpad:~/$ cp debian-12.10.0-amd64-DVD-1.iso /dev/sd[......]
~/.config/autostart
.desktop
like follow[Desktop Entry]
Name=Start VirtualMachine
Icon=virtualbox
Exe[......]
debian@virtual-machine:~$ sudo apt install fcitx5
sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils
sudo apt install cockpit cockpit-machines
h[……]
1、树莓派的Raspbian系统是基于debian的嵌入式Linux系统,查看当前debian版本命令:
2、以10.0为例,更换apt-get源
注意:网址末尾的raspbian
重复两次是必须的。因为Raspbian的仓库中除了APT软件源还包含其他代码。APT软件源不在仓库的[……]