In Kali linux , the keyboard shortcut to Terminal is missing by default, that was a convenience that pentesters miss the most. We had this available by default in backtrack.
One way to open terminal with keyboard is to press Alt + F2 , a command window will open , and write " gnome-terminal " and press Enter.
Second way is to create a keyboard shortcut permanently to the terminal.
For this, we will goto Settings > Devices > Keyboard.
In the shortcuts section, scroll down to the end of the list , we will find a " + " sign, that is for adding a new shortcut.
We have three text boxes here to fill.
1- Name : Enter the Name for the Shortcut e.g. "Terminal".
2- Command :Enter the command for the program. In our case its terminal. The command for terminal is " gnome-terminal".
3- Shortcut : press the buttons you want to use as a keyboard shortcut for the above command. Here it can be "Ctrl+T" or " Super+T" or you can add any shortcut as per your convenience. and click add.
Thats it, now you can open terminal any time by using the keyboard shortcut.
CYB3RTR0N , 574r570rm
Its about cyber security, understanding concepts, learning tools,techniques and procedures, sharing code snippets and walkthroughs.
Showing posts with label keyboard shortcut. Show all posts
Showing posts with label keyboard shortcut. Show all posts
Subscribe to:
Comments (Atom)
🚀 GRC in Action: Connecting Theory to Reality 🚀
As part of my GRC studies with Inegben Academy, I'm applying the OCEG Red Book framework to real-world challenges. 1. Third Party Risk...
-
**My Experience Earning the CRTA (Certified Red Team Analyst) Certification** I’m thrilled to share that I’ve recently earned the *Certified...
-
Below are the commands , to Decode and Encoded text from Base64 and Rot13. It is a handy and easy technique required in CTFs. Alternative...