Enable graphical root login on ubuntu 12.04
In Ubuntu, user “root” won’t show up as an options to login, which you need to adjust the Ubuntu to allow login as “root”. Run this command below in your…
In Ubuntu, user “root” won’t show up as an options to login, which you need to adjust the Ubuntu to allow login as “root”. Run this command below in your…
If you start your Ubuntu and it display a grub shell to you, you can run this command below to fix it: * Ensure that you entered correct partition (e.g.…
Recently, I want to install MongoDB in my Rasp Pi. But unfortunately, I can’t install MongoDB via apt-get because Rasp Pi is using ARM architecture. Maybe we can compile it…