booting ubuntu in text mode

back-up grub: sudo cp /etc/default/grub /etc/default/grub-orig edit the following in /etc/default/grub: #GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”GRUB_CMDLINE_LINUX=”text”GRUB_TERMINAL=console update grub: sudo update-grub Set systemd target. The multi-user.target unit groups many… Read More »booting ubuntu in text mode

angular on ubuntu

check nodejs installation: check npm installation: Unhandled rejection Error: EACCES: permission denied, open ‘/home/onizu/.npm/_cacache/tmp/b5bc4345’S: permission denie install git (if not installed): create workspace & app:… Read More »angular on ubuntu