How To Speed Up Opening Linux Terminal & Running Linux Commands
By Angsuman Chakraborty, Gaea News NetworkFriday, October 10, 2008
Most techies and developer prefer using the terminal on Linux. If you are like me a heavy command line interface (cli) user than you will find these simple tips useful.
How to speed up opening Linux terminal
Install roxterm. On Red Hat, Fedora, Cent OS or other yum based systems, it is as simple as:
yum -y install roxterm
How to run Linux commands directly from desktop
- Right click on Panel and select Add to Panel.
- Select Command Line and click on Add.
Now you will have a mini command line on your desktop panel from which you can directly run commands. It also remembers your old commands and auto-fills them.
BTW: My favorite command is:
pkill firefox
I use this whenever Firefox becomes slow or hangs.
Tags: Firefox, Linux, Linux CLI, roxterm
October 10, 2008: 8:30 pm
@James Watson > Have you seen anything that incorporates a terminal with a file explorer? > For example, it would be nice to be able to type in a cd command and have the file explorer change the display. Use mc (Midnight Commander). It excellently integrates a file explorer in the terminal and has more functionality packed in than you can imagine. On yum based systems you can use the following to install it: |
October 10, 2008: 8:27 pm
@Fahd |
James Watson |
October 10, 2008: 8:22 am
Have you seen anything that incorporates a terminal with a file explorer? For example, it would be nice to be able to type in a cd command and have the file explorer change the display. Now that I think about it it might be more complicated than I initially though. But if was done well, it could be awesome. |
Angsuman Chakraborty