[ Fixes ] Bash script Error /bin/bash^M: bad interpreter: No such file or directory
Have you ever been slapped with the /bin/bash^M: bad interpreter: No such file or directory error when trying to run…
Design – Plan – Write
Have you ever been slapped with the /bin/bash^M: bad interpreter: No such file or directory error when trying to run…
When you run Systemd commands, you may receive error “System has not been booted with systemd as init system (PID…
RESTFUL APIs usually give you a set of endpoints to perform CRUD (Create, Read, Update, Delete) actions on different entities.…
Push notifications are a compelling way to engage users. Through the power of service workers, notifications can be delivered to a…
Issue : When typing “code .” command on WSL , we get the following error-message : “Command ‘code’ not found”…
Let´s suppose, we have installed Python in Windows using the default installation options, the path to the Python executable wasn’t added to…
Windows Subsystem for Linux (WSL) is a way to run actual Linux inside Windows without the need to set up…
Unused and unorganized imports are a headache for any project. It uses unnecessary space, memory, and increases LOC. Here´s a shortcut to fix…
If you ever get weird errors in npm like “Please run npm cache clean” you may need to clean or refresh your…
Linting is a process which checks your code for adherence to a defined set of style rules. Common linting rules…