CentOS 7 安装配置备忘录

 

因为声音有问题,删除了声音组件,导致gnome挂了,不能进入桌面

一怒之下,重新安装系统。

USB制作CentOS 7的系统盘

 

https://juejin.im/post/6844903928929189902

挂ntfs USB

 

yum install epel-release

yum install ntfs-3g

https://www.howtoforge.com/tutorial/mount-ntfs-centos/

How to mount USB flash drive in Linux

fdisk -l
mkdir /mnt/usb
mount /dev/sdd2 /mnt/usb

https://www.thegeekdiary.com/how-to-mount-usb-flash-drive-in-linux/

 

安装Chrome浏览器

 
  • 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

 

Centos 7 修改yum源为国内的yum源

https://blog.csdn.net/uisoul/article/details/85222824

 

安装Teamviewer

 官方下载地址: https://www.teamviewer.com/zhCN/download/linux/

yum  install teamviewer.*.rpm

 

Centos7 安装VNC实现远程桌面

https://blog.csdn.net/weixin_41004350/article/details/80805927

 

CentOS7配置SSH远程登录

https://www.jianshu.com/p/df83a3b96f64

centos7 安装nvidia显卡驱动

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/

 

安装cuda 11.0

https://www.server-world.info/en/note?os=CentOS_7&p=cuda&f=5

 

安装python3

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

 

安装docker

https://docs.docker.com/engine/install/centos/

sudo systemctl start docker
sudo systemctl enable docker

 

Docker compse

https://docs.docker.com/compose/install/

 

CentOS7安装Aria2及Web端

https://blog.csdn.net/lichenzero/article/details/80141390

 

How To Install an FTP Server on CentOS 7 With VSFTPD

https://phoenixnap.com/kb/how-to-setup-ftp-server-install-vsftpd-centos-7

 

Official Linux Packages for Sync Now Available

https://www.resilio.com/blog/official-linux-packages-for-sync-now-available

 

install Tensorflow with GPU support on Centos 7

https://gist.github.com/lyastro/26e0cd8245bcf64914857dd5e8445724

 

pip 国内源

linux下,修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下:

 [global]
 index-url = https://pypi.tuna.tsinghua.edu.cn/simple
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值