摘要: 问题: powershell中不能执行脚本,提示‘because running scripts is disabled on this system’ 原因: powershell中默认的execution policy 是restricted,使用Get-ExecutionPolicy查看 解决 阅读全文
posted @ 2018-09-03 17:07 薏米* 阅读(2934) 评论(0) 推荐(0)
摘要: 问题: 电脑中安装了多个Linux系统,需要删除不用的Linux系统的引导 解决方法: open terminal: su - 切换root用户 cd /boot/ ls ... grub grub2...... cd /boot/grub2/ vim gurb.cfg 找到多余的引导,并删除 gr 阅读全文
posted @ 2018-09-03 10:12 薏米* 阅读(675) 评论(0) 推荐(0)
摘要: 错误信息: 错误原因: grub找不到文件normal.mod 解决方法: 参考:https://www.youtube.com/watch?v=ajs9rO5upZA 阅读全文
posted @ 2018-09-03 09:46 薏米* 阅读(629) 评论(0) 推荐(0)