Design a site like this with WordPress.com
Get started

Laptop Upgrade and Coding Environment Issues

Upgrading my laptop to M1 Apple presents a challenge to create a Windows coding environment to use.

I am a proud owner of the new Apple M1 MacBook Pro 16” laptop. Well, it’s on order. I should get it sometime in March so, that gives me time to setup a working Windows environment and have Visual Studio installed. But I have a problem.

Why is that an issue? I got Parallels to load Windows on. Long story short, running the Intel version of Windows on M1 is not a good idea. Was I caught off guard with this issue? No, I had plans to resolve the problem by Remoting into the Dell laptop that the University provided.

I planned to RDP into the University laptop from my M1-based Apple Mini and MacBook, but I ran into a problem. That laptop is configured not to remote into it and has a group policy that prevents me from turning on RDP. Well, there goes that idea.

My next option is to use my Ubuntu Mac Mini (I have two Mini’s) and install a Windows VM. I am currently using it for my Homebridge server, and having a Windows VM wouldn’t be much of an issue. That seemed like a good idea until I checked the memory on it. It only had 8 Gb of RAM, which is the maximum allowed for that mini. Allocating six gigs of RAM for the VM for Windows 10 didn’t sound like a good idea. So ok, I need something else.

I remembered that I have my old 27″ Mac that I planned on trading in for a gift card. That will work perfectly since it has plenty of RAM and hard drive space. So I downloaded Windows 10 and got a product key from my visual studio subscription. I now had a computer that I could RDP into and do my work.

During RDP setup, I saw a link saying that opening up a port is a security risk to your internal network. It suggested that I should connect via a VPN instead. That sounded like a good idea.

I created an OpenVPN Cloud free account and got my Windows developing environment as a Host RDP Server and my other M1 Apple computers as the clients. Bingo Bango, it all works now. I can now continue to go to my favorite coffee shop, Jitterz, remote into my Windows machine and continue coding.

Well I thought all was good until I tried to VPN into work. While it connected, network traffic wasn’t going through it since traffic is going through the OpenVPN connection. I’m not sure if I can tunnel into the computer and direct university traffic through their VPN.

I’m sure there is a way to do that but it is beyond my skill set. I’m back to the open the RDP port on my router.

I’m sure there were better ways of resolving my issue, but it gave me something to do over the weekend, and now I am a happy camper. Happy Coding!

Advertisement