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 !
- Host: GitHub
- URL: https://github.com/kurama250/custom_motd
- Owner: Kurama250
- License: mit
- Created: 2023-07-01T20:21:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T15:02:10.000Z (11 months ago)
- Last Synced: 2025-08-28T09:49:59.501Z (10 months ago)
- Topics: linux, motd, shell
- Language: Shell
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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 !