How to configure ssh tunneling for xRDP

It is not possible to apply fail2ban to xRDP port since xRDP does not keep a log of IPs from connection requests. ssh tunneling can be used to secure RDP aga...

Python virtual environments

Python virtual environments are useful for managing dependencies between different projects. Below are some tips and tricks for virtualenv (venv) and Conda w...