scp resume
# Add this alias into ~/.bashrc alias scpresume=‘rsync –partial –progress –rsh=ssh’ # begin a scp copy: scp foo user@remotehost:/tmp/ # if a problem occur during… Read More »scp resume
# Add this alias into ~/.bashrc alias scpresume=‘rsync –partial –progress –rsh=ssh’ # begin a scp copy: scp foo user@remotehost:/tmp/ # if a problem occur during… Read More »scp resume
// Fonction pour redemarrer Windows avec les MFC void RestartWindows(void) { ย ย ย ย // Declaration ย ย ย ย HANDLE hToken; ย ย … Read More »MFC redemarrer Windows
ssh [email protected] “rpm -qa” | xargs yum -y install
diff –changed-group-format=“%>” –unchanged-group-format=“” file1 file2
Note recorriendo objetos decodificados del json <?php // arreglo $array[‘rows’]= array(‘id_cuota’ =>2883,‘num_cuota’ => 1,‘monto_cuota’ => 6250, ‘fecha’ => ‘2009-09’, ‘factura’ => false); $array[‘rows’]= array(‘id_cuota’ =>2884,‘num_cuota’… Read More »codificando, decodificando arreglos, json php