Format Ubuntu install USB stick
If you use a USB stick to install Ubuntu, you might find it hard to format. This is because the regular format won’t work on it. So we need to use Gnome disks: Sun disks […]
If you use a USB stick to install Ubuntu, you might find it hard to format. This is because the regular format won’t work on it. So we need to use Gnome disks: Sun disks […]
I love C++, but the lack of actual tooling is one of the most annoying things about it. luckily, there are many open source tools to bridge this gap. The googletest unit test suite is […]
It’s very easy to split a string in python – just use split(). The default will split the string by spaces, without you even providing this parameter. If needed, you can call split() with a […]