sshd
GSSAPIAuthentication no
UseDNS no
/etc/security/limits.d/limits.conf
* soft nproc 65535
* hard nproc 65535
* soft nofile 65535
* hard nofile 65535
/etc/sysctl.conf
fs.file-max = 65535
systemctl disable firewalld
systemctl stop firewalld
yum install iptables-services
systemctl enable iptables
systemctl start iptables
/etc/init.d/iptables save
net.ipv4.ip_forward = 1
vm.swappiness = 0
alias ll='ls -lh --color=auto'
alias grep='grep --color=auto'
alias vi='vim'
yum install epel-release
yum repolist
yum install -y nload iftop vim sysstat iostat nmon nmap lrzsz tumx htop psmisc net-tools.x86_64 wget zip unzip sysstat iotop dstat gcc lsof
Centos7 hostname:
修改所有三个主机名:静态、瞬态和灵活主机名:
[root@localhost ~]# hostnamectl set-hostname xh00
[root@localhost ~]# hostnamectl --pretty
[root@localhost ~]# hostnamectl --static
xh00
[root@localhost ~]# hostnamectl --transient
xh00
相关文章
- 01-24git客户端初始化
- 01-24深度学习——Xavier初始化方法
- 01-24RK WiFi驱动层初始化分析
- 01-24c – 检测CRT初始化是否在注入过程中完成
- 01-24stm8s 时钟库函数选择内部RC初始化
- 01-24统一初始化(Uniform Initialization)
- 01-24strlen()函数对未初始化的字符串数据求长度问题
- 01-24js赋值变了,被赋值的对象也变了。封装组件时,初始化一个对象,将初始化对象赋值给另一个对象,与form表单双向绑定,form表单变了,与form表单双向绑定的值也变了,最终导致初始化对象改变
- 01-24k8d的初始化容器initContainers
- 01-24express 初始化项目