Linux tips
Moderators: snarkout, Patrick, dann
Linux tips
Recently I listened to Chess Linux Reality podcast, he has been asking for Linux Tips. After some good thought I have to differenciate between using a new tool vs using a tool better. A tip is not throwing new apps, but using the same apps better. Here is where I would like to discuss what would be a Linux Tip.
I submit my tip about using the Run Command and launching apps from it. I think is a tip since I am using the Run command better than windows but is really the common way of using the run command.
I wonder what other think about linux tips.
I submit my tip about using the Run Command and launching apps from it. I think is a tip since I am using the Run command better than windows but is really the common way of using the run command.
I wonder what other think about linux tips.
Alexandro COLORADO
- johnnywtllts
- Posts: 82
- Joined: Fri Dec 30, 2005 9:40 am
- Location: North Carolina
- Contact:
Jza,
I didn't quite understand what you were proposing; are you saying that windows users should use the Run command to launch apps?, or are you talking about launching Linux apps from a command in a Terminal.
If I remember correctly, there has been at least one TWAT cast about Windows from the command line, and there was a TWAT episode last year about making the Windows command line behave like a BASH terminal.
I didn't quite understand what you were proposing; are you saying that windows users should use the Run command to launch apps?, or are you talking about launching Linux apps from a command in a Terminal.
If I remember correctly, there has been at least one TWAT cast about Windows from the command line, and there was a TWAT episode last year about making the Windows command line behave like a BASH terminal.
No, I mean Linux users should use the run command. Is usually faster than going through the menu.
I am not talking about the terminal, I am just talking about the run command which is I guess a GUI Terminal. Both windows and Linux have that from the start menu. However the big difference is that in windows you need to specify the whole path to be able to launch an application. So if you want to launch firefox on Windows you need to type something like:
However on linux you just need to type firefox and that will be the end of it. There are ways to put the path on an enviromental variable in Windows however since every app path is unique, this makes it really hard to actually perform.
You get it now?
I am not talking about the terminal, I am just talking about the run command which is I guess a GUI Terminal. Both windows and Linux have that from the start menu. However the big difference is that in windows you need to specify the whole path to be able to launch an application. So if you want to launch firefox on Windows you need to type something like:
Code: Select all
C:\Program Files\Mozilla Firefox\firefox.exeYou get it now?
Alexandro COLORADO
- johnnywtllts
- Posts: 82
- Joined: Fri Dec 30, 2005 9:40 am
- Location: North Carolina
- Contact:
sudo maybe. I am not sure about this, I know that some apps if you need root permissions an 'insert password' dialog will be launched. I use mandriva and this happens when I type mcc (mandriva control center). Also the run command usually have a checkbox saying run in terminal window.
KDE has Run as different user, different priority, and realtime scheduling. This options are not available on xfce/gnome thought. So it depends on which desktop enviroment/wm you are using.
But yes, typing Ctrl-F2 is a faster option than going to the mouse, locating the terminal window and typing the application name.
KDE has Run as different user, different priority, and realtime scheduling. This options are not available on xfce/gnome thought. So it depends on which desktop enviroment/wm you are using.
But yes, typing Ctrl-F2 is a faster option than going to the mouse, locating the terminal window and typing the application name.
Alexandro COLORADO
I never use the menu. I use launchers in the Gnome panel. One click.Jza wrote:No, I mean Linux users should use the run command. Is usually faster than going through the menu.
I've never had this problem. If an app is properly installed on Windows, it should be in your path. You should be able to type 'firefox' and have it launch. If it doesn't it's the app installer's fault, not Windows.Jza wrote:I am not talking about the terminal, I am just talking about the run command which is I guess a GUI Terminal. Both windows and Linux have that from the start menu. However the big difference is that in windows you need to specify the whole path to be able to launch an application. So if you want to launch firefox on Windows you need to type something like:Code: Select all
C:\Program Files\Mozilla Firefox\firefox.exe