I hereby claim:
- I am hitman95 on github.
- I am hitman95 (https://keybase.io/hitman95) on keybase.
- I have a public key ASDqU6E8VSXuEhNux1zhLsBLEFNNL6RSrNhQyX1z1gVkGwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # remind user to run command first | |
| echo "Run 'history -cw' to clear terminal history before running this script" | |
| read -p "Press enter to continue" | |
| # stop logging services | |
| /usr/bin/systemctl stop rsyslog | |
| # Optionally stop auditd |