Author Archives: cloudnthings

Joe Rogan Experience #1489 – Ronnie Coleman

By | June 12, 2020

Ronnie Coleman is an 8 times Mr Olympia, and a trained accountant but couldn’t get a job so joined the police force. He only entered the body building contest so he could get a free gym card. His whole spine is fused together due to various injuries.    

Category: JRE

Joe Rogan Experience #1480 – Kevin Hart

By | May 27, 2020

Kevin Hart talks about (amongst other things) his accident and how his outlook on life has changed. It is incredibly insightful and motivational, especially when he was in the same room with Jeff Bezos and just walked up to him to say hi.    

Category: JRE

Installing Jira in AWS EC2 using Error Driven Installation

By | April 25, 2020

So you may have heard of test driven development but have you heard of Error Driven Installation? Let me give you an example. Here I will install Jira in AWS using errors to help guide me. Installing Jira After you have created your EC2 instance and ssh’d in, download Jira. wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.8.0.tar.gz Then extract it via… Read More »

Java and Homebrew on OSX

By | April 24, 2020

To get Java on a Mac, the basic command to run is > brew cask install adoptopenjdk This will install the latest “brew” version at /Library/Java/JavaVirtualMachines/adoptopenjdk-xx.jdk For me, it was version 14. To uninstall it, just change install to “un”install.   To install a specific version of Java, run: > brew cask install adoptopenjdk8 You… Read More »

Category: OSX

How to wget Atlassian Jira

By | April 20, 2020

Here is the URL required to wget Jira. https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.8.0.tar.gz Here is the command: > wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-8.8.0.tar.gz The format should work for all versions going back to 7.0.11. Prior to this the format is slightly different. eg (https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-7.0.0-jira-7.0.0.tar.gz)    

Can’t see mouse pointer in Keynote

By | April 16, 2020

Now here is a needless frustrating head scratcher. You’re preparing for a presentation using Keynote but in presentation mode, you can’t see the mouse pointer. Now this situation is likely to occur when you’ve downloaded the newest version of Keynote because by default, the option “Show pointer only on slide with links or movies” is… Read More »

Category: OSX