En agosto pasado (2020) se llevó a cabo la DebConf20, una conferencia específica de Debian y dentro de la misma hubo un track en español a modo de Mini DebConf.
Decompressing a bzip2 file using another computer
I have a 2 TB file which I compressed using bzip2. This file lives in a Raspberry Pi NAS. How did I compress it? I must have sent it across the network for storage in this NAS; something like this: rain$ tar cj * | ssh nas dd of=backup.tar.bz2 where rain is my laptop and nas … Leer más