Get kernel function name from kernel address.
2017/02/13
If you are using pmap or using strace and want to covert kernel address to function name then you can use the following technique. First you need to install elfutils, if not installed. dnf install …
Mehandi
2017/02/09
Separation Anxiety: A Tutorial for Isolating Your System with Linux Namespaces
2017/02/06
With the advent of tools like Docker, Linux Containers, and others, it has become super easy to isolate Linux processes into their own little system environments. This makes it possible to run a whole …
Merry together
2017/01/31
journalctl command to see kernel messages
2017/01/30
Sometimes, there are just too many messages in journalctl output and it becomes a mystery game to search for the messages you are looking for. But luckily you do not need to use grep to find the right …
Just hanging around.
2017/01/26
Compose a video from a text sequence
2017/01/23
I came across this useful and interesting project so sharing with all of you: seq2vid
Elephants at IG, Delhi
2017/01/19
Get disk usage for all the containers with python script
2017/01/16
With my increasing love for python, here is my attempt to get the disk usage of all the containers on some host. Well, since the requirements vary for everyone, so this script is far from complete.
ansible with docker dynamic inventory
2017/01/09
So, I have a few dockers. Every now and then I want to run some command on all of them. Doing ‘docker exec’ is tiresome. I found this neat solution with ansible that I thought I should share with you. …
Trello – backup to your linux machine
2017/01/02
Just in case, you are looking for backing up your trello account boards, you can use the following bash script to do so: #!/bin/bash - …
Some nice fonts in Fedora for coding
2016/12/26
Here is link to fedoramagazine article on this: […] 6 great monospaced fonts for code and terminal in Fedora […] And what the article does not mention is how to install these from …