# 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 the copy, simply type: scpresume foo user@remotehost:/tmp/ # enjoy 🙂
View HOWTO Restore GRUB # Boot on a live CD and open a console. sda1 is supposed to be the partition containing the OS # 1/ Restore GRUB...Read More
View Codigos de alianza OGame Note Estos son los códigos para las paginas de las alianzas de OGame que funcionan con la nueva versión 0.78c Revisar cada nueva actualización....Read More
View Convert human readable sizes (K,M,G) to bytes in excel SI(SIERREUR(TROUVE("K";F107); 0); GAUCHE(F107;TROUVE("K";F107)-1)*1024;SI(SIERREUR(TROUVE("M";F107); 0); GAUCHE(F107;TROUVE("M";F107)-1)*1024*1024;SI(SIERREUR(TROUVE("G";F107); 0); GAUCHE(F107;TROUVE("G";F107)-1)*1024*1024*1024;F107)))Read More