update
This commit is contained in:
parent
9d79ccae7b
commit
72d5c5e352
12
README.md
12
README.md
@ -1,10 +1,6 @@
|
||||
# Motd
|
||||
|
||||
Here is motd for Claranet.
|
||||
|
||||
## Preview
|
||||
|
||||

|
||||
Here is motd for Tips-Of-Mine.
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -19,7 +15,7 @@ Ensure that your `$LANG` variable equals `xx_XX.UTF-8`
|
||||
Copy [motd](motd) file to `/etc/banner`:
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/claranet/motd/master/banner -o /etc/banner
|
||||
curl -s https://gitea.tips-of-mine.com/Tips-Of-Mine/motd/src/branch/master/banner -o /etc/banner
|
||||
```
|
||||
|
||||
_Be sure to enable `Banner /etc/banner` in `/etc/ssh/sshd_config`_
|
||||
@ -28,7 +24,7 @@ _Be sure to enable `Banner /etc/banner` in `/etc/ssh/sshd_config`_
|
||||
|
||||
**Using Ansible**
|
||||
|
||||
You can use this Ansible role to install this MOTD : [https://github.com/claranet/ansible-role-motd](https://github.com/claranet/ansible-role-motd)
|
||||
You can use this Ansible role to install this MOTD : [https://gitea.tips-of-mine.com/Tips-Of-Mine/ansible-role-motd](https://gitea.tips-of-mine.com/Tips-Of-Mine/ansible-role-motd)
|
||||
|
||||
It do a low level installation so it is compatible with _all_ Linux distros
|
||||
|
||||
@ -38,7 +34,7 @@ It do a low level installation so it is compatible with _all_ Linux distros
|
||||
|
||||
```bash
|
||||
mkdir /etc/update-motd.d
|
||||
curl -s https://raw.githubusercontent.com/claranet/motd/master/scripts/00-basic -o /etc/update-motd.d/00-basic
|
||||
curl -s https://gitea.tips-of-mine.com/Tips-Of-Mine/motd/src/branch/master/scripts/00-basic -o /etc/update-motd.d/00-basic
|
||||
chmod +x /etc/update-motd.d/00-basic
|
||||
```
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
/$$$$$$$$ /$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$
|
||||
|__ $$__/|__/ /$$__ $$ /$$__ $$ | $$$ /$$$|__/
|
||||
| $$ /$$ /$$$$$$ /$$$$$$$ | $$ \ $$| $$ \__/ | $$$$ /$$$$ /$$ /$$$$$$$ /$$$$$$
|
||||
| $$ | $$ /$$__ $$ /$$_____//$$$$$$| $$ | $$| $$$$ /$$$$$$| $$ $$/$$ $$| $$| $$__ $$ /$$__ $$
|
||||
| $$ | $$| $$ \ $$| $$$$$$|______/| $$ | $$| $$_/|______/| $$ $$$| $$| $$| $$ \ $$| $$$$$$$$
|
||||
| $$ | $$| $$ | $$ \____ $$ | $$ | $$| $$ | $$\ $ | $$| $$| $$ | $$| $$_____/
|
||||
| $$ | $$| $$$$$$$/ /$$$$$$$/ | $$$$$$/| $$ | $$ \/ | $$| $$| $$ | $$| $$$$$$$
|
||||
|__/ |__/| $$____/ |_______/ \______/ |__/ |__/ |__/|__/|__/ |__/ \_______/
|
||||
| $$
|
||||
| $$
|
||||
|__/
|
||||
|
||||
|
||||
AVERTISSEMENT : L'accès à ce système est réservé aux utilisateurs dûment autorisés.
|
||||
|
||||
Toute tentative d'accès, d'accès à ce système sans autorisation ou de maintien
|
||||
frauduleux dans ce système sera poursuivie conformément aux chartes/politiques internes et/ou à la loi.
|
||||
|
||||
Tout utilisateur autorisé est informé et reconnaît que ses actions peuvent être enregistrées,
|
||||
conservées et auditées conformément aux chartes/politiques internes de aux chartes / politiques internes.
|
Loading…
x
Reference in New Issue
Block a user