Install Chrome on Amazon Linux2 WorkSpaces

Posted on July 03, 2020 in aws • Tagged with AWS, Workspace, Chrome, Linux

Install Chrome on Amazon Linux2 WorkSpaces

I recently started playing with Amazon workspace as my personal development environment and choose Standard with Amazon Linux 2 as my AMI.

Below quick steps to setup Chrome

Note : Amazon Linux 2 seems to be based on Centos RHEL Fedora based on the /etc …


Continue reading

Install Docker on Amazon Linux WorkSpaces

Posted on July 03, 2020 in aws • Tagged with AWS, Workspace, Docker, Linux

Install Docker on Amazon Linux WorkSpaces

This is continuous to the post here , using Amazon Linux2 as my virtual desktop.

Amazon Linux doesnt come with docker pre installed so we need install required packages

Installing Docker And Starting the Service
$ sudo yum install -y docker

$ sudo service docker start

//Notice …

Continue reading