Articles tagged with mac os x

  1. Restart Brother ControlCenter

    Posted on in System Administration

    On your Mac, the Brother ControlCenter software that let's you scan an image from your Brother MFC to your computer is started at boot by launchd. Therefore, it can be restarted from the command line.

    For example, here is a list of processes controlled by launchd:

    $ launchctl list | grep brother …
  2. Lion + Cisco VPN DNS Workaround

    Posted on in System Administration

    When I upgraded to OS X 10.7 (Lion), I started using the built-in IPSec VPN client rather than Cisco's VPNClient. I experienced problems immediately. At first it appeared that the connection was being made, but no traffic was passing. When I tried pinging by IP address, I found that …

  3. Mac OS X terminal and GNU screen scrollback

    Posted on in system_administration

    If you're a frequent user of GNU screen on your Mac, you are probably tired of using ctrl-a [ to enter scrollback mode. Adding the following lines to the .screenrc configuration file in your home directory in order to scroll with your mouse:

    defscrollback 5000
    termcapinfo xterm* ti@:te@
    
  4. Convert MOD Movies with VLC on Your Mac

    Posted on in Software

    My wife uses a Canon FS100 for taking home videos of the kids. If you aren't familiar with it, it's a fairly light-weight camcorder that uses SDHC cards rather than tapes. The only real grievance I have with it is that the video codec it uses is not compatible with …

  5. Installing Unison 2.27.57 via MacPorts

    Posted on in System Administration

    MacPorts LogoI've mentioned before that I use Unison to keep a few important directories synchronized between my various workstations and file server. I made the switch to Ubuntu 10.04 LTS recently, and started using its unison 2.27.57 package. This breaks all of my Macs that use unison 2 …

  6. tshark Fails: Interface is Not Up

    Posted on in System Administration

    This problem happened on a Mac Mini running OS X 10.4 (Tiger) not too long ago. The user was trying to run tshark against interface en2 — a USB <acronym title="Network Interface Card">NIC</acronym>. The tshark command produced the following output.

    # tshark -w /tmp/slap -i en2
    Capturing …
  7. Set Mac OS X Time Zone from the Command Line

    Posted on in System Administration

    Viewing and changing the time zone in Mac OS X via the command line uses the systemsetup command:

    $ sudo systemsetup -gettimezone
    Time Zone: US/Eastern
    $ sudo systemsetup -listtimezones
    <snipped>
    $ sudo systemsetup -settimezone US/Central
    Set TimeZone: US/Central
    $ sudo systemsetup -gettimezone
    Time Zone: US/Central
    

    Set Mac OS X Time Zone from the Command LineThis command is available both …

My Bookshelf

Reading Now

Other Stuff