Questions tagged [terminal]

Terminal: 1) A device or program used to talk to a terminal server, usually over Serial or RDP, 2) A synonym for command-shell or command line, 3) A specific OS X program.

419 questions
20
votes
3 answers

How do I reclaim a disown'd process?

Similar to many previous questions, I found myself running a job that I wish I had run in screen. I was forced to disown the process because I needed to disconnect. Now that I have reconnected, I see that the process is still running. How can I…
Sparr
  • 770
  • 1
  • 5
  • 14
20
votes
2 answers

Reverse bash console text flow

This is a bit of a weird question and I'm not sure that there is any easy answer to it but I am very interested in finding a solution. So when I work on a linux machine via a console I find that I am constantly staring at the bottom of the screen,…
radman
  • 1,671
  • 3
  • 16
  • 17
19
votes
7 answers

SSH garbling characters in vim/nano on remote server

... and it's driving me insane. Basically (this has been happening over the past couple months), I log into a few different CentOS servers (one Linode, another VPS, and a shared host to which I have shell access), running 5.5, 5.7, and 6, from my…
geerlingguy
  • 1,357
  • 2
  • 17
  • 29
18
votes
14 answers

Reasons for missing IP info in `last` output on pts logins?

I have five CentOS 6 linux systems at work, and encountered a rather strange issue that only seems to happen with my userid across all the linux systems I have... This is an example of the problem from entries I excepted from the last…
Mike Pennington
  • 8,305
  • 9
  • 44
  • 87
18
votes
12 answers

How to watch logs in real time via Terminal?

This is a basic question - in the movie "The Social Network" there are several scenes when the young Facebook staff is watching the PHP/Apache server logs on in their TERMINAL in real time. I'm familiar with how to do this in a RUBY/RoR environment…
Jamison
  • 289
  • 1
  • 2
  • 4
17
votes
5 answers

How to remove many (200 000) files?

I must remove 200 000 files (all of them) from a folder, and I don't want to delete the folder itself. using rm, I get an "Argument list too long" error. I've tried to do something with xargs, but I'm not a Shell Guy, so it doesn't work: find -name…
FMaz008
  • 429
  • 3
  • 12
16
votes
2 answers

"Cannot set terminal process group" during su to another user as login shell

Note: Please read the updated information starting with "EDIT" near the halfway point of this post - the environment and background of this problem has changed I've got a bog standard Debian 6.0 install here that I decided to sidegrade to the Debian…
Mikey T.K.
  • 1,417
  • 2
  • 16
  • 29
16
votes
41 answers

Poll: What is your favourite terminal program?

What is your favourite terminal program? Are you a xterm traditionalist or an eterm fanboy? Do you stick with what comes with your windowing environment: gnome-terminal, konsole, cmd.exe or terminal.app? Maybe aterm is more your thing or even…
Ludwig Weinzierl
  • 1,180
  • 1
  • 11
  • 22
15
votes
6 answers

How can I automatically change terminal colors when I ssh a server?

I'm frequently logging into different servers from my os x terminal window. I'd like to assign a color scheme for different hosts so that my terminal windows are easier to tell apart. Can this be done automatically?
Hobhouse
14
votes
6 answers

How to find out the virtualization type of an linux VPS?

Having access to an VPS, i need to know which type of virtualization it is running from the terminal. How can determine the virtualization platform that my VM is running on? (OpenVZ, Xen, KVM, etc?)
Samuel G. P.
  • 399
  • 2
  • 3
  • 10
14
votes
5 answers

List supported terminal types?

Is there a portable way to list supported terminal types on all NX systems? If not, what's the best way to get this list on Solaris?
pra
  • 622
  • 1
  • 5
  • 13
14
votes
7 answers

Has anyone found a (eg bash) shell terminal for Windows as good as the OS X one?

I am mostly using 'git-bash' which came with the Windows install of Git vcs. I think it is the same one that comes with Cygwin. It works fine technically but the UI sucks: have to right-click the title bar and go to Properties to change the window…
Anentropic
  • 949
  • 2
  • 11
  • 18
14
votes
4 answers

virsh console and tty size

I have a virtualization server to which I connect over ssh. If I now change the size of the window it will automatically propagate to the server. It's most easily seen using stty -a, checking the columns and row values. I then use virsh console to…
pehrs
  • 8,789
  • 1
  • 30
  • 46
14
votes
1 answer

OS X Terminal lines don't go into scrollback

I have a problem that crops up when using Mac OS X's Terminal (TERM=xterm): sometimes it gets itself into a state where lines that scroll off the top are not added to the scrollback buffer. I'm not using screen or similar; this is a plain bash shell…
Steve Madsen
  • 476
  • 4
  • 13
13
votes
1 answer

PuTTY typing its name into the console

I was doing a MySQL dump over SSH using Putty, and now it is just typing PuTTY over and over again into the console, Ctrl+C doesn't do anything. Does anyone know why this is happening?
Adam
  • 349
  • 3
  • 13
1
2
3
27 28