• Mac OS X,  Mac OS X Server,  Mac Security,  Ubuntu,  Unix

    Basic Git Usage

    Previously we looked at installing Git on Mac OS X. Now let’s take a look at using it. The first step is to add a new local git repository that looks to a remote repository. In the following example I’m going to add a local repository called custom-safari based on the git repository at packages/custom-safari on git.krypted.com. git remote add custom-safari git://https://krypted.com//packages/custom-safari.git Next make sure you’re using the latest from the repository: git pull Then checkout from the master git branch: git checkout -b custom-safari/master Now pull the files you’ve checked out: git pull custom-safari master Now you can do your work. Edit the files, wok on them and when…

  • Network Infrastructure

    NAS, Clouds & Backup

    NAS (Network Attached Storage) devices are a popular alternative to providing centralized file services to smaller environments. This includes devices such as the Seagate BlackArmor, the DroboShare NAS and theĀ Netgear ReadyNAS Pro. These are inexpensive as compared to an actual server, they require less management and they often come with some pretty compelling features. But one of the primary reasons to buy a NAS can end up being a potential pain point as well: they require less management than a server because they can’t do as much as a server can. For example, theĀ option to replicate between two of them. Most have NAS to NAS replication built in. However, that…

  • Mac OS X,  public speaking

    Keynote & iPhone

    For those that have not yet used it, the App Store has a little application called Keynote Remote, which can be used to control a slide deck that you’re going through. Once you’ve installed the application on your iPhone simply open it and click on the New Keynote Link… dialog (also in the Settings pane of the app on the iPhone). You’ll see a Passcode. Open Keynote, from the Keynote menu, click Properties, then click on the Remote icon in the Keynote Preferences toolbar. Then click on the check box to Enable iPhone and iPod touch Remotes, click on the remote you will be pairing to your Keynote installation and…

  • Mac OS X

    Controlling iTunes

    Sizzling Keys is a free application for Mac OS X that allows you to assign hot keys for use with iTunes. But you can already do that, right? Well, if you switch out of iTunes then the hot keys don’t work. But with Sizzling you can have keystrokes that work to control the basic features of iTunes no matter what application you are in. I have not found an exact equivalent for Windows, although if you click on the Advanced tab of the iTunes preferences for Windows you’ll see the Show iTunes icon in System Tray, which will place it down in the lower right hand corner of your screen.…