This site is where I put all my thoughts related to my life. Most of it will be notes related to my job to remind me a few little things that I tend to forget.
Here are the picture that I took after the 550D LCD cracked (which means I did not see the result until after I open it in my computer. Please click on the image to see the larger version of the picture.
If your XAMPP comes with PHP 5.5+ by default, opcache already included in the bundle, you will just need to enable it. To enable the extension: Open php.ini (by default it should be located here: C:\xampp\php\php.ini). Add this line at the end of the file: zend_extension = "C:\xampp\php\ext\php_opcache.dll" You will need to adjust the path if you installed XAMPP in non default location. Restart Apache server.
Microsoft Forms is a powerful citizen tool for creating surveys, quizzes, and questionnaires. While it offers great functionality for collecting responses, finding the owner of a specific form might not be immediately obvious. In this blog post, we'll walk you through the process, step by step. Step 1: Inspect the Elements Open the Microsoft Form for which you want to find the owner. Right-click on the page and select "Inspect" (or use the keyboard shortcut Ctrl+Shift+I). The browser's developer tools will open, showing the HTML and CSS code for the page. Step 2: Refresh the Form Page With the developer tools still open, press the "Refresh" button in your browser or use the keyboard shortcut F5. This step ensures that you have the latest version of the page loaded, which will be necessary for finding the owner's information. Step 3: Access the Response Page Look for a network request with a URL: "responsepagestartup.ashx" in the developer tools...
This happened to me, when I change my WSUS source from the default Microsoft website to Internal WSUS server (see the previous post about configuring WSUS here ). To solve, do these steps (credit goes to Bsod from Microsoft Answer Forum ): Open the Command Prompt. · Click Start, click All Programs, and click Accessories. · Right-click Command Prompt, and select Run as administrator. · Click Continue if prompted to do so. Rename the cache folder. · Type the following, and press Enter after each line: net stop wuauserv ren %systemroot%\SoftwareDistribution SoftwareDistribution.OLD net start wuauserv exit Check for Windows Update. · Click Start, click All Programs, and select Windows Update. · Click on Check for updates. · Once the search is complete click on View available updates. · Locate the update for the Windows Update Agent, and install only that update. · If it installs successfully proceed with installing the other updates as usual.
Comments