How to use native libraries on Android
We look at connecting up a native library, native source to our Android application.
We look into how to setup a project that will install WordPress and test your plugin or theme on Travis CI.
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.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, we look at installing Neutron to handle networks in the Openstack cluster.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…