Recent posts

import code to empty git repo

less than 1 minute read

I am planning to make android pie runnning on our latest proudct, Continuous Integration team has initialized all the git project, inside citrix, but there i...

open source perf tools

1 minute read

Tools Description avocado Avocado is a next generation testing framework inspired by Autotest ...

Enable zram on Android

1 minute read

What is zram Kernel Documentation says it is Compressed RAM based block devices.

Vim tips from zzapper

7 minute read

Best of Vim Tips zzapper 16 Years of Vi + 10+ years of Vim and still learning 31Aug18 : Last Update (Now in VIM Help Format :h helptags) ###These Tips are no...

git cheatsheet

less than 1 minute read

Create a tag git tag -a v1.0 -m "milestone: v1" git push --tags