Tagged Questions

1
vote
1answer
9 views

Check if Screensaver is Active using Mac Bash Script Command

I've found many useful Bash commands that can execute OS X behaviors from the command line such as: screencapture -x -C $FILENAME Is there such a command that can check if the screen saver is …
0
votes
1answer
16 views

Writing daemon in objective c

I need to write a daemon, much like windows service on os x using objective c. Can anyone point to some sample? or guide me about how to do this?
0
votes
0answers
3 views

Writing daemon in objective c

I need to write a daemon, much like windows service on os x using objective c. Can anyone point to some sample? or guide me about how to do this?
0
votes
1answer
26 views

Restore app from dock

Hello I'm new to programming desktop applications for Mac (though a have a small experience with programming for IPhone). Suppose I create a new Cocoa project in XCode. This application does nothing …
0
votes
3answers
66 views

Mac version control with merge and support

I'm using a trial of Cornerstone and like the product but don't like the fact they have no support. Meaning, they never answer their email. I need a source control program that can handle merging …
0
votes
2answers
51 views

git: command not found

I am receiving this error when I try to use git lately. I'm not exactly sure when the error started as I rarely use git. I used to use it. I didn't change anything about it or my machine that I know …
0
votes
3answers
67 views

Boost: how to build Boost under MacOSX

I am trying to build MacOSX universal binaries (I need at least i386/ppc for >=macosx10.3) of Boost. I tried a lot of different methods and options and versions and it all fails in the end with this …
0
votes
0answers
28 views

How secure is Remote Desktop from OSX to Windows Server 2003? [closed]

It's unclear to me exactly how secure Remote Desktop access from OSX to a Windows Server 2003 machine is. Is the communication encrypted by default? What level of encryption? Are there best …
1
vote
2answers
36 views

python locale strange error. what’s going on here exactly ?

Hello. So today I upgraded to bazaar 2.0.2, and I started receiving this message (I'm on snow leopard, btw): bzr: warning: unknown locale: UTF-8 Could not determine what text encoding to use. …
0
votes
1answer
28 views

How to connect to machine ip address & port via grails app

I'm running MacOS 10.6 with the default settings for my machine with Internet Sharing turned on. What needs to be configured to allow access to my machine's grails/jetty instance on a specific port? …
0
votes
0answers
22 views

Gems not found with Passenger in conservative spawn mode on Mac OS X

We are using Passenger locally on Mac OS X for development. I switched to conservative spawn mode to try to debug a problem with the MongoDB ruby driver. However, after I did this, Passenger can no …
0
votes
0answers
6 views

Deploy django under snow leopard server?

Any tutorials, how-tos or sth. about deploying django apps under snow leopard server? What do I need? Thanks!
1
vote
1answer
44 views

function to call same shell command in dired

hi, i'd like to be able to call the same shell command on the marked files in dired without the need for emacs to prompt the command input as the command will always be the same. in particular, the …
0
votes
2answers
48 views

Why does Mac OS sometimes launch the wrong binary when I click on a .app

I created this application that contains several binary files (let's say X, Y and Z). I have a .plist file that specifies that the application should launch X when opened. Everything works fine 99.9% …
1
vote
4answers
68 views

Check if Mac process is running using Bash by process name

How do you check if a process on Mac OS X is running using the process's name in a Bash script? I am trying to write a Bash script that will restart a process if it has stopped but do nothing if it …

1 2 3 4 5 17 next
15 30 50 per page