Author : Matt

Home » Articles posted by Matt (paged 2)

I have noanacron installed on a fresh CentOS 7 install.I added this too settings.nano /etc/cron.d/0hourly*/5 * * * * root run-parts /etc/cron.fiveminutes*/1 * * * * root run-parts /etc/cron.minute0,30 * * * * root run-parts /etc/cron.halfhourand t..

Read more

I need to remove empty files out of a directory that are over 6 hours old so I created this script and put it in cron.hourly.#!/bin/sh cd /var/list sudo -u matt find /var/list -mmin +360 -empty -user matt -exec rm {} \;I want to run it as matt rat..

Read more

I noticed that the Supermicro X9SCL has a USB type-a port right on the motherboard.http://www.supermicro.com/products/motherboard/Xeon/C202_C204/X9SCL.cfmHas anyone used a port like this to boot the core OS and used the physical drives for OpenVZ ..

Read more