Ubuntu :: Select Between Multiple Keys From The Terminal With Pgp - Clearsign?

Aug 7, 2010

I was trying to sign my Ubuntu Conduct Agreement with the key I created for luanchpad. I have one other key that is used for my private folder. While using pgp --clearsign to sign my agreement it kept using the first key I created for my private folder. My work around was to create an email and then copy/paste using the correct key. how can I select between multiple keys from the terminal with pgp --clearsign?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Can't Select Multiple Files For Uploading

Feb 13, 2010

I pushed the browse button and selected the first picture, but I was unable to select all of the pictures.
This happened again on an email attempt to do the same thing.

In the gnome environment, I am able to select the first then hold down shift, and select the last pic and all the ones in between will be selected. I expected this behavior when selecting for upload, but it didn't happen. I had to select each one, one at a time and upload each one.

I tried making a folder to upload the whole folder and that would not select at all.

View 8 Replies View Related

Ubuntu :: Select Multiple Appointments To Delete?

Mar 19, 2010

How do I select multiple appointments to delete? Outlook lets you do this, but how to do it in evolution.

View 1 Replies View Related

Ubuntu :: How To Select An Option In Terminal GUI

Sep 27, 2010

i have script it is for installing a program when I run it on terminal an old type GUI with a scroll bar and options appears. I can go from option to option but the first one is default selected and I can not select any other one it is something like that:[*] option 1

[] option 2
[] option 3

I can go over option 2,3,.. but the first one is default selected [*] with the asterisk. How can I move asterisk to any other option? when i go over another option and hit enter it is executing the default one.

View 3 Replies View Related

Ubuntu Security :: Setting Up Keys For Ssh For Multiple Users?

Jan 30, 2011

Ubuntu 10.10 Server is loaded. Openssh has been loaded.

I have multiple users which need access to server via ssh.

My impression from reading about ssh is that a key needs generated for each person. Thus, each key will have a passphrase that is unique to them.

In /etc/ssh/sshd_config, the default sshd_config suggest using:

%h/.ssh/authorized_keys

My assumption is %h is a variable that will allow the current user to use the public key stored in his home directory under the .ssh folder in a file called authorized_keys. Is their a command string that automatically populates the authorized_keys file?

I am surprised that even though there are a number of hidden (e.g. .****) files located in the home folder, there is not one automatically generated as .ssh. It appears I have to create that directory myself. I am especially surprised by this since it appears the instructions for generating a key seems to load the key in the home directory instead of proceeding to create a .ssh folder to store the keys in.

It is not clear, but it appears that the public key needs to be copied or appended to the authorized_keys file, but, using the scheme above, the public key needs to be copied or appended to each users authorized_keys file instead of appending all public keys to a single authorized_keys location.

It then appears that each persons authorized_keys file needs permissions set to 600.

It also appears that if I decide to use RSA instead of DSA, I would do the same thing above but would use authorized_keys2 file instead.

Why doesn't the home folder which gets automatically set up for each user automatically get a .ssh folder generated? i.e Why does it have to be created by hand? Does it need the same permission on the .ssh folder? ie 600?

My aim is to allow many to log on via ssh simultaneously and then allow many to simultaneously vnc into their respective gnome desktops.

View 6 Replies View Related

Debian Multimedia :: Select Multiple Desktop Environment Using Startx?

Jan 25, 2011

I use Debian Squeeze and I have the following desktop environment installed: fluxbox, lxde, openbox and icewm. I make login in text mode and I start X using startx command manually in terminal. When I do that, fluxbox is loaded, because my ~/.xinitrc is configured this way:

#!/bin/sh
# fix dbus problem
eval "$(dbus-launch --sh-syntax --exit-with-session)"
# start session
exec startfluxbox

[Code]...

And "%session" is the variable value (fluxbox/lxde/openbox/icewm) chosen during the graphical login. This script works with Slim, but I want to login in a non-graphical mode. Could I use this script somehow to do a non-graphical login using startx? Is there some way that I could run startx with some parameter that it would pass the "%session" value to .xinitrc?

View 6 Replies View Related

General :: Cannot Select Multiple Files Using Ctrl + Left Click?

Jan 2, 2010

In Ubuntu 9.10 I cannot select multiple files using Ctrl+left mouse click. It can't be done in OpenOffice.org Writer as well. Can't select multiple words using that key combination.But it works fine with the desktop icons.

View 4 Replies View Related

Ubuntu Security :: Public / Private Keys On Multiple Servers?

Mar 26, 2010

At the moment we have one SSH server with the private key being on a usb flash drive, and the public key being on the server in authorized_keys2. Now that three more servers are coming online, should we generate new keys, so we have muliple private and public keys (one pair for each server), or use the same two keys to access all the servers

View 5 Replies View Related

Ubuntu :: Redefine Terminal Keys (not X-server)

