Articles tagged with: Troubleshooting

How to update Ubuntu Snap Store

Summary: How to solve an error encountered when trying to update the Ubuntu Snap Store, and provides a solution by using terminal commands to refresh the store.


Ubuntu /bin and /sbin symlink to /usr/bin

Summary: Since Ubuntu 20.04, /bin and /sbin are symlinks to /usr/bin. This change can cause errors when migrating containers, so scripts should be moved to /usr/bin instead.


Python Hashbang/Shebang

Summary: The use of hashbangs or shebangs in Python scripts.


Toggling Firefox dark mode via bash script

Summary: This article discusses the inconsistencies of dark theme support across different applications and browsers, and presents a bash script solution to toggle Firefox's dark mode based on time of day.


Type inference complex scenarios - A BigQuery example

Summary: A bug encountered while using Google BigQuery, specifically with type inference in complex scenarios involving arrays of structs. Plus a solution, and insights on BigQuery's behavior.