Saturday, December 19, 2020

How can I monitor the memory usage in Debian/Ubuntu

 I recommend bellow command:

watch -n 5 free -m


No comments:

Upgrade Koha from 23 to 25

sudo mysql -uroot -p koha_library < koha_library.sql      sudo systemctl restart apache2.service sudo systemctl restart koha-common sudo ...