NFS is a legacy file sharing protocol which continues to have wide support in the Linux world. Depending on your needs, there may be better alternatives to using NFS network shares. However, if you're a Mac user in the context of a mixed network environment and your Linux administrator doesn't want to support Apple's File sharing Protocol, then this solution may be for you. Included are instructions on configuring NFS shares on the server side for Linux noobs like myself.
I come across a million postings about the best way to rename multiple files at once from the command line. Of course there are nearly as many solutions. Sure, it's possible (and sometimes desirable) to write a shell script using a combination of sed, awk, mv, and so on. But the solution I've found most useful and flexible for everyday file operations is a Perl script by Larry Wall and available at the CPAN repository
Subversion is a robust, open source version control system for software development. CodeIgniter is a powerful but lean Object Oriented PHP-based web development framework which utilizes the Model-View-Controller approach.
For quite a while, I used CVS for my revision control, but recently migrated to Subversion due to it's superior capabilities. If you're developing multiple CodeIgniter web sites which share system code and you're looking into implementing a revision control system. Here are some guidelines.
Since my household is primarily Mac based, I wanted to setup my Ubuntu server as an AFP/Time Machine backup server for the LAN. Not surprisingly, this proved possible, but not trivial. First I'll provide a summary of the necessary steps, then detailed instructions for the terminal savvy folks.
Like many of its underlying features & functionality, Mac OS X inherited context menus from the NEXTSTEP operating system. Also known as "contextual menus" (which I find clumsier to say), they pop-up upon user interaction such as a right-click of the mouse. For all you die-hard, one-button mouse users, they are available by holding the control key when clicking the mouse button. But you probably knew all that already or you wouldn't be here.
Infrequently Asked Questions of FAQs - We take FAQs for granted as part of our sites’ content, but do they really work, or are they a band-aid for poor content? FAQ-hater R. Stephen Gracey explores the history and usability of FAQs. Learn how to collect, track, and analyze real user questions, sales inquiries, and support requests—and use the insights gained thereby to improve your site's content, not just to write a FAQ.
Carl Sagan made a compelling argument for the existence of life elsewhere in the universe. And, as Douglas Adams said, "Space is Big. Really Big." For years, the SETI (Search for Extra-Terrestrial Intelligence) folks at UC Berkeley have been scanning the skies and collecting radio telescope data from locations such as the Arecibo Observatory. Unfortunately, they collect more data than they can process wither their available computer resources.
My latest idea for an art project that I can complete in a fairly short period of time involves the animation of still images. My first thought was to go for a walk and take pictures every so often, holding the camera at approximately the same level each time, pointed forward. When spliced together into a movie at, say, 10fps, you'd get a really choppy video where each image was visible for just long enough to register but not long enough to absorb much detail.
When taking a site live onto a production server, it's always tempting to rush the last few steps, especially if you're under a launch deadline, or if you've been working on the same site so long that you're sick of it. At this point it's important to sit back, take a breath, and be sure to go through the following pre-flight checklist:
error_reporting to NONE. Errors should be redirected to a log file.