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.

learn more… | top users | synonyms (1)

0
votes
0answers
20 views

RubyOnRails - rails generate controller

i have a problem when i try to generate a controller with: rails generate controller profiles show I already tried this solution, but didn't work: script/rails generate controller profiles show ...
-1
votes
0answers
22 views

Close a specific Chrome tab in Ubuntu/Linux using terminal command

Is there a way to close a specific Chrome tab with a terminal command? I tried below commands: kill -9 <pid of Chrome tab>: Instead of closing a tab, it kills the tab ("He's dead Jim" message ...
0
votes
1answer
18 views

How do I change the version of R that Sage integrates with?

I'm on a Mac OSX 10.8.3 and running Saga 5.9. Sage uses R 2.15.2 as its default version of R, whereas in RStudio where I do most of my statistical work, I use R 3.0.1 (newest version), but Sage ...
0
votes
3answers
35 views

undoing changes to bashrc from terminal

Unfortunately I just overwrote my .bashrc with echo "command" > ~/.bashrc as opposed to appending via echo "command" >> ~/.bashrc. Not a huge throwback as I am newer to ...
0
votes
1answer
19 views

BASH: Read all files in a directory recursively, includinging symbolic links

I got this tidy script from someone: find ../Classes -name \*.cpp -print which simply loops a directory, and prints all files recursively. However, it doesn't follow symlinks. All I can find ...
0
votes
2answers
36 views

How to create ipa file using php

I am trying to run shell script from php file to build and archive the ios application. Here is what i have done so far In my test.php file i have written below code: <?php echo ...
0
votes
0answers
32 views

java encoding issue (Ubuntu terminal)

I'm university student majoring computer engineering. I have been tried to rewrite the framework of some tools. But I can't read '*.java' source. that like.. 0000 1020 3040 2343 2034 3521 3425 4324 ...
1
vote
3answers
27 views

How do I get into my virtualenv quicker? Custom commands?

everytime I want to do something with terminal I have to type this sequence in the terminal (Im on mac osx lion terminal): >Public/projects/installs # location of my venv >. venv/bin/activate ...
0
votes
2answers
44 views

Making the PATH and other environment variables available in emacs

Working with emacs in OSX can some times be troubling. I interchange with using the Terminal.app application and the emace shell both of these use bash, and both seem to work, I do however have the ...
-2
votes
0answers
12 views

Landline Over IP [closed]

Hello I need to use a POS terminal that uses landline. I don't have landline there, only can have a PC with internet access and dial up modem. On the other place I have also a PC with internet access ...
0
votes
1answer
16 views

Java key release event from STDIN in terminal raw mode

I'm trying to write a console game using java, and when you hold down a key, I want it to move your character constantly. This means I need key press and key release events, because there is a delay ...
0
votes
0answers
14 views

How to use other viewer class than terminal in AI::ExpertSystem::Advanced

I tried to use perl module AI::ExpertSystem::Advanced. I want to try another viewer class - for example my browser. How can I do it??? my $ai = AI::ExpertSystem::Advanced->new( ...
-1
votes
0answers
18 views

Remove file extension in OS X using Terminal [migrated]

Problem: I have some 200+ files named something in line with "DSC01852.JPG.jpg". I would like to remove the file extension so the result becomes "DSC01852.JPG". Any suggestions? I looked at the mv ...
0
votes
0answers
30 views

Does this Terminal output indicate a that a keylogger has been installed on this Mac? [closed]

A friend is concerned that a keylogger has been installed on their machine, a Mac running MacOS 10.7. I have the following Terminal output. Do any of you spot any indication of keylogging apps ...
0
votes
3answers
25 views

How do I use scp to copy a file from the server to the client side ?

How do I transfer files from a computer I am accessing remotely back to the computer I'm currently at? Can anyone help me? Here's the syntax I know so far, scp (filename) (I don't know what to put ...
0
votes
1answer
19 views

ubuntu linux, new terminal window does not recognize installed gems

I am running ubuntu 13.04, I have installed ruby 2.0.0, rvm 1.20.10, rails 3.2.12, as well as many other gems. I am trying to run a spork server for my rspec testing with guard. I opened a new ...
-1
votes
1answer
16 views

How Do You Create a New Directory with Terminal? [closed]

I'm using Terminal to upload some files from my mac and I was wondering if there is a way to create a new directory (folder) on the server. what is the command?
0
votes
0answers
36 views

Android : Read-only file system.

I'm using a terminal emulator on Anrdroid 4.1.1 device. When I run cat > sample, it says: Can't create sample: Read-only file system. I don't want to root my device. Any workarounds?
2
votes
3answers
30 views

Java: Read data from the terminal using Process()

I'm trying to read the response from the terminal while using a command in with the Process()function. I have looked on other examples but I can't get it to work. I wan't to be able to process the ...
-1
votes
1answer
48 views

brew reinstall autoconf returns an Error [closed]

after sudo brew cleanup Password: Removing: /Library/Caches/Homebrew/automake-1.13.1.tar.gz… Removing: /Library/Caches/Homebrew/libxml2-2.9.0.tar.gz… I try to brew reinstall autoconf ...
0
votes
0answers
17 views

Sending audio to multiple airplay speakers from terminal

I want to be able to select all airplay outputs for audio, and send all system audio through all of the airplay speakers, like how iTunes can send to multiple speakers. I know there are GUI utilities ...
2
votes
3answers
462 views

Error installing any ruby version with RVM on OSX

Guys I'm about to kill myself with this one! I had some problems with RVM installing multiple versions of Ruby, and following a thread on Stackoverflow I decided to remove it completely. After ...
0
votes
1answer
39 views

Find b'' in command output?

I'm trying to find a specific string from a command output in terminal. It doesn't work however. Here is the command I'm running: check = subprocess.check_output("netctl list | sed -n 's/^\* //p'", ...
-1
votes
0answers
31 views

iOS and calling Terminal Commandos with IBAction [closed]

NSTask is available for MacOSX, only, right? I want to create an iOS App with some UIButtons calling a terminal command. Which framework should I use for a non jailbroken device ;-) EDIT: Maybe Im ...
0
votes
0answers
7 views

Anyone with luck on getting KDevelop work under OSX 10.8.3

I got KDevelop to install through macports with no issues, but it is very unstable and crashes straightaway. I tried getting it through fink, but fink is not able to find the package anymore? So I am ...
0
votes
1answer
22 views

How would i change colors in cmatrix? [closed]

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
17 views

How do I execute Eclipse from a terminal in Ubuntu Linux 12.04? [closed]

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
26 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
20 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
53 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
36 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
78 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
12 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
22 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
21 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
30 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
12 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
41 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
29 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
62 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 ...

1 2 3 4 5 75