A terminal or command-line interface is a text-only interface for interacting with an operating system or a piece of software. A user typically types commands into the terminal to perform specific tasks.
-1
votes
2answers
27 views
Why has my Mac OSX bash prompt changed? [closed]
I just went to use Terminal on my MacBook Pro and noticed that the prompt has changed.
My prompt used to be something like this:
Last login: Wed May 15 17:39:43 on ttys001
MacBook-Pro:~ paul$
I ...
0
votes
0answers
18 views
How can I change my (Linux) terminal's appearance when I SSH in to a remote machine? [migrated]
I sometimes find myself with several terminals open, some of which are ssh-ed in to other (production) machines. If I run a command like "drop all tables in the database" on one of those ssh-ed ...
0
votes
2answers
31 views
Ubuntu: How to I add string to terminal window title from command line?
I am working on a Ubuntu VM where i have multiple terminal windows open at the same time. I switch between them many times and it's hard to keep track of which window has which purpose. So what I want ...
0
votes
0answers
29 views
Bash keyboard button disabled for all terminal emulators [closed]
The '[' button is disabled in all my terminal emulators, running mac os-x. I tried in terminal and iterm2 but the button never renders anything. how can i get this to work again? I disabled ...
0
votes
0answers
18 views
git log alias makes my terminal misbehave?
I have the following alias set up in my git global config:
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=relative
it seems to be that this log format I've set up makes my terminal ...
0
votes
1answer
15 views
iOS: Absolute project path with xcodebuild
I use following command to build project using xcodebuild from the directory where .xcodeproj is.
admin$ xcodebuild install DSTROOT=. INSTALL_PATH=/bin
Could someone please tell me how to specify ...
2
votes
0answers
27 views
Set the terminal tab title as prompt name in unix
Lets say, the prompt is as below
run_scripts >
How to set that terminal tab title same as prompt
i.e Terminal tab tile also should be
run_scripts>
So that terminal title ...
0
votes
0answers
8 views
terminator terminal — transparent cursor background with block cursor
I use Terminator as my terminal of choice. Unfortunately the cursor is either a solid block, an underline, or a |-Beam, at least thats choosable from the preferences.
I want to have a cursor with no ...
0
votes
1answer
55 views
how to use terminal commmands on qt
I am QT for a project and I want to compile and run few C++ codes on QT. I have written the following code to compile a C++ file. But I don't know how to check if the program was compiled properly. If ...
0
votes
1answer
42 views
terminal prompt is distorted and unreadable
I am new to the linux programming. I followed example on the web to read/write to console e.g., "/dev/ttyS0". Each time I run the code, it exits without prompting user to write the input. It also ...
-4
votes
1answer
44 views
Linux Terminal Input/Output C program
I am having some doubts about Linux Terminal output's
in a c program i made a
printf("Write A Message");
fgets(buffer,BUFSIZ,stdin);
which waits for a Message to be typed from keyboard
I have ...
-1
votes
2answers
35 views
PHP echo not displaying in Terminal (OS X 10.8) [closed]
I don't have much experience running PHP from Terminal, though I have done straight server-uploads for some time.
Essentially I'm trying to run some PHP locally, but none of the "echo" statements are ...
0
votes
1answer
39 views
print character after each line in terminal
I'd like to print a \ after each line in a bash script.
Example:
the output of $k is:
git-core
nano
apache2
Now I want to install this packages using apt. The only solution I now is:
sudo apt-get ...
3
votes
2answers
63 views
Show text in the center of terminal screen in golang
I am playing with golang and want to create a simple terminal tool (on mac, but it should work on linux too). I need to display character "x" in the center of the terminal window. How can I detect ...
0
votes
3answers
39 views
Run multiple executables all at once
I have a C Sockets application, different executables of which must run at same time all at once, preferably in different terminals. How do I do it?
For example, there are four exes, ./one, ./two, ...
-2
votes
3answers
72 views
How can I move an character in c++ [closed]
I have a problem, I want to move a character from the terminal, but do not know how. There is no conio.h library for linux, but I'm using it. Somebody can help me?
Thank you in advance as well.
1
vote
1answer
30 views
MySQL commandline - Do not use autoincrement for zero values
In phpMyAdmin I create an empty MySQL database and then import data (create tables, insert rows) from an .sql file, there is a checkbox "Do not use AUTO_INCREMENT for zero values".
How do I control ...
0
votes
0answers
7 views
Irregular errors on WebService that work with Windows-CE Terminal
i have WebService that work with Terminals (Windows-CE 6.0)
sometime i got error when i Turn to server (Not always consistent)
error 1:
SoapException
Server was unable to process request.
--> ...
0
votes
1answer
24 views
dotfiles errors | /Users/marif/.aliases:79: bad option: -t
I am pretty new to OSX but everything is almost settled down, I had configured Z and ZSH earlier and lately come to know about paulirish dot files from https://github.com/paulirish/dotfiles and ...
0
votes
0answers
12 views
How to manipulate OSX Lion desktop spaces in Terminal
I'm specifically hoping to find out if there is a way to create a new Mission Control desktop space using the Terminal, or even using Automator.
My apologies if this is a trivial question. I'm ...
0
votes
2answers
45 views
Git - how to push on every repository inside folder
On my local computer I have every project inside my workspace folder, there I have some git repositories which are cloned from repositories of github, bitbucket, etc.
So for example I have something ...
0
votes
0answers
13 views
MySQL - cannot log in to MySQL on Lion OS X
I have installed a Rails app with MySQL database on Lion OS X.
In the config/database.yml for database is set up user (root) + password.
When I try to log in into MySQL from terminal: mysql -uroot or ...
-1
votes
5answers
43 views
Linux newbie. Help. Stuck on some mode. [closed]
Hi I am a new unix user and I have been stuck in the terminal in this mode: '>' I accidentally pressed ls` instead of ls and suddenly it went to '>' this mode. I just would like to ask how to exit ...
0
votes
1answer
12 views
Default terminal line change
From terminal on my mac, I forked a repo from github, and while that process was taking place I opened a new tab. While the new tab was opening up, I hit a key combination that I am uncertain of. My ...
0
votes
2answers
26 views
How to sort content of a text file in Terminal Linux by splitting at a specific char?
I have an assignment in school to sort a files content in a specific order.
I had to do it with Windows batch-files first and now I have to do the same in Linux.
The file looks more or less like this ...
0
votes
0answers
61 views
RVM - MacPorts won't update through proxy
I'm trying to use RVM to install ruby on my iMac.
I start by typing the following:
rvm list known
I then target the version that I want to install (the guide I'm following recommends 1.9.2 instead ...
0
votes
1answer
33 views
not found error when insert #!/bin/sh
I started learning Linux shell scripting, when I was writing this script I got an error,
./my_script: 4: read: Illegal option -n
./my_script: 5: ./my_script: [[: not found
I found out its because ...
0
votes
0answers
24 views
how to set http_proxy on terminal in linux and filter a specific ip not to use that proxy
My scenario is this:-
I set http_proxy on my terminal, i.e. http_proxy=IP:port,
now I want that when my application use a specific IP like "http: //127.0.0.1:port",
so it should not use that ...
1
vote
3answers
48 views
`for f in *; do cp “$f” “$f”_copy; done` doesn't work because “foo.png_copy”. How to fix it?
On Linux, the command:
for f in *; do cp "$f" "$f"_copy; done
doesn't work as expected because the "_copy" string is appended after the file extension, becoming foo.png_copy instead of ...
0
votes
3answers
38 views
Determining button boundries with terminal IO in non-canonical mode
I'm trying to understand how terminal I/O works.
When a terminal is placed in non-canonical mode like so (missing error handling):
struct termios term_original, term_current;
tcgetattr(STDIN_FILENO, ...
0
votes
0answers
26 views
Serial port of Arduino hangs with Eclipse
I have installed tm +rse and the RXTX plugin for terminal communication with Eclipse and Arduino. I used juno and indigo. I have installed the latset FTDI drivers. I am using OS X.
Everytime I ...
-2
votes
0answers
49 views
bash script to run two background tasks
I am trying to run two background task in terminal (I am using mac). For this I created a script:
#!/bin/sh
cd ~/myproj
nodemon app.js &
cd public
bbb debug &
But this isn't work.. Those ...
0
votes
0answers
31 views
Amazon Web Services - EC2 instance operation timed out on mac ssh
I am trying to connect to my EC2 instance through SSH on Terminal. I am able to access the instance on CoRD, but I cannot access it on SSH or RDP through Microsoft Remote Desktop Connection. I am ...
0
votes
0answers
18 views
iterm2: Is it possible to have hotkeys that are conditional on what is running in the terminal?
I have mapped my Caps Lock key to perform switching because I have determined it inefficient and cumbersome to use chords (Cmd+Tab, Cmd+`, Alt+Tab, etc) for navigation as it makes it super cumbersome ...
0
votes
1answer
50 views
Read python in processing
Does anyone know how to read a python file in processing without using processing.py or other third party library or platform? I have a python file that can generate a text and want my processing read ...
0
votes
1answer
51 views
NameError: undefined local variable or method in irb
I am using ruby 1.9.2 with irb and I keep getting the following error message:
NameError: undefined local variable or method `ex1' for main:Object
from (irb):4
from ...
0
votes
3answers
35 views
Get all html files in directory through terminal that don't have explicit extension
I need to get all the .html files in a folder through the terminal or MATLAB, but the catch is that these .html files don't have an .html extension explicitly in the files. In this case, I'm also ...
0
votes
1answer
61 views
RStudio equivalent to pressing tab twice in terminal
In Terminal on OS X, typing the start of a function name and hitting tab twice brings up all R functions that begin with that name.
For example, type mean then hit tab twice and the output is:
mean ...
0
votes
0answers
19 views
Shell command doesn't work with # in it [migrated]
This is my shell command:
sudo sh -c "echo "#" > /file"
But it doensn't work but this does work:
sudo sh -c "echo "hi" > /file"
How can I fix this, because the # needs to be in it.
0
votes
2answers
34 views
Start server in current directory (php/apache)
Apparently, you can start a temporary server with Python, by using:
python -m SimpleHTTPServer
Is there a way to do this for PHP and Apache? e.g. one command which will serve the current folder as ...
-3
votes
0answers
14 views
Tutorial for ubuntu [closed]
I am new to the ubuntu operating system and would like to peruse it exhaustively (preferably by learning terminal commands). Is there any specific tutorial for the same? I feel that the official ...
0
votes
2answers
31 views
How to set file permissions for root in OS X / Terminal?
I'm having issues with getting Apache working with my virtualhosts, and I've narrowed it down to the fact that I'm adding manually-created virtual hosts (vs. the others which are created by a python ...
1
vote
0answers
17 views
is there any way to resize a terminal with ncurses?
I'm trying to build a program using curses and ruby. There is a resizeterm function that changes the dimensions of the curses window resizeterm. But it does not actually resize my mac terminal window ...
0
votes
0answers
17 views
Changing the font of a plot in an eps file
I have an eps file/plot generated in Mathematica, with a color bar whose font needs to be changed. Can I do this with PSTricks or ImageMagick? I tried ImageMagick but I had to manually "stretch" the ...
2
votes
0answers
42 views
Place contents of last command line output into clipboard [migrated]
I want to be able to run a command in my Terminal, and then quickly be able to copy the contents of the output into my clipboard without leaving my keyboard. Is there any way to do this?
0
votes
0answers
21 views
Launching Qt Designer application on terminal (bash) [closed]
I installed Qt Designer thanks to the software center on ubuntu.
However, when I try to run it via my terminal, I receive the following error:
designer
designer: could not exec ...
0
votes
1answer
23 views
Assertion failed when fruitstrap after ./fruitstrap -d -b
I am trying to launch my app on a device. After I type in ./fruitstrap -d -b it seems like it'll work, but after this line:
[ 11%] Copying /Users/"user_name"/"repo"/build/Debug-iphonesimulator to ...
1
vote
2answers
80 views
node.js: cannot find module 'request'
I installed request module, and getting the error:
module.js:340
throw err;
^
Error: Cannot find module 'request'
i've read all the posts about this error, and understand that this is ...
0
votes
0answers
15 views
Resetting unset ANSI/VT100 Terminal Control Escape Sequences
Does it any harm, if I reset a Terminal Control Escape Sequence, which was not set before?
Example:
#!/usr/bin/env perl
use warnings;
use strict;
use constant {
SET_ANY_EVENT_MOUSE_1003 ...
-1
votes
0answers
17 views
osx 10.8 terminal inserts additional char code when using arrow keys [closed]
I cleaned my keyboard today and mashed a bunch of keys while terminal was called open. Since then, I get incorrect results when using the up and down arrows to scroll through command history. I get ...




