I have disabled SSL 2.0 and 3.0 on a Windows 10 PC in our environment as described in the articles linked below, but for some reason this PC is still being flagged by our security software (Nessus) for SSL 2.0 and 3.0. https://help.duo.com/s/article/3400?language=en_US https://www.digicert.com/kb/ssl-support/iis-disabling-ssl-v3.htm I looked at the PC again […]
Blog
I would like to be able to stay under my quota. Currently have I have 100GBs of Drive space and I don’t think that I need anymore. I found that I can Empty the Trash but I would like to remove only the largest files permanently that I don’t need […]
I’m having issues with certain applications having very tiny UI elements, but I don’t want to change the global DPI scaling because it will mess up too many things. Is there a way to pick a custom DPI scaling value per-app without affecting any global DPI scaling values?
How can I prevent the nvidia control panel from displaying the “your display image quality can be improved” popup? I use Microsoft Windows 10 with multiple monitors and each time this popup appears all monitors become black for a seconds, then all windows move to the primary monitor. Here is […]
MongoDB is a cross-platform, open-source, NoSQL database, used by many modern Node-based web applications to persist data. In this beginner-friendly tutorial, I’ll demonstrate how to install Mongo, then start using it to store and query data. I’ll also look at how to interact with a Mongo database from within a […]
< ?php function helloGoodbye() { defer($_, function () { echo "goodbyen"; }); defer($_, function () { echo "...n"; }); echo "hellon"; } echo "before hellon"; helloGoodbye(); echo "after goodbyen"; // Output: // // before hello // hello // ... // goodbye // after goodbye
I have a LAMP-ish website, that displays data about Linux servers (namely patch status). I have a check box that selects one or several servers and a button. When you check the check box on a server and click the button, it should run a shell script that SSH’s to […]