Knowledge base — Page 74

25.08.2023
29 916
Knowledge base / Instructions
The figlet command in Linux

The figlet command in Linux is used to create ASCII art from plain text. When you run the figlet command with text as an argument, figlet converts that text into ASCII art and displays it on the command line. ASCII art is a graphical representation of text using ASCII characters that are designed in a variety of styles and fonts to create striking headlines, banners, or decorative text elements.

24.08.2023
10 654
Knowledge base / Commands
The sl command in Linux

sl in Linux/Unix operating systems is an interesting and unusual command that serves to entertain and practice command line skills. When you type thesl command in the terminal, an animation of a train appears as it travels horizontally across the screen. This command is usually used to loosen up and give you a fun "pause" in your work with the terminal.

21.08.2023
6 639
Knowledge base / Commands
Team banner

The banner command is used to display a welcome message on a graphical terminal or console at system startup.

20.08.2023
8 967
Knowledge base / Decoration
Fallout terminal on Linux

Not so long ago, a Fallout-style terminal became available on Linux. It looks pretty good and interesting. Next we will tell you how to install it.

19.08.2023
16 837
Knowledge base / Instructions
Cowsay is a command line utility

Cowsay is a command-line utility on Unix and Unix-like operating systems that allows you to create ASCII-art drawings of cows and display their messages. Cowsay can report any textual information provided to it. The utility also supports various flags and parameters to customize the appearance and behavior of cow drawings. Cowsay is commonly used to add humor and personalize command line output.

17.08.2023
6 881
Knowledge base / Commands
Team fortune

The fortune command is used to output a random quote or aphorism. It is often used to add some variety to normal terminal operations.

16.08.2023
34 683
Knowledge base / Commands
What the rm command is for

The rm command in Linux is designed to delete files and directories. It is a powerful tool that allows you to quickly clear the file system of both single files and entire directories, including their contents. Readers will learn how to use rm effectively and protect themselves from potential errors.

15.08.2023
27 211
Knowledge base / Commands
What the rmdir command does

The rmdir command in Linux is used to delete empty directories (folders). It only deletes directories that do not contain any subdirectories or files. If a directory is not empty, rmdir will give an error message and will not delete it.

13.08.2023
24 454
Knowledge base / Commands
What is the mv command for?

The mv command in Unix and Linux operating systems is used to move or rename files and directories