Skip to content

Instantly share code, notes, and snippets.

@alexfornuto
Created August 14, 2015 16:22
Show Gist options
  • Save alexfornuto/0926d0a3857b6f3be8a3 to your computer and use it in GitHub Desktop.
Save alexfornuto/0926d0a3857b6f3be8a3 to your computer and use it in GitHub Desktop.
Tool to clean Slackware image
#!/bin/bash
echo "" > /var/log/cron
echo "" > /var/log/debug
echo "" > /var/log/btmp
echo "" > /var/log/dmesg
echo "" > /var/log/lastlog
echo "" > /var/log/messages
rm /var/log/removed_packages/*
rm /var/log/removed_scripts/*
echo "" > /var/log/secure
rm /var/log/scripts/*
echo "" > /var/log/syslog
echo "" > /var/log/wtmp
rm /root/.bash_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment