This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Upgrading from Ubuntu 16.04 to 18.04/20.04 you quickly realize that Gnome didn't really | |
# got better for the past 10 years. Yep Gnome 3 got released in 2011. | |
# The amount of screen space wasted is so real. Multi-monitor is so bad. | |
# Install and tweak extensions to behave like Unity, which had: | |
# (1) consistent UI | |
# (2) multi-monitor management | |
# (3) stable code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
# Who knew? Zoom is very probably coded like crap, they are not able to setup | |
# a proper APT repository, but at least there is a Linux client... | |
# The recent versions eat all your CPU if you have don not have a real GPU, | |
# not like Intel has between 60% and 80% market share! Right? RIGHT? | |
# https://www.statista.com/statistics/754557/worldwide-gpu-shipments-market-share-by-vendor/ |