Powerline for your terminal on Ubuntu
I 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 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 morebash-3.00# find FOO/*bar* -mtime +30 -exec ls -lh {} \; -rwxrwxrwx 1 143 staff 16G Jul 13 04:08 FOO/bar_backup_201207130403.bak …snip
Read more