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
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
Hi,
a possible solution of an Windows Update Errors 0x8007371B.
Continue reading Windows: Windows Update error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE
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
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
Hi,
if have to execute a process or script from powershell and you have to capture the output you can use the System.Diagnostics.Process class.
I’ve written a simple function for this case 🙂
Continue reading Powershell: Execute a process and capture STDOUT and STDERR