为了方便每次都设置 Linux 系统的个性化内容。这次整理了一下,以后就来 copy 就行了,嘿嘿。
网络
1 | cat > /etc/sysconfig/network-scripts/ifcfg-ens33 << 'EOF' |
yum
1 | # 更新 yum 源 |
locale=zh_CN.UTF-8
1 | echo 'LANG="zh_CN.UTF-8"' > /etc/locale.conf |
时区
Linux的时间分为 System Clock(系统时间)和 Real Time Clock(硬件时间,简称RTC)。
系统时间:指系统内核中的时间。
硬件时间:指主板上的时间。
1 | # 查看时间 |
PS1
1 | vim /etc/profile.d/diy.sh |
文件时间
1 | vim /etc/profile.d/diy.sh |
man 中文
1 | yum -y install man-pages-zh-CN |
vim
1 | yum -y install vim |
防火墙
1 | # 停止,并永久禁用 |
selinux
1 | # Redhat使用了SELinux来增强安全,关闭的办法为: |
docker
- docker 安装 => Docker小总结
- 设置 2375端口 => IDEA 整合 Docker:打包 SpringBoot 应用,直接构建镜像,启动容器
blog
参考:博客部署到自己的服务器上