Matt Walsh dot DEV

Matt Walsh dot DEV

Life & Computers

  • Blog
  • Learning
  • About
  • Contact
  • Uses
  • Word Tags
  • GitHub

howto

A collection of 5 posts

March 6, 2021

2021 Linux VM Setup: Part 5 - Windows VS Code Setup & Node.js for Ubuntu 20.04 VM

In this last part of the series, we will configure VS Code and add plugins to allow connection to projects on our Ubuntu virtual machine. Photo by Thomas Tastet / UnsplashNot much needs to be done to get VS Code to

vscode windows howto node.js

March 6, 2021

2021 Linux VM Setup: Part 4 - zsh, VS Code & Terminal Customisation on Ubuntu 20.04

In this part of this series, lets change our bash shell to zsh and customise the terminal with colours, fonts and plugins. Photo by Nick Karvounis / Unsplashzsh Setup zsh (Z-Shell) is and alternative to bash for Linux. It features simplified

howto linux ubuntu windows vscode terminal

March 6, 2021

2021 Linux VM Setup: Part 3 - Docker & Docker-Compose Setup on Ubuntu 20.04

Docker is a tool to isolate services for development and production, and build a stable repeatable app environment Photo by Vidar Nordli-Mathisen / UnsplashInstalling Docker Add Docker repositories to apt and install Docker sudo apt install apt-transport-https ca-certificates curl software-properties-common curl

linux ubuntu howto docker

March 1, 2021

2021 Linux VM Setup: Part 2 - Setting up Git & Github on Ubuntu 20.04

Setting up github with tokens and encrypted authentication, so you don't have to sign in everytime. Photo by Yancy Min / Unsplashsudo apt install git git config --global user.email "insert_github_email_address" git config --global user.name

linux git howto ubuntu

Featured – February 27, 2021

2021 Linux VM Setup: Part 1 - How to install Ubuntu 20.04 on a laptop with Windows 10 Hyper-V

There's a few tricks to getting a Linux VM development environment working on a Windows 10 laptop properly, here's my process.

linux windows hyper-v ubuntu howto

Page 1 of 1

Matt Walsh dot DEV © 2022. Royce theme by Just Good Themes. Powered by Ghost.

Back to top