Guest User

Untitled

a guest
Jul 18th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # what waste my disk?
  2. sudo du -h --max-depth=1 -P | grep G
  3.  
  4. # info about updates to mail email
  5. sudo apt install apticron
  6. # but check for spam on gmail
  7. your_email='myemail@gmail.com'
  8. sed -i "s/^EMAIL=\"root\"/EMAIL=\"${your_email}\"/" /etc/apticron/apticron.conf
Add Comment
Please, Sign In to add comment