dhclient fix (so it doesn't overwrite tailscale dns server) and migrating profile customizations to zshrc
This commit is contained in:
@ -0,0 +1,6 @@
|
|||||||
|
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
|
||||||
|
|
||||||
|
send host-name = gethostname();
|
||||||
|
request subnet-mask, broadcast-address, time-offset, routers,
|
||||||
|
domain-name, host-name,
|
||||||
|
rfc3442-classless-static-routes;
|
||||||
|
@ -243,6 +243,7 @@ fi
|
|||||||
|
|
||||||
###Post package deployment bits
|
###Post package deployment bits
|
||||||
curl --silent https://dl.knownelement.com/FetchApplyDistPoint/ntp.conf > /etc/ntp.conf
|
curl --silent https://dl.knownelement.com/FetchApplyDistPoint/ntp.conf > /etc/ntp.conf
|
||||||
|
curl --silent https://dl.knownelement.com/FetchApplyDistPoint/dhclient.conf > /etc/dhcp/dhclient.conf
|
||||||
|
|
||||||
curl --silent https://dl.knownelement.com/FetchApplyDistPoint/snmp-sudo.conf > /etc/sudoers.d/Debian-snmp
|
curl --silent https://dl.knownelement.com/FetchApplyDistPoint/snmp-sudo.conf > /etc/sudoers.d/Debian-snmp
|
||||||
systemctl stop snmpd && /etc/init.d/snmpd stop
|
systemctl stop snmpd && /etc/init.d/snmpd stop
|
||||||
|
@ -1,3 +1 @@
|
|||||||
set -o vi
|
export HISTTIMEFORMAT="%m/%d/%Y %T "
|
||||||
export HISTTIMEFORMAT="%m/%d/%Y %T "
|
|
||||||
|
|
Reference in New Issue
Block a user