Skip to content

Kurama250/Custom_motd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
apt install lsb-release procps ifstat -y
  • After install package
cd /etc/update-motd.d/
rm -fr *
  • We will now install the code
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
  • Rename file on command
mv kurama-motd.sh kurama-motd
  • Then put the last command
chmod +x kurama-motd
service ssh restart
  • Demo Motd v1.1:

alt text

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 !

About

Script to customize a motd on a Linux server !

Topics

Resources

License

Stars

Watchers

Forks

Languages