Cerca

Heus ací els resultats de la cerca.

glusterfs vagrant POC @linux:filesystem:glusterfs
12 Resultats, Darrera modificació:
= glusterfs vagrant POC {{tag>vagrant Vagrantfile}} == tests * 3 nodos, cae 1 * los otros dos cont... plugin install vagrant-hosts'' <code ruby Vagrantfile> VAGRANTFILE_API_VERSION = "2" cluster = { "node1" => { :ip => "10.0.0.10", :cpus => 1, :mem => 102... => 1, :mem => 1024 } } Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cluster.each_with_in
linux filesystem
10 Resultats, Darrera modificació:
= linux filesystem * [[linux:fsh:start]] * [[linux:fsh:sys]] * [[linux:swap]] * [[linux:filesystem:luks]] * [[linux:mount:start|]] * [[linux:filesystem:glusterfs]] * [[linux:filesystem:udisks]] * [[linux:filesystem:inodes]] * [[linux:filesyste
Recuperación disco, clonación en imagen
5 Resultats, Darrera modificació:
crear imagen con dd <code bash>dd if=/dev/sdX of=file.img</code> == crear imagem con ddrescue * en ca... uso: <code bash>ddrescue /dev/sdX imagen.img log-file</code> * **log-file** importante para poder parar y continuar el trabajo * ddrescueview (GUI para ver progreso): {{ :linux:filesystem:pasted:20210201-075156.png }} == montar im
permisos
4 Resultats, Darrera modificació:
no con el usuario que lo ejecuta ''$ chmod u+s <file>'' (solo con sentido en /usr/bin/passwd, no debe... tiene y no el original del mismo. ''$ chmod g+s <file>'' Si al listar el fichero aparece la S en mayús... ht expect: it doesn’t represent the permissions a file gets, but the bits of the full access value that ... turned off (masked). With a umask value of 000, a file gets 666 permissions, equivalent to rw-rw-rw-. An
linux udisks
4 Resultats, Darrera modificació:
v/block/7:0/'': información del dispositivo, como filesystem * **/sys/block/<dev>/**: idem anterior ... do blkid'': identificadores * <code>UUID is a filesystem-level UUID, which is retrieved from the filesystem metadata inside the partition. It can only be read if the filesystem type is known and readable. PARTUUID is a
LUKS: sistema encriptación particiones debian
3 Resultats, Darrera modificació:
tsetup luksHeaderBackup /dev/sdbX --header-backup-file ~/backup/glacier1-header-luks-backup sudo cryptsetup luksHeaderRestore <device> --header-backup-file <file> </code> /via: [[https://www.lisenet.com/2013/luks-add-keys-backup-and-restore-volume-header/]]
glusterfs
2 Resultats, Darrera modificació:
= glusterfs * [[linux:filesystem:glusterfs:vagrantpoc]] == links * [[https://docs.gluster.org/en/lat... /init.d/glusterfs-server status</code> * config files:**/var/lib/glusterd** === generals <code bash>s