Posts with the tag elementary os:
If you stuck in the login screen and can’t load the Ubuntu desktop, follow those steps.
when you on the login screen, press ctrl + shift + alt + f1. A black screen appeared? No? Just the login page? So try ctrl + shift + alt + f2. Still the login screen? try ctrl + shift + alt + f3. If the login screen still showing? Try to use another external keyboard.
a black screen appeared? ok, type your username then ENTER and type your password then ENTER.
type ping 8.8.8.8 then ENTER to ensure you have a good Internet connection.
Enable PPA sudo apt update sudo apt install software-properties-common Install apt-fast sudo add-apt-repository -y ppa:apt-fast/stable sudo apt -y install apt-fast echo "alias apt='apt-fast'" >> ~/.bashrc source ~/.bashrc Update OS apt update && apt upgrade Install git apt install git Uninstall Apps If you do not like epiphany browser - like me, just run this command.
apt purge epiphany-browser epiphany-browser-data If you don’t use the pantheon mail app - like me, just run this command to uninstall it.
apt purge pantheon-mail Again, if you don’t use the music app shipped with elementary OS which is called noise, just uninstall it like that.