5 min read
How to Install ChromeOS on a Virtual Machine
ChromeOS is Google's operating system empowered by web tools and cloud-based technologies. This technology revamps older laptops and refreshes their...
Google has added options to set up a virtualized Linux development environment based on Debian. It takes less than 5 minutes to get it up and running with VS Code. Here is a quick walk-through.
You can download a Debian package from code.visualstudio.com
After this you have a “penguin” container setup with VS Code, Git, and Python3. If you want to do web development you can quickly update your apt-get and install npm or other package managers:
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install npm
That’s it you’re now off to the races and are likely able to work on any number of code projects.
As ChromeOS and the hardware on Chrome devices has matured they are starting to look more attractive as a lightweight Linux-based dev environment.
You can get many high-quality Chromebooks today with good screen resolutions, responsive keyboards and trackpads, and powerful processor/memory specifications. At a fraction of the cost of a typical Windows or Mac-based dev environment, you’re probably wondering “What’s the catch?”
What about security? Since these run in an isolated environment your main OS is still protected by secure boot. The backup/restore of the container is the user’s responsibility. Similar to other development environments, where developers have elevated privileges if they run arbitrary code anything in that environment could be accessed i.e. hardcoded usernames/passwords.
I recommend taking a look at this as an option for some developers on your team. Especially if their work is mainly focused on cloud/web development. If they need access to GPUs or are building mobile apps then a traditional setup is what they’ll need.
Meet the Author
Promevo is a Google Premier Partner that offers comprehensive support and custom solutions across the entire Google ecosystem — including Google Cloud Platform, Google Workspace, ChromeOS, everything in between. We also help users harness Google Workspace's robust capabilities through our proprietary gPanel® software.
5 min read
ChromeOS is Google's operating system empowered by web tools and cloud-based technologies. This technology revamps older laptops and refreshes their...
3 min read
In today's fast-paced business world, staying ahead of the curve is essential. One way to do this is by leveraging the power of ChromeOS devices. ...
4 min read
Is your Chromebook running slow? It might be time to install the latest version of ChromeOS. Let’s take a look at the process of installing the...