Pull OSX User Unlock Times
If you need to pull OSX (Macbook) user unlock timestamps run the following command as root (or with sudo):
If you need to pull OSX (Macbook) user unlock timestamps run the following command as root (or with sudo):
Column Selection – Sublime Text 3 Selecting an entire column of text using Sublime Text 3 on a Mac can be frustrating. Here is how to do it the easy way! Legend ⌘ – Command ⇧ – Shift ⌃ -…
Recently I needed to calculate the starting and ending memory addresses of an IOS application (in order to dump it). As a result i needed to figure out how to add two hex addresses. Here’s what I discovered. Basic Example…
Mounting Shares via SSHFS with Fuse for OS X and Macfusion Apple’s OS X Lion operating system is a fussier cat than its predecessors in a few regards – specifically, printing and access to mounted network shares. Fortunately we’ve…
Objective Convert your .crt and .key or .pfx file to a .pem file Tools OpenSSL– This tool will do the conversion Note: If you have Visual SVN Server then openssl is located at: “%VISUALSVN_SERVER%\bin\openssl” Converting .crt .key to .pem This…
[wp_ad_camp_2] Objective Use the command line SVN client on Mac OS X Subversion was built to be used with the command line subversion client (not the bastardized GUI clients that are being sold on the market right now). As such…
Mac MySQL GUI Tool Sequel Pro Best Looking MySQL Cocoa App. Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. Flexible Connectivity. Sequel Pro gives you direct access to your MySQL databases on local…
Goal: join mp3 files single file Download mp3wrap Installation mp3wrap is cross-platform (Windows, Linux, and Mac). Windows Download from sourceforge here Mac You will need to use Mac Ports and run command: sudo port install mp3wrap Linux – Ubuntu sudo…
If you cannot eject the disk from your iMac, Macbook, or any other type of Mac try this fix: Start Terminal, paste this in, and hit enter: drutil tray eject You may have to run the command a few…
Great examples of how to use cURL from 1. Download a Single File The following command will get the content of the URL and display it in the STDOUT (i.e on your terminal). $ curl To store the output…