Loading

随笔分类 -  Linux

摘要:前言 使用ubuntu20的时候经常会弹出boot分区不足的提示 系统升级的时候也会由于导致boot分区不够用而导致升级失败,崩溃(之前boot分区300M) 基于以上问题,boot分区的扩容提上日程 清理不用的内核 # 查看已安装内核 $ dpkg --get-selections |grep l 阅读全文
posted @ 2021-01-05 21:42 Bob-Dylan 阅读(6511) 评论(0) 推荐(0)
摘要:安装virtualbox # 安装virtualbox sudo apt install virtualbox -y cd ~/Downloads/ chmod u+x ./genymotion-3.0.2-linux_x64.bin sudo ./genymotion-3.0.2-linux_x6 阅读全文
posted @ 2021-01-04 10:44 Bob-Dylan 阅读(474) 评论(0) 推荐(0)