An open API service indexing awesome lists of open source software.

https://github.com/kurama250/custom_motd

Script to customize a motd on a Linux server !
https://github.com/kurama250/custom_motd

linux motd shell

Last synced: about 1 month ago
JSON representation

Script to customize a motd on a Linux server !

Awesome Lists containing this project

README

          

Code to customize a Linux motd !


(Programming Language - Shell)






# Tutorial to install the motd ! For LINUX (VPS or Dedicated Server)

## 1 - on Terminal

- Install package

```shell script
apt install lsb-release procps ifstat -y
```

- After install package

```shell script
cd /etc/update-motd.d/
rm -fr *
```

- We will now install the code

```shell script
After downloading the code put the contents of the file (kurama-motd.sh) in the nano
or put the file by removing (.sh) in the directory above !

nano kurama-motd
```

- or Rename file on command (Git Clone)

```
mv kurama-motd.sh kurama-motd
```

- Then put the last command

```shell script
chmod +x kurama-motd
service ssh restart
```

- Demo Motd v1.1:

![alt text](https://github.com/Kurama250/Custom_motd/blob/main/motd2.png?raw=true)


Support on Discord : Discord Link - Create a Ticket with bot for help3>

If you like this repository don't hesitate to give it a star ⭐ !


Then it's the end you have modified the script have fun !