100 likes | 230 Vues
In the realm of system administration, safeguarding credentials is vital. Always use strong passwords and encrypt private keys. Ensure proper separation of environments by restricting development from touching production systems and limiting access to sensitive areas. Stay updated with system knowledge by monitoring performance closely and maintaining logs. Timely security updates and immediate patching are crucial. Regular backups ensure data recovery, and documentation of actions (excluding passwords) aids in transparency and efficiency. Automation can streamline tasks, making administration more manageable.
E N D
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?
Security Updates • Subscribe to mailing lists • Patch immediately
Monitor Performance • Is the system normal? • Identify bottlenecks
Keep logs • Keep copies of logs in separate system • Postmortem
Keep backups • If something dies, you have old data • If something new breaks, you can rollback
Write Documents • Write about everything you did • But NOT passwords
Automation • Write scripts for everyday tasks • Make your life easier