General :: Shortcut/Command For DisablingEnabling GUI On Fedora 8.0?
Sep 12, 2010
I have fedora installed on my P4. Can anyboy tell me what is the Shortcut/Command for DisablingEnabling GUI on Fedora 8.0 ?
I have figured out that for disabling, we have the shortcut :-
ctrl - alt- f1
View 2 Replies
ADVERTISEMENT
Apr 19, 2010
To install kde:
Code:
To groupinstall
Code:
Are those correct?
Any other command to install gnome/kde on Fedora?
View 5 Replies
View Related
Sep 19, 2011
Every time I need to start or stop Tomcat, I am navigating to:
/Tomcat_Dir/bin
and once I am in the folder I enter:
./Startup.sh
And to stop the server, I navigate to the same directory and enter:
./Shutdown.sh
I was wondering if there was a way in Linux to alias the above described process, so that from any location in the filesystem, I can simply type in something like
StartTomcat or StopTomcat to perform the Startup and Shutdown of the web-server?
View 2 Replies
View Related
Jul 24, 2010
For example, I always go to this path:
/user/something/somefolders/somewhere
but I don't want to type
cd
/user/something/somefolders/somewhere
in the terminal all the time, can I have some short hand to do so? for example, can I do something like
cd commandPlace
to replace the path?
View 5 Replies
View Related
Apr 5, 2011
When at the command line, I find that I have to type out this command very often: find . -iname "*php" -exec grep -H query {} ; I'd love to set up an alias, script, or shortcut to make it work easier. I would like to do something like: mysearch query ("*php") (.) It would be great if the command could accept three arguments, in reverse order:
query string, file name expression, directory If the second two arguments were omitted they would default to not being included, and the current directory. Finally, the icing on the cake would be that if additional variables were included (4th, 5th, 6th...) they would be injected as additional arguments for the find command (like I could say -type d) at the end. Attempted code I tried the example below, but I'm still having trouble setting default values. What am I doing wrong?
#!/bin/bash
c=${param1+.}
b=${param2+*}
a=${param3+test}
find $c -iname $b -exec grep -H $a {} ;
View 1 Replies
View Related
May 13, 2010
Im using Fedora Core 5.how to switch to command line from GUI using keyboard shortcut.
View 19 Replies
View Related
Jun 8, 2010
Whenever we insert CD,it creates a shortcut link in desktop.Can we list this link name by using any command? I am using Oracle Enterprise Linux 5.0.
View 10 Replies
View Related
Apr 21, 2011
I want to place a couple of launchers on my desktop so when I click them a terminal opens and runs the command how do I do this?E.g I want one for tail -f /var/log/messages, and another for rtorrent
View 2 Replies
View Related
Jul 26, 2011
I want to configure my keyboard shortcuts, but I need to get the commands for certain applications in the list. How do I do this? It appears I can't right click any icons that come up when I search for them.
View 9 Replies
View Related
Feb 13, 2010
Is there a way to set a specific terminal command as a keyboard shortcut? I know gnome-terminal opens the terminal, but is there a way to make a keyboard shortcut that opens the terminal and runs top?(I don't like how cpu heavy gnome-system-monitor is)
View 4 Replies
View Related
Sep 10, 2010
I would like to use the keyboard shortcut of <Super>Tab to open the main applications menu.
What is the command for opening the main applications menu? I have searched but cannot find it.
View 2 Replies
View Related
Feb 2, 2011
I would like to make a keyboard shortcut to execute the following command:
Code: /usr/bin/xdotool key XF86MonBrightnessDown The command, when run from a terminal, works perfectly. However, when run via a keyboard shortcut, the command fails to execute. how I can execute my command with a keyboard shortcut. I am running Ubuntu 10.10 Netbook Edition with Unity-2d.
View 3 Replies
View Related
Feb 21, 2010
I use a few command line programs quite often such as nano and mpc. I'd like to create a shortcut icon to open them rather than opening a terminal and then typing in the program name to open it. For example, how could i open konsole with nano opened in one step?
View 5 Replies
View Related
Jan 15, 2010
I'm having Ubuntu Kramic Koala and i want to create a custom application launcher on the panel so when it is clicked it should open a terminal window and run the following command and then show the output for 5 secs and then closes the terminal... how can i do this?
Code:
cat /proc/sys/vm/laptop_mode && sleep 5
the above command is what i want to be executed at time of running the custom application launcher. if i paste the command in a terminal, it will show the output for 5 secs and then terminates... that's almost what i want. what i exactly want is that, i want it to work like when i click on the shortcut launcher, it should open a terminal and then exectues that command, show the output for 5 sec, pause, and then exits the teriminal.
View 8 Replies
View Related
May 11, 2011
I am working with rdesktop.I have a win2003 server. I want to remote only single application from my ubuntu desktop.I am using this command from my terminal service
ubuntu$rdesktop -u test -p password -g 80% -s "c:/seamlessrdp/seamlessrdpshell.exe c:/Program Files (x86)/Microsoft Office/Office14/WINWORD.EXE" 192.168.x.x
Its working fine. But when I am using desktop shortcut from create launcher it's not responding.
View 1 Replies
View Related
Sep 11, 2010
In order to avoid switching user, is it possible to open dolphin in root mode. If yes, what is the command, and the keyboard shortcut to enter it.
View 3 Replies
View Related
Jul 20, 2010
I use a variety of text editors and web browsers with SSH often, and I want to bind my text copy/paste to windows+c/windows+v combos at the global level for better workflow (ctrl c has it's obvious problems in this scenario).I went to create a custom keyboard shortcut (which will hopefully override individual apps as well), and it asks for the command.
View 1 Replies
View Related
Jan 12, 2010
I'm trying to install Cinelerra because it has a plugin to do chromakey. I found a .deb and installed it, but now I don't know how to start the program. It didn't make a shortcut in my main menu, and typing "cinelerracv" returns "command not found"Did I install it wrong, or not at all? What should I try next?
View 3 Replies
View Related
Jun 19, 2011
i've installed the 7zip package in Fedora 15 (using Gnome3), the install was both the 'pluggin package' and the 'archiver', but i can't find how to run the program.I did open 'nautilus' file manager as a 'su' user, and found a folder 'p7zip' under usr/libexec/ location, it has three executables, 7z, 7za and 7zCon.sfxHow do i run this program, i have tried uninstalling and then re-installing the packages using both the 'Add/Remove software' manager, and using 'Yum extender', and also via the 'terminal' as an 'su' user and entering....
View 6 Replies
View Related
Aug 10, 2009
how to get a shortcut for opening a terminal as root? I mean something I could put in my gnome panel and then just click and get a dialog asking for the root password. Or maybe just open the terminal and automatically do "su -" (maybe this is easier actually). In Debian/Ubuntu this can be achieved doing "gksu gnome-terminal". In F10 I got it done using beesu, but it doesn't work anymore in F11:
Code: $ beesu gnome-terminal
(beesu:17788): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
(beesu:17788): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
Failed to contact the GConf daemon; exiting.
View 9 Replies
View Related
Dec 14, 2009
I am attempting to recreate terminal commands with a Fedora desktop launcher shortcut to start x360mediaserve. The commands in the terminal work as below:
Code:
cd /opt/x360mediaserve-0.0.2
./start 192.168.2.126
But attempting to run from a desktop launcher, it doesn't work, with the command line:
Code:
sudo /opt/x360mediaserve-0.0.2/start 192.168.2.126
I have also attempted to create a shell script, from which to launch via desktop launcher:
Code:
#!/bin/bash
cd /opt/x360mediaserve-0.0.2
./start 192.168.2.126
which also doesn't work.
View 6 Replies
View Related
Jan 3, 2010
This should be simple, but I just don't see it. KDE 4 desktopI have an application located in /usr/Kompozer that I'd like to add a shortcut to on my desktop. It's not on the menu. Runs fine from the command line. Right clicking on desktop doesn't seem to have what I need. I tried using Dolphin file manager, but still no joy. Can copy, but again can't paste a shortcut on the desktop... or so it seems.
View 3 Replies
View Related
Jan 8, 2011
I am using FC12 to view television shows I miss with the Adobe Flash plugin in both Google Chrome and Firefox. Certain network pages will work with Chrome but not Firefox and vice versa. For simplicity, I would like to create shortcut / links to the different show websites we watch, but I don't know how to direct one link to use Chrome and another to use Firefox. Is this even possible (I haven't explored it much myself)?
View 3 Replies
View Related
Apr 22, 2011
Create new shortcut in right-click menu. for example i want to add an shortcut of openoffice in menu.
View 2 Replies
View Related
Mar 30, 2011
I know that there was some shortcut to see detailed boot process, hardware information. I think it was 'R' but I'm not sure.(I know that I could also remove 'quite' option but this is not the case like also virtual consoles. I'm looking for this particular shortcut and some information what it actually does)
View 2 Replies
View Related
Nov 30, 2009
I generally use gnome but with latest hulla-boo about graphics tempted me to check kde. where i found following problem to configure:
1) no keyboard shortcut to launch a terminal
2) my laptops dedicated volume control is not working
3) gnome package manager is not there, though i can use yum
View 6 Replies
View Related
Aug 6, 2010
i want to set the shortcut so that alt+1,2,3or4 will swap between the desktops,
how do i do this i cant seem to find it under system->preferences
also how do i make it so when i scroll the middle mouse buttom on a windows title it goes to shade?
View 4 Replies
View Related
Apr 7, 2011
I am trying to start a script via a keyboard shortcut.The trouble is, it runs fine when i start it from the terminal, either by opening a terminal and starting it there or by "double-click", but when I use the shortcut it loads, but doesn't work properly. This is probably because it asks for user input, which would be put in the terminal window.Is there a way to start a script in a terminal window by default?
View 2 Replies
View Related
Aug 19, 2009
used to use this feature alot in F10 ... not sure... but i can't find it in the keyboard shortcuts prefs
View 2 Replies
View Related
Sep 21, 2009
how do I create a shortcut to a Wine program on the Desktop?
View 9 Replies
View Related