Linux by example – GCC, Ncurses, attr and bzip2
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
Doing a manual upgrade of my Ceph cluster. In the same process, I get the Debian operating system upgraded that my Ceph cluster is running on. The new version of Ceph called Pacific requires some extra measures and when you’ve updated you can’t go back.
When using the marketing trigger “Current page” with “Customer is viewing a catalog entry”. The template you use is actually saying look for a specific productId on a command called ProductDisplay. If you look in the dmeletemplate table you could find all the templates for the different triggers and other elements used by marketing. In…
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
We look at how to use a Biometric fingerprint to decrypt some encrypted data.