Search Results

Search: Posts Made By: verno
Forum: OS X (Apple) 11-29-2008
4,470
Posted By verno
For a Mac OS X Unix Tutorial see: OSXFAQ -...
For a Mac OS X Unix Tutorial see:

OSXFAQ - Technical News and Support for Mac OS X (http://www.osxfaq.com/Tutorials/LearningCenter/)

Some additional Unix tools for Mac OS X can be found here:
...
Forum: OS X (Apple) 11-03-2008
2,224
Posted By verno
How about: softwareupdate --list | egrep...
How about:


softwareupdate --list | egrep '^[[:space:]]*\*' | wc -l
# or
softwareupdate --list | awk 'BEGIN { num=0 }; /^[[:space:]]*\*/{ num+=1 }; END { print num }'
Forum: OS X (Apple) 08-04-2008
21,437
Posted By verno
You can also get your external ip address with...
You can also get your external ip address with curl.


curl -L -s --max-time 10 http://checkip.dyndns.org | egrep -o -m 1 '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}'
Forum: OS X (Apple) 04-11-2008
6
vi
6,149
Posted By verno
A dos2unix-like tool for the Mac may be found...
A dos2unix-like tool for the Mac may be found here:

OS X Apps > search: "newline" (http://osx.hyperjeff.net/Apps/apps?f=newline)

Cheers,
verno
Forum: OS X (Apple) 03-27-2008
13,231
Posted By verno
For creating a regular user account from the...
For creating a regular user account from the command line interactively, try: Create & delete user accounts from the command line on Mac OS X (http://textsnippets.com/posts/show/1374)

Cheers,...
Forum: OS X (Apple) 12-22-2007
4,109
Posted By verno
Maybe you have to use a patched rsync version on...
Maybe you have to use a patched rsync version on both sides?

See:

Mini-HOWTO: Fixing rsync on Tiger (Mac OS X 10.4.x) (http://www.lartmaker.nl/rsync/)

sudo port list | grep -i rsync
...
Forum: OS X (Apple) 12-21-2007
8,964
Posted By verno
... or pman -- create, print, save, view PDF man...
... or pman -- create, print, save, view PDF man pages (http://snippets.dzone.com/posts/show/4274)
Forum: OS X (Apple) 12-20-2007
8,964
Posted By verno
Books "that explain how it all works, from the...
Books "that explain how it all works, from the Unix point of view rather than GUIs":

Advanced Mac OS X Programming (http://www.borkware.com/corebook/)

Mac OS X Internals: The Book...
Forum: OS X (Apple) 12-17-2007
8,964
Posted By verno
On Leopard you may use dtrace to add the...
On Leopard you may use dtrace to add the functionality you're looking for:

DTrace Scripts | Collecting scripts and settings for DTrace-enabled developers (http://www.dtracescripts.com)

Top Ten...
Forum: OS X (Apple) 10-24-2006
10,753
Posted By verno
try resetting NVRAM
"it will not even mount when plugged in"

Try to reset your Mac's NVRAM:

http://docs.info.apple.com/article.html?artnum=2238
Forum: OS X (Apple) 10-13-2006
7,346
Posted By verno
A gui solution would be: Compost automatic...
A gui solution would be:

Compost
automatic trash management
http://www.mac-compost.com/


Cheers,
verno
Forum: OS X (Apple) 09-27-2006
12,017
Posted By verno
Some more hints what Mac OS X has to offer: ...
Some more hints what Mac OS X has to offer:

Dumbarton
ObjC-C# bridging framework
http://www.imeem.com/developers.aspx
http://developer.apple.com/business/macmarket/imeem.html

Creating Mac OS...
Forum: OS X (Apple) 09-26-2006
12,017
Posted By verno
And also check out some items listed here: ...
And also check out some items listed here:


http://osx.hyperjeff.net/Apps/apps.php?f=integrated%20development%20environment


http://osx.hyperjeff.net/Apps/apps.php?f=mono

...
Forum: OS X (Apple) 09-15-2006
24,494
Posted By verno
login hook ?
Maybe a login hook could do the trick?

sudo defaults write com.apple.loginwindow LoginHook /path/to/script

(For more information see http://www.bombich.com/mactips/loginhooks.html and...
Showing results 1 to 14 of 14

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