I've been back on Windows now for awhile, and WSL has made it quite an easy adjustment. You still get the occasional "WTF Windows" moment, especially after a big update - but I'm pretty happy with it. At the time I just couldn't justify splashing out for a pricy macbook with no escape key and a stupid "hotbar" thing...
Anyways, if you're used to working in the LAMP stack and haven't tried out the combo of WSL and windows terminal, give it a try! Or at least try WSL if you don't use command line much.
WSL (Windows Subsystem for Linux) basically lets you run linux inside windows. I use it to then run MySQL and Apache/PHP - and I'm good to go. Most of my work happens inside a Windows Terminal window, which has become a pretty slick, configurable terminal. I have a 'projects' directory set up, in which each of my various projects reside. When I want to work on one, all I have to do is edit the apache config to use that particular directory as document root and restart apache. Bang, site is running on localhost. If for some reason I want to access the site files via a windows app or windows explorer (maybe to dump a bunch of assets in or something), that works too - the project directories are completely accessible via the regular windows filesystem.
If you'd told me I'd be doing stuff like this when I first started this site way back when, I'd have thought you were high on something! We really do live in strange times.
Anyways, if you're used to working in the LAMP stack and haven't tried out the combo of WSL and windows terminal, give it a try! Or at least try WSL if you don't use command line much.
WSL (Windows Subsystem for Linux) basically lets you run linux inside windows. I use it to then run MySQL and Apache/PHP - and I'm good to go. Most of my work happens inside a Windows Terminal window, which has become a pretty slick, configurable terminal. I have a 'projects' directory set up, in which each of my various projects reside. When I want to work on one, all I have to do is edit the apache config to use that particular directory as document root and restart apache. Bang, site is running on localhost. If for some reason I want to access the site files via a windows app or windows explorer (maybe to dump a bunch of assets in or something), that works too - the project directories are completely accessible via the regular windows filesystem.
If you'd told me I'd be doing stuff like this when I first started this site way back when, I'd have thought you were high on something! We really do live in strange times.
Comments