How To Use Top, Netstat, Du, & Other Tools to Monitor Server Resources November 14, 2014 admin Ubuntu 0 Comments https://www.digitalocean.com/community/articles/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources Share This Tweet Share Share Email Related Posts Performing Incremental backups using tar https://www.unixmen.com/performing-incremental-backups-using-tar/ How to verify whether DNS is working correctly http://www.akadia.com/services/check_dns.html Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
Performing Incremental backups using tar https://www.unixmen.com/performing-incremental-backups-using-tar/
Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…