{"id":115013,"date":"2024-04-12T14:30:14","date_gmt":"2024-04-12T12:30:14","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/beta-vypusk-ubuntu-24-04"},"modified":"2024-04-12T14:30:14","modified_gmt":"2024-04-12T12:30:14","slug":"beta-vypusk-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/beta-vypusk-ubuntu-24-04","title":{"rendered":"Beta release of Ubuntu 24.04","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The beta release of the Ubuntu 24.04 distribution, titled 'Noble Numbat', has been presented. After the package base was fully frozen, developers moved on to final testing and bug fixing. The release is scheduled for April 25. The 24.04 branch is categorized as a long-term support (LTS) release, with updates provided for 12 years (5 years are public, plus an additional 7 years for users of the Ubuntu Pro service). Ready test images have been created for Ubuntu, Ubuntu Server, Lubuntu, Kubuntu, Ubuntu Mate, Ubuntu Budgie, Ubuntu Studio, Xubuntu, UbuntuKylin (the edition for China), Ubuntu Unity, Edubuntu, and Ubuntu Cinnamon.    <\/p>\n<p>Key Changes:  <\/p>\n<ul>\n<li class=\"l\"> The desktop has been updated to GNOME 46, featuring a global search function, improved performance for the file manager and terminal emulators, experimental support for VRR (Variable Refresh Rate), enhanced output quality with fractional scaling, expanded connectivity options to external services, an updated configurator, and improved notification system. A new rendering engine based on the Vulkan API has been implemented in GTK. The Cheese camera application has been replaced with GNOME Snapshot.\n<li class=\"l\"> The Linux kernel has been updated to version 6.8.\n<li class=\"l\"> Similar to the changes in Arch Linux and Fedora Linux, the sysctl param vm.max_map_count, which defines the maximum number of memory mapping areas available to a process, has been increased by default from 65530 to 1048576. This change has improved compatibility with Windows games run through Wine (for instance, with the old value, games like DayZ, Hogwarts Legacy, Counter Strike 2, Star Citizen, and THE FINALS could not be launched) and resolved some performance issues with memory-intensive applications.\n<li class=\"l\"> Updated versions include GCC 14-pre, LLVM 18, Python 3.12, OpenJDK 21 (with optional OpenJDK 8, 11, and 17), Rust 1.76, Go 1.22, .NET 8, PHP 8.3.3, and Ruby 3.2.3.\n<li class=\"l\"> User applications have been updated: Firefox 124 (built with Wayland support), LibreOffice 24.2, Thunderbird 115, Ardour 8.4.0, OBS Studio 30.0.2, Audacity 3.4.2, Transmission 4.0, digiKam 8.2.0, Kdenlive 23.08.5, and Krita 5.2.2.\n<li class=\"l\"> Subsystems have been updated: Mesa 24.0.3, systemd 253.5, BlueZ 5.72, Cairo 1.18, NetworkManager 1.46, Pipewire 1.0.4, Poppler 24.02, and xdg-desktop-portal 1.18.\n<li class=\"l\"> Server packages have been updated: Nginx 1.24, Apache httpd 2.4.58, Samba 4.19, Exim 4.97, Clamav 1.0.0, Chrony 4.5, containerd 1.7.12, Django 4.2.11, Docker 24.0.7, Dovecot 2.3.21, GlusterFS 11.1, HAProxy 2.8.5, Kea DHCP 2.4.1, libvirt 10.0.0, NetSNMP 5.9.4, OpenLDAP 2.6.7, open-vm-tools 12.3.5, PostgreSQL 16.2, Runc 1.1.12, QEMU 8.2.1, SpamAssassin 4.0.0, Squid 6.6, SSSD 2.9.4, Pacemaker 2.1.6, OpenStack 2024.1, Ceph 19.2.0, Openvswitch 3.3.0, and Open Virtual Network 24.03.\n<li class=\"l\"> The Thunderbird email client is now only available in snap format. The DEB package for Thunderbird contains a placeholder for installing the snap package.\n<li class=\"l\"> For applications using gnutls, support for TLS 1.0, TLS 1.1, and DTLS 1.0 protocols has been forcibly disabled, which were officially deprecated three years ago by the IETF (Internet Engineering Task Force). A similar change has been implemented for OpenSSL in Ubuntu 20.04.\n<li class=\"l\"> In AppArmor, access to configuration files of GnuTLS and OpenSSL libraries is granted to any applications by default. The previously used selective access led to issues that were difficult to diagnose due to the lack of error output when access to configuration files was denied.\n<li class=\"l\"> The pptpd and bcrelay packages have been removed due to potential security issues and the cessation of maintenance for their core codebases. The PAM module pam_lastlog.so has also been removed, as the issue from 2038 has not been resolved.\n<li class=\"l\"> When building packages, compiler options are enabled by default to complicate the exploitation of vulnerabilities. In gcc and dpkg, the '-D_FORTIFY_SOURCE=3' mode is enabled by default, which detects possible buffer overflows when executing string functions defined in the string.h header file. The distinction from the previously used '_FORTIFY_SOURCE=2' mode lies in additional checks. Theoretically, these additional checks could lead to reduced performance, but in practice, tests such as SPEC2000 and SPEC2017 showed no differences, and no user complaints regarding performance drops were reported during testing.\n<li class=\"l\"> A flag '-mbranch-protection=standard' has been added to dpkg to enable execution protection for instruction sets on ARM64 systems, which should not execute branches (ARMv8.5-BTI - Branch Target Indicator). Blocking transitions to arbitrary code sections is implemented to counteract the creation of gadgets in exploits that use Return-Oriented Programming (ROP) techniques.\n<li class=\"l\"> In the APT package manager, the priority for the 'proposed pocket' repository has been changed. This is where new package versions are pre-tested before being made available in the main repositories for the public. The change aims to reduce the likelihood of automated installations of unstable updates when the 'proposed pocket' repository is enabled, which could lead to system instability. After enabling 'proposed pocket', not all updates will be automatically transferred; however, users will be able to selectively install updates for necessary packages using the command 'apt install \/ -proposed'.\n<li class=\"l\"> The default service irqbalance, which distributes the handling of hardware interrupts across different CPU cores, has been discontinued. Currently, in most situations, the built-in mechanisms for distributing handlers provided by the Linux kernel are sufficient. The use of irqbalance may be justified in specific situations, but only with proper configuration by an administrator. Additionally, irqbalance can cause issues in certain configurations, such as when used in virtualization systems, and can interfere with manual adjustments of parameters affecting power consumption and latency.\n<li class=\"l\"> The network setup uses the release of the Netplan 1.0 toolkit, which stores configurations in YAML format and provides backends that abstract access to configurations for NetworkManager and systemd-networkd. The new version introduces the ability to use WPA2 and WPA3 simultaneously, adds support for Mellanox VF-LAG network devices with SR-IOV (Single-Root I\/O Virtualization), and implements the command \u2018netplan status \u2014diff\u2019 to visually assess the differences between the actual state of the settings and the configuration files. In Ubuntu Desktop, NetworkManager is enabled as the default backend for configuration.\n<li class=\"l\"> The ubuntu-desktop-installer has been modernized and is now being developed as part of a larger project called ubuntu-desktop-provision and has been renamed to ubuntu-desktop-bootstrap. The essence of the new project is to separate the installer into stages performed before installation (disk partitioning and package copying) and during the first system boot (initial system setup). Notable changes include an enhanced installer interface design, the addition of a page for specifying the URL to download the automated installation script autoinstall.yaml, and the ability to change default behaviors and styling through a configuration file. Support for updating the installer itself has been added; when a new version is available early in the installation process, a prompt for updating the installer will now be shown.\n<p>The installer also features capabilities introduced in the previous Ubuntu 23.10 release, such as support for the ZFS file system and disk encryption that does not require entering a disk unlock password at boot, thanks to storing decryption key information in TPM (Trusted Platform Module).       <\/p>\n<li class=\"l\"> The Active Directory Certificate Auto Enrollment (ADSys) mechanism has been enabled, allowing automatic retrieval of certificates from Active Directory services when group policies are enabled. Automatic certificate retrieval through Active Directory is also applied when connecting to corporate wireless networks. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vpn\/\"   title=\"VPN\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"151\">VPN<\/a>.\n<li class=\"l\"> The new Ubuntu App Center application manager has been enhanced, written in Dart using the Flutter framework with adaptive layout methods for proper functioning on screens of any size. The Ubuntu Store implements a combined interface for managing packages in both DEB and Snap formats (if a program is available in both deb and snap packages, snap is selected by default), allowing for searching and navigating the catalog of snapcraft.io packages and connected DEB repositories, enabling the management of application installation, uninstallation, and updates, as well as the installation of individual deb packages from local files. The application includes a rating system, where the five-point scale has been replaced with a like\/dislike voting format (+1\/-1), which generates a virtual five-star rating.\n<p>The Ubuntu App Center has replaced the old Snap Store interface. Compared to Ubuntu 23.10, a new category of applications \u2014 Games \u2014 has been added (in this case, GNOME games have been removed from the distribution). A separate interface for updating firmware \u2014 Firmware Updater \u2014 is available for systems based on amd64 and arm64 architectures, allowing firmware updates without running a full application manager in the background.  <\/p>\n<li class=\"l\"> Packages for the 32-bit Armhf architecture have been transitioned to using the 64-bit time_t type. This change affected over a thousand packages. The previously used 32-bit time_t type cannot handle time past January 19, 2038, due to the overflow of the seconds counter since January 1, 1970.\n<li class=\"l\"> Updated builds for Raspberry Pi 5 (server and user) and StarFive VisionFive 2 (RISC-V).\n<li class=\"l\"> In Ubuntu Cinnamon, the Cinnamon 6.0 desktop environment has been implemented with initial support for Wayland.\n<li class=\"l\"> Xubuntu continues to ship with the Xfce 4.18 environment.\n<li class=\"l\"> Ubuntu Mate features the MATE 1.28 desktop environment, which has not yet been officially announced.\n<li class=\"l\"> Ubuntu Budgie includes the Budgie 10.9 desktop environment.\n<li class=\"l\"> Kubuntu continues to ship with KDE Plasma 5.27 by default. KDE 6 will be offered in the fall release of Kubuntu 24.10. The logo and color scheme have been updated.\n<li class=\"l\"> In Lubuntu, the installer based on the Calamares framework has been improved. A page has been added for setting installation parameters, such as installing available updates, codecs and proprietary drivers, and additional programs. Modes for minimal, full, and normal installations have been introduced. A first boot screen allows users to configure the language and connect to a wireless network, as well as choose between starting the installer or entering Live mode. A Bluetooth Manager and settings editor for the SDDM display manager have been added. The desktop environment has been updated to LXQt 1.4.\n<li class=\"l\"> Ubuntu Studio has introduced the Ubuntu Studio Audio Configuration utility for setting PipeWire parameters.       <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=60974\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0431\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Ubuntu 24.04 &#171;Noble Numbat&#187;, \u043f\u043e\u0441\u043b\u0435 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430 \u043f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043c\u043e\u0440\u043e\u0437\u043a\u0430 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0439 \u0431\u0430\u0437\u044b, \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u0435\u0440\u0435\u0448\u043b\u0438 \u043a \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e \u043e\u0448\u0438\u0431\u043e\u043a. \u0420\u0435\u043b\u0438\u0437 \u0437\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 25 \u0430\u043f\u0440\u0435\u043b\u044f. \u0412\u0435\u0442\u043a\u0430 24.04 \u043e\u0442\u043d\u0435\u0441\u0435\u043d\u0430 \u043a \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u0432 \u0441 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0441\u0440\u043e\u043a\u043e\u043c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 (LTS), \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0444\u043e\u0440\u043c\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 12 \u043b\u0435\u0442 (5 \u043b\u0435\u0442 &#8212; \u043e\u0431\u0449\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435, \u043f\u043b\u044e\u0441 \u0435\u0449\u0451 7 [&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-115013","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=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0431\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Ubuntu 24.04 &quot;Noble Numbat&quot;, \u043f\u043e\u0441\u043b\u0435 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430 \u043f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043c\u043e\u0440\u043e\u0437\u043a\u0430 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0439 \u0431\u0430\u0437\u044b, \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u0435\u0440\u0435\u0448\u043b\u0438 \u043a \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e \u043e\u0448\u0438\u0431\u043e\u043a.\" \/>\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\/beta-vypusk-ubuntu-24-04\" \/>\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\u0411\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a Ubuntu 24.04 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0431\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Ubuntu 24.04 &quot;Noble Numbat&quot;, \u043f\u043e\u0441\u043b\u0435 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430 \u043f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043c\u043e\u0440\u043e\u0437\u043a\u0430 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0439 \u0431\u0430\u0437\u044b, \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u0435\u0440\u0435\u0448\u043b\u0438 \u043a \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e \u043e\u0448\u0438\u0431\u043e\u043a.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/beta-vypusk-ubuntu-24-04\" \/>\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=\"2024-04-12T12:30:14+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-04-12T12:30:14+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\udd47Beta Release of Ubuntu 24.04 | ProHoster","description":"The beta release of the Ubuntu 24.04 \"Noble Numbat\" distribution has been presented, after which the package base was completely frozen, and developers moved on to final testing and bug fixing.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/beta-vypusk-ubuntu-24-04","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\u0411\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a Ubuntu 24.04 | ProHoster","og:description":"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0431\u0435\u0442\u0430-\u0432\u044b\u043f\u0443\u0441\u043a \u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430 Ubuntu 24.04 &quot;Noble Numbat&quot;, \u043f\u043e\u0441\u043b\u0435 \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430 \u043f\u043e\u043b\u043d\u0430\u044f \u0437\u0430\u043c\u043e\u0440\u043e\u0437\u043a\u0430 \u043f\u0430\u043a\u0435\u0442\u043d\u043e\u0439 \u0431\u0430\u0437\u044b, \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438 \u043f\u0435\u0440\u0435\u0448\u043b\u0438 \u043a \u0438\u0442\u043e\u0433\u043e\u0432\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u0438 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e \u043e\u0448\u0438\u0431\u043e\u043a.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/beta-vypusk-ubuntu-24-04","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":"2024-04-12T12:30:14+00:00","article:modified_time":"2024-04-12T12:30:14+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"115013","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":"default","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-02-04 14:57:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-22 22:07:57","updated":"2026-02-04 14:57: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\/115013","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=115013"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/115013\/revisions"}],"predecessor-version":[{"id":156780,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/115013\/revisions\/156780"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=115013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=115013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=115013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}