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
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...
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...
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.
Posted on March 27, 2019 in Tutorial
Here I talk about a static site generator called Pelican which is written in python.