Category Archives: Uncategorized

Tomcat: Hide version at error pages

Hi,

when a tomcat server is configured to print out its version on error pages
Continue reading Tomcat: Hide version at error pages

Advertisment to support michlstechblog.info

Linux: Get the start time of a process

Hi,

to get the start time of a linux process in an human readable format use the user-defined format of ps with the lstart option.
Continue reading Linux: Get the start time of a process

Windows: Windows Update error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE

Hi,

a possible solution of an Windows Update Errors 0x8007371B.
Continue reading Windows: Windows Update error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE

Windows: Extract image from wim

Hi,

the install.wim file from newer Windows 10 Consumer DVDs is greater than 4GB and exceeds the maximum filesize of a fat32 formated USB Stick. Therefore the simplest way to created a bootable USB device is no longer possible.
Continue reading Windows: Extract image from wim

ESP32-IDF: Integrate Terminal in Visual Studio Code

Hi,

if you have setup your ESP32 develop environment with Visual Studio Code you cannot integrate the mingw32 terminal within the Visual Studio Code terminal section.

But it’s possible if you start bash.exe instead of mingw32.exe.
Continue reading ESP32-IDF: Integrate Terminal in Visual Studio Code