Tuesday, December 5, 2023

MyPyTalks : A Generative AI Powered, Shell Copilot

Perform your tasks under Linux | Unix boxes with Natural Language Prompts.

The tool will generate Shell Scripts based on the user prompts with the insights on the execution impact, with the help of Generative AI. The script could be further customized by the user prior to the execution for an added flexibility.

Find more in GitHub

MyPyTalks_en

 

 

Friday, February 17, 2023

RaspberryPi4: Enabling Audio Devices During Remote Desktop Sessions

During RDP Sessions, ensure
  • User has been in Right Groups.
  • Display Manager has been unlinked from Pulse Sink During RDP Sessions

Reference

Alternate Method:

With XRDP, use x11vnc protocol to Login into Local Desktop Session, than to a new session with RDP Protocol. This will enable the user with all the required privileges in an RDP Session, as that of a locally logged in session.

For implementation instructions follow this GitHub Link.