I has a server more than double it’s memory usage overnight. No patches, updates, or changes were made. But, there was a power outage. Task manager displayed 32 of 48GB was being used and adding up the process list came …

Windows Server 2019 Excessive RAM Usage and the process list doesn’t add up. Read more »

Why is the shit in fucking italic. I fucking hate wordpress. systemctl stop pve-cluster; systemctl stop corosync; pmxcfs -l; rm /etc/pve/corosync.conf; rm -r /etc/corosync; killall pmxcfs; systemctl start pve-cluster; https://pve.proxmox.com/wiki/Cluster_Manager#pvecm_separate_node_without_reinstall

using System; using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace TaskTest { public partial class Form1 : Form { static string finished = “new”; static string message = “new”; static int result = 999; public Form1() { InitializeComponent(); textBox3.Visible …

Simple Task.ContinueWith(), updating WinForms control on a different thread Read more »