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
3
votes
2 answers

Install terminal application after installing minimal desktop Unity on Ubuntu Server

I installed Ubuntu server 14.04.. and to get a minimal desktop, I installed Unity desktop with the no-install-recommends option. The desktop was installed minimally but so is the terminal application missing. How do I get this one application?
Sunny
  • 381
  • 1
  • 6
  • 16
3
votes
2 answers

Utility to send a command to multiple terminals?

A while ago when I did a lot more system admining, there was a little utility that would send a command to multiple terminals that I had open. So essentially I could ssh into three different servers, then type tail -f /var/log/some_error.log into…
Silfheed
  • 168
  • 3
  • 13
3
votes
3 answers

ps ax | grep java with no wrapping in the terminal?

Is there a way to execute ps ax | grep java without it wrapping on the terminal?
Noah Campbell
  • 619
  • 2
  • 9
  • 15
3
votes
3 answers

Not able to wget to ftp server

I am trying to wget a ftp server from a remote machine. The command is not getting past 'Logging in as anonymous'. This is what i am getting. wget ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/chromosomes/chr1.fa.gz --2013-09-29 22:07:53-- …
Ashwin
  • 133
  • 1
  • 3
3
votes
1 answer

bash_history file and history command showing different entries

I am using the Terminal app on OS X to try and clear my command history. The entries within my $HOME/.bash_history file do not match what is returned by the history command. The echo $0 command tells me that my Terminal session is using the bash…
3
votes
2 answers

How to exit xen domu when using linux terminal

I usually use putty to connect on a xen domus. To exit domus after using "xm console", it's ctrl + 5 But how can I exit vm console on linux terminal?
Julio Fong
  • 201
  • 1
  • 3
  • 7
3
votes
1 answer

Trying to prevent server printers on terminal servers

We have 4 servers running windows 2008 r2. We have a separate print server and users are able to connect to and use shared printers. However the terminal servers appear to create local printers for our 5 xerox printers which error. I've checked…
3
votes
1 answer

Is it possible to determine WiFi type with a Linux / Mac command?

At the co-working space that I am in, there are a number of wireless access points around. However, there is one that only some of us are able to connect to. We suspect it is because the access point is running on a wireless network that one of the…
NT3RP
  • 139
  • 1
  • 6
3
votes
3 answers

Why does TERM=xterm have to be set for my script to work correctly when remotely executed?

I'm attempting to automate the installation of a Debian server (debian 6.0 squeeze 64bit). Part of the installation requires the Sun JRE package to be installed. This package has a licence agreement, which has to be accepted. I have a script which…
chrisbunney
  • 503
  • 2
  • 9
  • 20
3
votes
1 answer

Linode Lish Shell Vim and Nano rendering troubles: lines not appearing / cursor positions wrong

I'm using a linode VPS and I just cloned one of my servers to my development server as I've done many times before. As usual SSH is inaccessible until /etc/network/interfaces is correctly updated. I log into the linode lish shell via ssh AND the…
Yuji Tomita
  • 463
  • 1
  • 3
  • 15
3
votes
1 answer

customizing terminal ssh shell

The other day I saw someone connected to an ssh shell with status bars on the bottom (Mac OS X Terminal) of the terminal. It has things such as upload rate, memory usage, time, current username, and some other stuff. I'd like to know how I can…
bash-
  • 797
  • 2
  • 6
  • 10
3
votes
6 answers

How do I launch terminal commands into multiple tabs?

Is there a way with Applescript to launch multiple tabs in Terminal and execute commands against them? I have a project that requires me to launch several services in Terminal to run and monitor simultaneously and would like to automate that…
Michael Glenn
  • 651
  • 9
  • 13
3
votes
2 answers

Does Mac OS X Cache Private Keys for SSH?

I have SSH key-based authentication setup to connect to a remote server from my Macbook Air. The private key was originally stored in ~/.ssh/id_rsa, but I have since moved that file to a secure external HD. I deleted the file from the ~/.ssh…
Trent Scott
  • 959
  • 1
  • 12
  • 28
3
votes
1 answer

Good Terminal Manager for Windows 7 with Fullscreen mode

I need a good terminal manager for Windows with ssh support that will have a fullscreen terminal mode so that i can switch to fullscreen and see only the terminal content without any toolbars etc. I've tried Putty Connection Manager and mRemoteNG…
Troydm
  • 364
  • 3
  • 11
3
votes
3 answers

Is is possible to reattach a telnet connection?

Our network involves a series of dumb text terminals which telnet into a SCO OpenServer 6 server. Occasionally, one of these terminals will crash, forcing the operator to move to a different terminal until the broken terminal is either repaired or…
goldPseudo
  • 1,106
  • 1
  • 9
  • 15