Linux by example – Download sources
We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video, we look at installing Neutron to handle networks in the Openstack cluster.
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at Redis, what it is, what we can use it for and how to run different commands against a Redis instance.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …