Menu

Blog

21 May 2019

deadsnakes

The deadsnakes PPA lets you install multiple Python versions on your Ubuntu system, so instead of only having just the Python 2.x and Python 3.x that comes with your distribution (18.04 comes with Python 3.6, and 2.7 is available), you can install older or newer versions, from 2.3 (!) to 3.8! The way PPAs (Personal […]

Tags: python, ubuntu
7 May 2019

pastebinit

Have you ever used pastebin websites like pastebin.com to share snippets of code, data or text? Did you know you can publish a file from your computer or a Raspberry Pi to a pastebin site with a single command? Install pastebinit: sudo apt install pastebinit Mac users can install with brew. Usage: pastebinit <filename> pastebinit […]