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 Use pkill -f, which matches the pattern for any part of the command line pkill -f my_pattern How To Add Swap Space on Ubuntu 18.04 Swap is a space on a disk that is used when the amount of physical… How to backup mysql database (command line) To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
How To Add Swap Space on Ubuntu 18.04 Swap is a space on a disk that is used when the amount of physical…
How to backup mysql database (command line) To backup: mysqldump -u username -p database_to_backup > backup_name.sql To restore: mysql -u username -p…