Updated Asus Screenpad Management service to support Gnome lock screen events

descriptionStandard

This updated script provides an additional systemd service to manage and restore the screenpad state when locking the device and the original service for resuming from sleep on Asus laptops with a Screenpad installed.

This has been tested with the Asus UX482EG but it should… work with other models.

Continue reading

Convert Putty .ppk files including sessions to OpenSSH

descriptionStandard

This post covers several Bash scripts that can be used to convert Putty .ppk files to a Linux compatible OpenSSH format.

There are 3 OpenSSH/PPK focused helper scripts within the repository:

  • convert_ppk.sh:
    Primary scripts used to convert Putty .ppk files to OpenSSH compatible format.
  • convert_putty_session.sh:
    Additional script that converts putty-session.reg registry key exports to Remmina compatible configurations.
  • sync_openssh_remmina.sh:
    Additional script that can sync Remmina configurations to OpenSSH (~/.ssh/config) and vice-versa.
Continue reading