Hi, I’m new at hosting and just get my first VPS at DigitalOcean. And I have some questions :)
I setup a Wordpress 1-click-install and spent last few days to config it, but I notice in Droplet’s graphs chart there are some activities while I was not using it. The time is about 6h30~7h AM GMT+7 everyday. Is this some kind of automatic ping by DigitalOcean?
I get and setup vnstat to track my VPS’s bandwidth usage like a tutorial here. But somehow it didn’t work. When I call vnstat it just list everyday’s bandwidth numbers are all 1KiB. The interface is eth0. How can I fix this?
Thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Regarding your first question, that is most likely the apt cache being regenerated. By default, it does this once a day. You can disable this in the file /etc/apt/apt.conf.d/10periodic if desired.
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
Change the APT::Periodic::Update-Package-Lists line to 0
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.