The tty tag has no wiki summary.
0
votes
1answer
33 views
unable to switch TTY in arch linux
so im moving away from ubuntu into the realm of arch linux.
in ubuntu i was able to switch TTYs with ctrl+alt+F1/F2...etc
in arch when i attempt this, im merely dumped to a black screen with a ...
0
votes
0answers
27 views
Dieharder doesn't appear to be doing anything
I'm trying to test a random number generator on Arduino with dieharder, but it doesn't appear to be doing anything. Is there a way to display progress bars or see that the process is processing or ...
5
votes
1answer
127 views
Can I login to multiple terminals with the same user safely on Linux?
By terminals I mean the ones you can switch to using Ctrl+Alt+F1-F6.
I know I'm able to login multiple times but does this have any side-effects?
1
vote
0answers
53 views
format stdout as multicolumn text
I'm trying to take some single column data and display it in a tty as columns, much like ls does. Basically, you can think of this as trying to take the output from ls -1 and make it look like the ...
2
votes
1answer
228 views
How to get different terminals for dual monitor scheme without X
I have Ubuntu installed without X.org with two monitors(single card: vga and dvi)
Login shell is cloned for both monitors.
I there any way to have different shells(tty) for these monitors?
0
votes
3answers
180 views
less emulate a TTY to preserve piped color output
When you pipe something through less, the program usually discards color codes because it's not outputting to a TTY. So you have to add --color=always to the options for it to work.
ls -l ...
1
vote
1answer
157 views
How to start plasma-desktop from SSH-console on desktop session?
I killed KDE's plasma-desktop on a openSUSE 11.2 machine, because it was eating too much CPU. How can I restart it via SSH or another tty session? On the affected computer there is only shown a ...
0
votes
0answers
88 views
agetty crashes when connecting to PL-2303 USB to serial adapter
I have a Prolific PL-2302 USB to serial adapter and I want to use it on RHEL 6.1 to work with my network equipment. All of the equipment is standard Juniper and Cisco gear so it's all 9600/8-N-1. ...
2
votes
3answers
115 views
Really annoying keyboard screw up when entering sqlplus
Often when using bash I am used to using the keys ^A and ^E to go to the
beginning and end of line, and the arrow keys to move from character to
character without erasing. Every now and then, I ...
0
votes
3answers
107 views
How can I inherit my aliases and file coloring in SSH shells?
I have noticed that sometimes a shell account that I access over SSH inherits the aliases and file type coloring from my home shell.
How does this process occur? These shells are usually BASH but I ...
0
votes
3answers
775 views
How to use sudo from within Windows GUI clients bypassing tty
I need to copy files via ssh but I am getting permission denied.
How can I log as a root by windows clients such us FileZilla/WinSCP?
I try execute command:
sudo su, but I am getting error: You ...
0
votes
0answers
71 views
Establishing “SIGWINFOCUS” as a standard [closed]
As a corrolary to this question, which I've been thinking about since reading it, what would it take to get something like SIGWINFOCUS established as a standard signal along with SIGWINCH? Obviously, ...
1
vote
1answer
154 views
Is there a way to alter the colors used in TTY consoles on Linux?
By "alter colors", I mean something like change black from #000000 to #111111, and by "TTY console", I mean what you get when you do Ctrl+Alt+F1 from X11, not a terminal emulator like xterm or urxvt.
...
1
vote
1answer
499 views
Sending change virtual console command in PuTTY
I'm trying to use PuTTY to change the virtual console on Linux via the usual key commands - Alt + F1 or Ctrl + Alt + F1 etc. However this doesn't work.
Switching TTY should be simple and is something ...
3
votes
1answer
344 views
Is there a limit to virtual console TTY's in Linux Based OS'es
The TeleType Consoles in linux can be switched by Ctrl + Alt + F(#TTY). How many such TTY's can linux have at a time? Is there even a limit?
4
votes
5answers
155 views
How to prevent a process from executing in bash
The following command has been entered:
sleep 12h; nuke-russia
It was entered on one of the Debian's ttys. I would like to cancel the sleep without nuking anything. I don't want the nuke command to ...
0
votes
1answer
319 views
Set up a Serial-to-Ethernet Converter With a Virtual Serial Port in Ubuntu
I have a '3one data' brand serial-to ethernet converter, that plugs into a serial device at one end, and allows bidirectional communications with the device over an ethernet connection, like this:
...
1
vote
2answers
262 views
Displaying text on /dev/tty1
I have a server laptop sitting around at home which is a pretty bland server, on which I generally leave the lid open and there is a login prompt always displayed.
However, I'd love to be able to ...
0
votes
2answers
204 views
Determining available TTY text-mode resolutions
How do you determine what text-mode resolutions are available with a graphics card? I have been using uvesafb to get higher resolutions, but framebuffer TTY display is very slow, so I'd like to try ...
2
votes
2answers
472 views
How to access Linux startup tty
I have a problem that is shown at the end of bootstrapping the kernel, just before the screen is cleared and Linux swaps me to tty1 where I can put my login.
How can I access the bootstrapping tty ...
0
votes
1answer
327 views
What does “:pts/1:S.0” mean?
From the output of last on RHEL5
user3 pts/6 :pts/1:S.0 Sat Feb 26 04:04 - 05:40 (01:35)
user2 pts/7 :0.0 Fri Feb 25 21:32 - 04:53 (07:21)
user1 pts/6 ...
1
vote
2answers
425 views
How to get tty shell working directory?
Is it possible to get working directory of any of my tty shells? So\ get working directory of any shell in /dev/ttys??? belonging to me. I use OS X.
0
votes
2answers
537 views
Linux: can't get out of Ctrl-Alt-F7 with no X server running
I'm currently logged in (locally) to a machine and was running in a TTY session without having started an X server. I accidentally Ctrl-Alt-F7'ed bringing me to where the graphical shell would be if ...
2
votes
1answer
218 views
Can i start an X session “background”?
can i start the *DM (e.g. kdm) on tty7, but not present on the screen?
For example, i want to stay at tty1 while the login manager is waiting on tty7 on boot.
0
votes
2answers
162 views
Hardware Device that splits a T1 line to 24 TTY Modems?
I have ZERO experience with T1, so I'm having trouble using my usual means of research here. My boss told me there is a type of device that can split a T1 Line into 24 separate TTY Modems.
The ...
0
votes
1answer
446 views
PPP connection between PalmOS and Ubuntu (over ttyUSB0?) without crashy “visor” kernel module
I have a Palm Treo 680 which I'd like to use as a media remote, using Palm MPC. Almost the exact instructions on that page used to work perfectly for establishing a PPP connection over the USB cable; ...
2
votes
2answers
2k views
Redirect input from one terminal to another
I have sshed into a linux box and I'm using dvtm and bash (although I have also tried this with Gnu screen and bash). I have two terminals, current /dev/pts/29 and /dev/pts/130. I want to redirect ...
2
votes
2answers
689 views
how is the the linux console displayed to the user and how does the user go about changing the consoles display settings?
I've been searching for the last two days on trying to understand how the console displays itself to the user and how to change the console settings. I've had some luck along the way but nothing that ...
1
vote
1answer
2k views
TTY Resolution in Xubuntu 9.10
I've exhausted my ability to search through Google for this, so I'm giving it a go here.
What I'm trying to do is increase the resolution (or decrease the font size) in the TTY terminals. Xubuntu ...
4
votes
1answer
684 views
Socat and rich terminals (with Ctrl+C/Ctrl+Z/Ctrl+D propagation)
socat - exec:'bash -li',pty,stderr,ctty -> bash: no job control in this shell
What options should I use to get fully fledged shell as I get with ssh/sshd?
I want to be able to connect the shell to ...
4
votes
3answers
2k views
Linux: Copy/paste in TTY
I am looking for a way to copy and paste within a TTY. I only have a touchpad and using it with gpm is a pain. The only possibility I can think of is to use "screen" but even after having remapped ...
7
votes
3answers
5k views
TTY with 256 colors?
With URxvt and xterm it is possible to use a virtual terminal supporting 256 colors instead of only eight. Since my Intel GMA graphics card is well-supported by the KMS framebuffer driver, I am ...
4
votes
3answers
1k views
Tweaking Mac OS X full-screen console mode
When using the full-screen console mode in Mac OS X accessed by entering the username '>console', I would like to use a different keyboard layout and would like support for colors.
The terminal seems ...
3
votes
1answer
3k views
Console commands to change virtual ttys in Linux and OpenBSD
In Linux one presses Alt-F1, Alt-F2 etc to change virtual ttys.
In OpenBSD one shall use Ctrl-Alt-F1 etc instead.
My question is if there are console commands for these two operating systems that ...
2
votes
2answers
523 views
Silencing Linux console output
I installed a minimalist distribution for my mom to use, it uses rungetty to autologin and an init script that just does 'startx'. Everything works great but when she goes to shutdown, it drops back ...