May 17, 2010

Im running ubuntu 9.04 remotley via ssh, using putty on a windows computer to control it. I want to redefine one key (I have a swedish keyboard where I have to press AltGr+key to get a tilde sign, would be better if I could get the tilde without AltGr modifier).

I read about xmodmap and xev. Using them I succesfully redefined the key for x-programs. For example if I start firefox over ssh and press the key I get the correct key. But in the terminal session the changes does not take effect. Which is probably logical since xmodmap does only work on the x-server. But how do I redefine the keys for terminal use?

View 2 Replies View Related

Ubuntu :: How To Change Shortcut Keys Used In Terminal

Jul 5, 2010

I want to reassign ctrl-shift-C and ctrl-shift-V. How is that done? (I'm using a Mac keyboard and I'd like to take advantage of the command key to avoid having to hit two modifiers.)

View 3 Replies View Related

Ubuntu :: Weirdness With Terminal - Cursor Keys Don't Work

Aug 23, 2010

I've never seen it before and its entirely possible that I may have done something to my system to cause it. Basically, when I open any new terminal window I have a '$' sign instead of the usual blah@blah etc. Also, the cursor keys don't work

View 9 Replies View Related

Slackware :: Home And End Keys In A Terminal

Apr 22, 2010

I am having trouble using home and end keys in a terminal, to go to the end or beginning of a line. With xterm it will only work with the bash shell, while under zsh nothing is output. With urxvt, mrxvt and aterm pressing the keys in either bash or zsh always just results in a tilde being printed. Is this perhaps because urxvt, aterm and mrxvt are emulating a different terminal type to xterm by default?

Why does xterm work for bash but not for zsh? I don't just want a solution, I want to understand why it doesn't work by default. As a side question, is there any way to press alt+enter within a terminal? I tried to use wicd-curses where you have to use alt+enter to save settings, and it didnt register in any of the terminals, even xterm.

View 11 Replies View Related

General :: Select Text In BASH Terminal Using The Keyboard Without Mouse?

Jan 2, 2011

How to select text in BASH terminal using the keyboard without mouse? I'm using Ubuntu 10.10

View 1 Replies View Related

Ubuntu :: [Maverick] Xfce4-terminal Keys Act Weird/wrong?

Oct 16, 2010

Since the upgrade to Xubuntu 10.10, I'm having issues with Xfce4-terminal. When I use aptitude, the home and end keys don't scroll the list to the top or bottom. With vim, it generates input of adding a new line with F or H on it above the current line. Ctrl+arrow left/right also generate unwanted signals/characters.This does not happen with Kubuntu or Ubuntu and when I install Gnome-terminal and use that, everything works as you expect. This even happens on the live environment. I don't want to use gnome-terminal, as it pulls in more packages than I need and the Xfce4-terminal should just work.

Another thing that happens is that when I read a man page or close vim or aptitude, it behaves as if it's in a TTY: the text it just showed stays on screen or it clears the bunch in the current view and puts the prompt at the bottom. It should be that the application just closes and you get the prompt back the way it was before you started to read the man page for example.It is purely a terminal emulator problem. Does anyone have a solution for these issues?

View 5 Replies View Related

General :: Getting F Keys To Work In Terminal Emulation?

Jan 28, 2010

I'm running Debian (both Sarge and Lenny, on different systems) under Gnome and have a number of thin client workstations that connect to a software application on an AIX server. I'm using gnome-terminal to provide terminal emulation for this software. Unfortunately, the emulation leaves something to be desired, and doesn't catch all of the F keys properly. It seems F1-F4 act as some form of escape key, exiting out of the software back to the command line, when they should be performing different functions in the software. F5 and F6 work as they should in the emulation. Is there a setting I can apply to my gnome-terminal launcher that will make this behave like it I want? The terminal should ideally match the behavior of a Link MC5 terminal (we have some of these old beasts still around, still crunching away), but alas, I don't know how to implement this.

View 2 Replies View Related

General :: Creating Some New Short+keys For The Terminal?

Feb 1, 2010

I did something stupid; I think while creating some new short+keys for the terminal, I must have enabled an unknown feature to me. The keypad now acts like a mouse. For example; With NumLock on, I press 7 the mouse goes north+west. I press 6 the mouse pointer goes east.

View 2 Replies View Related

Ubuntu :: Gnome-terminal On 9.10 Doesn't Recognize Shortcuts Keys Anymore

Mar 17, 2010

I have recently added a new keyboard layout - international U.S with dead keys - so I can type accentes and so in spanish. Ever since that gnome-terminal doesn't recognize the shortcuts keys like <ctrl>r or <ctrl>c and I get my other language charecters instead. thats happen with any keyboard layout I swith to. Furthermore, <alt><ctrl>+F1...F9 doesn't work either.

