Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mianosm on github.
  • I am mianosm (https://keybase.io/mianosm) on keybase.
  • I have a public key whose fingerprint is 2AFF 44FC 5CC6 B712 00C7 79EF 1811 C2CB 8219 4F52

To claim this, I am signing this object:

--
Jan 01 23:13:51 r00 apcupsd[1116]: END APC : 2018-01-01 23:13:51 -0500
Jan 02 00:19:18 r00 apcupsd[1116]: Power failure.
--
Jan 05 00:07:34 r00 apcupsd[1116]: END APC : 2018-01-05 00:07:34 -0500
Jan 05 00:22:41 r00 apcupsd[1116]: Power failure.
--
Jan 07 07:31:24 r00 apcupsd[1116]: END APC : 2018-01-07 07:31:24 -0500
Jan 07 08:25:28 r00 apcupsd[1116]: Power failure.
--
@mianosm
mianosm / centos_bstick.sh
Created April 25, 2018 15:02 — forked from vkanevska/centos_bstick.sh
Custom CentOS 7 bootable ISO / Support UEFI & Secure boot
#!/bin/bash
# create custom bootable iso for CentOS 7 with kickstart
if [ $# -lt 2 ]
then
echo "Usage1: $0 path2iso path2kickstart"
exit 1
else
if [ ! -f $1 ]
then