Ubuntu 20.04 VMware Player 安装内核模块失败:Unable to install all modules

Ubuntu 20.04 更新时报错:update-initramfs: failed for /boot/initrd.img-5.4.0-14-generic with 1

  • 重新安装 plymouth

    1
    sudo apt purge --reinstall plymouth

Ubuntu 20.04 打开 Wi-Fi 热点

  • 第一次打开热点的步骤:“设置”——“Wi-Fi”——“⋮”——“打开 Wi-Fi 热点”……

  • 关闭热点,再次打开时,“打开 Wi-Fi 热点”这个选项变成灰色,不能点击,提示“系统策略禁止作为热点使用”

  • 点击“连接到隐藏网络”,选择热点

  • 连接

Ubuntu 20.04 刻录 ISO 映像文件

  • 查看 U 盘的设备名称

    1
    sudo fdisk -l
  • /dev/sdb 是我的 U 盘,需要先卸载它

    1
    sudo umount /dev/sdb

Ubuntu 20.04 下载 m3u8 视频

  • 安装 ffmpeg

    1
    sudo apt-get install ffmpeg
  • 下载视频

    1
    ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "https://sapi.hongyishuzhai.com/data/youku/XNDUwNTc2MTgwOA==.m3u8" -c copy video.mp4