1 / 10

System Administration

System Administration. Experience Sharing. Secure your credentials. Use long/hard passwords Encrypt your private keys. Proper Separation. Never allow development to touch production systems Limit access to production. Know Your System. What’s running? What’s installed? Who’s using it?.

mandel
Télécharger la présentation

System Administration

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. System Administration Experience Sharing

  2. Secure your credentials • Use long/hard passwords • Encrypt your private keys

  3. Proper Separation • Never allow development to touch production systems • Limit access to production

  4. Know Your System • What’s running? • What’s installed? • Who’s using it?

  5. Security Updates • Subscribe to mailing lists • Patch immediately

  6. Monitor Performance • Is the system normal? • Identify bottlenecks

  7. Keep logs • Keep copies of logs in separate system • Postmortem

  8. Keep backups • If something dies, you have old data • If something new breaks, you can rollback

  9. Write Documents • Write about everything you did • But NOT passwords

  10. Automation • Write scripts for everyday tasks • Make your life easier

More Related