This weekend, someone asked me for help with a specific file. He has an Audi and wanted to upgrade his GPS maps. But all he has was an 8 KB downloader file with a JNLP extension. When opening the file, he gets an error that says that the extension is not recognized. First, I’ll give you Oracles explanation of JNLP: Java Network Launch Protocol (JNLP) enables an application to be launched on...
God Mode in Windows
There is a method to activate a kind of God Mode in Windows Vista and above. With this simple hack, you get a folder that contains all possible control panels and settings in Windows. Follow the next steps to enable God Mode:
How to fix ENOENT error when installing modules with NPM
When I tried to install a module with NPM, I got an error like
Error: ENOENT, stat 'C:\Users\username\AppData\Roaming\npm'
To fix this, create the ‘npm’ directory manually. It worked like a charm for me. Hopefully, it works for you too!
How to fix jasperserver tree load error
I was using Jasperserver in different browser tabs and did many changes. Suddenly, I got an error like ‘Tree load error‘. To fix this, you need to clean your computer with a program like CCleaner. This was the only solution that worked for me. Even restarting the server didn’t help.
To download CCleaner, go to . I hope this works for you too. Enjoy!
How to add dummy data to your java object
When you are unit testing, it is sometimes necessary to supplement an object with dummy data. Unfortunately, to fill a large object manually, it crawls a lot of time and work. Fortunately, there is a tool that saves us the time and work!
How to optimize MySQL
On , you find two interesting tools for MySQL. A configuration wizard that recommends a MySQL configuration based on your server settings. There is also a query analyzer tool that analyzes your SQL query and provides feedback. To use the tools, you need to log in, but they are free! MySQL settings optimizer The MySQL optimizer will ask you to fill in your server configuration and database...
How to disable the lock screen in Windows 8
When you start your computer, you get a lock screen before you can enter your password. On a desktop PC, that’s definitely not necessary. In this post, I will show how to disable the lock screen in Windows 8 or 8.1.
How to change screen resolution in emergency games
When you install Emergency 4 or older, it is possible that you don’t have a full screen resolution. To fix this, you can change the screen resolution to your own screen resolution in the config files:
how to change qwerty to azerty in windows
Sometimes when you pressed a wrong keyboard combination, it is possible that your keyboard layout changed from azerty to qwerty or from qwerty to azerty. Mostly you don’t know how you changed it and how you change it back to your original layout. To do so, press alt + shift and you changed back your keyboard layout. Enjoy!
How to fix R.U.S.E. access violation crash
When you start R.U.S.E. in Steam and you get an error like this (see below), how can you fix this. I give you the solution.