switching from windows to linux
-
Virtualization
15 Years of Linux as my Desktop OS: Overcoming Challenges and How It’s Become Easier
More people are considering switching to Linux due to Microsoft’s increasing hostility towards users. While I do acknowledg that the availability of certain applications and games on Linux can be a deterrent for some people more thing run on Linux than ever before. Is now the right time for you to move to Linux on the desktop? Microsoft Is KILLING…
Read More » Cross-platform Coding with GitHub in VS Code can be Tiresome.
The default path in windows seems to be minGW64bin in windows but that doesn’t work in Linux, by default the compiler path in Linux (at least in arch linux) is /bin/clang . Pretty easy to fix just change the .vscode file in your C/C++ code file to the linux directory clang. The issue remains that you can’t commit with source…
Read More »