Python – Virtual Environment: Running in MacOs and Windows

By PNC No comments

These are straightforward commands to run Python Virtual Environment. Assuming, we’ve already installed the virtual environment on MacOS or Windows. Take note that, we’ll be naming the virtual environment during setup, the example below which is “env” is the virtual environment name given by the author of this blog. Yours truly, ehem! The Windows command […]

WINDOWS: Error in installing iTunes – One or more users already installed iTunes

By PNC No comments

You’re trying to install iTunes on your laptop or desktop and yet the installer throws an error “One or more users already installed iTunes…yadda yadda yadda”. To fix this: Check if there are any previously install iTunes or iTunes related applications.  If there are some, REMOVE THEM! If there are none and yet the error […]

Windows: Showing your Logical Processor Graphs

By PNC No comments

Have you ever encountered that when you visited the Task Manager, and go to Performance, and you check the CPU, then wondered “I have a 4 core 8 thread” processor, and yet there is only one graph showing for the utilization? Well, it is because it shows the over-all utilization of your CPU.  But if […]

Windows: How To Check Your Product Key

By PNC No comments

If you’re curious or you want to know what is your Windows operating system product using CMD or terminal, here is how. Go to Start > run Type CMD Right-click over it and open it using “Run as Administrator” At the command prompt, type the command below: wmic path softwarelicensingservice get OA3xOriginalProductKey That’s it!!! Don’t […]