Ubuntu一些命令

 

  1. Ubuntu安装KVM

sudo apt update

sudo apt install qemu qemu-kvm libvirt-bin  bridge-utils  virt-manager

libvirtd添加自启动

sudo systemctl start libvirtd.service

sudo systemctl enable libvirtd.service

 

    1. dpkg: error: 2 expected programs not found in PATH or not executable

路径问题,需要设置路径。

    1. Could not initialize SDL(No available video device) - exiting

设置export DISPLAY=ip:0.0 或者其他。

 

2. Ubuntu桌面不完整

重新安装桌面:

# apt install --reinstall ubuntu-desktop

然后:

#mv ~/.cache ~/.cache-NOGOOD

#sudo reboot

 

3. Ubuntu配置网络

/etc/network/interfaces

auto eth0

iface eth0 inet static

address 192.168.1.2

netmask 255.255.255.0

gateway 192.168.1.1

#/etc/init.d/networking restart

#systemctl  restart networking

#ifdown eth0
#ifup eth0

或者重启。

 

4.Ubuntu解压7z

apt-get install p7zip

#7z x xxxx.7z

 

5.UBUNTU安装桌面

安装桌面程序:

apt-get install ubuntu-desktop

​​​​​​​

6. ubuntu EFI安装错误

grub-efi-amd64-signed package failed to install into target

好像是Ubuntu安装系统的问题。

 

 

 

    1. UBUNTU桌面假死

找到进程,然后杀掉即可。

#ps -ef | grep -i xorg

#kill -9 掉即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值