Skip to content

Instantly share code, notes, and snippets.

@longrackslabs
Last active December 5, 2022 06:13
Show Gist options
  • Save longrackslabs/24cacd20a9faa1205384575525f0cc98 to your computer and use it in GitHub Desktop.
Save longrackslabs/24cacd20a9faa1205384575525f0cc98 to your computer and use it in GitHub Desktop.
Linux VM install & dev env setup
  1. Update VMWare Fusion
  2. Download Linux Mint MATE .iso
  3. Create new VM from ISO: 4 processors, 40+ GB hard drive
  4. Basic OS Setups
    1. Install multimedia codecs
    2. Encrypt home drive folders
    3. Standard password
    4. Restart
  5. Install Google Chrome
  6. Install nordvpn and connect
  7. Login to gmail
  8. Install PKI Certs (didn't work last time, and vpn seems to fix the chrome install issue)
    1. https://thomas-leister.de/en/how-to-import-ca-root-certificate/
  9. Install LastPass Chrome Extension
  10. Install VMWare Tools
  11. apt install git
  12. install zsh and myzsh
  13. install vscode
  14. Add items to lower panel
    1. Chrome
    2. VSCode
  15. Install ssh key on github for new system
  16. Install various tools
    1. Install node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment