How to run a script and have it output nice logs for you in bash

It is standard when you are writing your script, to write errors to “Standard Error” ( STDERR ). Like so: echo “Unique ID and Error” >&2 Usually when you run a script it outputs both standard error and standard output to your terminal display. You can however redirect those to log files. If you want Read more about How to run a script and have it output nice logs for you in bash[…]

How to upgrade the memory (RAM) in your Unibody Macbook Late 2008, Macbook Early, Mid, and Late 2009, or Mid 2010 Macbook

These chips also work for: Macbook Pro Unibody Late 2008, Early 2009, Mid 2009 They all support up tp 8GB of RAM (Unofficially) 4GB kit –>             8GB kit –> Instructions for Macbook Unibody Late 2009 and 2010 While you’ve got the back off you might as well replace the battery –> Read more about How to upgrade the memory (RAM) in your Unibody Macbook Late 2008, Macbook Early, Mid, and Late 2009, or Mid 2010 Macbook[…]