Category: solution
-
Jenkins rebuild old build – by git commit
Problem Jenkins is a great tool for automation server, with a huge number of available plugins. As such it is sometimes hard to find the right one. As I navigated across the sea of automation, there was always a concern -> How do we restore a previous build if the current build completes, but the […]
-
Oracle 12c RESTRICTED mode, disabled functionality
Today I learned a lot when our production database went in restricted mode. We had huge issues with our Oracle 12c database that was patched unsuccessfully. After the patch did not finish the database always restarted in RESTRICTED MODE, which means only admin / sys can connect to the database. All of our application could […]
-
Cntlm gateway mode setup for docker
In CNTLM we need to allow Gateway mode to allow other computers to connect trough our proxy. We used this in our corporate environment to allow docker images to be pulled from the web as docker does not have a nice way to hange proxies with NTLM authentication. We changed cntlm.ini around line 70. Uncommented Gateway flag […]
-
Fingerprint driver for HP Elitebook 8560p Windows 10 64 bit
I managed to finally set up my fingerprint sensor on HP Elitebook 8560p with Windows 10 64-bit. As HP does not provide drivers for Windows 10 for this model (I dont know why that is because it is still a great notebook in 2016), I luckily searched in google and found out that Asus also […]
-
Editing Word 2013 Table of Content
Table of contents is build upon styles that are present in the text. Usually direct modification on a word or two are preserved even if the style for a paragraph changes. This phenomena can also be spotted when building table of contents for images or graphs. If your table of contents has some “Graph 1” […]
-
Fastest way to create a file list
The fastest way on Windows to create a file with a list of all files in a directory and its subdirectories is pretty simple. This should work on most windows desktops. Open the Command Prompt ( Start button -> cmd ) and run the following command. The /S switch searches all subdirectories. The /B switch […]
-
Avast residues
Avast is a really nice antivirus program with friendly user interface and easy setup. While it works efficiently, it amazed me that it has a really harsh internet firewall that you don’t even know it works. It occurred to me many times that it had something to do with playing lan games using old Hamachi. […]