User Tools

Site Tools


howto:linux_motd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:linux_motd [2015/09/01 08:41] – ↷ Page name changed from howto:motd to howto:linux_motd jphowto:linux_motd [2018/10/09 10:12] (current) – external edit 127.0.0.1
Line 5: Line 5:
   - Edit the file ''/etc/update-motd.d/00-header ''   - Edit the file ''/etc/update-motd.d/00-header ''
   - Using ''printf'' add the banner title.  Remember to add newlines ''\n'') at the end of each printf (good old C style), e.g.<code c>   - Using ''printf'' add the banner title.  Remember to add newlines ''\n'') at the end of each printf (good old C style), e.g.<code c>
-printf "\n\n██╗   ███╗ █████╗ ██╗  ████████╗ █████╗\n"+printf "\n\n ██╗   ███╗ █████╗ ██╗  ████████╗ █████╗\n"
 printf "████╗ ████║██╔══██╗██║  ╚══██╔══╝██╔══██╗\n" printf "████╗ ████║██╔══██╗██║  ╚══██╔══╝██╔══██╗\n"
 printf "██╔████╔██║███████║██║     ██║   ███████║\n" printf "██╔████╔██║███████║██║     ██║   ███████║\n"
howto/linux_motd.1441096860.txt.gz · Last modified: 2018/10/09 10:12 (external edit)