Bash Date Usage For Naming
I am recording some scripting I used to create backup classification/retention naming. It can be simplified into one function easily
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
I am recording some scripting I used to create backup classification/retention naming. It can be simplified into one function easily
Read MoreQuick example of spawning a problem that have a password prompt and can’t accept a documented parameter for a password.
Read MoreI noticed on Fedora it is really easy to enable powerline in your terminal. This article explains it well: http://fedoramagazine.org/add-power-terminal-powerline/
Read MoreQuick script to illustrate interacting with the ZFS Storage Appliance. In this example I am listing ZFSSA snapshots containing a
Read MoreSometimes you want to keep tabs on a long running process and get notified by email when it is done.
Read MoreWell kind of… When you are used to working in Python or any real language then Bash arrays are pretty
Read MoreJust a quick snippet on doing exclusions when you loop through a list. For some reason on Solaris sed had
Read MoreEver run a very large job and regretting not starting it in the excellent screen utility? If you don’t have
Read MoreBy default Solaris 10 use “/” as root’s home directory and plain sh as a shell. If you want to
Read MoreNo doubt the Unix find and remove command comes in very useful when cleaning up large folders. However find can
Read More