See this thread on the MacNN forums for all the details...
http://forums.macnn.com/cgi-bin/Forum3/HTML/001327.html
http://forums.macnn.com/cgi-bin/Forum3/HTML/001327.html
|
|
|
See this thread on the MacNN forums for all the details...
http://forums.macnn.com/cgi-bin/Forum3/HTML/001327.html
WebDAV folders allow you to manage your webserver by looking at familiar folders, instead of via an FTP client. Now you can drag and drop updates to your webserver very easily.
Here's a great tutorial on how to make them work: http://osx.macnn.com/features/webdav.phtml [This link no longer works, but the comment to this article contains a link to information that does work in 10.2 and newer...]
To quickly find any text string within any text file, try this from a terminal window:
grep -l [text to find] [files to look in]For example, grep -l 123abc *.html will list the name of any file in the current directory that ends in .html and contains the string 123abc. (That's a lower-case-L following the GREP) Quite powerful, and fairly fast. Now, if you have some spare time, and want to see what it can really do, try this: su rootThis will tell the OS to find the "text to find" in every file in every directory, all the way down through the tree. The -r flag tells grep to recursively search directories. Of course, OS X has something like 26,000 files, so this can take a very long time!
Welcome to the Mac OS X Hints site. Please see the About page for a bit of background on the site and its purpose.
Please post relevant tips only. There are other sites that do a much better job on other aspects of OS X, such as troubleshooting, discussion forums, and the latest applications (visit the "OS X Web Sites" link in the top bar section for a list). The only non-tips that will be published are "Help Me" requests, and those will be the exception to the norm. I've posted a few of the more useful tips I've garnered during my use of the beta. Please feel free to add yours to the list, and help the community grow! You can post hints without registering (registering gives you customization and editing options; see the About page if you're concerned about privacy), but you will have to register to post comments. NOTE: Submitted articles go into a pending queue, which I will review and publish as often as possible during the day. As the site grows, additional volunteers will be sought to help speed the review and publish process. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 1.09 seconds |
|