Windows: Get a list of Remote Desktop Logons

Hi,

if you want to know who and from which station a user logs on via remote desktop you can use the following powershell commands.
Continue reading Windows: Get a list of Remote Desktop Logons

Advertisment to support michlstechblog.info

gradlew: Using gradlew behind a http proxy server

Hi,

using gradlew behind a proxy server:

Create config directory if not exists

michael@debdev ~# mkdir ~/.gradle

Continue reading gradlew: Using gradlew behind a http proxy server

Windows: Set Machine certificate as Remote Desktop Certificate

Hi

if a Windows computer is member of a domain and the certificate autoenrollment is in place then you can use the machine certificate provided by the active directory as the RDP TLS certificate.
Continue reading Windows: Set Machine certificate as Remote Desktop Certificate

Libreelec: Compile latest Libreelec for Orange Pi PC

Hi,

Libreelec for Allwinner CPUs is currently under development.

If you want to compile the latest version you have to compile it from source or use the precompiled images.

Ensure you have enough disk space (>= 20GB). These steps are necessary for a Orange Pi PC and you have to adopt it to your device.
Continue reading Libreelec: Compile latest Libreelec for Orange Pi PC

Linux: Decompile/show a device tree binary file dtb

Hi,

under linux device tree is a way to describe hardware which is not discoverable.

The kernel uses a compiled version of the device tree. This can be decompiled in an readable formet by the device tree compiler.
Continue reading Linux: Decompile/show a device tree binary file dtb