1
vote
2answers
25 views
What files does the mac terminal load first?
A while ago I installed a program called "j" for the terminal. It was supposed to make things simpler. However, after a while of using it I decided I didn't really need it and trashed it. Now ever ...
0
votes
0answers
12 views
Can I create a console application using Xamarin.Mac?
I just purchased Xamarin.Mac in an effort to create a cross platform console utility. I figured this would be trivial but I am missing something.
How can I create and what do I need to do to deploy ...
0
votes
1answer
19 views
iPython command not found Terminal OSX. Pip installed
Python is also installed 2.7. using homebrew. I then used pip to install iPython. So, iPython seems to be installed under:
/usr/local/lib/python2.7/site-packages/
I think this is true because ...
0
votes
0answers
10 views
Installing rvm: running into problems with permissions
I receive this error message whilst trying to install rvm on OS X:
fatal: Unable to create '/usr/local/.git/index.lock': Permission denied
Error: Failure while executing: git checkout -q master
...
-1
votes
0answers
15 views
Why does Mac Finder prohibit FTP write operations? [closed]
It is generally known that you can only mount an FTP share as a read-only volume using the Mac OS X Finder (certainly on 10.6.8, at least).
Why? I wonder why the developers decided not to support ...
1
vote
1answer
25 views
Pasting long lines into Mac OS X Terminal
When I paste a long string (ie, more characters than the width of the terminal window), the terminal doesn't autoscroll and put them in multiple lines.
Instead, it basically wraps onto the same ...
0
votes
1answer
11 views
Changed PATH variable and now Terminal won't accept most console commands
I'm a newbie to programming, and I've recently started learning basic Terminal commands on my Mac OSX 10.8. One exercise involved changing the PATH variable by entering this into the console:
touch ...
0
votes
1answer
21 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
53 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 ...
0
votes
0answers
38 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
49 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
34 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
12 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
13 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
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 ...
-1
votes
2answers
38 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
25 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
15 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
51 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
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
35 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
27 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
301 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
32 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
38 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
22 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
24 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
30 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
119 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
62 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
13 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
27 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
11 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
24 views
+50
Emacs SplitScreen and GnuScreen Causing Line Wrap Problems
I have gnuscreen on with multiple "tabs" open. Emacs is on tab 0.
When I tab to a different screen and return to Emacs, the lines do not wrap properly anymore. They blend into each other. If I have a ...
0
votes
1answer
46 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
35 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
41 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
43 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
40 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
48 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
59 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
103 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
36 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
157 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
1answer
45 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
81 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 ...




