Category: bytes
test udp connectivity
On server side: On client side: Also on client side in another terminal: It should return something like CONNECTED
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 […]
Windows 10 | delete recovery partition
Call diskmgmt.msc and check it for disk/partition infos. Call diskpart. If disk id is 0 run and If your partition id is 3, run
Windows 10 | Microphone enabled but dead
Maybe it’s muted. Sound >>> Input >>> Select Microphone >>> Device properties >>> Additional Properties Maybe there is a switch to get it unmuted. Here in folder Level
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 […]
RDP from Debian with multiple monitors/screens/displays
xfreerdp /u:USER /p:PASS /d:DOM /multimon /v:IP:3389 /cert-ignore
windows terminal server | remote desktop session to different collection members without getting load balanced
Build a batch file like direct_access_tsmember01.cmd: start “” mstsc /admin /v:tsmember01 /w:2200 /h:1100
You must be logged in to post a comment.