challenge: update
This commit is contained in:
parent
e88da74773
commit
b42c447d27
4 changed files with 4 additions and 8 deletions
|
@ -39,6 +39,7 @@ done
|
|||
|
||||
# Randomize time at boot
|
||||
/bin/date -s 19$((70 + $RANDOM % 30))0$((1 + $RANDOM % 9))0$((1 + $RANDOM % 9))0$((1 + $RANDOM % 9)).0$((1 + $RANDOM % 9))01 > /dev/null
|
||||
/sbin/sysctl -w kernel.panic_on_oops=1 > /dev/null
|
||||
/sbin/sysctl -w net.ipv4.ip_default_ttl=4 > /dev/null
|
||||
|
||||
# Launch some daemons
|
||||
|
|
Reference in a new issue