sudo apt-get install xserver-xorg-video-dummy
Create / Edit xorg.conf file Rename file if already exists for backup
| /* | |
| Note: Yes, I know there are npm Packages that can do this, but it's | |
| not always the best idea to drag a whole package including all it's | |
| potential vulnerabilities around just for a simple task. | |
| -- Always Be Kind and Help Others to Learn and Grow :) | |
| */ | |
| // 'Tight Code' JavaScript Helper Function to Validate UUIDv4 (RFC4122) Values |
| # YouTube (english) : https://www.youtube.com/watch?v=FtU2_bBfSgM | |
| # YouTube (french) : https://www.youtube.com/watch?v=VjnaVBnERDU | |
| # | |
| # On your laptop, connect to the Mac instance with SSH (similar to Linux instances) | |
| # | |
| ssh -i <your private key.pem> ec2-user@<your public ip address> | |
| # | |
| # On the Mac |