Lessons from Christian Bale roles
Life lessons from Christian Bale’s movie roles
1. Batman Begins
More …Bash scripting - basics
Bash version tested
BruceWayne:[~] $ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)
Copyright (C) 2007 Free Software Foundation, Inc
Linux file permissions
Permission groups
- owner - owner of the file.
- group - a group of users.
- others - basically everyone.
Digging GIT history using 'git log'
A good analogy
Sometimes while debugging/analysing a bug or issue in the code, It can be helping to review and analyse the history of changes that went into to a file/directory. While most of the times simply looking at the code may give us what we need, Sometimes it can be time consuming. Looking at past history can render a better context and makes debugging a lot faster.
More …