Collaboration in a DevOps Team

DevOps is a philosophy that emphasizes collaboration between development and operations teams. The goal of DevOps is to speed up the delivery of software while maintaining high levels of quality and security. Collaboration is key to the success of a DevOps team. One of the most important ways in which development and operations teams can collaborate is through the use of shared tools and platforms. These tools and platforms allow teams to share information and communicate effectively, which is critical for achieving the goals of DevOps....

January 27, 2023 · 2 min · 409 words · Shafiq Alibhai

Memento Mori

Memento Mori refers to the philosophical reminder of death’s inevitability. You could leave life right now. Let that determine what you do and say and think. It helps you remember the good things without arrogance and to let the bad things go with indifference. You control whether you waste time getting upset by things. And whether you waste time taking things personally.

August 25, 2022 · 1 min · 62 words · Shafiq Alibhai

Amor Fati

Amor fati is a phrase that may be translated as “love of one’s fate”. It is used to describe an attitude in which one sees everything that happens in one’s life, including suffering and loss, as good or, at the very least, necessary. You take what you can from life. You use it as fuel. You become better from it. You become improved by it. Make the most of it. Be better for it having happened....

August 24, 2022 · 1 min · 76 words · Shafiq Alibhai

You don’t have to be crazy to live on Earth. But to some it helps to be.

July 20, 2022 · 1 min · 17 words · Shafiq Alibhai

killall -9 VBoxHeadless && vagrant destroy

February 1, 2022 · 1 min · 6 words · Shafiq Alibhai

How to get a remote server SSL certificate

June 15, 2021 · 0 min · 0 words · Shafiq Alibhai

No good deed ever gets unpunished.

May 21, 2021 · 0 min · 0 words · Shafiq Alibhai

Whenever you feel like criticizing any one, just remember that all the people in this world haven’t had the advantages that you’ve had.

May 20, 2021 · 0 min · 0 words · Shafiq Alibhai

Replace all dots in filenames except the extension on Linux

for f in <em>.</em>; do pre="${f%.<em>}"; suf="${f##</em>.}"; mv -i -f -- "$f" "${pre//./_}.${suf}"; done

January 21, 2021 · 1 min · 14 words · Shafiq Alibhai

Count number of directories in the current directory using Linux cli

July 14, 2020 · 0 min · 0 words · Shafiq Alibhai