因为声音有问题,删除了声音组件,导致gnome挂了,不能进入桌面
一怒之下,重新安装系统。
https://juejin.im/post/6844903928929189902
yum install epel-release
yum install ntfs-3g
https://www.howtoforge.com/tutorial/mount-ntfs-centos/
fdisk -l
mkdir /mnt/usb
mount /dev/sdd2 /mnt/usb
https://www.thegeekdiary.com/how-to-mount-usb-flash-drive-in-linux/
cd /etc/yum.repos.d/
vim google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
yum -y install google-chrome-stable --nogpgcheck
https://blog.csdn.net/fuck487/article/details/81071181
https://blog.csdn.net/uisoul/article/details/85222824
官方下载地址: https://www.teamviewer.com/zhCN/download/linux/
yum install teamviewer.*.rpm
https://blog.csdn.net/weixin_41004350/article/details/80805927
https://www.jianshu.com/p/df83a3b96f64
yum -y update
yum install -y gcc kernel-devel kernel-headers
查看nouveau驱动是否已经被禁止掉
lsmod | grep nouveau
yum -y install kmod-nvidia
漫长的等待,取决于网速。
https://zhuanlan.zhihu.com/p/31781281
https://www.dazhuanlan.com/2019/08/27/5d64852cb1839/
https://www.server-world.info/en/note?os=CentOS_7&p=cuda&f=5
yum update -y
yum install -y python3
https://www.liquidweb.com/kb/how-to-install-python-3-on-centos-7/
https://blog.csdn.net/xuezhangjun0121/article/details/103903984
https://segmentfault.com/a/1190000015628625
https://docs.docker.com/engine/install/centos/
sudo systemctl start docker
sudo systemctl enable docker
Docker compse
https://docs.docker.com/compose/install/
https://blog.csdn.net/lichenzero/article/details/80141390
https://phoenixnap.com/kb/how-to-setup-ftp-server-install-vsftpd-centos-7
https://www.resilio.com/blog/official-linux-packages-for-sync-now-available
https://gist.github.com/lyastro/26e0cd8245bcf64914857dd5e8445724
linux下,修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple