Recently, to make my 10-core CPU Windows 10 PC (both as work station and server) more stable, I set up a Ubuntu 18.04 LTS Desktop […]
Hands-on Windows Subsystem for Linux(WSL) – How to Share Files
A command-line Linux is available on Windows 10 as WSL(Windows Subsystem on Linux). This system uses a hybrid architecture that provides subsystems to communicate with […]
Find Intersections of 2 Curves in MATLAB with Mapping Toolbox
Toolbox Required When you use the polyxpoly function the first time, you would be notified that you do not have the Mapping Toolbox. You should […]
Install MIPS Assembly Simulator(Spim) on macOS
Requirement You should have homebrew installed on your mac. Installation After you have installed homebrew on your mac, you can run the following command to […]
How to use npm init command without prompt
When you type npm init, you will get the prompt like the following in the photo, sometimes not as intended. What the hell is the […]
My First Bootstrap Web Application – Stage 2
I am working on my Capstone project for the Bootstrap 4 course on Coursera. To get the credit certificate, I need to design a web […]
Parallelshell NPM – “options.cwd” property must be of type string. Received type function
I got an error when using [email protected] for automated interpretation of Scss during development. The package.json looks like the following. And following is the error, […]
How to Install Vmtools Manually on Debian Based Linux
After installing your Linux system in VMWare Fusion or Station, you may find the windows is not at the right resolution, yet no right option […]
Resolve Fail to Install Lessc Compiler Using NPM
After running the command to install the lessc comiler, The following error is shown The error instructs you to look up the log file, and […]