Toolship: A more secure workstation
1–10 of 59 posts
Re: Toolship: A more secure workstation
#2Re: Toolship: A more secure workstation
#3Re: Toolship: A more secure workstation
#4Re: Toolship: A more secure workstation
#5Re: Toolship: A more secure workstation
#6WSL is quite good for this type of thing.
Linux on ChromeOS is probably better because its file system is separate. Files and directories must be explicitly shared from the main OS.
I think both have the ability to open windows on the main desktop so you can run graphical IDEs and the like in the VM which is nice.
Re: Toolship: A more secure workstation
#7I would also recommend looking into NixOS reproducible builds, which allows declaratively specifying the entire system configuration and precisely defining which packages are installed, their versions, and dependencies. The OS remains immutable and consistent. A quite powerful tool for creating a secure and minimalistic workstation environment. https://nixos.org/
Re: Toolship: A more secure workstation
#8Re: Toolship: A more secure workstation
#9This reminds me a lot of the cycle of sandboxing:
Re: Toolship: A more secure workstation
#10I was nodding along until it became clear the Docker containers were being run as root...