07 2023 档案
摘要:参考:https://blog.csdn.net/mshxuyi/article/details/90902997 https://blog.csdn.net/Pipcie/article/details/105038319 vgs 查看可用容量 df -Th 查看挂载 umount /home 卸
阅读全文
摘要:http://pci-ids.ucw.cz/mods/PC/10de?action=help?help=pci lspci | grep -i nvidia
阅读全文
摘要:作者: admin https://cloudbool.com/archive/dpkg-reconfigure-command-not-found.html 今天在SSH远程连接到服务器时,遇到了dpkg-reconfigure命令找不到的问题,觉得很是奇怪,花了点时间研究下,这里做个记录,以备后
阅读全文
摘要:gmp,isl,mpc,mpfr apt-get install zlib1g-dev apt-get install zip apt-get install lib32readline-gplv2-dev ./configure --prefix=/path --with-system-zlib
阅读全文
摘要:[资料来源](http://www.ssw.uni-linz.ac.at/General/Staff/TW/Wuerthinger05Train.pdf)http://www.ssw.uni-linz.ac.at/General/Staff/TW/Wuerthinger05Train.pdf 程序可
阅读全文
摘要:1.去nvidia下载相应驱动 2.ctrl+alt+f1 3./etc/init.d/gdm3 stop 4.mkdir /home/tmp2 5.chmod 1777 /home/tmp2 6.export TMPDIR=/home/tmp2 7.运行相应驱动
阅读全文
摘要:/etc/fstab uid=1000,gid=1000,umask=022,
阅读全文
摘要:**修改源** cd /etc/apt nano sources.list deb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free ``` # deb-src http://mirrors.ustc.edu.cn/deb
阅读全文