Yesterday I noticed that the server time on my new server at digital ocean was still set to the wrong timezone. Here is how to fix it with a simple command.
Today I was facing another mysql issue when working on my new side project. The issue was that I was writing more jobs into the jobs
table than the database queue driver could work off. Here is how I solved this issue and how I would recommend everyone to setup their queue on small servers.
Yesterday I had to figure out why the f*** the microphone of my headset was not available in the audio settings of my PCs Ubuntu system and how to fix it.
In this small article we are going to take a look on how you can create a bootable usb stick ready for your UEFI bios.
Last week we took a look on how to create a bootable USB stick using the command line tool dd
. Today we are going to see how to do the same using the GUI.
I just learned a nice fix for missing aliases when using sudo
that I wanted to share with you.