The Microsoft SQL Server Team has recently posted about one of the really exciting enhancements to SQL Server 2019 – Big Data Clusters
You are browsing archives for
Tag: Performance
Easiest How to: Install Munin on Ubuntu – the Quick and Simple Cheatsheet
INSTALL MUNIN NODE ON UBUNTU Make sure your system is up-to-date apt-get -y update && apt-get -y upgrade Install Munin Node apt-get -y install munin munin-node munin-plugins-extra Edit the munin-node config file nano /etc/munin/munin-node.conf Restart Apache and Munin to start service apache2 restart service munin-node restart Auto-Suggest Munin Plug-ins to suit your machine munin-node-configure –suggest […]