• Mac OS X,  Mac Security,  Mass Deployment

    Manage Gatekeeper from the Command Line in Mountain Lion

    Gatekeeper is the new feature of OS X that controls what types of apps can be opened. To configure Gatekeeper, open the Security & Privacy System Preference pane. Click on the General tab and unlock to make changes. Here, you’ll see “Allow applications downloaded from:” along with the following 3 options: Mac App Store: Only apps downloaded from the App Store can be opened. “Mac App Store and identified developers”: Only apps downloaded from the App Store and those signed can be opened. Anywhere: Any app can be opened. Configuring Gatekeeper is as easy as selecting one of these options. Now, under the hood, the state of Gatekeeper is kept…

  • cloud,  Mac OS X

    I

    Google recently decided that it was time to force some other company to buy cloudy dispositioned upstarts, Dropbox and Box.net. Google also decided that Office365 represented Microsoft being a little too brazen in their attempts to counteract the inroads that Google has made into Microsoft territory. Therefor, Google thumped their chest and gave away 5GB of storage in Google Drive. Google then released a tool that synchronizes data stored on a Google Drive to Macs and Windows systems. Installing Google Drive is pretty easy. Just browse to Google Docs and Google will tell you that there’s this weird new Google Drive thing you should check out. Here, click on Download…

  • Active Directory,  Mac OS X,  Mac OS X Server,  Mass Deployment,  Windows Server

    Using DFS in OS X Lion

    DFS stands for Distributed File Sharing. DFS is most commonly used to virtualize the way with which storage is presented to users. Once virtualized, mounts are able to replicate to one another or be moved between servers without impacting the end user experience. While many who have never used DFS will wonder why enterprises actually care about it, those of us who have used it extensively will be stoked that this new feature has been incorporated into OS X Lion. Using DFS in OS X is similar to using DFS in Windows, simply connect to a share and the work on the back end to locate where the share is…

  • Microsoft Exchange Server

    Exchange 2010 and Archive-Only Mailboxes

    Once upon a time, in a dark and dreary place, Exchange administrators (an already downtrodden lot mind you) had to let users archive their mail to pst files. These files, open while Outlook was open and distributed across the enterprise file servers, caused the poor Exchange administrators great pain and suffering as they were uncontrollable. The pst files roamed, causing great pains to SMB/CIFS, switching and other admins and these pst files worse of all had no policies applied to them. Then came a bright knight in shining armor. He brought with him Exchange 2010 and stories of mailboxes that could be used for archival to replace the monstrosity pst…

  • Mac OS X,  Mass Deployment

    LoginHook Bonjour

    Want users to be able to use Bonjour at home without having their systems registering with Bonjour when they’re on your network? Many environments have taken to wholesale disabling Bonjour. This can be done by augmenting the LaunchDaemon that invokes Bonjour, com.apple.mDNSResponder.plist that is located at /System/Library/LaunchDaemons. You add a -NoMulticastAdvertisements to the ProgramArguments array. This can be done with the defaults command as so: defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add “-NoMulticastAdvertisements” This can then be undone by writing the contents you want back into the array without the -NoMulticastAdvertisements: defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array /usr/sbin/mDNSResponder -launchd This is somewhat well documented, initially appearing as an Apple kbase article. However, we…

  • iPhone

    ePub and iPad

    As an author, I’m pretty interested in the changing face of the publishing industry. Tim O’Reilly was on the cover of Inc magazine this month and I’ve been following his musings about publishing for some time. But this whole digital publishing thing has to make an author think about what it means for us. But as a geek, I’m stuck in the technical, wondering if I were to self-publish something straight to the iPad, what would it look like? Not the content, but the files. ePub seems to be the main focus of e-book devices and where the industry is going to go. ePub is a format ratified by the…

  • sites,  Social Networking

    MySpace RSS Integration

    MySpace won’t die. Good. Competition breeds innovation and if social networks are to continue to become more and more useful then a somewhat healthy MySpace is simply going to keep the cog wheels turning in the otherwise spiderweb filled heads of talented engineers. MySpace introduced applications awhile back and there is now a pretty ample number, although nothing close to what Facebook has. I suppose there’s something to be said for being a day late and a dollar short, eh? Most of the applications, as with Facebook, aren’t that useful. Games to help you waste time and quizzes to help you inform your friends and coworkers that you haven’t stepped…

  • Mac OS X

    Git on Mac OS X

    The latest Git works swimmingly on the Mac. To download it you can curl it from the repository: curl http://kernel.org/pub/software/scm/git/git-1.6.5.3.tar.gz -O Next, extract the files: tar xzvf git-1.6.5.3.tar.gz Once extracted, cd into the directory that you extracted the files into and then run a make configure with the git-1.6.5.3 directory as your working directory. make configure If you cannot run make becuase you don’t have a compiler, make sure that you have installed the developer tools on your computer. Once you have run the make, run the configure, specifying the directory you would like to install into. In this case I’ll be deploying into /usr/local/git: ./configure –prefix=/usr/local/git NO_MSGFMT=yes make prefix=/usr/local/git…

  • Mac OS X,  Mass Deployment

    Thawing Faronics

    Once you have a quick and dirty deployment of Deep Freeze you’ll likely at some point want to make changes to the contents of your drive. You can thaw the partition in DFXControl when you need to make changes: Open DFXControl from /Applications/Faronics Provide the DF User Name as the user name provided earlier Provide the Password as what you provided earlier In Boot Control, change to Boot Thawed and click on the Restart button You can then make changes following the restart and refreeze when you’re ready to do so.