Pinned Loading
-
-
Bash script that runs full badblocks...
Bash script that runs full badblocks and S.M.A.R.T. tests for new hard drives 1#!/bin/bash
2date |& tee -a ./sdb_log.txt
3badblocks -b 4096 -svw -o ./badblocks_sdb_log.txt /dev/sdb |& tee -a ./sdb_log.txt
4date |& tee -a ./sdb_log.txt
5smartctl -t long /dev/sdb |& tee -a ./sdb_log.txt
-
Powershell scripts used together wit...
Powershell scripts used together with PDQ Deploy and Inventory to manage fully automatic firmware updates for Dell and Lenovo 1### Check manufacturer Lenovo
2$manf = Get-ComputerInfo -Property "CsManufacturer"
3if ($manf.CsManufacturer -like "*LENOVO*") {
4exit 0
5} else {
-
-
-
One-button-RGBW-dimmer
One-button-RGBW-dimmer PublicRGBW dimmer with 6 outputs, one button control and OTA update trough wifi
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.