Posts

Showing posts from 2022

https://pimylifeup.com/raspberry-pi-webcam-server/

Rasp Cam Streaming camera H264 Hardware encoded BUSTER THIS WORKS https://codecalamity.com/raspberry-pi-hardware-accelerated-h264-webcam-security-camera/ https://github.com/cdgriffith/pi_streaming_setup/tree/master

Make ubuntu send sane client ids for dhcp

/etc/netplan   network: renderer: networkd version: 2 ethernets: nicdevicename: dhcp4: true dhcp-identifier: mac
  WinRM quickconfig

Powercli

 Install-Module VMware.PowerCLI -Scope AllUsers  

URL home screen android

Image
Here

Enable external requests on IIS Express

 https://stackoverflow.com/questions/3313616/how-to-enable-external-request-in-iis-express npm install -g iisexpress-proxy then iisexpress-proxy 51123 to 81
 IOC Dependency injection in dotnet 5 without ASP https://www.programmingwithwolfgang.com/configure-dependency-injection-for-net-5-console-applications/