

Netflix error f7701-1003 on Ubuntu
Recently we got the error F7701-1003 on Netflix after an update on the operating system was performed. To repair it we installed the package libavcodec-extra using the following command: sudo apt install libavcodec-extra; After the installation was complete, we just restarted the browser and Netflix was operating again as expected.…
In "GNU/Linux"
C++: Simplified version of ‘Friends with benefits’ demonstrating friend classes
A friend class in C++ can access the private and protected members of the class in which it is declared as a friend. Friendship may allow a class to be better encapsulated by granting per-class access to parts of its API that would otherwise have to be public.[2] This increased…
In "C++"
Fedora 27: Install OBS Studio
In order to record a few desktop sessions on our Fedora GNU/Linux machine, we decided to use the OBS Studio as it appeared to be a very powerful tool. Unfortunately, this software does not ship with the official repositories so we had to install it from the rpmfusion.org repository using…
In "Applications"
This post is also available in: Greek