Docker

Docker installation for centos See active containers Docker file example Build using bocker file in the same dir See all docker images Delete an image Stop a container Enter in a container and start a /bin/bash session Copy file Docker Read more…

Cron

The software utility cron also known as cron job is a time-based job scheduler in Unix-like computer operating systems. Normally the crontab util is located under /etc/crontab Locate your crontab and enter with your default editor In this case the Read more…

Pdf Utils

Merge pdf using pdftk pdftk is a command line handy tool for manipulating PDF usage example Remove pdf pages using pdftk example discarding page 13 from in.pdf and producing out.pdf Resize and scale using Ghostscript gs or Ghostscript is a Read more…