Technology Sharing and communication
2016/12/30
Today is the last working day of 2016 to share 2 themes.
I. SME (SMB) How to design IDC network architecture
Personal experience, in small and medium-sized enterprises (SMB), the need to build a computer room, usually to buy several servers, hosted to IDC, will not manage it, until the follow-up business in the growth, only rush; we all know that the transformation is not new easy, so I have always had an idea, whether in the beginning, through some simple thinking , design a network architecture that can be easily expanded for small and medium sized enterprises (SMB).
Related thinking:
Private Cloud Network Planning Doodle: SME (SMB) requirements
Https://github.com/opera443399/ops/blob/master/doc/ARCHITECTURE/pcswo/%E7%A7%81%E6%9C%89%E4%BA%91%E8%A7%84%E5%88%92.pdf
Ii. How to manage operational resources and knowledge
1. Management of operation and maintenance resources
Personal experience, in small and medium enterprises (SMB), usually we use Excel to manage server-related resources, after the business growth, management needs to make some improvements, how to act? Do not expect the company to immediately be able to recruit a devops to do related things, first step out of their first steps, in fact, really not difficult, a lot of things, just need to first take the first step.
Related thinking:
How to take advantage of Django's own background (you only need to define some data models to correspond to the fields of the database, and adjust the management page to show the fields, of course, further development work, here is just a POC), you can get a small out-of-the-box Operations Management page.
Https://github.com/opera443399/asset
2. Knowledge Management
Documents obtained at work require collaborative processing and information sharing;
Work in their own experience after the summary of the text, if it can be reasonable to manage and share these experiences, is also a good thing.
Related thinking:
How to use VCS (version control system) tools to manage knowledge
I recommend the way:
Company: through GITLAB,SVN to manage.
Personal: Manage with GitHub, but pay attention to privacy.
Technology sharing and communication-how does SME (SMB) design IDC network architecture? How to manage operational resources and knowledge?