前の人が残していった観葉植物が、自分の重みで途中から折れてしまった。
花屋に写真を見せたらもう死んでるから捨てろと言われたんだけど、
緑の葉がついてるうちは、、、と思っていたら芽が出てきた。
頑張れ。
ところで、未だにこの木の名前がわからない。
/etc/ssh/sshrc
sshd(8)
writen next:If ~/.ssh/rc exists, runs it; else if /etc/ssh/sshrc exists, runs it; otherwise runs xauth
/etc/ssh/sshrc
next commands (also from man
):if read proto cookie && [ -n "$DISPLAY" ]; then if [ `echo $DISPLAY | cut -c1-10` = 'localhost:' ]; then # X11UseLocalhost=yes echo add unix:`echo $DISPLAY | cut -c11-` $proto $cookie else # X11UseLocalhost=no echo add $DISPLAY $proto $cookie fi | xauth -q - fi