mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-13 04:34:57 +08:00
Update dhcp_interfaces.cfg
This commit is contained in:
parent
9f7d82158a
commit
aeab69abaa
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,6 @@ runcmd:
|
|||
- systemctl daemon-reload
|
||||
- update-rc.d ssh enable
|
||||
- kill -9 $(ps -ef | grep '/usr/sbin/sshd' | gawk '$0 !~/grep/ {print $2}' | tr -s '\n' ' ')
|
||||
- systemctl restart sshd
|
||||
- ufw allow sshPORT
|
||||
- sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf
|
||||
- sed -i "s/#\$nrconf{kernelhints} = -1;/\$nrconf{kernelhints} = -1;/g" /etc/needrestart/needrestart.conf
|
||||
|
@ -73,5 +72,6 @@ runcmd:
|
|||
- update-rc.d fail2ban enable
|
||||
- /etc/init.d/fail2ban restart
|
||||
- grub-mkconfig -o /boot/grub/grub.cfg
|
||||
- systemctl restart sshd
|
||||
- rm -rf /etc/cloud/cloud.cfg.d/99-fake_cloud.cfg
|
||||
- touch /etc/cloud/cloud-init.disabled
|
||||
|
|
Loading…
Reference in a new issue