Skip to content

Instantly share code, notes, and snippets.

View Rockbass's full-sized avatar

Volodymyr Ponomar Rockbass

  • Odessa, Ukraine
  • 16:27 (UTC +03:00)
View GitHub Profile
@jelovac
jelovac / README.md
Last active May 7, 2024 14:42
Ubuntu Mate 20.04 XRDP setup

Ubuntu Mate 20.04 XRDP setup

Documenting XRDP setup which worked for me on Ubuntu Mate 20.04.

Some parts are taken from: http://c-nergy.be/blog/?p=14093.

Install xrdp

sudo apt install xrdp
@jj1bdx
jj1bdx / update-python-homebrew.md
Last active February 23, 2019 16:23
Updating python, pip, setuptools/easy_install on OS X with HomeBrew

Updating Python on OS X with HomeBrew

Updating Python library with HomeBrew could be a painful experience. Upgrading setuptools and pip may cause version disruption and will render pip and easy_install useless.

Here's a list of commands for the install process, FYI.

# disable virtualenv before doing this