Monthly Archives: January 2020
Wed 29 Jan: Day 6 Back to Basics
Quick links to set up Ubuntu on Mac
You’ll need to download Virtual Box: https://www.virtualbox.org/wiki/Downloads You’ll want to download the latest version of Ubuntu and most probably the desktop version: https://ubuntu.com/download/desktop Go through the install process. You’ll want to turn on Guest Addition in order to be able to copy and paste between the 2 OS’s You’ll want to set the Virtual Box display… Read More »
Mon 27 Jan: Day 4 Back to basics
Sun 26 Jan: Day 3 of Back to basics
How to remove Last Login in MacOS bash terminal
When you open terminal you’ll probably be greeted with: Last login: Sat Jan 25 07:54:26 on ttys001 /Users/sean> How to get rid of Last login or other Method Of The Day (MOTD) messages? It is a 2 second fix. Just type “touch .hushlogin”. Just the presence of this file will suffice.
Sat 25 Jan: Day 2 of Back to basics
Fri 24 Jan: Day 1 of Back to basics
Joe Rogan Experience #1411 – Robert Downey Jr.
Robert Downey Jr. is an American actor, producer, and singer. He stars in the new movie “Doolittle” which releases in theater on January 17, 2020. A bit wishy washy actually but interesting to know that RDJ has a black belt in Wing Chun.
How to find out the location where Docker stores the images on MacOS
In Docker preferences, select “Disk” and you’ll see the disk image location. You’ll also see the allocated image size and the amount used as well. The location for me was: /Users/sean/Library/Containers/com.docker.docker/Data/vms/0/data/Docker.raw (Sometimes it the extension can be .qcow2 as well) Other locations for previous versions and other OS’s are: /Users/MyUserName/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 $HOME/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 /Users/USERNAME/.docker/machine/machines