Posts

  • How to boot system with grub prompt alone
    When you see Grub command prompt at the boot time instead of grub menu I think that is when these commands will come handy to boot into the underlying OS. I tested it with ubuntu and pretty sure it should work with any linux distro. Identify your boot partition: Use the ls command to list… Read More »
  • Run jupyter lab as a server
    Run this command and access jupyter lab from ip in the network and if hosted it can be accessed over the internet. jupyter lab –no-browser –ip=0.0.0.0 –port=8888 After starting jupyter check the token that can be used as password or token to enter.
  • Start pm2 process
    Example of how to start pm2 instance for development. pm2 start –name “pari-dev” “yarn run develop”
  • Delete any configs of nvim or get default nvim
    Remove these directories to get the default nvim (neo vim) with out any configurations or caches.
  • Before chroot mount these