Skip to content

Instantly share code, notes, and snippets.

View Rockbass's full-sized avatar

Volodymyr Ponomar Rockbass

View GitHub Profile
@jelovac
jelovac / README.md
Last active May 11, 2025 07:34
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
@phnahes
phnahes / m2070.md
Last active January 10, 2025 11:45
Printer Samsung M2070 working on Raspberry (armhf)

Install Cups

apt install cups samba cups-ipp-utils

Install Drivers

Download the Samsung ULD (Unified Linux Driver) version 1.00.29 from the SULDR website (the latest one on Samsung's website doesn't have an arm directory)

wget https://www.bchemnet.com/suldr/driver/UnifiedLinuxDriver-1.00.29.tar.gz

@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