Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 743 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 743 Bytes

motd mazeram

Для установки motd с отображением ресурсов сервера при авторизации в SSH используйте команду:

Для curl:

[root@server ~]# bash <(curl -s https://raw.githubusercontent.com/mazeram/motd/main/ins-ru.sh)

Для wget:

[root@server ~]# bash <(wget -O - https://raw.githubusercontent.com/mazeram/motd/main/ins-ru.sh)

Installation:

To install motd with server resources displayed when logging in to SSH, use the command:

Using curl:

[root@server ~]# bash <(wget -O - https://raw.githubusercontent.com/mazeram/motd/main/ins-en.sh)

Using wget:

[root@server ~]# bash <(wget -O - https://raw.githubusercontent.com/mazeram/motd/main/ins-en.sh)