Skip to content

Instantly share code, notes, and snippets.

@gabrielmathias
gabrielmathias / report.sh
Last active December 21, 2022 13:16
Checklist
#!/bin/env bash
# RUN ME $> bash <(curl -sL https://gist.githubusercontent.com/gabrielmathias/976d43f99cb2340d7f51cf85365ca32a/raw/report.sh) > report.txt
echo "OS checks - v0.0.1-SNAPSHOT"
lsb_release -a || echo -n ""
cat /etc/os-release || echo "/etc/os-release missing"
cat /etc/issue || echo "/etc/issue missing"
hostnamectl || echo "This system does not have hostnamectl command"
cat /etc/redhat-release || echo "/etc/redhat-release missing"
cat /etc/lsb-release || echo "/etc/lsb-release missing"
cat /etc/*release || echo -n ""
#!/bin/env bash
apt --fix-broken install
apt install graphviz
echo "testing1"
echo "testing2"
echo "testing3"
echo "testing4"
echo "testing5"
@gabrielmathias
gabrielmathias / gist:af4ee925e40e07d63e2fe175818ce2c0
Created May 28, 2017 20:44
Verifying that "gabrielmathias.id" is my Blockstack ID. https://onename.com/gabrielmathias
Verifying that "gabrielmathias.id" is my Blockstack ID. https://onename.com/gabrielmathias
# Todo
- [x] Nothing
- [x] Something