- Delete any configs of nvim or get default nvimRemove these directories to get the default nvim (neo vim) with out any configurations or caches.
- Before chroot mount these
- Generate random keyA lot of applications these days need some sort of master key to enhance security. Few simple methods to generate such a key uuidgen method Run this command to generate a random 32 characters long key. Most of the OS’s should have this command if not install it. More options and methods using this command… Read More »
- Generate a key for use as salt or any other formWhile installing or configuring setups we may need to generate a 32 character long random keys may that be for salt or used for flask sessions or while setting up ELK stack and you need to create this key. These 2 commands will generate the desired key. If needed modify or alter the random function… Read More »
- Experiments with AWKThese simple combination of commands are quite powerful. I am listing the commands that I used on some of the projects for later reference.