filmov
tv
How to Install Startup Animations in Your Ubuntu Linux Terminal | Ubuntu Tutorials

Показать описание
On this occasion, I would like to share a video tutorial on how to install an opening animation on your Ubuntu Linux terminal. For those of you who may still feel confused about the video tutorial, you can also follow the tutorial description below:
1. Open terminal on your Ubuntu linux,
2. Type the command "sudo apt install sl", wait until the installation process is complete, then test the results with the command "sl",
3. Then type the command "sudo apt install figlet" in the terminal, and wait for the installation process to finish,
4. Then, enter the "Home" directory via the "Files" icon on the Dock,
5. In the "Home" directory, first show hidden files using the "Show Hidden Files" menu, then open the file named ".bashrc",
6. In the ".bashrc" file, you put the command below into the file at the very bottom, then save:
# Mod Terminal
sl
clear
#Figlet name
figlet -c "Welcome"
7. After that, close and reopen your terminal.
Hope it is useful.
Source:
1. Open terminal on your Ubuntu linux,
2. Type the command "sudo apt install sl", wait until the installation process is complete, then test the results with the command "sl",
3. Then type the command "sudo apt install figlet" in the terminal, and wait for the installation process to finish,
4. Then, enter the "Home" directory via the "Files" icon on the Dock,
5. In the "Home" directory, first show hidden files using the "Show Hidden Files" menu, then open the file named ".bashrc",
6. In the ".bashrc" file, you put the command below into the file at the very bottom, then save:
# Mod Terminal
sl
clear
#Figlet name
figlet -c "Welcome"
7. After that, close and reopen your terminal.
Hope it is useful.
Source: