helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness
Monday, December 20, 2021
Saturday, October 23, 2021
Setup Laptop for developers - Ubuntu
So it is necessary to make sure that we have set up the system to be as productive and functional as possible.
Steps:
- Install Ubuntu operating system
- Install Git
// To install git
sudo apt install git// To check the git version
git --version//To setup the username and email to communitcate with any repo
git config --global user.name "Your Name"
git config --global user.email "youremal@email.com"
- Install ZSH follow this blog
Subscribe to:
Comments (Atom)
Azure AKS - Diag Logs - KQL
AzureDiagnostics | where Category == "kube-audit" | summarize requests = count() by bin(TimeGenerated, 5m), userAgent_s | orde...
-
Install htop in Oracle Linux 7 htop is not default install and it's not part of default repo so when we try to install htop it throw...
-
How to Stop Firewall on Oracle Linux 7 [root@ebs121db1 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source ...
-
Logs from the autoconfig file: START: Executing /u01/EBSDEV/fs1/inst/apps/EBSDEV_grcldm/admin/install/txkWfClone.sh -nopromptmsg txkWfC...