Top "Terminal" questions

A terminal or command-line interface is a text-only interface for interacting with an operating system or a piece of software.

How to fix request failed on channel 0

When I want to connect to my server like this ssh -a [email protected] -p 22 it gives me two …

ssh terminal pty
Mac install and open mysql using terminal

I downloaded the mysql dmg file and went through the wizard to run. Done. I have also started mysql server …

mysql terminal installation
How to edit a text file in my terminal

I'm using Linux mint and using the vi command to create text files, now that I created a text file …

linux terminal text-files
How to use vim in the terminal?

How does one setup and start using vim in the terminal on OS X? I want to start writing my …

macos vim terminal
Keep SSH session alive

I use ssh -p8520 username@remote_host to login remote server. Issue: It is always connected and works properly when …

linux ssh terminal
Setting the correct encoding when piping stdout in Python

When piping the output of a Python program, the Python interpreter gets confused about encoding and sets it to None. …

python encoding terminal stdout python-2.x
How to paste into a terminal?

I have copied a URL, such as git://gitorious.org/openhatch/oh-mainline.git. I want to paste this in the …

linux terminal command
npm install -g less does not work: EACCES: permission denied

I'm trying to set up less on phpstorm so I can compile .less files to .css on save. I have …

node.js npm terminal
List of ANSI color escape sequences

On most terminals it is possible to colorize output using the \033 ANSI escape sequence. I'm looking for a list of …

colors terminal ansi-escape
Delete terminal history in Linux

When you use the up key in a Linux terminal, you can use previous commands again. Great feature. However, I …

linux bash terminal