Solved: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
When you are installing some package or compiling some code which is depending on “npm” , you … Read more
When you are installing some package or compiling some code which is depending on “npm” , you … Read more
When you need to work with git on windows, the very first thing you need to do … Read more
When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more
MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data … Read more
npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more
smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, … Read more
If you have some media files like audio/video/images on Windows PC and you wanted to play those … Read more
Visit website https://www.python.org/downloads/ to check the latest version of python available. Since when this article has been … Read more
Due to rapid increase in usage of mobile devices, its has become a mandatory strategy to have … Read more
mdns-scan is a tool for scanning for mDNS (Multicast DNS) OR DNS-SD ( DNS Service Discovery) published … Read more
If you are trying to download large source code from git using “git clone” command and your … Read more
Spinlocks Spinlocks assume the data you are protecting is accessed in both interrupt-handlers and normal kernel code. … Read more