Linux

Windows Subsystem for Linux

Windows Subsystem for Linux

If you’re like me, you may want to install the Windows Subsystem for Linux (WSL). You can do this a few different ways but probably the easiest way to get started is to launch PowerShell (as Admin), and run the following command: If all goes well, this will install WSL and will install Ubuntu (22.04 […]

Upgrade Mint Linux from v15 (Olivia) to v16 (Petra)

  First and foremost, compliments to TecMint.com for their How-To on the Mint upgrade. I’m posting my experience and results here. Simple Upgrade: $ sudo sed -i ‘s/raring/saucy/’ /etc/apt/sources.list $ sudo sed -i ‘s/olivia/petra/’ /etc/apt/sources.list $ sudo sed -i ‘s/raring/saucy/’ /etc/apt/sources.list.d/official-package-repositories.list $ sudo sed -i ‘s/olivia/petra/’ /etc/apt/sources.list.d/official-package-repositories.list Then do this: $ sudo apt-get update && […]