How To Swap iPhone 5/5s Phone Numbers

Author: , October 8th, 2013

We have two lines with AT&T. Our 5s just arrived, but with the wrong phone number, so we wanted to swap the phone number between the phones. We did it by swapping the SIM cards between the phones as per AT&T technical support. PROCEDURE: Turn off both phones. Look along the right side of each […]

How To Disable Swap On MacOSX

Author: , July 25th, 2012

DON’T DO THIS UNLESS YOU ARE EXPERT LEVEL SYSADMIN!! YMMV… As root: launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist rm /private/var/vm/swapfile* BONUS LINKS: How to move your swapfile: http://superuser.com/questions/28414/moving-the-swapfiles-to-a-dedicated-partition-in-snow-leopard Apple Memory Docs: https://developer.apple.com/library/mac/#documentation/Performance/Conceptual/ManagingMemory/Articles/AboutMemory.html