Skip to content

Instantly share code, notes, and snippets.

View Hitman95's full-sized avatar
🛠️
learning to work

Hitman95

🛠️
learning to work
View GitHub Profile

Keybase proof

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:

@Hitman95
Hitman95 / CentOS 7 sysprep
Created September 6, 2020 19:02
CentOS 7 sysprep
#!/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