I called myself spending maybe 1 -2 hours after work trying to learn CSS Grid and instead found myself in WSL hell trying to get my local CSS Grid learning environment identical to the instructors – SMH. For anyone using Wes Bos’s CSS Grid course who is also on a Windows 10 machine and using …
Using the mklink command in Windows Ubuntu (WSL)
I spent more time than I care to admit trying to figure out how to make symlinks generated through Windows Ubuntu (also known as WSL, Windows Subsystem for Linux) recognizable in Windows. I kept using this command: ln -s my-actual-dir my-symlink. And it would create a file instead of a directory. Also, it would be …
How to open Windows Ubuntu (WSL) in cmder from a specific directory
Updated 4/22/2019! My old config stopped working… cmder integrated context menu customization into the Settings panel and I was able to get Git Bash to work, but Windows Ubuntu (aka WSL) kept opening in my $HOME directory although I wanted it to open in a specific directory after right clicking inside of a specific folder …
Learning Git and GitHub
Note to self & others: The folks at CodeNewbie suggested blogging for beginners and while I’m not a complete beginner, I’m not sure that my blogging is meaningful at this stage. There’s a lot I don’t know and I’m not able to fully explain. As a writer it’s difficult to share these “half-thoughts” and under-developed …