Vagrant Cheatsheet
vagrant Verify vagrant installation vagrant init hashicorp/bionic64 This will create a Vagrantfile in current directory vagrant up start the virtual m...
vagrant Verify vagrant installation vagrant init hashicorp/bionic64 This will create a Vagrantfile in current directory vagrant up start the virtual m...
It was 2013. I was doing my undergraduate at the Bangladesh University of Engineering and Technology(BUET). I had a power system course along with a lab cour...
netstat is used to list out all the network(socket) connections of a system. It is a very useful tool for checking system safety.
I began my Ph.D. journey on 2021. At that time I started learning ML. So, initially, I practiced different ML models on the internet and through different tu...
The conda is the command-line interface tool for managing installations of various packages in Anaconda. Of course, Anaconda has GUI to manage everything. Ye...