In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail what the four unique Linux terminal simulators are, and the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
Let's face it, if you are a Linux administrator, you have to use the command line to work. To do this, you will use a terminal emulator (often referred to as "terminal", which is different from the original meaning of the terminal itself). Most likely, the distribution of your choice is pre-installed with a default terminal emulator that gets the job done. But this is a Linux with many options to choose from, so this idea naturally applies to terminal emulators. In fact, if you open the package manager in the distribution's graphical interface (or search from the command line), you will find a number of possible options. Many of them are very simple tools; however, some are really unique.
I will focus on four such terminal simulators that can not only complete the work, but also make the work more interesting or more fun. So, let's take a look at these terminals.
Tilda
Tilda is designed for Gtk and is a cool drop-down terminal. This means that the terminal is always running in the background and can be pulled down from the top of the monitor at any time (like Guake and Yakuake). What makes Tilda superior to many other products is the number of configuration options available on the terminal (figure 1).
Tilda can be installed from standard software libraries. On Ubuntu (or Debian)-based distributions, the installation is simple:
Sudo apt-get install tilda-y
When the installation is complete, open Tilda from the desktop menu, which will also open its configuration window. Configure the application as you like, and then close the configuration window. You can then turn Tilda on and off by clicking the F1 hotkey. One warning about using Tilda is that after * runs, you won't find any tips on how to open the configuration wizard. Don't worry. Just run the command tilda-C, and it will open the configuration window and retain the options you set earlier.
The available options are:
Terminal size and location
Font and color configuration
Auto hide
Title
Custom command
URL processing
Transparency
Animation
Rolling
Wait
I like these types of terminals because they can easily disappear when you don't need them, just press a button. For those who keep coming out of the terminal, tools like Tilda are ideal.
Aterm
Aterm has a special place in my heart because it is one of the terminals I use many times, and it makes me aware of the flexibility of Linux. This goes back to when AfterStep became the window manager of my choice (it didn't take long), and I was new to the command line at the time. Aterm provides a highly customizable terminal emulator and helps me understand the details of using the terminal (how to add options and switches to commands). You might ask, "what do you think?" . Because Aterm has never had a graphical interface for customizing options. To run Aterm with any special options, you must run it as a command option. For example, suppose you want to enable transparency, green text, white highlighting, and no scroll bars. To do this, run the following command:
Aterm-tr-fg green-bg white + xb
The end result (the top command runs for illustration) looks like figure 2.
Figure 2: Aterm with some customization options
Of course, you must install Aterm first. Fortunately, this application can still be found in the standard software library, so installing on Ubuntu is as simple as the following:
Sudo apt-get install aterm-y
If you want to always open Aterm,*** with these options, create an alias in the ~ / .bashrc file, as follows:
Alias= "aterm-tr-fg green-bg white + sb"
Save the file, which will always turn on these options when you run the command aterm. For more information about creating aliases, check out this tutorial.
Eterm
Eterm is the second terminal that really tells me how much fun the Linux command line can bring. Eterm is the default terminal emulator for Enlightenment desktops. When I finally moved from AfterStep to Enlightenment (back in the early 20th century), I was worried that I would lose all those cool aesthetic choices. It didn't turn out that way. In fact, Eterm provides a number of unique options, while using the terminal toolbar to make the task easier. With Eterm, you can easily select a background from a large number of background images from the "Background > Pixmap" menu item (figure 3, if you need one).
Figure 3: select one for Eterm from a large number of background images.
There are many other configuration options (such as font size, mapping alerts, toggling scroll bars, brightness, contrast, transparency of background images, and so on). One thing you need to make sure is that after you configure Eterm to suit your taste, you need to click "Eterm > Save User Settings" (otherwise, all settings will be lost when you close the application).
Eterm can be installed from the standard software library with the following commands:
Sudo apt-get install etermExtraterm
Extraterm should be able to win some of the coolest feature sets in today's terminal window projects. The most unique feature of Extraterm is the ability to wrap commands in colored boxes (blue for successful commands and red for failed commands). Figure 4).
Figure 4:Extraterm shows two failed command boxes.
When you run a command, Extraterm wraps the command in a separate color box. If the command is successful, the color box is displayed in a blue outline. If the command fails, the box is marked in red.
Extraterm cannot be installed through the standard software library. In fact, the only way to run Extraterm (currently) on Linux is to download the precompiled binaries from the project's GitHub page, extract the files, change to the newly created directory, and then run the command. / extraterm.
To enable the color box when the application is running, you must first enable the Bash integration feature. To do this, open Extraterm, and then right-click anywhere in the window to display the pop-up menu. Scroll until you see the entry for "Inject Bash shell Integration" (figure 5). Select the entry, and then you can start using the color box option.
Figure 5: insert Bash integration for Extraterm.
If you run a command and you can't see the color box, you may have to create a new color box for the command (because Extraterm comes with only some default color boxes). To do this, click the Extraterm menu button (the three horizontal lines in the upper right corner of the window), select Settings, and then click the Frames tab. In this window, scroll down and click the New Rule button. You can then add the command to use the color box (figure 6).
Figure 6: add a new rule to the color box.
If you still don't see the color box appear after that, download the extraterm-commands file from the download page, extract the file, change to the newly created directory, and run the command sh setup_extraterm_bash.sh. This should enable the color box for Extraterm.
There are more options available for Extraterm. I'm sure that once you start playing this new trick on the terminal window, you won't want to go back to the standard terminal. It is hoped that developers can provide this application to the standard software library as soon as possible (because it can easily become one of the terminal windows).
As you might expect, Linux has many terminals available. These four represent four unique terminals (at least for me), each of which can help you run the commands that the Linux administrator needs to run. If you are not satisfied with one of them, use your package manager to find out what packages are available. You will certainly find something that suits you.
About the four unique Linux terminal simulators are which are shared here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.