From 72d5c5e352f556100d68b88f1b3d0cd3a4cddc41 Mon Sep 17 00:00:00 2001 From: hcornet Date: Wed, 18 Dec 2024 21:31:02 +0100 Subject: [PATCH] update --- README.md | 12 ++++-------- banner-compact | 20 -------------------- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 banner-compact diff --git a/README.md b/README.md index 5b23a55..13d7ab7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # Motd -Here is motd for Claranet. - -## Preview - -![basic](examples/basic.png "basic motd") +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 ``` diff --git a/banner-compact b/banner-compact deleted file mode 100644 index 4e12912..0000000 --- a/banner-compact +++ /dev/null @@ -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. \ No newline at end of file