Guest User

Untitled

a guest
Sep 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Show hidden startup apps.
  2. sudo sed -i "s/NoDisplay=true/NoDisplay=false/g" /etc/xdg/autostart/*.desktop
  3.  
  4. # Analyze startup times.
  5. systemd-analyze
  6. systemd-analyze blame
  7.  
  8. # Reduce wrong password delay to 0.5 s.
  9. sudo vim /etc/pam.d/login
  10. auth optional pam_faildelay.so delay=500000
Add Comment
Please, Sign In to add comment