Post4VPS Forum | Free VPS Provider
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
[Image: 5LlrbFAWTouu63y0rgiKaA.png]
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
[Image: b1RbOElEQFSCPuDwkXyLWA.png]

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
[Image: pIT6RSc_RfKFGQuy1zRryw.png]

3.after you create it copy the whole thing and go to your ssh client . i use putty
Spoiler Expand
[Image: 1aYc9KYoQIa4jAyqNztP-A.png]


4.you need to edit the motd file . by using "sudo nano /etc/motd"
Spoiler Expand
[Image: qHx0xBYNTpufbawbsw7PeQ.png]

5.now just right click or copy the text from the ascii generator and save
Spoiler Expand
[Image: MAtbgPXaRVyMtBwcwHwGvA.png]

6.to see the result you can type "cat /etc/motd" or relogin to your ssh
Spoiler Expand
[Image: Oz-OwYYwRmKFrIu3yxbmaA.png]

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
Ubuntu / debian and any linux that use apt get : sudo apt-get install nano
Centos / redhat based : yum install nano



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.