WSUS lists approved vmware system driver for your guest but it doesn’t get installed.
get the latest in-guest-install vmware-tools (zipped) exe from vmwares download page und run it inside the guest.
get the latest in-guest-install vmware-tools (zipped) exe from vmwares download page und run it inside the guest.
Microsofts Windows Server 2022 Evaluation ISO is the basis your installaion was built on. Now you want to end the evaluation ad did buy a correct license. You did go to ACTIVATION, typed that ney key in and got that 0xc004f050? Thats because your key was (ie) issued for Windows Server 2022 Standard and NOT […]
rebuild the elasticsearch index: zammad run rake searchindex:rebuild
You wanna report some stuff to nagios the easy way? Try this. Nagios server side: Install netcat. Run a eternal loop script: # while true; do nc -l -p <THE_PORT_YOU_WANNA_LISTEN_TO> >> /var/nagios/rw/nagios.cmd; done& Client side: Install netcat. Drop your info to the NAGIOS server with something like: # echo -e “[$(date +%s)] PROCESS_SERVICE_CHECK_RESULT;<NAGIOSCONFIG_SERVER_NAME>;<NAGIOSCONFIG_SERVICE_NAME>;<RESULT_0_or_1_or_2>;<YOUR_IMPORTANT_MESSAGE>” | nc […]
It’s a badly aged (decades (years!) old) and still (3.0.17.3) unfixed vlc bug. There are plenty of hints abt workarounds, but nothing did work for me. I solved it by switching to ffmpeg (ffplay).
your commands:
Policy path: System\Troubleshooting and Diagnostics\Scripted Diagnostics Allow user to access and run troubleshooting wizards System\Problembehandlung und Diagnose\Microsoft Support-Diagnosetool Benutzern den Zugriff auf die empfohlene Problembehandlung für bekannt Probleme erlauben Scope: Machine KUDOS: https://www.pwndefend.com/2022/05/30/office-microsoft-support-diagnostic-tool-msdt-vulnerability-follina/
# da0 has failed # da1 is running # zroot is the pool # da0p3 is the name of the mirror member you got via zfs status zroot # clear the errors zpool clear zroot # REPLACE THE DISK da0 with a new one # NOW: # da0 is the virgin # da1 is already […]
You did set up a kvm and have one physical interface with IP 192.168.100.121, i.e. eno1? To get a bridge tune your /etc/network/interfaces like this: That means: Yout establish a virtual bridge br0 with ip 192.168.100.121 and your physical interface eno1 is docked on the inner side of this bridge. YOURLAN << br0WITH192.168.100.121<<>>YOURPHYSICALeno1
You must be logged in to post a comment.