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
vote
1answer
13 views
How would i change colors in cmatrix?
Im trying to figure out how to change this program cmatrix. When you run it, there are options you can change to switch between 8 different colors, but I'd like to make it have an argument to change ...
0
votes
0answers
12 views
How do I execute Eclipse from a terminal in Ubuntu Linux 12.04?
I can't start eclipse in Ubuntu 12.04.
I downloaded Eclipse (eclipse-SDK-4.2.2-linux-gtk-x86_64.tar.gz)
I untarred it, got the directory "eclipse", and moved it to "usr/local".
From a terminal, ...
0
votes
1answer
23 views
How to execute java application avoiding compilation output to be displayed?
I have to execute a java application on a remote server through command line.
I normally run the application like:
java -jar /home/user/files/simulator.jar -nogui:/home/user/files/my-sims/sim1.csc
...
0
votes
0answers
17 views
How do you set up a pure emacs layered tty stack with 256 colors and mouse support?
I use this layered tty stack to reach emacs on GNU/Linux:
Mac OS X > iTerm2 $ ssh head-node -->
$ screen $ ssh compute-node -->
$ screen $ emacs -nw
Notes:
Mac OS X = Version 10.8.2
...
0
votes
1answer
14 views
You don’t have permission to save the file “project.xcworkspace” in the folder “jDiet.xcodeproj”.?
I'm still new with this PhoneGap and Xcode and I can't find the solution via Google.
After creating the file in the terminal, and try to open the Xcode project I get the following error:
You ...
1
vote
2answers
48 views
Input in the same line of the message (terminal)
Is there an Syntax that allows me to read the input from the user in the same line of the System.out.println() line?
Example:
What is your name?:(<-- Output) Jack (<-- Input from user in ...
1
vote
1answer
21 views
Preventing linewrap when using pexpect / bash
When I execute the following script (simplified example):
#!/usr/bin/env python
import pexpect
spawn = pexpect.spawn('/bin/bash')
with open('/tmp/logfile.log', 'w') as f:
spawn.logfile_read = f
...
3
votes
2answers
70 views
Printf with carriage return
printf("Hello%cWorld\n", 0x0d);
Outputs:
World
Because 0x0D moves the cursor to the beginning of the line
Can I trust that all terminals have this behavior?
0
votes
0answers
8 views
Configuring Terminal to accept [<Control>-<Return>]
I'm using org-mode in emacs on MacOS X Lion (10.7). One of the commands to use is (i.e. the control key, chorded with the return key). When I press this nothing happens. Doing some further ...
0
votes
1answer
11 views
Can I assign the “New Window” hotkey in Mac OSX to a particular theme?
In the Mac OSX Terminal app, I want to press command-N and get a new window with the Homebrew theme. I have edited my preferences so that on startup of the Terminal app I get a Hombrew-themed window, ...
0
votes
1answer
19 views
What is the usage of braces in unix commands?
I have been looking all over for how to use the {} feature in unix filenames. For example, I have a directory that has subdirectories named as an ID#. Each subdirectory has a recorded audio file named ...
-1
votes
2answers
16 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
17 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
25 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
27 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
8 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
24 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
5 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
49 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
2answers
18 views
How to mix 'gedit' with 'tail -c 100'?
i need to execute this command but open the
results in 'gedit'
tail -c 2000 /var/log/httpd/error_log
i run this from an executable file
so it needs to be mixed with gedit otherwise it won't work.
0
votes
1answer
38 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
32 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
24 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
38 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
54 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
37 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
71 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
19 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
5 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
21 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
11 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
42 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
11 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
39 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
20 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
27 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
23 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
16 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
43 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
36 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
17 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
44 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
20 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
41 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
30 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
59 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 ...



