Technology

InfluxDB Consumed Available Drive Space

A friend of mine and myself run some Grafana instances to monitor various things vi Telegraf. John was having some storage space issues on his machine and noticed that in our default installations, we had never set the data retention policies beyond default which keeps them forever!

Below is John Mora’s write-up of addressing the issue, Thank you sir!

I have used the process as documented and unsurprisingly it fixed my problem as well.

blog.johnminadeo.com Musings Operating Systems Technology

Disable Hyper-V under Windows 10

Trying to disable Hyper-V under Windows 10 is a little trickier than simply uninstalling it; but not much! tl;dr If you’re just interested in how to disable Hyper-V so VirtualBox can get RAW mode, skip down to the “Turning off Hyper-V” section below. Some background I am a fan of virtual machines but I don’t […]

Operating Systems Personal Technology Uncategorized

Symbolic Links on Windows 10

This is not meant as a tutorial in any way, I’m simply trying to not forget this as I need it about once every two years or so and always forget how to do it. The information was found here: https://superuser.com/questions/1020821/how-to-create-a-symbolic-link-on-windows-10 The option I went with was the PowerShell route suggested by Peter Hahndorf: Open […]