Msfconsole: cannot load such file — bundler/setup – FIXED
A quick fix for the Msfconsole cannot load such file — bundler/setup error that occurs with Kali Linux 2020.1. Quick & Easy Solution.
Complicated Things – Made Easy
A quick fix for the Msfconsole cannot load such file — bundler/setup error that occurs with Kali Linux 2020.1. Quick & Easy Solution.
Learn what LLMNR Poisoning is all about. I show you an example exploit and tell you how to mitigate NTLMv2 and NBT-NS attacks effectively.
Quick & Easy way to Update the HP 1820-24G Switch Firmware (J9980A). I walk you through the process, including download links to the latest firmware.
If you want to enable https for Plex Media Server, you will probably experience that Plex can’t establish a secure connection and wants to use an insecure one instead when you try to connect to your server via the web interface.
A simple and easy way to enable Emmet support for React in VSCode. I’ll show you step by step how to enable Emmet for VSCode.
Does learning Web Development make you a better Hacker? Some thoughts from my own journey on how learning Web Development made me better at Hacking.
In this article, you are going to learn how to install Ubuntu 18.04 (Bionic Beaver) in a VirtualBox machine or on your physical computer.
When learning how to use Javascript, not everything will feel very easy at first. Especially true that is, when it comes to certain built-in methods or creating arrays from nodelists and how to create new functions. Working on my last project, I wanted to create a countdown timer in Javascript. With that, I was able … Read more
In my latest little Project, creating a nice browser game using mostly Vanilla JS, I came across a small difficulty when dealing with Nodelists. Therefore I needed to learn how to convert a Nodelist to an Array in JavaScript and I am going to show you how to do that today. How to convert a … Read more
Tired of manually restarting your Node server after making changes to your code? Learn how to Automate Node Server Restart with Nodemon – Quick & Easy.