Find Process to Kill Process
Need to find a process so you can kill it? Find the process first, replace NAMEOFPROCESS with the name or part thereof of the process you’re trying to find: ps -ax | grep NAMEOFPROCESS The first column...
View ArticleGet the Weather From the Command Line
On Mac OS X or Linux (in fact anywhere you get the finger command) you can quickly get the weather. Jared, in our office here, just showed this to me, neato! :) finger brisbane@graph.no I particularly...
View ArticleExport Evernote Notes to Apple Notes
Larry Salibra has a post on how to move notes from Evernote to Apple iCloud Notes. His Applescript does a fantastic job of this, the only issue I had was that my iCloud account was named differently to...
View ArticleAdd 2 Years to Date in Excel
I wanted to add two years to a date in Excel. This is the formula you need Hat tip to www.mrexcel.com, assuming your original date is in column A. =DATE(YEAR(A1)+2,MONTH(A1),DAY(A1))
View ArticleChange Atom Command Palette Keyboard Shortcut
Testing out using Atom as a text editor on Mac OS. I found that the default keyboard shortcut for the Command Palette of shift-cmd-p doesn’t work for me. Dang! So I used cmd-. to see what was going on....
View Article