Installa il servizio ntp:
yum install ntp
[Read More]
Install sar (sysstat) on CentOS
Install:
yum install sysstat
[Read More]
Grep Apache access_log and list IP’s by hits and date sorted
Esempio:
[Read More]
Converti immagini in video con ffmpeg
Esempio:
ffmpeg -framerate 1/5 -i C:\shot000%d.png -c:v libx264 -r 30 -pix_fmt yuv420p c:\video.mp4
Postfix – Forward all email to another smtp server
Se hai bisogno di inoltrare tutte le mail di postfix, verso un altro server SMTP, serve solo una piccola modifica al file di configurazione:
[Read More]