Explore >> Select a destination


You are here

www.omgubuntu.co.uk
| | www.junauza.com
2.5 parsecs away

Travel
| | Google's official release of Chromium OS open source project added yet another flavor of Linux. But we all know from the very start that it...
| | ubuntuhandbook.org
3.9 parsecs away

Travel
| |
| | www.linuxuprising.com
1.1 parsecs away

Travel
| | This article explains how to enable hardware-accelerated video decoding in Google Chrome, Brave, Vivaldi and Opera running on Debian, Ubuntu / Mint.
| | vxlabs.com
45.8 parsecs away

Travel
| The syntax-highlighted fenced code blocks in GitHub flavored markdown, or GFM, are a beautiful and useful invention. One starts a code block with three or more backticks or tildes, followed by the name of the language, and then proceeds to show one's code, which, at least on GitHub, is then syntax highlighted. In other words, something like this in your markdown: ```python def computer_says(no): print("computer says %s" % (no,)) ``` Would become this in the preview: