Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am acovrig on github.
  • I am austincovrig (https://keybase.io/austincovrig) on keybase.
  • I have a public key ASCP1GiXiNZy36kWgqFTNtk3JXLF6C2xk9VCsPjVvZbrQgo

To claim this, I am signing this object:

@acovrig
acovrig / A
Created December 8, 2020 21:37
smartctl
# smartctl -A /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-2-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 4
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
5 Reallocated_Sector_Ct 0x0032 100 100 --- Old_age Always - 42
9 Power_On_Hours 0x0032 100 100 --- Old_age Always - 20490
@acovrig
acovrig / VBox.log
Last active November 15, 2020 12:32
00:00:01.943365 VirtualBox VM 6.1.16 r140961 win.amd64 (Oct 16 2020 16:33:17) release log
00:00:01.943369 Log opened 2020-11-15T12:18:27.390521200Z
00:00:01.943369 Build Type: release
00:00:01.943371 OS Product: Windows 10
00:00:01.943372 OS Release: 10.0.19041
00:00:01.943372 OS Service Pack:
00:00:02.002230 DMI Product Name: System Product Name
00:00:02.005152 DMI Product Version: System Version
00:00:02.005159 Firmware type: UEFI
00:00:02.005403 Secure Boot: VERR_PRIVILEGE_NOT_HELD
version: '3.4'
networks:
backend:
driver: overlay
external: true
services:
traefik:
image: traefik:2.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
tls:
stores:
default:
defaultCertificate:
certFile: path/to/cert0.pem
keyFile: path/to/cert0.key
certificates:
- certFile: path/to/cert1.pem
keyFile: path/to/cert1.key
- certFile: path/to/cert2.pem
esphome:
name: kevin_tmp
platform: ESP8266
board: nodemcuv2
wifi:
ssid: "mc"
password: "apple pie"
use_address: 192.168.5.194