Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Learning on how to use the (SSH) in any enviornment [HELP!!] Post 302838343 by syregnar86 on Monday 29th of July 2013 11:43:31 AM
Old 07-29-2013
screenshot

Entering what you just told me I get nothing
Learning on how to use the (SSH) in any enviornment [HELP!!]-screen-shot-2013-07-29-94021-ampng
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

learning on my own

can i do this? i am learning this on my own..and from the book..simple unix i am not sure if the syntax would work if statement then statement do or for or while statement done else statement fi.... I dont know how else to explain that...I hope I... (2 Replies)
Discussion started by: jonas27
2 Replies

2. Shell Programming and Scripting

Enviornment Variable in B shell (I call it nested variable)

#!/bin/sh APP_ROOT_MODE1=/opt/app1.0 APP_ROOT_MODE2=/opt/app2.0 APP_ROOT=${APP_ROOT_${APP_MODE}} # enviornment variable APP_MODE will be exported in the terminal where # we run the applciation, its value is string - MODE1 or MODE2 # My intension is: # when export APP_MODE=MODE1... (4 Replies)
Discussion started by: princelinux
4 Replies

3. UNIX for Dummies Questions & Answers

learning about pipes!

im trying to figure out how to do the following: using pipes to combine grep and find commands to print all lines in files that start with the letter f in the current directory that contain the word "test" for example? again using pipes to combine grep and find command, how can I print all... (1 Reply)
Discussion started by: ez45
1 Replies

4. Programming

learning fortran

Can anyone recommend a very good Fortran online course for unix. It should also cover Fortran X11 programming if possible. I understand this learning cannot be rushed but a course that addresses useful topics sooner is best. If it isn't free, that's okay. (1 Reply)
Discussion started by: gav2251
1 Replies

5. Solaris

Learning Solaris

Is possible to learn Solaris 10 from guides for Solaris 9 (3 Replies)
Discussion started by: microbot
3 Replies

6. Shell Programming and Scripting

Learning Perl

Folks! Anyone please explain the behavior of this program step by step. Thanks. #! /usr/bin/perl $testfile = "./testfile2"; for ( $i = 1, $i <= 5, $i++) { open ($FILE, ">", $testfile); print ($FILE "Output 1 \n"); close ($FILE); } print "The value of (4 * 2) / 2 is "; print (4 * 2)... (1 Reply)
Discussion started by: huko99
1 Replies

7. UNIX for Dummies Questions & Answers

Learning VI editor

Hi, Can you give me some good document or link to learn more about "vi" editor. I'm interested to master its short-cut keys and tricks in the VI editor, please help, thank you. (1 Reply)
Discussion started by: Dev_Dev
1 Replies

8. Web Development

Learning HTML

I have tried to create a web page browser window. An example, I copied what the book pretty much wanted but get only the header. What should I change? Also Anyone know any good books for this? Many thanks. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Translation/EN" ... (4 Replies)
Discussion started by: N-Training
4 Replies

9. AIX

Learning AIX?

I have a new job where they will expect me to start (as a beginner) to administer using AIX, this will be for a credit card payment company. I understand that there are many flavours of Unix of which AIX is just one. Should I concentrate on just trying to learn AIX or is there some other... (9 Replies)
Discussion started by: henfold
9 Replies
Entering &; leaving tty mode(3)					      BrlAPI					    Entering & leaving tty mode(3)

NAME
Entering & leaving tty mode - How to take control of ttys for direct braille display / read. Macros #define BRLAPI_TTY_DEFAULT -1 Functions int BRLAPI_STDCALL brlapi_enterTtyMode (int tty, const char *driver) int BRLAPI_STDCALL brlapi__enterTtyMode (brlapi_handle_t *handle, int tty, const char *driver) int BRLAPI_STDCALL brlapi_enterTtyModeWithPath (int *ttys, int count, const char *driver) int BRLAPI_STDCALL brlapi__enterTtyModeWithPath (brlapi_handle_t *handle, int *ttys, int count, const char *driver) int BRLAPI_STDCALL brlapi_leaveTtyMode (void) int BRLAPI_STDCALL brlapi__leaveTtyMode (brlapi_handle_t *handle) int BRLAPI_STDCALL brlapi_setFocus (int tty) int BRLAPI_STDCALL brlapi__setFocus (brlapi_handle_t *handle, int tty) Detailed Description Before being able to write on the braille display, the application must tell the server which tty it will handle. The application must also specify how braille keys will be delivered to it. Two ways are possible: key codes and commands: o key codes are specific to each braille driver, since the raw key code, as defined in the driver will be given for each key press. Using them leads to building highly driver-dependent applications, which can yet sometimes be useful to mimic existing proprietary applications for instance. o commands means that applications will get exactly the same values as brltty. This allows driver-independent clients, which will hopefully be nice to use with a lot of different terminals. See Also: brlapi_readKey() Macro Definition Documentation #define BRLAPI_TTY_DEFAULT -1 Select the default tty. The library takes the following steps: 1. Try to get the tty number from the WINDOWID environment variable (for the xterm case). 2. Try to get the tty number from the CONTROLVT environment variable. 3. Read /proc/self/stat (on Linux). See Also: brlapi_enterTtyMode() Function Documentation int BRLAPI_STDCALL brlapi__enterTtyMode (brlapi_handle_t *handle, inttty, const char *driver) int BRLAPI_STDCALL brlapi__enterTtyModeWithPath (brlapi_handle_t *handle, int *ttys, intcount, const char *driver) int BRLAPI_STDCALL brlapi__leaveTtyMode (brlapi_handle_t *handle) int BRLAPI_STDCALL brlapi__setFocus (brlapi_handle_t *handle, inttty) int BRLAPI_STDCALL brlapi_enterTtyMode (inttty, const char *driver) Ask for some tty, with some key mechanism Parameters: tty o If tty>=0 then take control of the specified tty. o If tty==BRLAPI_TTY_DEFAULT then take control of the default tty. driver tells how the application wants brlapi_readKey() to return key presses. NULL or '' means BRLTTY commands are required, whereas a driver name means that raw key codes returned by this driver are expected. WINDOWPATH and WINDOWID should be propagated when running remote applications via ssh, for instance, along with BRLAPI_HOST and the authorization key (see SendEnv in ssh_config(5) and AcceptEnv in sshd_config(5)) Returns: the used tty number on success, -1 on error See Also: brlapi_leaveTtyMode() brlapi_readKey() int BRLAPI_STDCALL brlapi_enterTtyModeWithPath (int *ttys, intcount, const char *driver) Ask for some tty specified by its path in the tty tree, with some key mechanism Parameters: ttys points on the array of ttys representing the tty path to be got. Can be NULL if nttys is 0. count gives the number of elements in ttys. driver has the same meaning as in brlapi_enterTtyMode() Providing nttys == 0 means to get the root. See Also: brlapi_enterTtyMode() int BRLAPI_STDCALL brlapi_leaveTtyMode (void) Stop controlling the tty Returns: 0 on success, -1 on error. See Also: brlapi_enterTtyMode() int BRLAPI_STDCALL brlapi_setFocus (inttty) Tell the current tty to brltty This is intended for focus tellers, such as brltty, xbrlapi, screen, ... brlapi_enterTtyMode() must have been called beforehand to tell where this focus applies in the tty tree. Returns: 0 on success, -1 on error. See Also: brlapi_enterTtyMode() brlapi_leaveTtyMode() Author Generated automatically by Doxygen for BrlAPI from the source code. Version 1.0 Fri Jun 7 2013 Entering & leaving tty mode(3)
All times are GMT -4. The time now is 10:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy