Recently I’ve came across a nice tool provided by Oracle named purgeLogs, so I would like to shortly blog about it for reference (also for me). As the name suggests it is meant to be used for cleaning up log and trace files. Unfortunately, it is not possible to do any kind of archiving and/or compressing those files, but still, having easy-to-use tool to quickly delete files, which probably aren’t treated by already existing solutions rotating/archiving/deleting logs is very helpful.
Tag: toolbox
Smart way to run commands on many *nix machines from (not only) Windows client
Having a need to run the same set of commands on many machines is a very common task for IT engineers of all kind. If you want to do it efficiently and in a smart way (e.g. to run it only on machines with specific set of conditions), I have an example, that could be added to your toolbox.
Continue reading “Smart way to run commands on many *nix machines from (not only) Windows client”