{"id":79507,"date":"2020-04-27T19:42:16","date_gmt":"2020-04-27T17:42:16","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy"},"modified":"2020-04-27T19:42:16","modified_gmt":"2020-04-27T17:42:16","slug":"proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy","title":{"rendered":"The Clear Linux project shifts the focus during development to servers and cloud systems","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Developers of the Clear Linux distribution <noindex><a rel=\"nofollow\" href=\"https:\/\/community.clearlinux.org\/t\/changes-coming-to-clear-linux-direction\/4337\">informed<\/a><\/noindex> have changed the project's development strategy. The primary focus is now on server and cloud systems, which will receive the main attention. Components for workstation editions will be maintained only as a secondary priority. <\/p>\n<p>The delivery of desktop packages will continue, but these packages <noindex><a rel=\"nofollow\" href=\"https:\/\/lists.clearlinux.org\/hyperkitty\/list\/dev@lists.clearlinux.org\/thread\/PV7PDPR7ZJSISIT653R46MEYIIWTPDLL\/\">will offer<\/a><\/noindex> the original options for user environments, without Clear Linux-specific overlays or modifications. Packages with GNOME will continue to be formed, but the composition and settings of the desktop will match the reference version provided by the GNOME project by default. <\/p>\n<p>The previously offered custom <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/snwh\/paper-icon-theme\">topic<\/a><\/noindex> <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/nana-4\/materia-theme\">registration<\/a><\/noindex>, separate <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/clearlinux-pkgs\/paper-icon-theme\">icon set<\/a><\/noindex>, pre-installed third-party extensions for GNOME Shell (<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/micheleg\/dash-to-dock\">dash-to-dock<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/gitlab.gnome.org\/World\/ShellExtensions\/desktop-icons\">desktop-icons<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/timbertson\/gnome-shell-impatience\">impatience<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/download.gnome.org\/sources\/gnome-shell-extensions\">user-theme<\/a><\/noindex>) and modified GNOME settings will initially be <noindex><a rel=\"nofollow\" href=\"https:\/\/community.clearlinux.org\/t\/clear-linux-os-desktop-ui-to-adopt-a-more-vanilla-gnome-desktop-environment\/4373\">have been moved<\/a><\/noindex> into a separate package &#171;<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/clearlinux\/clr-bundles\/blob\/2321d870e189517804336301800721b59f7e3824\/bundles\/desktop-assets-extras\">desktop-assets-extras<\/a><\/noindex>&#171;. Next week, updates for the desktop packages to GNOME 3.36 are planned, which will comply with the standard GNOME environment, after which the package &#171;desktop-assets-extras&#187; will be marked as deprecated. <\/p>\n<p>It is worth noting that the Clear Linux distribution is developed by Intel and ensures strict application isolation using containers divided through full virtualization. The base part of the distribution contains only the minimal set of tools for running containers and is updated atomically. All applications are packaged as Flatpak or sets (Bundles), run in separate containers. In addition to customized desktops, the developer edition is notable for extended hardware support, integration of a debugging system based on FUSE, the addition of a new installer, and the presence of <noindex><a rel=\"nofollow\" href=\"https:\/\/clearlinux.org\/software\/\">an application catalog<\/a><\/noindex>, which offers sets for deploying development environments using various programming languages and technologies. <\/p>\n<p>Features of Clear Linux:\n<\/p>\n<ul>\n<li class=\"l\"> The binary delivery model of the distribution. System updates can be performed in two modes: applying patches to the running system and a complete system update through the installation of a new image in a separate Btrfs snapshot and replacing the active snapshot with the new one;\n<\/li>\n<li class=\"l\"> Aggregation of packages into bundles (<noindex><a rel=\"nofollow\" href=\"https:\/\/clearlinux.org\/features\/software-update\">bundle<\/a><\/noindex>), forming ready functionality, regardless of how many software components they consist of. The bundles and system environment images are created based on an RPM package repository, but are delivered without package separation. Inside the containers, a specially optimized copy of Clear Linux is executed, containing the required sets (bundles) to launch the target application;\n<\/li>\n<li class=\"l\"> An efficient update installation system, embedded into the core of the distribution, ensuring accelerated delivery of updates that fix critical issues and vulnerabilities. An update in Clear Linux includes only the data that has changed, so typical patches for vulnerabilities and errors occupy only a few kilobytes and are installed nearly instantly;\n<\/li>\n<li class=\"l\"> The unified versioning system \u2014 the version of the distribution represents the state and versions of all its components, which is convenient for creating reproducible configurations and tracking changes to the distribution's components at the file level. Any modification\/updating of any part of the system always leads to a change in the overall version of the entire distribution (while in standard distributions only the version number of a specific package is increased, in Clear Linux the version of the distribution itself is increased);\n<\/li>\n<li class=\"l\"> A stateless approach to configuration definition, suggesting that different classes of settings are separated (OS, user, and system settings are stored separately), the system does not maintain its state (stateless) and does not contain any settings in the \/etc directory after installation, generating settings on the fly based on templates specified at startup. To reset system settings to default values, one can simply delete \/etc and \/var;\n<\/li>\n<li class=\"l\"> <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=47252\">Using<\/a><\/noindex> full virtualization (KVM) for running containers, which ensures a high level of security. The startup time for containers is slightly behind traditional container isolation systems (namespaces, cgroups) and is acceptable for demand-based application container launches (the virtual environment startup time is about 200ms, with an additional memory consumption of 18-20 MB per container). To reduce memory consumption, a mechanism is implemented <noindex><a rel=\"nofollow\" href=\"https:\/\/git.kernel.org\/pub\/scm\/linux\/kernel\/git\/torvalds\/linux.git\/plain\/Documentation\/filesystems\/dax.txt\">DAX<\/a><\/noindex> (direct access to the file system bypassing page cache without using block device level), while the technology is used for deduplication of identical memory areas <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/clearcontainers\/proxy\/blob\/master\/docs\/ksm.md\">KSM<\/a><\/noindex> (Kernel Shared Memory), which allows for the organization of resource sharing of the host system and connects the same system environment template to different guest systems.\n<\/li>\n<p><noindex><a rel=\"nofollow\" name=\"link\"><\/a><\/noindex><\/p>\n<p>Source: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=52812\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Clear Linux \u0441\u043e\u043e\u0431\u0449\u0438\u043b\u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430. \u0412 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u0435\u0440\u0432\u0438\u0447\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u044f \u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0435 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0442\u0435\u043f\u0435\u0440\u044c \u0431\u0443\u0434\u0435\u0442 \u0443\u0434\u0435\u043b\u044f\u0442\u044c\u0441\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435. \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0440\u0435\u0434\u0430\u043a\u0446\u0438\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0441\u0442\u0430\u043d\u0446\u0438\u0439 \u0431\u0443\u0434\u0443\u0442 \u0441\u043e\u043f\u0440\u043e\u0432\u043e\u0436\u0434\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u043c\u0443 \u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443. \u041f\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 \u0441 \u0440\u0430\u0431\u043e\u0447\u0438\u043c\u0438 \u0441\u0442\u043e\u043b\u0430\u043c\u0438 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0430, \u043d\u043e \u0432 \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u043a\u0435\u0442\u0430\u0445 \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0442\u044c\u0441\u044f \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0439, \u0431\u0435\u0437 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u0447\u043d\u044b\u0445 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-79507","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Clear Linux \u0441\u043e\u043e\u0431\u0449\u0438\u043b\u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\" \/>\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\/news\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\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\udd47\u041f\u0440\u043e\u0435\u043a\u0442 Clear Linux \u0441\u043c\u0435\u0449\u0430\u0435\u0442 \u0430\u043a\u0446\u0435\u043d\u0442 \u043f\u0440\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u044b \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Clear Linux \u0441\u043e\u043e\u0431\u0449\u0438\u043b\u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy\" \/>\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=\"2020-04-27T17:42:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-04-27T17:42:16+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\udd47The Clear Linux project shifts its focus towards servers and cloud systems | ProHoster","description":"The developers of the Clear Linux distribution announced a change in the project's development strategy.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy","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\udd47\u041f\u0440\u043e\u0435\u043a\u0442 Clear Linux \u0441\u043c\u0435\u0449\u0430\u0435\u0442 \u0430\u043a\u0446\u0435\u043d\u0442 \u043f\u0440\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u044b \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b | ProHoster","og:description":"\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Clear Linux \u0441\u043e\u043e\u0431\u0449\u0438\u043b\u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/proekt-clear-linux-smeshhaet-akczent-pri-razrabotke-na-servery-i-oblachnye-sistemy","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":"2020-04-27T17:42:16+00:00","article:modified_time":"2020-04-27T17:42:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"79507","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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 16:36:32","updated":"2022-10-02 22:00:33","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\/79507","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=79507"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/79507\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=79507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=79507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=79507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}