摘要:
参考 https://zhuanlan.zhihu.com/p/719162172 sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target 阅读全文
摘要:
参考 https://blog.csdn.net/M1234uy/article/details/126721833 一次性解决: git config --global --add safe.directory "*" 阅读全文
摘要:
示例: sudo apt install ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb 在安装的时候,会自动安装依赖,比用dpkg的安装方式更好。 与此类似,对于红帽系的,也可以使用dnf install来安装本地rpm软件包。 阅读全文