Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tty

How to tell if running in a linux console versus an ssh session?

linux console tty

rsync exits with the message "stdin is not a tty"

ssh rsync tty

/dev/tty.Serial* Missing in MacOS 10.9 (Mavericks)

PTY/TTY - What Can't You Do With Only Slave FD

linux unix tty pty termios

Printed length of a string in python

python string pretty-print tty

Python reading and writing to tty

python linux bash tty pty

sudoers NOPASSWD: sudo: no tty present and no askpass program specified

linux bash sudo tty

Terminal messed up (not displaying new lines) after running Python script

Can't create RFCOMM TTY: Address already in use

linux bluetooth tty bluez rfcomm

How do I check if a Perl script is running in a terminal?

linux perl tty

What is the difference between writing to STDOUT and a filehandle opened to "/dev/tty"?

perl stdout tty filehandle

What mechanism allows ViM to temporarily overwrite the entire console?

vim ncurses tty

python curses tty screen blink

python curses tty

Unable to create superuser in django due to not working in TTY

python django eclipse tty

What is the relationship between framebuffer, VT, and tty?

Test a program that uses tty stdin and stdout

c++ python stdout stdin tty

Logging/intercepting every keystroke in Vim

logging vim tty keylogger

How to deal with "Pseudo-terminal will not be allocated because stdin is not a terminal."

ssh tty

C write() doesn't send data until close(fd) is called

c linux serial-port tty

Detect if stdin is a tty device (terminal) or pipe in PHP?

php file stdin pipe tty