Skip to content

Instantly share code, notes, and snippets.

@schauveau
schauveau / tz.bash
Last active June 8, 2021 13:32
Bash function to display a given time in multiple timezones
#!/bin/bash
# tz <TIME SPECIFICATION>
#
# Display the specified time in multiple timezones.
#
# If no time is specified then "now" is used.
#
# You may want to customize the ZONES array below with your
# favorite timezone names (see also tzselect)
#

Tips for Ubuntu 64bit on Raspberry Pi 4.md

Introduction

The purpose of this gist is to give to tips for using Ubuntu 20.04 () 64bit on Raspberry Pi 4.

Hardware Accelerated OpenGL (Broadcom V3D)

As of today (July 22nd 2020), the latest kernel available in Focal apt is 5.4.0-1013. Unfortunately, that kernel lacks a clock required by the v3d module.