最近造訪過的頁面
最近造訪過的頁面

htop 的喜樂

[DRAFT] 最近更新 作者: Joe Schaefer週五, 12 6月 2026    來源
 

最高在 Solaris 11.

視訊來源


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