Pyznap
https://github.com/yboetz/pyznap
https://github.com/yboetz/pyznap
$ sudo camcontrol devlist<NECVMWar VMware IDE CDR10 1.00> at scbus1 target 0 lun 0 (cd0,pass0)<VMware Virtual disk 1.0> at scbus2 target 0 lun 0 (da0,pass1)<VMware Virtual disk 1.0> at scbus2 target 1 lun 0 (da1,pass2) $ sudo camcontrol rescan allRe-scan of bus 0 was successfulRe-scan of bus… Leer más »
Introduction This is a tutorial for building and installing the latest release version (0.7.3 as of writing) of «ZFS on Linux» on a Raspberry Pi 3 running Raspbian Stretch. Specifically, we’ll be building the dkms version of ZoL, which saves you the hassle of re-compiling the kernel modules after every kernel update. Even though ZoL… Leer más »
If you’re merely interested in recording the connection information from the status page, you can use the embedded variables that the status module exposes, and format them for consumption by the HTTP Content sensor directly in the NGINX configuration: location /prtg { return 200 [$connections_active][$connections_reading][$connections_writing][$connections_waiting]; access_log off; allow x.x.x.x/y; deny all; } Reference: https://nginx.org/en/docs/http/ngx_http_stub_status_module.html
https://github.com/leprechau/zfs-replicate/blob/master/zfs-replicate.sh
https://github.com/jimsalterjrs/sanoid
Problem:can’t read STDIN Illegal byte sequence while du -sh, etc gupdatedbCause:Related with UTF-8 locale typeSolution: export LC_CTYPE=C
If you don’t know where to find the ifconfig command, follow the simple steps provided below. First let us find out which packages will provide ifconfig command. To do that , enter the following command: yum provides ifconfig Sample Output: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.aol.in * extras: centos.aol.in… Leer más »