Skip to content

Instantly share code, notes, and snippets.

View mikethewolf83's full-sized avatar
🎯
Focusing

Maikel Nieves Matamoros mikethewolf83

🎯
Focusing
View GitHub Profile
@brunneis
brunneis / fix-lightdm-deepin.sh
Last active April 16, 2021 16:48
LightDM won't start (Deepin Linux)
#!/bin/bash
dpkg-reconfigure xserver-xorg
sudo apt-get purge lightdm
sudo apt-get install lightdm-gtk-greeter
sudo apt-get install lightdm