{"id":82738,"date":"2020-05-24T19:42:06","date_gmt":"2020-05-24T17:42:06","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-sistemy"},"modified":"2020-05-24T19:42:06","modified_gmt":"2020-05-24T17:42:06","slug":"vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-sistemy","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-sistemy","title":{"rendered":"Release of GoboLinux 017 with its unique file system hierarchy","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After three and a half years since the last release  <noindex><a rel=\"nofollow\" href=\"https:\/\/gobolinux.org\/gobolinux017.html\">is formed<\/a><\/noindex> the release of the distribution <noindex><a rel=\"nofollow\" href=\"http:\/\/gobolinux.org\/\">GoboLinux 017<\/a><\/noindex>. In GoboLinux, instead of the traditional file hierarchy found in Unix systems, <noindex><a rel=\"nofollow\" href=\"http:\/\/gobolinux.org\/?page=at_a_glance\">a layer<\/a><\/noindex> there is a stack-based model for creating the directory tree, where each program is installed in a separate directory. The size <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/gobolinux\/LiveCD\/releases\/download\/017\/GoboLinux-017-x86_64.iso\">of the installation image<\/a><\/noindex> is 1.9 GB, which can also be used to explore the features of the distribution in Live mode.<\/p>\n<p> The root in GoboLinux consists of the directories \/Programs, \/Users, \/System, \/Files, \/Mount, and \/Depot. A drawback of combining all application components in one directory, without separating settings, data, libraries, and executable files, is the need to store data (such as logs and configuration files) alongside system files. The advantage is the ability to install different versions of the same application in parallel (for example, \/Programs\/LibreOffice\/6.4.4 and \/Programs\/LibreOffice\/6.3.6) and simplifying system maintenance (for instance, to remove a program, simply delete the associated directory and clean up the symbolic links in \/System\/Index).<\/p>\n<p>To comply with the FHS (Filesystem Hierarchy Standard), executable files, libraries, logs, and configuration files are distributed across the familiar directories \/bin, \/lib, \/var\/log, and \/etc via symbolic links. These directories are not visible to the user by default, thanks to a special <noindex><a rel=\"nofollow\" href=\"http:\/\/www.gobolinux.org\/index.php?page=doc\/articles\/gobohide\">kernel module<\/a><\/noindex>, which hides these directories (the contents are accessible only with direct file access). To simplify navigation by file types, the distribution includes the \/System\/Index directory, where symbolic links denote various types of content. For example, the list of available executable files is presented in the subdirectory \/System\/Index\/bin, shared data in \/System\/Index\/share, and libraries in \/System\/Index\/lib (for instance, \/System\/Index\/lib\/libgtk.so links to \/Programs\/GTK+\/3.24\/lib\/libgtk-3.24.so).<\/p>\n<p>For package building, the project <noindex><a rel=\"nofollow\" href=\"http:\/\/www.linuxfromscratch.org\/alfs\/\">ALFS<\/a><\/noindex> (Automated Linux from Scratch) contributions are used. The build scripts are formatted as<br \/>\n<noindex><a rel=\"nofollow\" href=\"http:\/\/recipes.gobolinux.org\/\">recipes<\/a><\/noindex>, which automatically loads the program code and required dependencies on startup. For quick software installation without recompilation, two repositories are offered with pre-built binary packages \u2014 the official one, supported by the distribution's development team, and the unofficial one, created by the user community. The distribution is installed using an installer that supports both graphical and text modes. <\/p>\n<p>Key Innovations <noindex><a rel=\"nofollow\" href=\"http:\/\/gobolinux.org\/?page=release_notes_017\">GoboLinux 017<\/a><\/noindex>:<\/p>\n<ul>\n<li class=\"l\"> A simplified model of management and development has been proposed,<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/gobolinux\/Recipes\">recipes<\/a><\/noindex>, which is fully integrated with the GoboLinux Compile build tools. The recipe tree now serves as a regular Git repository, managed through GitHub and cloned into the system in the \/Data\/Compile\/Recipes directory, from which recipes are directly used in GoboLinux Compile.\n<li class=\"l\"> The ContributeRecipe utility, used to create a package based on a recipe file and upload it to GoboLinux.org servers for review, now creates a branch from a local Git repository clone, adds the new recipe, and submits a pull request to the main recipe tree on GitHub.\n<li class=\"l\"> The improvement of the minimalist user environment based on the tiling window manager <noindex><a rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=50045\">Awesome<\/a><\/noindex>. Through the integration of Lua-based extensions within Awesome, floating window management familiar to most users has been implemented, while retaining all the capabilities for tiled layouts.<br \/>\nImprovements have been made to the widgets for managing Wi-Fi, sound, battery charge, and screen brightness. A new Bluetooth widget has been added. A screenshot creation tool has been implemented.<\/p>\n<p><center><noindex><a rel=\"nofollow\" href=\"https:\/\/gobolinux.org\/images\/gobolinux017screenshot.png\"><img decoding=\"async\" alt=\"Release of GoboLinux 017 with its unique file system hierarchy\" src=\"\/wp-content\/uploads\/2020\/05\/f9f0344a2f3a305fd04c349c9940b06a.png\" style=\"display:block;margin: 0 auto;\" \/><\/a><\/noindex><\/center><\/p>\n<li class=\"l\"> Updated versions of the components of the distribution have been added. New drivers have been included. The distribution adheres to a model of supplying only the latest versions of libraries in the base environment. Additionally, using Runner, the filesystem virtualization tool, users can compile and install any version of a library that can coexist with the version provided in the system.\n<li class=\"l\"> Support for the Python 2 interpreter has been discontinued; it has been completely removed from the distribution, and all system scripts tied to it have been rewritten to work with Python 3.\n<li class=\"l\"> The GTK2 library has also been removed from the package (only GTK3 packages are provided).\n<li class=\"l\"> NCurses is compiled with Unicode support by default (libncursesw6.so); the ASCII-limited variant, libncurses.so, has been excluded from the distribution.\n<li class=\"l\"> The sound subsystem has been migrated to use PulseAudio.\n<li class=\"l\"> The graphical installer has been migrated to Qt 5.\n<\/ul>\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=53017\">opennet.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0442\u0440\u0451\u0445 \u0441 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u0439 \u043b\u0435\u0442 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 GoboLinux 017. \u0412 GoboLinux \u0432\u043c\u0435\u0441\u0442\u043e \u0442\u0440\u0430\u0434\u0438\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0434\u043b\u044f Unix-\u0441\u0438\u0441\u0442\u0435\u043c \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0441\u0442\u0435\u043a\u043e\u0432\u0430\u044f \u043c\u043e\u0434\u0435\u043b\u044c \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0435\u0440\u0435\u0432\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432, \u043f\u0440\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043a\u0430\u0436\u0434\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0432 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e. \u0420\u0430\u0437\u043c\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0430 1.9 \u0413\u0411, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0441 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c\u0438 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 \u0432 Live-\u0440\u0435\u0436\u0438\u043c\u0435. \u041a\u043e\u0440\u0435\u043d\u044c \u0432 GoboLinux [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":82739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-82738","post","type-post","status-publish","format-standard","has-post-thumbnail","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=\"\u041f\u043e\u0441\u043b\u0435 \u0442\u0440\u0451\u0445 \u0441 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u0439 \u043b\u0435\u0442 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\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\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-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\u0412\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 GoboLinux 017 \u0441\u043e \u0441\u0432\u043e\u0435\u043e\u0431\u0440\u0430\u0437\u043d\u043e\u0439 \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0435\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0442\u0440\u0451\u0445 \u0441 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u0439 \u043b\u0435\u0442 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-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-05-24T17:42:06+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-05-24T17:42:06+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\udd47 Release of the GoboLinux 017 distribution with a distinctive file system hierarchy | ProHoster","description":"After three and a half years since the last release, a new version of the distribution has been formed.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-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\u0412\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 GoboLinux 017 \u0441\u043e \u0441\u0432\u043e\u0435\u043e\u0431\u0440\u0430\u0437\u043d\u043e\u0439 \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0435\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0442\u0440\u0451\u0445 \u0441 \u043f\u043e\u043b\u043e\u0432\u0438\u043d\u043e\u0439 \u043b\u0435\u0442 \u0441 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-distributiva-gobolinux-017-so-svoeobraznoj-ierarhiej-fajlovoj-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-05-24T17:42:06+00:00","article:modified_time":"2020-05-24T17:42:06+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"82738","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 15:32:25","updated":"2022-10-06 12:47:09","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\/82738","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=82738"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/82738\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/82739"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=82738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=82738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=82738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}