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 ...
Proxmox Immich Bookworm to Immich Trixie for existing Immich LXCs
systemctl disable --now immich-web immich-ml
apt update && apt dist-upgrade -y
apt install screen -y
sed -i 's/bookworm/trixie/' /etc/apt/sources.list
sed -i 's/bookworm/trixie/' /etc/apt/sources.list.d/jellyfin.sources
sed -i ...
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 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 ...
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<<<
...
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 ...