View 5 Replies View Related

Software :: Select The Main Menu And Activate The Terminal, All That Comes Up Is A Blank White Window?

May 10, 2010

I recently installed Linux Mint 8 (main) on my P.C.. When I select the main menu and activate the Terminal, all that comes up is a blank white window--The same thing happens when I try to run Software Manager or Synaptic. Could you please instruct me how to fix this
problem.

View 7 Replies View Related

Server :: Gnome Terminal Cursor Keys Produce Garbage?

Jun 17, 2011

Ubuntu 10.04 - Gnome Termainal - BASH pressing cursor keys in certain users produces garbage. For example:

pressing up arrow produces: ^[[A
pressing down arrow produces: ^[[B
pressing right arrow produces: ^[[C
pressing left arrow produces: ^[[D

Naturally, I'd like my bash history instead of this. For root and my main user I have no problems. I have a few system users (who don't have a standard home directory) and this seems to occur with those users. For example, my amandabackups user has a home directory of /var/lib/amanda.

View 3 Replies View Related

Software :: XFCE Terminal Cannot Bind Shortcut Keys / How To Disable All Shortcuts?

Jun 5, 2011

Is there any way to disable shortcut keys in XFCE Terminal ? I can't seem to bind the shortcut keys, and F1 especially really gets in the way for some programs. Have no clue who thought it would be a good idea to bind F1 to a stupid help screen, when many terminal programs need this. I am using fluxbox, so maybe this has something to do with it.

View 1 Replies View Related

Fedora :: Cannot Select Multiple Files In "File Upload" Dialog

May 1, 2010

When I click on the "Browse" button on a web application, I get "File Upload" a dialog. However, I cannot select more than one files. I know it's not a big deal to most people, but I am writing a web page that allows users to upload multiple files at once. So, this is like a show stopper for me.

Here is my Fedora version: Linux saigon 2.6.30.10-105.2.23.fc11.i586 #1 SMP Thu Feb 11 06:51:26 UTC 2010 i686 i686 i386 GNU/Linux

View 3 Replies View Related

Ubuntu :: Multiple Commands At The Terminal?

Jan 21, 2010

I am in the process of coverting some video files to motion jpeg (Wii) files with ffmpeg (great program by the way). I have been successful and so the majority of my work is over. My question is simple (I think) but complex to me so... here it goes. Is there a way on one command line to "batch" convert 8 or 9 files together instead of one by one. I just don't know what to put on the command line. I took one UNIX class a long time ago and the terms pipe and such come to mind... but I forget. Any takers? That was I can write what I want the computer to do in the morning and just come back after work and voila...

View 6 Replies View Related

Ubuntu :: Run Multiple Applications In One Terminal?

Apr 6, 2010

What do people use to run multiple applications in one terminal?

Thinking of turning my GUI into a big terminal with openbox on top and was thinking, where would I find a command-line timer tool?

And if I only had one terminal, how would I switch between applications? A 5 hour timer isn't nice if it locks up the terminal for 5 hours...

View 9 Replies View Related

Ubuntu :: Multiple Terminal In Server?

Mar 9, 2011

I am using Ubuntu 10.04 Server as my web server. I need to run Kannel for sending SMS. This require two programs i.e bearerbox and smsbox to be run. In case of Redhat I do this by opening 2 terminals. How can I do this in Ubuntu server which has no GUI

View 8 Replies View Related

Ubuntu :: Multiple Instances Of Terminal App?

Jun 25, 2011

How can I make it so that I can open multiple new instances of the terminal app by clicking on the corresponding icon? I'm running 11.04 with Gnome 3.

View 5 Replies View Related

Ubuntu :: Adding Multiple Users Terminal?

Jun 1, 2010

I want to add users from the command line, I know I can use the adduser for individual users, but if you have 50 or more there must be another way. I'd rather not use the GUI.

View 2 Replies View Related

Ubuntu :: Open Terminal With Multiple Tabs ?

Aug 16, 2010

Is it possible to open a terminal window with a few tabs and execute a separate script or command in each with a single command or script?

View 4 Replies View Related

Ubuntu :: Gnome-terminal -e <multiple Commands>

Sep 1, 2011

With xterm, I can do the following, and the scripts are executed sequentially in a single xterm: xterm -e 'script1.sh;script2.sh' But with gnome-terminal, when I do: gnome-terminal -e script1.sh;script2.sh It runs them in parallel in 2 different terminals. I've tried a few combinations of ", and ', around the scrips, but no difference.

View 2 Replies View Related

Ubuntu :: Accessibility Equivalent For Sticky Keys And Mouse Keys?

Jun 27, 2011

Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.

View 1 Replies View Related

Ubuntu :: Move Multiple Files And Folders At Once In Terminal?

Jun 27, 2010

Is it possible to move multiple files and folders at once in terminal?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved