Tag Archives: centos
Fixing the “No updates detected in the log for the freshclam daemon” error
Have been banging my head on this for a while now. Logwatch kept reporting in his daily summary something along the lines of what below: ——————— clam-update Begin ———————— No updates detected in the log for the freshclam daemon (the ClamAV update process). If the freshclam daemon is not running, you may need to restart […]
How to build the latest node.js RPM and install it on CentOS / RedHat / Fedora
If you aren’t familiar with node.js, it’s a platform whose goal is to facilitate building event-driven server side javascript services. Essentially it allows to run javascript on the server — services built with Node.js go to sleep after instructing the operating system to wake them if a connection is made, and each connection has a […]