Search Results

Search: Posts Made By: andrewust
Forum: OS X (Apple) 04-09-2011
2,743
Posted By tlarkin
Launchd is a lot like cron, but more. You can...
Launchd is a lot like cron, but more. You can Google for an app called Lingon, which will help you generate launchd items. You would just need to make a system deamon that runs your command and...
13,305
Posted By vistastar
CC is the traditional UNIX C compiler, while GCC...
CC is the traditional UNIX C compiler, while GCC is GNU's compiler set incuding C compiler. On Linux the command cc may be a link to gcc.
Forum: OS X (Apple) 02-26-2011
2,493
Posted By Corona688
It's nothing to do with mac or PC. If you...
It's nothing to do with mac or PC.

If you haven't set a static address on your mac, you don't have one. Every once in a while your mac asks your router for a new address via DCHP and overwrites...
Forum: OS X (Apple) 02-25-2011
2,493
Posted By Corona688
Do you have a dynamic address? It might be...
Do you have a dynamic address? It might be stomping on your settings every time DHCP renews.
Forum: OS X (Apple) 02-25-2011
2,493
Posted By fpmurphy
The network may be set up to disconnect any...
The network may be set up to disconnect any unknown or unauthorized MAC addresses.
Forum: OS X (Apple) 12-30-2010
14,149
Posted By codecaine
It is not that is an application file. It is...
It is not that is an application file. It is because it is on a mounted image and items in a mounted image can not be removed from the mounted image.
Forum: OS X (Apple) 12-29-2010
14,149
Posted By theboogymaster
The error is because your trying to move the .app...
The error is because your trying to move the .app file. You should copy it and not move it to the Applications folder.

try cp and not mv
Forum: OS X (Apple) 12-02-2010
24,293
Posted By codecaine
To execute another terminal windows its open...
To execute another terminal windows its

open -a terminal

The -a stands for application. I am not sure why the pdf file is not showing in your preview.
39,585
Posted By Corona688
echo's another ;) There's a lot, and a...
echo's another ;) There's a lot, and a comprehensive list would be difficult and not really all that useful.

Since you've discovered the difference, you may find xargs useful, it's a bridge...
39,585
Posted By jim mcnamara
find does not read input from a pipe. That's why...
find does not read input from a pipe. That's why you got the error.

find . -name new

assuming that new is real file name you expect to find. There is no "new" predicate for the find...
9,071
Posted By um08
try : locate filename
try : locate filename
Forum: OS X (Apple) 11-25-2010
2,314
Posted By DukeNuke2
have a look at /etc/paths.
have a look at /etc/paths.
9,071
Posted By frank_rizzo
see find
see find
Forum: IP Networking 11-13-2010
3,645
Posted By jim mcnamara
multiple TCP connections, this is a hypothetical...
multiple TCP connections, this is a hypothetical example:

split -b 1000m bigfile
scp xaa me@remote:xaa 2>&1 >>logfile &
scp xab me@remote:xab 2>&1 >>logfile &
scp xab me@remote:xab 2>&1...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 07:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy