Windows 10 | re-appearing undead deleted network printers

My situation: I did run into ab massive windows boot thirty minute “please wait” issue. After hours and hours i did track this down to an issue with an re-appearing deleted network printer. This printer was installed on these machines and replaced by a new network printer. The old printer was deleted with a gpo […]

Baikal on Debian 11 | mysql + nginx

Install mysql. Log into mysql as root. CREATE USER ‘baikal’@’localhost’ IDENTIFIED BY ‘password’; GRANT PRIVILEGE ON *.* TO ‘baikal’@’localhost’; Log out. Log in as baikal into mysql. Then do apt-get install wget nginx certbot python3-certbot-nginx php php-fpm php-mysql php-xmlwriter php-dom php-mbstring Configure letsencrypt (certbot) BEFORE you run the baikal configuration. Get the nginx conf file […]