Fix motd
This commit is contained in:
@@ -58,10 +58,9 @@ $W Distro......: $W`cat /etc/*release | grep "PRETTY_NAME" | cut -d "=" -f 2- |
|
|||||||
$W Kernel......: $W`uname -sr`
|
$W Kernel......: $W`uname -sr`
|
||||||
$W Uptime......: $W`uptime -p`
|
$W Uptime......: $W`uptime -p`
|
||||||
$W Load........: $G$LOAD1$W (1m), $G$LOAD5$W (5m), $G$LOAD15$W (15m)
|
$W Load........: $G$LOAD1$W (1m), $G$LOAD5$W (5m), $G$LOAD15$W (15m)
|
||||||
$W Processes...:$W $G$PROCESS_ROOT$W (root), $G$PROCESS_USER$W (user), $G$PROCESS_ALL$W (total)
|
$W Processes...: $W$G$PROCESS_ROOT$W (root), $G$PROCESS_USER$W (user), $G$PROCESS_ALL$W (total)
|
||||||
$W CPU.........: $W$PROCESSOR_NAME ($G$PROCESSOR_COUNT$W vCPU)
|
$W CPU.........: $W$PROCESSOR_NAME ($G$PROCESSOR_COUNT$W vCPU)
|
||||||
$W Memory......: $G$USED$W used, $G$AVAIL$W avail, $G$TOTAL$W total$W
|
$W Memory......: $G$USED$W used, $G$AVAIL$W avail, $G$TOTAL$W total$W"
|
||||||
$W Manual......: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY"
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Disk usage
|
# Disk usage
|
||||||
@@ -242,10 +241,11 @@ EOF
|
|||||||
|
|
||||||
# Help links
|
# Help links
|
||||||
cat <<- 'EOF' >> "$script"
|
cat <<- 'EOF' >> "$script"
|
||||||
|
echo "\
|
||||||
Cockpit (graphical admin): http://localhost:9090
|
Cockpit (graphical admin): http://localhost:9090
|
||||||
Robot webcam: http://localhost:8888
|
Robot webcam: http://localhost:8888
|
||||||
Robot computer: vnc://192.168.16.101:5900
|
Robot computer: vnc://192.168.16.101:5900
|
||||||
Manual: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY
|
Manual: https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Scheduled reboot
|
# Scheduled reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user