How to add a cool ASCII art to your linux vps when you login to ssh - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: How to add a cool ASCII art to your linux vps when you login to ssh (/Thread-How-to-add-a-cool-ASCII-art-to-your-linux-vps-when-you-login-to-ssh) |
How to add a cool ASCII art to your linux vps when you login to ssh - humanpuff69 - 06-08-2017 hi guys today i will show you how to add cool ascii text when you login to ssh so basically when you login to your ssh this will appear so lets just go to the tutorial 1.what you need to do is make your own ascii text . make sure it is less than 80 collumn . you can get it from this site --> http://patorjk.com/software/taag/ Spoiler Expand 2.now you can create your own ascii art with text . you can choose any combination of text and font but you need to make sure it less than 80 collumn to show properly Spoiler Expand 3.after you create it copy the whole thing and go to your ssh client . i use putty Spoiler Expand 4.you need to edit the motd file . by using "sudo nano /etc/motd" Spoiler Expand 5.now just right click or copy the text from the ascii generator and save Spoiler Expand 6.to see the result you can type "cat /etc/motd" or relogin to your ssh Spoiler Expand hopefully this tutorial is useful . it can be used to diffrenciate your vps and other Code: if it says nano command not found you need to install nano by typing RE: How to add a cool ASCII art to your linux vps when you login to ssh - Dynamo - 06-08-2017 Don't forget to hide your VPS IP Nice text to code converting site, I was doing that manually till now lol. |