centos7 配置各种环境

1.使用系统自带的输入法
在设置-地区语言-±汉语-汉语pinyin
2.换阿里yum源

  mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
  cd /etc/yum.repos.d/
  wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
  yum makecache
  yum -y update

3.安装sublime text3
官方的源很慢
4.设置一键启动终端
设置alt+f12
设置-keyboard-±
Terminal

/usr/bin/gnome-terminal

alt+f12
5.发现安装windows软件方便的工具crossover
下载.bin文件
运行即可
搜索软件就能下载

https://music.163.com/#/download

ar -vx ***.deb
xz -dk data.tar.xz
tar -xvf data.tar
sudo

猜你喜欢

转载自blog.csdn.net/weixin_43870649/article/details/103251860