Although Linux users these days get to perform various operations through programs having high-end GUIs, there are multiple reasons to use the Linux command line called the Terminal.
This article explains some simple ways that you can use through your keyboard, mouse control. or both, in order to open the Debian Terminal application.
We have run the commands and procedures mentioned in this article on a Debian 10 Buster system.
The Application Launcher Search lets you look up and open various applications, files, and system components installed on your system. All you have to do is hit the Super(Windows) key and search for the item you want to access. Simply click the search result and your application/file will open
I entered the keyword “terminal” and it listed all the terminal applications installed on my system. I will be clicking on the Terminal (Gnome Terminal) as it is the default terminal emulator for Debian, and also happens to be my favorite.
This is how the Terminal application looks like on Debian:
Closing the Terminal is as easy as typing exit and hitting Enter as follows:
$ Exit
The Run command window can be used to directly run commands that you would otherwise run by opening the Terminal. You can use the Run command window in order to open the Gnome Terminal as follows:
Use the Alt+F2 shortcut in order to open the Run command window. Then enter the following command and hit the Enter key:
gnome-terminal
You can even use this command in the Terminal window to open another Terminal session.
The Terminal application is also available in your Debian’s list of applications. As you might know, you can view the installed UI applications through the Applications button located at the bottom(by default) of the Activities Panel/Dock.
Hit the Super key in order to access the Dock and then click on the dotted icon (applications) to view all the installed applications.
Now look up for the Terminal application icon and click on it in order to open the Debian Terminal.
Debian comes with a powerful set of keyboard shortcuts that you can utilize in order to increase your productivity through minimum effort. When you have a good grip on the shortcuts, you can avoid using the mouse; which saves a lot of time. You can also focus more on your work rather than following the mouse pointer. Keyboard shortcuts are especially useful if you do a lot of text editing; your hand muscles will actually thank you for avoiding the mouse. When I shifted from Ubuntu to Debian, what I was missing the most was the Ctrl+Alt+T shortcut that I very frequently used to launch the Terminal application. So here is how you can create a similar shortcut in Debian to launch the Terminal.
Open the Settings utility from the Application Launcher search or the down-ward arrow button located at the top right corner of your screen.
The Settings utility opens in the view you were on, when you last opened Settings.
Click the Devices tab from the left menu of the Settings window. Then, click on the KeyBoard tab from the Devices menu. The following Keyboard view will be displayed in the right panel:
Alternatively, you can directly open the Settings utility in the Keyboard view by searching for "keyboard shortcuts" in the Application Launcher search.
Scroll down the Keyboard view in Settings and click the + button. The Add Custom Shortcut dialog will appear.
Enter the following information in the Add Custom Shortcut menu:
Name: Terminal
Command: gnome-terminal
Shortcut: Set a shortcut by pressing the “Set Shortcut” button and then setting a shortcut by pressing Ctrl+Alt+T keys simultaneously. The following dialog will appear:
Click the Add button and your new shortcut is now set.
In the Keyboard Shortcuts list, you will be able to see the newly set shortcut in the Custom Shortcuts column as follows:
Try this shortcut by pressing Ctrl+Alt+T. The Terminal will appear every time you do so.
So these were four ways for you to open the Terminal application on your Debian system. You are now ready to use the superpowers of the command line.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…