About
...working more efficient within various sectors. Before Embrace, I was a systems administrator at CLDIN, and formerly Vevida Webhosting. In 2020, Vevida was acquired by Total Webhosting Solutions (TWS). The...
...working more efficient within various sectors. Before Embrace, I was a systems administrator at CLDIN, and formerly Vevida Webhosting. In 2020, Vevida was acquired by Total Webhosting Solutions (TWS). The...
...you’ve already installed WinDbg through the Windows SDK sdksetup.exe program, the steps to configure debugging symbols are pretty easy and straightforward: Start WinDbg Click File Click Symbol File Path (shortcode...
Save the current Workspace in which you configured the Windows Debugging Symbols path for WinDbg
...Configure Active Directory (AD) Schema for SSH publick key authentication How to configure SSH public key authentication for Windows Server in Active Directory (AD) To configure SSH public key-based authentication...
...this may fail in other Windows versions $SysRestore = [wmiclass]"\\$sysname\root\default:systemrestore" $SysRestore.Disable("C:\") # define Office 2013 installation function, set up your config.xml first function installOffice2013 { &$sharepath\Office2013\setup.exe /config standard.ww\config.xml -Wait }...
...chmod 600 ~/.ssh chmod 644 ~/.ssh/id_ed25519 chmod 644 ~/.ssh/config Last, open up your ssh config file in Windows, which is located in C:\Users\exampleuser\.ssh, and add two IdentityFile lines. One using...
...And MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character set in version 8.0.9. MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as...
WinDbg started
Open the WinDbg Symbol File Path settings
Set a Symbol Search Path in WinDbg
...WSUS server through BITS, configure it to foreground priority. In Powershell you can do this quite easily: $Configuration=(Get-WSUSServer).GetConfiguration() $Configuration.BitsDownloadPriorityForeground=$True $Configuration.Save() (get-wsusserver).GetConfiguration() Whenever you want to switch back to normal background...
...up and returned. All returned in JSON. Zabbix UserParameter configuration Add the following in a Zabbix UserParameter configuration file: UserParameter=FetchSQLJobs[*],powershell -NoProfile -ExecutionPolicy Bypass -File C:\zabbix\scripts\mssqljobstatus.ps1 getjobstatus UserParameter=FetchSqlJob,powershell -NoProfile -ExecutionPolicy Bypass...
...block BaiduSpider bot, using IIS URL Rewrite Module based on its User-Agent string. Not all web crawlers or bots respect the robots.txt file. This post explains how you can block...
...those unique passwords are easily and securely stored in a password manager. Photo by Nathan Dumlao on Unsplash – Keep your web applications secure. Strong passwords ensures only authorized personnel...
...Especially when you have moved the Windows PageFile to a different partition / VHDX. Microsoft Support article KB307973 states: You can configure the actions that Windows takes when a system...
Learn how to add VirtIO drivers to your Windows Recovery Environment (Windows RE) to recover your Windows virtual machines. Using Powershell of course and Windows Server 2022. Do you need...
...on a folder. The Get-FsrmQuota cmdlet gets a File Server Resource Manager (FSRM) quota or all FSRM quotas on the server. The Set-FsrmQuota cmdlet changes configuration settings for a File...
...appliances do that. This is bad and they should be patched/configured to not do that. (source @ StackExchange) What is ECDH? ECDH (Elliptic Curve Diffie-Hellman) is a key agreement protocol...
...location is Cert:\LocalMachine\My, to use for IIS websites. In this script you have to adjust a few bits for every certificate you install, so use it as a base or...
...OpenSSL, and SMTP AUTH options, is ideal for when you’re having problems with email forms that send email using authenticated SMTP, over an TLS encrypted connection (from a website). Before...