Category: How To

  • How to Set Up a Virtual Machine

    How to Set Up a Virtual Machine

    Using a virtual machine (VM) is an excellent way to run multiple operating systems (OS) on one physical computer. VMs provide a safe environment if you want to test software, build development projects, or run applications that are incompatible with your host operating system. In principle, it’s similar to using your PC as a server…

  • FIX: Outdated NPM packages (deprecated) in node JS project

    FIX: Outdated NPM packages (deprecated) in node JS project

    Ranging from an ionic app, react native app, react or angular or any Node JS project. The warning message you received from NPM indicates that the version of the core-js package installed in your project (2.6.12) is deprecated and no longer recommended for usage due to various issues. It advises upgrading your dependencies to the…

  • SVN Fix Trac Error: No node at revision WP Plugin

    SVN Fix Trac Error: No node at revision WP Plugin

    Enough of the SVN frustration. Let me get you sorted with this issue. If you are new to SVN (Subversion); It is just another repository similar to (Git and Github). It is a central place where the source code for a WordPress plugin is stored and managed. WordPress plugin and theme developers often use this…

  • FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools

    FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools

    Hey there, updating your MacOS Montery Xcode can be a pin in the a$$ especially when you got Xcode working smoothly before you update and GBAM!, you start getting Xcode pop-ups to install missing softwares. After hours of download and install, you keep getting the same prompts Solution to Repeatedly Being Asked to Install Command…

  • FIXED: Localhost not working on MAC

    FIXED: Localhost not working on MAC

    After moving to a new macbook 2021, setting up my localhost development environment was smooth and cool until i couldn’t make API requests via Postman and through VSCode using rest calls extension. The following errors occurred leaving me wondering what was wrong. After move back and forth the web i found a solution. NOTE: This…

  • Setup Flutter on Kali, Ubuntu, and any other Linux Distro

    Setup Flutter on Kali, Ubuntu, and any other Linux Distro

    In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising Widget based developer tool built by Google for creating mobile and web applications Interfaces. What is Flutter? According to Wiki; Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record…

  • How to Store the Command Prompt’s Output to a Text File in Windows

    How to Store the Command Prompt’s Output to a Text File in Windows

    Saving the output of a Windows Command Prompts command is a great way to get a nice neat copy to share with support staff, analyze longer outputs using your favorite text editor, or otherwise interact with the output with more flexibility than staying in the command window allows for. To redirect the output of a…

  • How To Access Computer’s Hard-drive with Your Smartphone

    How To Access Computer’s Hard-drive with Your Smartphone

    Yes, you can access your computer’s hard drive with your smartphone in a few steps For this, you don’t have to download or install any big software on your PC or smartphone Your Android file explorer can do the task easily The good thing with this tutorial is that you can copy and past big…

  • List All Installed Programs or Uninstall Programs On Your PC Using CMD

    List All Installed Programs or Uninstall Programs On Your PC Using CMD

    This steps will show you How to List All Installed Programs on your PC using the command line interface. Step 1: Firstly, open the  command prompt and simply type the following commands and hit enter ‘wmic product get name’ which after a little while will display all the programs you have installed on your pc.\ E.g. C:\>wmic…

  • How To Automate List of Tables Office 2016

    How To Automate List of Tables Office 2016

    You must have seen how to automate table of content in this video, and how to automate the list of figures in this video, it is not too different here as well. We will be learning how to automate List of Tables Office 2016. It would be time consuming to manually write-up a numbered list with all your…