Author Archives: cloudnthings

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

Upload to Amazon S3 using CLI in 5 easy steps

By | April 2, 2020

Uploading any files to Amazon S3 using the command line (CLI) or terminal is very easy if you follow these steps. Step 1: Create an S3 bucket Log into your console and create a bucket. Take note of your bucket name and the region. Here, my region is “us-west-2” Step 2: Download AWSCLI Visit https://aws.amazon.com/cli/ and download… Read More »

Category: AWS

Jay1

By | March 30, 2020

This content has restricted access, please type the password below and get access.


Category: me

Jay1

By | March 28, 2020

This content has restricted access, please type the password below and get access.


Category: me

Jay1

By | March 24, 2020

This content has restricted access, please type the password below and get access.


Category: me

Connection closed port 22 when connecting to Amazon AWS EC2 via ssh

By | March 12, 2020

If you are getting a connection closed on port 22 when trying to connect to Amazon AWS EC2 server via ssh, the chances are the user name you are using is wrong. If you are following the instructions at: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html for the first time and you are confused at: ssh -i /path/my-key-pair.pem ec2-user@ec2-198-51-100-1.compute-1.amazonaws.com then you are… Read More »

Category: AWS