Linux by example – Create new user
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login.
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.
We install plausible and test how the analytics with plausible works. We read the code and try to understand what kind of features are available and look at how to integrate them into your site.
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
We talk about building different file utils and how they can be stringed together to great usage.
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
We solve the day 6 challenges for the Advent of Code.