Check Memory Usage Of App From Command Line
vmmap -resident `cat /var/run/DirectoryService.pid`
It's all in the Mac magic…
vmmap -resident `cat /var/run/DirectoryService.pid`
http://sunkencity.org/flickredit Nice little java app that does it all for you
Binding to an Active Directory or Open Directory domain is done in many work environments to centralize computing usage policies and increase […]
My work setup in the lab consists of two Mac Minis, one Mac Pro, and my Macbook Pro. I do all my […]
Getting Subversion under MacPorts Audience: Anyone and everyone Requires: MacPorts, Apache (for server installation) Introduction The most expedient way to get Subversion […]
You need to have xHTTP 3 in the Listen section of the pound.cfg ListenHTTPS Address 1.2.3.4 Port 443 […]
As part of the OS X Mountain Lion Server upgrade, Apple has removed the Mailman mailing list manager entirely. In order to […]
Apple have now self contained most of the config files for it’s services in the /Library/Server folders. To make a mailing list […]
Dragging up an old post, but for those that stumble upon this I found a solution for allowing users to login with […]
/Library/Preferences/SystemConfiguration/preferences.plist sudo scutil –set ComputerName `/usr/libexec/PlistBuddy -c “Print :System:System:ComputerName” /Library/Preferences/SystemConfiguration/preferences.plist` sudo scutil –set LocalHostName `/usr/libexec/PlistBuddy -c “Print :System:System:ComputerName” /Library/Preferences/SystemConfiguration/preferences.plist` sudo scutil –set HostName `/usr/libexec/PlistBuddy […]
With just 5 easy graphics updates, you can customize the look and colors of your JSS and Self Service app If you […]
I needed to copy an iso to a flash drive to install Windows 7 on my friends computer and decided that <a […]
In bash (and probably other shells) >(command) runs ‘command’ (in a sub process) and replaces the statement with a file handle (named […]
When I’m packaging an application for deployment, I normally download the latest version from the vendor. If it’s a drag-and-drop install, where […]
1234567891011121314151617181920#!/bin/sh # Determine OS version sw_vers=`sw_vers -productVersion` for USER_TEMPLATE in "/System/Library/User Template"/* do defaults write "$USER_TEMPLATE"/Library/Preferences/com.apple.SetupAssistant DidSeeCloudSetup -bool TRUE […]
DeLorean Wiring Schematic COLOR DMC-Bulletins DMC-Technical DMC-WorkshopManual Volvo-B28F_RepairAndMaintenance-Section2 Volve-B28F_Reconditioning-Section2_21 Volvo-CIFuelSystem-Secton2_ex23
Use Requiem to remove the DRM requiem-4.1-mac Run this and it will strip the DRM from any items in iTunes. However your […]
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user/ The Kill Finder or reboot
awk ‘{print $(NF-1)}’ infile NF is a built in variable for the number of fields in each line, so this means […]