Skip to content

Instantly share code, notes, and snippets.

@vovs03
Last active April 12, 2018 13:25
Show Gist options
  • Save vovs03/2a873cf504b6503f07e8052a8551ee3e to your computer and use it in GitHub Desktop.
Save vovs03/2a873cf504b6503f07e8052a8551ee3e to your computer and use it in GitHub Desktop.
Some commands in terminal

To Show cd /etc/xdg/autostart && sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktop

To Hide cd /etc/xdg/autostart && sudo sed --in-place 's/NoDisplay=false/NoDisplay=true/g' *.desktop

Check system [Analyze] systemd-analyze

https://linuxmint.com.ru/viewtopic.php?t=487

Try for fix user conf

mv ~/.config/dconf/user ~/.config/dconf/user.bak

SystemInfo inxi -F

Shutdown PC

shutdown now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment