TECHBYTE: In many videos you may have seen that people write there name in terminal. How they do that ? Well in this post you will know that how to write your own name in your Ubuntu, Kali , bash shell or any Linux terminal using some simple commands.
If you are Linux user then your will have already familiar with terminal. In any Linux version like Ubuntu , bash shell , Kali etc terminal is very important part. We work on terminal , executes commands and also many more things .
Just thing that whenever you open your terminal and the terminal came with your name written inside it. Cool is it not ?
In this post you will know that how you write your name in your terminal by just writing Linux commands in your terminal. No matter you are familiar or you are a beginner to Linux just follow simple steps and feel like a boss.
See Video: https://www.youtube.com/watch?v=sfMioBfKOXk
Now Lets start...
- First of all open your Linux terminal .
- Then if you are working as a root user then type this command
apt-get install figlet
- If you are not a root user then you should have to type
sudo apt-get install figlet
It will install figlet in your system.
- Now you have to do some changes in "bash.bashrc file" which will be in your etc directory..
- So for editing this you have to go in your etc folder.
type cd /etc
it will shift you in etc directory . Now you have to find bash.bashrc file in your current directory .
so just type ls command. it will show you all the finds inside etc directory.
- Now you have to do some changes in this file. so open it with editor. I am using leafpad for doing this .
type leafpad bash.bashrc
Note that the name should be right . Here leafpad is only a editor you can use your own test editor name in place of leafpad.
- It will open bash.bashrc file in editor . Now you have to make changes in it, so go to the bottom of file and type
figlet " your name here "
Note that whatever you want to write it must be inside " " .
- Now save your file by pressing cntrl + s .
Here is my video ,Watch it and if you have any problems ask them by doing comments and found useful then like and subscribe also.
Found this post useful Like and Share it or want to give any suggestions just do comments ...
See also : GOOGLE'S AI CREATED ITS OWN SECRET INTERNAL LANGUAGE AND ITS AMAZING !
Brother Just Increase one more step most of people face cant modify the file problem so #usegksudo gedit . This command helps you
ReplyDelete