Ubuntu Add Private key to Ubuntu server
Generate key with putty key generatorSave the private keySaving with or whitout Key passphrasecopy the public key from the screenMake ...
Microsoft How to create a PKCS#12 (PFX) file on a Windows server







Solution

Part 1: Create a "certificates" snap-in using the MMC: Microsoft IIS Version 6.0



Click Start > Run

In the search ...
GLPI GLPI: reset the password of the glpi account





In this tutorial, I will explain how to reset GLPI account password.
After installing GLPI, you are invited to change the ...
Microsoft Remove windows 7 productkey
In the elevated command prompt, copy and paste the command below and press enterslmgr.vbs /upkRemove productkey Windows 7 RegistryIn the ...
CentOS Colorscheme VIM
Instructions



Connecting via SSH to your server

Browse to your user directory with the following command: cd ~

Create a .vimrc ...
Raspberry Pi Uptime Kuma config for Docker Containers
Step-1: 1. goto portainer2. open uptime kuma container in docker3. Click on "Duplicate/Edit" under "Actions"4. goto advanced container settings - Select ...
Microsoft Keyboard shortcuts on a RDP session
CTRL+ALT+END : Open the Microsoft Windows NT Security dialog box (CTRL+ALT+DEL)ALT+PAGE UP : Switch between programs from left to right ...
Microsoft / Exchange How to change Exchange 2013-2016 urls









$confirmation = Read-Host "Are you Sure You Want To Proceed:"if ($confirmation -eq 'y') proceed$domain = Read-Host "Voer hier domein naam"Get-OutlookAnywhere ...
Microsoft / Exchange Connect to Exchange Online (Powershell)









On your local computer, open Windows PowerShell and run the following command.

PowerShell







$UserCredential = Get-Credential





In the Windows PowerShell Credential Request dialog ...
Microsoft How to Check What Version of .NET Framework 4 is Installed on Your Computer

















Instructions

We provide a PowerShell script here (also available as a text file) that you can use to return the installed .NET ...
Microsoft Enable ClickOnce support in Microsoft Edge













In Microsoft Edge, go to edge://flags/#edge-click-once.





If the existing value is set to Default or Disabled in the dropdown list, change it to Enabled.







Scroll down to the ...
Veeam After restore with Veeam domain controller not able to login





According to this Veeam document, and implied by this Microsoft document, a restored (or cloned) DC will boot into DSRM, and there's ...
Microsoft / Powershell Install IIS and dotnet core with powershell





# Install IIS and dotnet coreInstall-WindowsFeature "Web-Server","Web-Windows-Auth","Web-ASP","Web-Asp-Net","Web-Asp-Net45" -IncludeManagementTools
$maxAttempts = 30$attemptCount = 0$source = "https://download.visualstudio.microsoft.com/download/pr/633b17e5-a489-4da4-9713-5ddedf17a5f0/5c18f4203e837dd90ba3da59eee92b01/dotnet-hosting-2.1.15-win.exe"$file = "C:\Windows\Temp\dotnet-hosting-2.1.15-win.exe"
Do {$attemptCount++Invoke-WebRequest $source -OutFile $file ...
Microsoft install Windows 11 without a Microsoft account
Step-by-step Guide

Prepare your installation media: Use the Media Creation Tool to create a bootable Windows 11 USB drive.
Start the installation: Boot your computer from ...
Microsoft / Exchange Check Exchange Server Build Numer









Exchange servers tot versie 2010 >>>Klik hier<<<Exchange servers versie 2013 en nieuwer >>>Klik hier<<<



 ...
Cisco How to Configure a Cisco Layer 3 switch-Inter VLAN Routing
Cisco L2 Switch (same configuration for both switches)

! Create VLANs 10 and 20 in the switch databaseLayer2-Switch# configure terminal Layer2-Switch(config)# ...
Microsoft / MDT Configuratie Microsoft Deployment Toolkit (MDT) 2013

















Stap 1:



In Windows Server 2012 R2, klik op het Startsymbool (Links onderin het scherm):

Stap 2:



Klik op het pijltje naar ...
Microsoft How to renew RDS grace period on RDS hosts









To renew RDS grace period, you need to find the following registry key and delete it.

“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod”

Before you can delete the ...