type
status
date
slug
summary
tags
category
icon
password
只是记录日常配置Linux过程中遇到的各种问题和对应问题的解决方法
挂载硬盘时出现错误
报错“unknown filesystem type iso9660”
当执行
mount /dev/cdrom /mnt/cdrom
时,系统弹出”unknown filesystem type iso9660”,报错无法识别iso9660类型文件系统,玄学的是这个问题时有时无……解决方法:
just do it
very stranger problem😨
启动网卡“ifup ens33”时出现错误
报错详情:
Error: Connection activation failed: No suitable device found for this connection(device lo not available because device is strictly unmanaged)
解决办法:
当出现
Starting network(via systemctl):[OK] 时:
All done👍
以root方式运行pip install弹Warming
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

这似乎是警告如果以root用户运行 pip install 会破坏权限问题和系统包管理器依赖问题
如果你清楚你所要安装的packages是对系统软件包无影响的,你可以:
这样便不会再弹警告
(未完待续)
- 作者:sleepfat
- 链接:https://blog.sleepfat.top/failed-of-linux
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。