-
All Hail Linux:2: Finding your Way
Objective Through this chapter, I will teach you to be slight comfortable with Linux GUI and Terminal. I will cover basic command like ls, cp, mv, cd etc. show that you can draw parallel to GUI based action to command based action. GNOME Desktop Environment(Linux) Getting around in your GUI is very straight forward. You…
-
All Hail Linux:1: Getting Started
The Linux System Administrator My first encounter with Unix like command environment was in college computer lab. I was awestruck by a completely different way of using computers, but it was 6 years later that I became fully fledged Unix / Linux user. My first laptop crashed due to overhitting and coincidently, just 2 months…
-
Jinja for DBT
Jinja Jinja is a templeting framework built in python which goes beyond simple usage of fstring in python to generate dynamic strings.Quite often than not, we need our string to be populate during runtime, for example a welcome message like, “Hello John” for John and “Hello Jen Doe” for Jen Doe. Programmatically it’s not a…