Blog.init();


A technical blog on Computer Science and Software Development topics by Tomás Pérez.


Tag: linux


  1. dd command progress information

    The command dd is used to copy blocks of information from hard drives. Unfortunately it doesn't display information about the progress of the operation by default. For that there is a way to obtain the progress information just sending a signal USR1 to the process. As an example, if we…

    linux, console, dd