eliminar /etc/pve/corosync.conf
systemctl stop pve-cluster
/usr/bin/pmxcfs -l
https://forum.proxmox.com/threads/one-node-cannot-initialize-cmap-servi…
https://forum.proxmox.com/threads/zfs-pool-configuration-same-name.5327…
xana-desktop vs server2
xana-desktop:
./cdm_fio.sh .
Testing in .
Configuration: Size:1024m Loops:2 Write Only Zeroes:0
Running Benchmark, please wait...Results:
Sequential Read: 1564MB/s IOPS=1
Sequential Write: 1272MB/s IOPS=1512KB Read: 4830MB/s IOPS=9660
512KB Write: 3016MB/s IOPS=6032Sequential Q32T1 Read: 1915MB/s IOPS=59
Sequential Q32T1 Write: 1229MB/s IOPS=384KB Read: 486MB/s IOPS=124533
4KB Write: 198MB/s IOPS=507394KB Q32T1 Read: 56MB/s IOPS=14421
4KB Q32T1 Write: 1MB/s IOPS=297
pesquisar uma cadeia de carateres numa pasta com documentos pdf
instalar:
apt install pdfgrep
pesquisar:
pdfgrep -i '0,250 POR CENTO' ./*
zfs tuning
perda elevada de pacotes na placa de rede NVIDIA Corporation MCP61 Ethernet (rev a2)
/etc/systemd/system/rc-local.service:
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99[Install]
WantedBy=multi-user.target
systemctl enable rc-local
systemctl start rc-local.service
systemctl status rc-local.service
/etc/rc.local:
samba4 cheat sheet
samba-tool drs showrepl - Directory Replication Services (DRS) management. - Show replication status.
Samba4 Domain Password Policy
#Disable password expiration for the Administrator account.
samba-tool user setexpiry Administrator --noexpiry#Show domain level password options.
samba-tool domain passwordsettings show#Disable password complexity at the domain level.
samba-tool domain passwordsettings set --complexity=off#Disable password history at the domain level.
samba-tool domain passwordsettings set --history-length=0#Disable password min-age at the domain level.
samba-tool domain passwordsettings set --min-pwd-age=0