EKS Setup with Eksctl and kubectl App Service Deployment
EKS – Elastic Kubernetes Services is a fully managed Kubernetes service offered by AWS. EKS become easy for us to…
Read MoreEKS – Elastic Kubernetes Services is a fully managed Kubernetes service offered by AWS. EKS become easy for us to…
Read Morenvm install v18.15.0Downloading and installing node v18.15.0…Downloading https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz… ################################################################################################################################# 100.0% Computing checksum with sha256sumChecksums matched!Now using node v18.15.0 (npm v9.5.0)Creating…
Read MoreFor our day to day work it is good we can delete the branch form local and remote repositories by…
Read MoreI followed following steps to add a new user and later gave it sudo privilege. Use adduser command to add…
Read MoreI was adding a new user and received following error. sysdb_domain_cache_connect: DB version too old , expected for domain implicit_files!Higher…
Read MoreTo uninstall node js from ubuntu following steps can be done. $ apt-get remove nodejs # It will remove the…
Read MoreProject setup with virtualenv. While working with a pyhon3 project, it is better to install project based dependencies inside a…
Read MoreUbuntu 20 have inbuilt recorder which we can be triggered by alt+ctrl+shift+ r But it does not record the voice…
Read MoreI ran a python3 program and got error Traceback (most recent call last):File “main.py”, line 1, infrom sklearn.metrics.pairwise import pairwise_distancesModuleNotFoundError:…
Read MoreI have Ubuntu20 and by default if I check pip version I get it is for python2 But I want…
Read More