Handling terminal signals in bash scripts

Posted on March 30, 2019 in Linux

If you want to run a few commands after the user has pressed Ctrl+C to clean up or other, this is the way...


Continue reading

Xargs - piping the STDOUT to the argument of a command

Posted on March 30, 2019 in Linux

Xargs allows you to take the output of a program and pass it as an argument of some other program easily. Read on to learn more...


Continue reading

Python for beginners !

Posted on March 28, 2019 in Programming

[to be edited] Are you a beginner programmer or know nothing about programming but want to learn ? Have you heard about python before and wondered what the fuss was about? Continue reading if you want to learn one of the most popular programming language right now from the very basics.


Continue reading

Building a blog with Pelican

Posted on March 27, 2019 in Tutorial

Here I talk about a static site generator called Pelican which is written in python.


Continue reading