- ๐ It is I, @morbeo
- ๐ Iโm interested in scripting, testing and command line shenanigans
- ๐ After working [for almost two decades] as customer service, billing, technical support, NOC, enterprise support, technical supervisor, system administrator and more, Iโm currently learning to be DevOps QA
- ๐ซ morbeo@gmail.com
๐
lots of procrastination
rebased on a true story
-
SiteGround
- Sofia, Bulgaria
- https://kartof.net
- @morbeo
Pinned Loading
-
-
tailsince [N minutes] <file> [file..]
tailsince [N minutes] <file> [file..] 1#!/usr/bin/env bash2period=$13shift4for file in $@; do
5timeshift=$(date -d"-${period} minutes" +%s);
-
list GNU screen sessions and show pr...
list GNU screen sessions and show preview for the session 1#!/usr/bin/env bash2header_info='CTRL+D or ESCAPE to exit, ENTER attaches to a Detached screen'3export FZF_DEFAULT_OPTS="--header '${header_info}' --preview 'screen_peek {1}' --preview-window top,80%,follow"
4function screen_peek()
5{
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.


