Recent posts

Vagrant Cheatsheet

less than 1 minute read

vagrant Verify vagrant installation vagrant init hashicorp/bionic64 This will create a Vagrantfile in current directory vagrant up start the virtual m...

Netstat Cheatsheet

1 minute read

netstat is used to list out all the network(socket) connections of a system. It is a very useful tool for checking system safety.

Conda Cheatsheet

1 minute read

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...