atualizar tamanho da pool
bconsole
update
1
13
At bconsole:
*update
Choose catalog item to update (1-4): 1
Select parameter to modify (1-18): 13
Select Pool resource (1-5): <SELECT THE NUMBER OF YOUR POOL>
bconsole
update
1
13
At bconsole:
*update
Choose catalog item to update (1-4): 1
Select parameter to modify (1-18): 13
Select Pool resource (1-5): <SELECT THE NUMBER OF YOUR POOL>
tarefas de manutenção na página 47
imprimir página self-test documento alice.pdf
jhead -ft *
gravar as fotos por ano/mês:
exiftool -d %Y/%m "-directory
https://coderwall.com/p/nw9xmw/organize-photos-into-year-month-folders
https://techblog.jeppson.org/2014/10/manipulate-exif-data-with-jhead/
sudo apt-get purge --auto-remove bareos-client
https://installion.co.uk/debian/jessie/main/b/bareos-client/uninstall/i…
To do this for all teachers globally:
Site administration > Users > Permissions > Define roles
Select the editing teacher role;
Click to edit the role
Click the Show advanced button
Type in the search box accessallgroups
When it appears, click PreventTo do this within a course:
Course administration > Users > Permissions
Type accessallgroups into the filter
Click the X to remove from the editing teacher (Teacher) role.
How do I compare binary files in Linux
This will print the offset and bytes in hex:
cmp -l file1.bin file2.bin | gawk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strtonum(0$3)}'
Or do $1-1 to have the first printed offset start at 0.
cmp -l file1.bin file2.bin | gawk '{printf "%08X %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}'
Mostrar MaisMais em Super User