{"id":33305,"date":"2019-10-31T21:51:51","date_gmt":"2019-10-31T18:51:51","guid":{"rendered":"https:\/\/prohoster.info\/blog\/build-share-collaborate\/"},"modified":"2019-10-31T21:51:51","modified_gmt":"2019-10-31T18:51:51","slug":"build-share-collaborate","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/build-share-collaborate","title":{"rendered":"Build, Share, Collaborate","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Containers are a lightweight version of the user space in the Linux operating system \u2013 essentially, they are the bare minimum. However, it is still a full-fledged operating system, and thus the quality of this container is just as important as that of a complete operating system. This is why we have long offered <noindex><a rel=\"nofollow\" href=\"https:\/\/access.redhat.com\/containers\/\">Red Hat Enterprise Linux (RHEL) images<\/a><\/noindex>, so users can have certified, modern, and up-to-date enterprise-grade containers. Running <noindex><a rel=\"nofollow\" href=\"https:\/\/developers.redhat.com\/blog\/2018\/02\/22\/container-terminology-practical-introduction\/#h.dqlu6589ootw\">container images<\/a><\/noindex> RHEL on RHEL container hosts ensures compatibility and portability between environments, not to mention that these are familiar tools. There was, however, one problem. You couldn't just pass such an image to someone else, even if it was a client or partner using Red Hat Enterprise Linux. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/2c87e29b54241ecbda00523418ccb8ea.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nBut that has now changed <br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nWith the release of the Red Hat Universal Base Image (UBI), you can now access the familiar reliability, security, and high performance of official Red Hat container images regardless of whether you have a subscription or not. This means you can build a containerized application on UBI, place it in a container registry of your choice, and share it with the world. Red Hat Universal Base Image allows you to build, share, and collaborate on containerized applications in any environment \u2013 wherever you want. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/d06210d717e17d2732284239003445c3.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Thanks to UBI, there's the potential to publish and run your applications in virtually any infrastructure. However, if you run them on Red Hat platforms such as Red Hat OpenShift and Red Hat Enterprise Linux, you can gain additional benefits (more gold!). And before we dive into a more detailed description of UBI, let me provide a brief FAQ on the importance of the RHEL Subscription. So, what happens when you run a UBI image on the RHEL\/OpenShift platform? <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/245ded4e0742a057d53b2b4d49902d3c.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Now that the marketing is satisfied, let\u2019s discuss UBI in more detail.<\/p>\n<h3>Reasons to use UBI<\/h3>\n<p>\nWhat you should feel to understand that UBI will be beneficial for you: <\/p>\n<ul>\n<li>My <b>developers<\/b> want to use container images that can be distributed and run in any environment <\/li>\n<li>My team <b>operations<\/b> wants a supported base image with an enterprise-level lifecycle <\/li>\n<li>My <b>architects<\/b> want to offer <noindex><a rel=\"nofollow\" href=\"https:\/\/operatorhub.io\/\">Kubernetes Operator<\/a><\/noindex> to my clients\/end users<\/li>\n<li>My <b>clients<\/b> want to ensure enterprise-level support for their entire Red Hat environment <\/li>\n<li>My <b>community<\/b> want to share, run, publish containerized applications literally everywhere <\/li>\n<\/ul>\n<p>\nIf any of these scenarios apply to you, definitely take a look at UBI. <\/p>\n<h3>More than just a basic image <\/h3>\n<p>\nUBI is less than a full OS, but it has three important features: <\/p>\n<ol>\n<li>A set of three base images (ubi, ubi-minimal, ubi-init) <\/li>\n<li>Images with ready-to-use runtime environments for various programming languages (nodejs, ruby, python, php, perl, etc.) <\/li>\n<li>A collection of related packages in the YUM repository with the most common dependencies <\/li>\n<\/ol>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/bbfe3101ba7ab8f4ee6006a07e464cdf.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>UBI was created as a foundation for cloud-native and web applications developed and delivered in containers. All content in UBI is a subset of RHEL. All packages in UBI come through RHEL channels and are supported like RHEL when running on supported Red Hat platforms such as OpenShift and RHEL. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/877ffa34cf18939faf84e376035cc9f6.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Ensuring quality container support requires considerable effort from engineers, security specialists, and other additional resources. It requires not only testing base images but also analyzing their behavior on any supported host. <\/p>\n<p>To facilitate update-related tasks, Red Hat actively develops and supports UBI, allowing UBI 7 to run, for example, on RHEL 8 hosts, and UBI 8 on RHEL 7 hosts. This provides users with the necessary flexibility, confidence, and peace of mind during processes such as platform updates in container images or used hosts. Now all of this can be divided into two separate projects. <\/p>\n<h3>Three base images<\/h3>\n<p>\n<img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/14c750c058706f328c58f296624499c0.jpg\" style=\"display:block;margin: 0 auto;\" \/> <\/p>\n<p>Minimal - designed for applications with all dependencies (Python, Node.js, .NET, etc.) <\/p>\n<ul>\n<li>Minimal set of pre-installed content <\/li>\n<li>No executables with suid <\/li>\n<li>Minimal package manager toolkit (installation, upgrade, and removal) <\/li>\n<\/ul>\n<p>\nPlatform - for any applications running on RHEL <\/p>\n<ul>\n<li>Unified OpenSSL cryptographic stack<\/li>\n<li>Complete YUM stack <\/li>\n<li>Includes useful core OS utilities (tar, gzip, vi, etc.) <\/li>\n<\/ul>\n<p>\nMulti-Service - simplifies running multiple services in one container <\/p>\n<ul>\n<li>Configured to run systemd on startup <\/li>\n<li>Ability to enable services at build time <\/li>\n<\/ul>\n<p><\/p>\n<h3>Container images with pre-built programming language runtimes <\/h3>\n<p>\nIn addition to the basic images that allow for programming language support, UBI includes pre-assembled images with ready-to-use runtimes for several programming languages. Many developers can simply take an image and start working on the application they are developing. <\/p>\n<p>With the launch of UBI, Red Hat offers two sets of images \u2013 based on RHEL 7 and RHEL 8. They are drawn from, respectively, Red Hat Software Collections (RHEL 7) and Application Streams (RHEL 8). These runtimes are kept up to date and typically receive up to four updates per year, thus always providing the opportunity to work with the latest and most stable versions. <\/p>\n<p><b>Here is a list of UBI 7 container images:<\/b> <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/996418541dce083453eb25ef28abc5eb.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p><b>Here is a list of container images for UBI 8:<\/b><\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/48726f993bb541f60b8df2e62215b8b2.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<h3>Associated packages <\/h3>\n<p>\nUsing ready-made images is indeed very convenient. Red Hat keeps them current and updates them alongside new RHEL releases, as well as when critical CVE updates appear in accordance with the update policy. <noindex><a rel=\"nofollow\" href=\"https:\/\/access.redhat.com\/articles\/2208321\">RHEL image policy<\/a><\/noindex> so that you can take one of these images and immediately start working on an application. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/16aaf2f54379d5d3f48e00108f02e61e.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>However, sometimes when creating an application, you may suddenly need some additional package. Or, sometimes, to get the application to work, you need to update a particular package. That\u2019s why UBI images come with a set of RPMs that are available through yum, distributed via a fast and highly available content delivery network (you get the package!). When you run a yum update on your CI\/CD at that critical moment of release, you can be sure \u2013 it will work.<\/p>\n<h3>RHEL is the foundation<\/h3>\n<p>\nWe never tire of repeating that RHEL is the foundation of everything. Do you know which teams at Red Hat are working on creating the base images? For example, these:<\/p>\n<ul>\n<li>The engineering team responsible for ensuring that core libraries like glibc and OpenSSL, as well as runtime environments like Python and Ruby, deliver stable performance and work reliably under workloads when used in containers. <\/li>\n<li>The product security team addresses bugs and security issues in libraries and runtime environments in a timely manner, and their effectiveness is evaluated using a specialized index. <noindex><a rel=\"nofollow\" href=\"https:\/\/access.redhat.com\/articles\/2803031\">Container Health Index grade<\/a><\/noindex>. <\/li>\n<li>The team of product managers and engineers focuses on adding new features and ensuring a long product lifecycle, providing confidence in the invested resources that can serve as a foundation. <\/li>\n<\/ul>\n<p>\nRed Hat Enterprise Linux serves as an excellent host and image for containers, but many developers value the ability to work with the system in various formats, some of which may extend beyond the supported use cases of the Linux system. This is where Universal Base Images (UBI) come in. <\/p>\n<p>Suppose right now, at this stage, you are simply looking for a base image to start developing a basic containerized application. Or you are already further ahead and transitioning from standalone containers running on a container engine to a cloud-native story using Operators (building and certifying Operators) that run on OpenShift. In any case, UBI will provide an excellent foundation for this. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/e40393e4d9cedcc769ebd0c593d997cc.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Containers include a lightweight version of the operating system's user space in a new packaging format. The release of UBI images sets a new industry standard for containerized development, making enterprise-class containers accessible to all users, independent software developers, and open source communities. In particular, software developers can standardize their products using a single, proven base for all their containerized applications, including <noindex><a rel=\"nofollow\" href=\"https:\/\/operatorhub.io\/\">Kubernetes Operators<\/a><\/noindex>For development companies using UBI, Red Hat Container Certification and Red Hat OpenShift Operator Certification are also available, allowing for continuous verification of software running on Red Hat platforms such as OpenShift. <\/p>\n<p><img decoding=\"async\" alt=\"Build, Share, Collaborate\" src=\"\/wp-content\/uploads\/2019\/05\/e2351cfad639b2f7d98b6bc9cecc41c6.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<h3>How to Get Started with an Image <\/h3>\n<p>\nIn short, it's very simple. Podman is available not only in RHEL but also in Fedora, CentOS, and several other Linux distributions. All you need to do is pull the image from one of the following repositories and you're good to go. <\/p>\n<p>For UBI 8: <\/p>\n<pre><code class=\"plaintext\">podman pull registry.access.redhat.com\/ubi8\/ubi\npodman pull registry.access.redhat.com\/ubi8\/ubi-minimal\npodman pull registry.access.redhat.com\/ubi8\/ubi-init\n<\/code><\/pre>\n<p>\nFor UBI 7: <\/p>\n<pre><code class=\"plaintext\">podman pull registry.access.redhat.com\/ubi7\/ubi\npodman pull registry.access.redhat.com\/ubi7\/ubi-minimal\npodman pull registry.access.redhat.com\/ubi7\/ubi-init\n<\/code><\/pre>\n<p>\nAnd check out the complete Universal Base Image Guide <\/p>\n<ul>\n<li><noindex><a rel=\"nofollow noopener noreferrer\" href=\"https:\/\/access.redhat.com\/documentation\/en-us\/red_hat_enterprise_linux\/8\/html-single\/building_running_and_managing_containers\/index?lb_target=stage#using_red_hat_universal_base_images_standard_minimal_and_runtimes\">RHEL 8 How To<\/a><\/noindex><\/li>\n<li><noindex><a rel=\"nofollow\" href=\"https:\/\/access.redhat.com\/documentation\/en-us\/red_hat_enterprise_linux_atomic_host\/7\/html-single\/getting_started_with_containers\/index#using_red_hat_universal_base_images_standard_minimal_and_runtimes\">RHEL 7 How To<\/a><\/noindex><\/li>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/redhatrussia\/blog\/451090\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0441\u043e\u0431\u043e\u0439 \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u2013 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u044d\u0442\u043e \u00ab\u0433\u043e\u043b\u044b\u0439\u00bb \u043c\u0438\u043d\u0438\u043c\u0443\u043c. \u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u044d\u0442\u043e \u0432\u0441\u0435 \u0440\u0430\u0432\u043d\u043e \u043f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u0438 \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u044d\u0442\u043e\u0433\u043e \u0441\u0430\u043c\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430 \u0442\u0430\u043a \u0436\u0435 \u0432\u0430\u0436\u043d\u043e, \u043a\u0430\u043a \u043f\u043e\u043b\u043d\u043e\u0432\u0435\u0441\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u0418\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0434\u043e\u043b\u0433\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u044b \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u043b\u0438 \u043e\u0431\u0440\u0430\u0437\u044b Red Hat Enterprise Linux (RHEL), \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438 \u043c\u043e\u0433\u043b\u0438 \u0438\u043c\u0435\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435, \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":25036,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-33305","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0441\u043e\u0431\u043e\u0439 \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u2013 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u044d\u0442\u043e \u00ab\u0433\u043e\u043b\u044b\u0439\u00bb \u043c\u0438\u043d\u0438\u043c\u0443\u043c.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/build-share-collaborate\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47Build, Share, Collaborate | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0441\u043e\u0431\u043e\u0439 \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u2013 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u044d\u0442\u043e \u00ab\u0433\u043e\u043b\u044b\u0439\u00bb \u043c\u0438\u043d\u0438\u043c\u0443\u043c.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/build-share-collaborate\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:51:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:51:51+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Build, Share, Collaborate | ProHoster","description":"Containers are a lightweight version of the user space of the Linux operating system \u2013 essentially, they represent the 'bare' minimum.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/build-share-collaborate","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47Build, Share, Collaborate | ProHoster","og:description":"\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0441\u043e\u0431\u043e\u0439 \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u043d\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u2013 \u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438, \u044d\u0442\u043e \u00ab\u0433\u043e\u043b\u044b\u0439\u00bb \u043c\u0438\u043d\u0438\u043c\u0443\u043c.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/build-share-collaborate","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:51:51+00:00","article:modified_time":"2019-10-31T18:51:51+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33305","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 14:44:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 02:43:31","updated":"2026-01-21 14:44:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=33305"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/33305\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/25036"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=33305"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=33305"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=33305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}