AVX is Advanced Vector Extension. Most of Intel CPU supports AVX and AVX-512. Currently, most of AMD CPUs support AVX, but not AVX-512. AMD Zen…
Reload /etc/environment.
I installed Node.js from binary. I downloaded the binary file from Node.js website and unzipped it in /opt/nodejs. Next, I set the binary path in…
List All Subdirectories on Ubuntu.
Listting all subdirectories under the input directory path on shell can be done with a command below. Here is how to count a number of…