Tag: command line
-
Checkout Specific Directory Within Git Repo
I believe that the first test of a truly great man is his humility. Really great men have a curious feeling that the greatness is not in them but through them. And they see something divine in every other man and are endlessly, incredibly merciful. — John Ruskin. One day I was working on a…
-
Check Total File Size of Files with Specific File Extension
It is simply this: do not tire, never lose interest, never grow indifferent—lose your invaluable curiosity and you let yourself die. It’s as simple as that. — Tove Jansson in Fair Play. Recently, I wondered on how to check the file size of all files with a specific file extension on a folder / project.…
-
DevOps Series – Multiple AWS CLI Accounts
Lack of direction, not lack of time, is the problem. We all have twenty-four hour days. — Zig Ziglar. As a Dev Ops, I handle multiple project all at once. One problem I encountered is managing multiple AWS accounts for different startups. So how to handle multiple AWS account? Prerequisites Before you start doing this,…