Are you concerned about your privacy? Would you send pictures of your house and surroundings to random people if they ask? My answer is no, and yours should be no too. But this is exactly what the Google maps service provides. Literally anyone on this earth can view your house …
MySQL root password setup error
When you start the “mysql_secure_installation” and in the first step you get an error: “Failed! Error: SET PASSWORD has no significance for user ‘root’@’localhost’ as the authentication method used doesn’t store authentication data in the MySQL server“, then here is the answer for you. first thing is to kill the …
Outlook Navigation Pane is on the left instead of the bottom
All of a sudden without any notification or popup, the navigation pane of outlook was on the left side instead of the bottom. Apparently because of some update or something. How to change this back to original? This is how. When this is the view you have and you want …
Clash of Clans black screen in Bluestacks emulator
So the latest update from the 12th of December 2022 bricked the clash of clans game in Bluestacks emulator. a quick fix for this are these steps: I did not test this myself so I cannot verify. But it’s worth the try wright?
ERROR: ospd-openvas service did not start
when you installed openvas or just starting the service and you get this error: ospd-openvas service did not start, there is an easy fix for this. The problem is because of access right on a log file used bij openvas. With this command you can fix it. chmod 666 /var/log/gvm/openvas.log …
The default PostgreSQL version (14) is not 15 that is required by libgvmd
When you are installing the openvas vulnerability scanner and you see an error like this (could be with other PostgreSQL numbers), then keep reading because this is very easy to fix. This is because both version are installed, in this case on Kali Linux 2022-2, and both version use the …
Kali Linux install Openvas scanner
How to install the openvas scanner in Kali Linux Type openvas and this will prompt for the setup command. But this will install only half of the needed software. So instead type sudo apt install openvas Once that is finished you need to setup the GVM (Greenbone Vulnerability Management) sudo …
Batch script to get your IP address
With this batch script you can get your local IP address and store it in a varialbe. save this to a file with the .bat extension. When running this script your local IP will be saved to a variable and printed