Tagged Questions
0
votes
0answers
29 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 ...
-1
votes
1answer
44 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
13 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 ...
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, ...
-1
votes
2answers
20 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 ...
-1
votes
2answers
26 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
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
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 ...
-2
votes
0answers
47 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
25 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
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
33 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 ...
0
votes
0answers
24 views
How to svn copy only specific folders from trunk to new branch
I'm new to SVN and trying to learn the process. I have a trunk with many directories that looks something like this:
trunk
folder1
language1
language2
folder2
language1
...
0
votes
1answer
271 views
rvm install error running 'requirements_osx_port_install_port'
Im trying to install rvm on my machine and select a version but im getting this horrible error can anybody help? I need to install dandelion deploy but cannot due to this problem.
Error running ...
0
votes
1answer
31 views
Compiler Error in ptmconvert (C/C++)
I'm trying to compile some mixed C++ and C code on a mac in the terminal for an image converter, and I'm running into several errors. The imager converter code is available here:
...
0
votes
1answer
34 views
Applescript: Keeping track of multiple terminal windows and writing into each of them
I've got a setup procedure for a project that involves me using multiple terminal windows. The start up procedure is sort of messy and involves me tabbing between the terminal windows (different tools ...
1
vote
0answers
17 views
Remove spaces from filenames in folder
I have a situation where I need to daily go over 400+ files in a folder on Xsan and replace spaces with under-scores in the filenames of the files.
Does anyone one have a script at hand that I can ...
0
votes
1answer
20 views
Terminal Not Working after installing SASS / COMPASS
I just installed Sass and compass. I had to modify user permission in usr/bin so I typed in my command line defaults write com.apple.Finder AppleShowAllFiles TRUE and changed the permission using the ...
0
votes
1answer
25 views
How do I use a command in an if statement in a Terminal Script on mac?
I am trying to write a script that will toggle between showing and hiding hidden files in Finder, but I'm having trouble with an error:
./HiddenFileToggle: line 1: [defaults: command not found
...
0
votes
1answer
94 views
How do I upgrade Bash in Mac OSX Mountain Lion and set it the correct path? [closed]
since Mountain Lion still uses the old bash 3.x, I was wondering if there is a good tutorial (or if somebody could post one here) on how to upgrade bash to the latest version. Also, it would be ...
0
votes
2answers
54 views
SVN checkout mac terminal
I have some issues to download a directory though mac's terminal.
On Windows:
svn+ssh://netimage@xxxxxx.dk/home/netimage/svn/xxxxx.dk2
I've tried it though mac terminal via. this without luck.
...
0
votes
0answers
12 views
Concatenate a .aspx in Mac OS X terminal with proper encoding?
On a Mac via the terminal, I'm trying to concatenate 2 files into the file Default.aspx. This file is being served via IIS.
cat page-header.aspx _site/index.html > _site/Default.aspx
When ...
0
votes
1answer
26 views
adding ~/bin directory in your path [closed]
I need to add ~/bin directory in your path.
But I am not sure what the actual command for this is, I know it goes in my .bash_profile
Does anyone know this, or a tutorial on how to set up a new ...
1
vote
1answer
10 views
How to run TKDiff from the terminal on mac os
I downloaded TKDiff from http://tkdiff.sourceforge.net
I would like to use it from the terminal like i'm using the regular diff. something like:
tkdiff file1.txt file2.txt
can anybody help me with ...
0
votes
0answers
14 views
Emacs SplitScreen and GnuScreen Causing Line Wrap Problems
I have gnuscreen on with multiple "tabs" open. Emacs is on tab 0 and is split into two vertical views.
When I tab to a different screen and return to Emacs, the two views blend into each other as if ...
0
votes
1answer
42 views
Oh My ZSH & Vim Insert Cursor
Currently using Oh My ZSH, however, when using Vim in INSERT mode, at the end of a line, when using arrows to navigate, the insert mode ends when you hit the end of the line, making it impossible to ...
0
votes
1answer
32 views
Notification when Terminal is ready/finished - Applescript
is there a way to get notified when terminal finished a command?
-> I run another script(not mine!) which downloads data when this script finished I want to quit terminal and do other stuff with this ...
-1
votes
2answers
40 views
How to add text to the beginning of all files in a folder? [closed]
I have a folder with 1,000 small text files in it, and I need to modify the files and add 7 zeroes to the beginning of every one. After I do this I'll be able to cat them all together. Is there an ...
0
votes
1answer
38 views
Missing results with mdfind
I have a certain set of PDFs downloaded from a free library that I'd like to search, from time-to time. For that, I'd like to use a shell script, that performs an 'mdfind' command.
Since I've got a ...
0
votes
1answer
39 views
Dragging and Dropping a File onto a .sh file
I have a fairly good amount of knowledge with Batch. I'm trying to port a batch script over to Mac/UNIX, but my batch file has a drag-and-drop thing to it. Through countless Google searches, I have ...
0
votes
1answer
43 views
How to compile a makefile on OSX 10.8 with no Terminal experience?
I've tried searching on this and everything seems to assume more knowledge on the subject than I have. I've downloaded this PureData external: https://github.com/badgeek/fux_videoglitch , and I think ...
0
votes
1answer
54 views
PHP - Executing say function from mac shell / terminal
I am trying to make a simple php script that takes text from user input and then uses mac's terminal 'say' function (text-to-speach) to read the text aloud.
The only resource I've been able to find ...
0
votes
0answers
15 views
Setting MySQL encoding in OS X
I know this is a very common issue. When I want to execute a query with utf8 data on it with Terminal, for example:
'SELECT id from matrix where content="Número";'
it is replaced by:
'SELECT id ...
0
votes
1answer
101 views
Why is the c++ standard library not working?
I've been trying to get my program that I downloaded from my schools server to run offline on my mac. I tried updating GCC by following tutorials and for some reason the tutorials didn't work even ...
0
votes
1answer
35 views
how do you install the module commands like ins mod,etc
I have to load a kernel module to run a program. I searched online and found out I need to use commands like insmod, etc to do that. But the command doesn't seem to be installed in my laptop. I am ...
0
votes
0answers
114 views
Solarized Theme : wrong colors in Mac Os X Terminal [closed]
I tried to install the solarized theme for Mac OS default terminal (http://ethanschoonover.com/solarized), but the colors I get are very different from the colors on the website, event after changing ...
0
votes
0answers
9 views
Access Win Partition in Terminal Mac OS X [migrated]
Is it possible to access (mount?) a partition in Mac OS X through the Terminal? Located at /Volumes/Windows HD/...
I have VMWare fusion, but is it possible to access files through the Terminal?
...
0
votes
0answers
12 views
'nice' does not work, even when using 'sudo'. “Permission Denied” [migrated]
I am attempting to set the priority on an application to be higher, but I keep getting 'permission denied' when attempting to do som even as the superuser.
From the Terminal:
Alexandsteins-Macbook:~ ...
0
votes
1answer
43 views
Ruby script error
I've got a ruby script
#!/usr/bin/ruby
require 'rubygems'
require 'mechanize'
require 'nokogiri'
require 'highline/import'
require 'stringio'
#Change based on Semester
$term = '09'
$year = '2012'
...
0
votes
0answers
70 views
Make Sleepwatcher daemon run on display wake - OSX 10.8.3?
I have installed Sleepwatcher using Macports on my 10.8.3 computer, following this guide pulled from this post (https://discussions.apple.com/message/17966344#17966344):
MacPorts is one of the ...
0
votes
1answer
13 views
How to fix this error
When I open terminal system shown error below
-bash: /etc/profile.d/sm.sh: No such file or directory
-bash: /etc/profile.d/rvm.sh: No such file or directory
Thank you.
1
vote
1answer
163 views
Launch an application on the iOS simulator with using command line
Good Morning,
I am trying to launch an application on the iOS Simulator with command line so i put this command in the terminal:
open `xcode-select ...
0
votes
2answers
54 views
Mac installing libraries using the terminal
I have researched this and found answers on SO on this topic yet remain confused.
Trying to get started with Git. I'm new to shell scripting too so hopefully after this I'll be more familiar with it.
...
1
vote
0answers
35 views
Lightweight event wrapper for the terminal
I believe this is the realm of the ncurses library. I'm trying to avoid having to get down and dirty with it though.
I'm looking for a program that I can configure to run a command while performing ...
0
votes
0answers
27 views
How to configure phpstrom to read-write files?
I have a project that is owned by some user. When I run pstorm . on my console as a root, I am told the the config path is not set properly. If I run this command with my custom user, (the one I used ...
0
votes
1answer
161 views
chown illegal group name (mac os x)
I'm trying to run the following command in Terminal:
chown -R couchdb:couchdb /usr/local/var/log/couchdb
However, I keep getting this message:
chown: couchdb: illegal group name
I am using mac ...
0
votes
1answer
28 views
How to people knows the cmd in OS X application?
For example, here is some cmd in the terminal that can config the application behavior:
defaults write com.apple.mail DisableInlineAttachmentViewing -boolean YES
How the people know that config? Does ...


