Recently Visited
Recently Visited

The Joy of htop

[DRAFT] Last updated by Joe Schaefer on Fri, 12 Jun 2026    source
 

htop on Solaris 11.

Video sources


oci_screen () {
  for region ad in ${(kv)OCI_AD}; do
    for id in {1..$ad}; do
      local host=$OCI_HOST_PREFIX-$id.$region
      screen -X screen pty -d pty-driver.pl -- "$SHELL" -ic \
             "_bcs_title :$host: $@; ssh -t $host $SHELL -ic '\"sudo -Es $@\"'"
    done
  done