linux、windows系统个性化设置
Gnome(CentOS 7) 个性化设置 D、 wifi 密码设置与连接 linux 相关设置 脚本 su- #gnome环境中将家目录下预设的文件夹由中文名称改为英文名称 #参考:https://blog.csdn.net/marginal/article/details/32314259 #修改语言环境 export LANG=en_US #更新文件夹名称 xdg-user-dirs-gtk-update #删除多余目录 cd /home/$USER/ rmdir Documents/ Music/ Pictures/ Public/ Templates/ Videos/ #还原语言环境为中文 export LANG=zh_CN.UTF-8e #添加epel源。 #EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目, #为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和Scientific Linux. yum install -y epel-release #安装telnet、gcc命令 yum -y install telnet gcc make git #安装ntfs #wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com