{"id":43216,"date":"2022-10-21T02:43:36","date_gmt":"2022-10-21T02:43:36","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=43216"},"modified":"2022-10-21T02:43:36","modified_gmt":"2022-10-21T02:43:36","slug":"top-things-ubuntu-22-10","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2022\/10\/top-things-ubuntu-22-10\/","title":{"rendered":"Top things to do After installing Ubuntu 22.10 Kinetic Kudu"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-39048\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/ubuntu-circle-1.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>Ubuntu 22.10 Kinetic Kudu is out! Time to install the new system and do same configurations before ready for use. And, here are a list of things I can tell for you.<\/p>\n<h3>1. Update cache &amp; install Media Codec<\/h3>\n<p>On a new Ubuntu system, user may need to refresh package index before being able to install software packages. And, this can be done easily by:<\/p>\n<ul>\n<li>Launch &#8216;Software Updater&#8217;, and wait for automatically &#8216;checking for updates&#8217; done.<\/li>\n<li>Or, press <b>Ctrl+Alt+T<\/b> on keyboard to open terminal, and run command:\n<pre>sudo apt update<\/pre>\n<p>type user password when it asks while no asterisk feedback.<\/li>\n<\/ul>\n<p>Ubuntu does not include multimedia codec to play video and\/or music with default applications out-of-the-box. It&#8217;s however quite easy to install them<\/p>\n<ul>\n<li>Either open &#8216;Ubuntu Software&#8217;, search for and install &#8216;Ubuntu restricted extra&#8217;<\/li>\n<li>Or, open terminal (Ctrl+Alt+T) and run command:\n<pre>sudo apt install ubuntu-restricted-extras<\/pre>\n<p>While installing the MS fonts, it will prompt to accept licence, just press <b>Tab<\/b> to highlight OK and hit Enter.<\/li>\n<\/ul>\n<p>For KUbuntu user, replace <code>ubuntu-restricted-extras<\/code> with <code>kubuntu-restricted-extras<\/code> in command.<\/p>\n<h3>2. Enable Flatpak &amp; AppImage support<\/h3>\n<p>Ubuntu officially supports Snap and Deb package formats. But, we can avoid the popular Flatpak and AppImage software packages today in Linux.<\/p>\n<p>AppImage requires <code>libfuse2<\/code> which is NOT pre-installed since Ubuntu 22.04, due to switch to fuse3. The package is however still available in system repository.<\/p>\n<ul>\n<li>Open terminal (Ctrl+Alt+T) and run command to enable AppImage support:\n<pre>sudo apt install libfuse2<\/pre>\n<\/li>\n<\/ul>\n<p>Ubuntu also does not support Flatpak out-of-the-box, but it can be enabled by running a single command:<\/p>\n<ul>\n<li>Enable Flatpak in Ubuntu:\n<pre>sudo apt install flatpak<\/pre>\n<\/li>\n<\/ul>\n<p>After that, you may go to <a href=\"https:\/\/flathub.org\/home\" target=\"_blank\" rel=\"noopener\">flathub.org<\/a> to find out and install your favorite apps as Flatpak.<\/p>\n<h3>3. Hide USB\/Mounted Disk from left Panel, Enalbe Minimize on click<\/h3>\n<p>The left (or bottom) panel shows the connected USB stick, mounted disk volume out-of-the-box. User can however hide them using the new &#8216;Ubuntu Dock&#8217; settings.<\/p>\n<ul>\n<li>First, go to top-right corner system tray menu, and click on &#8216;gear&#8217; button to open settings.<\/li>\n<li>When &#8216;Settings&#8217; opens, navigate to the new &#8216;<b>Ubuntu Dock<\/b>&#8216; tab. Then, click on &#8220;Configure dock behavior&#8221; in button right<\/li>\n<li>Finally, you may use the ON\/OFF switch to show\/hide the mounted drivers as well as trash can icon.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-43217\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic-600x400.webp\" alt=\"\" width=\"600\" height=\"400\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic-600x400.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic-300x200.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic-768x512.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/hide-mount-kinetic.webp 1157w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>To enable the behavior that click the app icon on left (or bottom) dock panel to focus or minimize app window, open terminal (Ctrl+Alt+T) and run command:<\/p>\n<pre>gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'<\/pre>\n<p>Ubuntu 22.10 introduced a new feature that when clicking app icon on dock, it goes to overview screen for easy switching this app if multiple windows opened. So, use the command below instead can be a better choice:<\/p>\n<pre>gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'focus-minimize-or-appspread'<\/pre>\n<p>After that, clicking app icon on dock panel will either open\/focus window, minimize or goes overview for switching window.<\/p>\n<h3>4. Enable &#8216;New Documents&#8217; context menu<\/h3>\n<p>GNOME is now working to make it easy to create new documents in &#8216;Files&#8217; (aka Nautilus file manager). Until then, user need to manually create an empty document in &#8216;Templates&#8217; folder to enable this context menu option.<\/p>\n<ol>\n<li>First, click top-left &#8216;Activities&#8217; to open overview screen. Then search for and <b>open &#8216;Text Editor&#8217;<\/b>.<\/li>\n<li>In text editor window, go to &#8216;\u2261&#8217; menu and select &#8216;save as&#8217; option (You don&#8217;t have to insert anything, just save as empty document).<\/li>\n<li>Finally, save the empty file as &#8216;<b>Empty Document<\/b>&#8216; into your &#8216;<b>Templates<\/b>&#8216; folder.<\/li>\n<\/ol>\n<p>After that, right-click on blank area either in desktop or file manager window to see the &#8216;New Document&#8217; option.<\/p>\n<h3>5. Install useful configuration tool<\/h3>\n<p>There are some useful configuration tools that you may need. Either install them via &#8220;Ubuntu Software&#8221; app or run the apt commands below in terminal.<\/p>\n<ul>\n<li>Open terminal (Ctrl+Alt+T) and run command to install Gnome Tweaks:\n<pre>sudo apt install gnome-tweaks<\/pre>\n<\/li>\n<\/ul>\n<div id=\"attachment_43218\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-43218\" class=\"size-large wp-image-43218\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font-600x348.webp\" alt=\"\" width=\"600\" height=\"348\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font-600x348.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font-300x174.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font-768x445.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gnome-tweaks-font.webp 1012w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><p id=\"caption-attachment-43218\" class=\"wp-caption-text\">GNOME Tweaks<\/p><\/div>\n<ul>\n<li>Run command to install &#8216;Extension Manager&#8217; for install &amp; managing extensions:\n<pre>sudo apt install gnome-shell-extension-manager<\/pre>\n<\/li>\n<\/ul>\n<div id=\"attachment_43219\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-43219\" class=\"size-large wp-image-43219\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager-600x415.webp\" alt=\"\" width=\"600\" height=\"415\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager-600x415.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager-300x207.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager-768x531.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/extension-manager.webp 932w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><p id=\"caption-attachment-43219\" class=\"wp-caption-text\">Extension Manager<\/p><\/div>\n<p>Install some cool Gnome Shell Extensions, (e.g. &#8216;Just Perfect&#8217;, &#8216;Blur my shell&#8217;), via extension manager app under &#8216;Browse&#8217; tab.<\/p>\n<div id=\"attachment_43220\" style=\"width: 571px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/just-perfection-visible.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-43220\" class=\"size-large wp-image-43220\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/just-perfection-visible-561x600.webp\" alt=\"\" width=\"561\" height=\"600\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/just-perfection-visible-561x600.webp 561w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/just-perfection-visible-281x300.webp 281w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/just-perfection-visible.webp 722w\" sizes=\"auto, (max-width: 561px) 100vw, 561px\" \/><\/a><p id=\"caption-attachment-43220\" class=\"wp-caption-text\">Just Perfection with even more configuration options<\/p><\/div>\n<h3>6. Set light\/dark photo images as wallpaper that switch automatically<\/h3>\n<p>GNOME 40 introduced adaptive wallpaper that changes automatically depends on system color scheme. It&#8217;s not available in Ubuntu 22.04 due to custom &#8216;Settings&#8217; dialog. For Ubuntu 22.10, you can set your photo images with light and dark versions to wallpaper via following steps.<\/p>\n<ol>\n<li>First, open &#8216;<b>Files<\/b>&#8216; (nautilus file manager), then press <b>Ctrl+H<\/b> to show hidden files\/folders.<\/li>\n<li>Then, navigate to <b>.local\/share<\/b> and create a new sub-folder called &#8216;<b>gnome-background-properties<\/b>&#8216;<\/li>\n<li>Finally, create a <b>.xml<\/b> file under that folder with whatever name, and insert following content (<em>change path-to-file accordingly<\/em>).<\/li>\n<\/ol>\n<pre class=\"code highlight\" lang=\"xml\"><span id=\"LC1\" class=\"line\" lang=\"xml\"><span class=\"cp\">&lt;?xml version=\"1.0\"?&gt;<\/span><\/span>\r\n<span id=\"LC2\" class=\"line\" lang=\"xml\"><span class=\"cp\">&lt;!DOCTYPE wallpapers SYSTEM \"gnome-wp-list.dtd\"&gt;<\/span><\/span>\r\n<span id=\"LC3\" class=\"line\" lang=\"xml\"><span class=\"nt\">&lt;wallpapers&gt;<\/span><\/span>\r\n<span id=\"LC4\" class=\"line\" lang=\"xml\">  <span class=\"nt\">&lt;wallpaper<\/span> <span class=\"na\">deleted=<\/span><span class=\"s\">\"false\"<\/span><span class=\"nt\">&gt;<\/span><\/span>\r\n<span id=\"LC5\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;name&gt;TYPE_NAME_HERE<\/span><span class=\"nt\">&lt;\/name&gt;<\/span><\/span>\r\n<span id=\"LC6\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;filename&gt;\/PATH\/TO\/PICTURE_LIGHT<\/span><span class=\"nt\">&lt;\/filename&gt;<\/span><\/span>\r\n<span id=\"LC7\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;filename-dark&gt;\/PATH\/TO\/PICTURE_DARK<\/span><span class=\"nt\">&lt;\/filename-dark&gt;<\/span><\/span>\r\n<span id=\"LC8\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;options&gt;<\/span>zoom<span class=\"nt\">&lt;\/options&gt;<\/span><\/span>\r\n<span id=\"LC9\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;shade_type&gt;<\/span>solid<span class=\"nt\">&lt;\/shade_type&gt;<\/span><\/span>\r\n<span id=\"LC10\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;pcolor&gt;<\/span>#3465a4<span class=\"nt\">&lt;\/pcolor&gt;<\/span><\/span>\r\n<span id=\"LC11\" class=\"line\" lang=\"xml\">    <span class=\"nt\">&lt;scolor&gt;<\/span>#000000<span class=\"nt\">&lt;\/scolor&gt;<\/span><\/span>\r\n<span id=\"LC12\" class=\"line\" lang=\"xml\">  <span class=\"nt\">&lt;\/wallpaper&gt;<\/span><\/span>\r\n<span id=\"LC13\" class=\"line\" lang=\"xml\"><span class=\"nt\">&lt;\/wallpapers&gt;<\/span><\/span><\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-43221\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper-600x393.webp\" alt=\"\" width=\"600\" height=\"393\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper-600x393.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper-300x196.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper-768x503.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/lightdark-wallpaper.webp 1163w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>After that, open &#8216;Settings&#8217; and navigate to &#8216;Appearance&#8217; for the new adaptive wallpaper:<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-43222\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper-600x406.webp\" alt=\"\" width=\"600\" height=\"406\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper-600x406.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper-300x203.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper-768x520.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/adaptive-wallpaper.webp 1154w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<h3>7. Get &#8216;Login Manager Settings&#8217; to configure login screen<\/h3>\n<p>GDM Settings is a login screen managing tool for GNOME display manager. The application now is stable for daily use though it&#8217;s young project.<\/p>\n<ol>\n<li>First, go to project page below and select download the AppImage\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/github.com\/realmazharhussain\/gdm-settings\/releases\" target=\"_blank\" rel=\"noreferrer noopener\">Download Login Manager Settings (under &#8216;Assets&#8217;)<\/a><\/div>\n<\/div>\n<\/li>\n<li>Right-click on the AppImage, go to &#8216;<b>Properties<\/b>&#8216;, and then turn on the option for &#8216;<b>Executable as Program<\/b>&#8216;<\/li>\n<li>Finally, right-click and click &#8216;Run&#8217; to launch the configuration tool.<\/li>\n<li>There go to &#8216;Appearance&#8217; -&gt; Background -&gt; Type &#8216;Image&#8217; and select a photo image for login screen.<\/li>\n<li>Configure font, color, logo, disable user list,etc as you want and finally click &#8216;Apply&#8217; button to make changes.<\/li>\n<\/ol>\n<div id=\"attachment_43223\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-43223\" class=\"size-large wp-image-43223\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings-600x398.webp\" alt=\"\" width=\"600\" height=\"398\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings-600x398.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings-300x199.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings-768x510.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/10\/gdm-settings.webp 926w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><p id=\"caption-attachment-43223\" class=\"wp-caption-text\">Configure Login Screen Appearance<\/p><\/div>\n<h3>8. Install Firefox as classic Deb package<\/h3>\n<p>For those prefer the classic Deb to Snap, open terminal (<b>Ctrl+Alt+T<\/b>) and run the commands below one by one to switch Firefox from Snap to DEB.<\/p>\n<ul>\n<li>Backup your important data if any.<\/li>\n<li>Remove commands below one by one to remove Firefox:\n<pre>sudo apt remove --autoremove firefox<\/pre>\n<pre>sudo snap remove firefox<\/pre>\n<\/li>\n<li>Add <a href=\"https:\/\/launchpad.net\/~mozillateam\/+archive\/ubuntu\/ppa\" target=\"_blank\" rel=\"noopener\">Mozillateam PPA<\/a>:\n<pre>sudo add-apt-repository ppa:mozillateam\/ppa<\/pre>\n<\/li>\n<li>Finally, install Firefox as deb form PPA:\n<pre>sudo apt install -t 'o=LP-PPA-mozillateam' firefox<\/pre>\n<\/li>\n<\/ul>\n<p>To prevent Ubuntu from automatically updating Firefox to Snap again, you also need to set a higher PPA priority. See <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2022\/04\/install-firefox-deb-ubuntu-22-04\/\" target=\"_blank\" rel=\"noopener\">this tutorial<\/a> for details.<\/p>\n<h3>9. Switch back to Xorg session<\/h3>\n<p>If you have some old applications that are still NOT running properly in the default Wayland session. Simply log out, click username and use the bottom right &#8216;gear&#8217; button menu to switch back Xorg session, and finally login.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/select-xorg.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-38960\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/select-xorg-600x354.webp\" alt=\"\" width=\"600\" height=\"354\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/select-xorg-600x354.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/select-xorg-300x177.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/select-xorg.webp 716w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Ubuntu 22.10 Kinetic Kudu is out! Time to install the new system and do same configurations before ready for use. And, here are a list of things I can tell for you. 1. Update cache &amp; install Media Codec On a new Ubuntu system, user may need to refresh package index before being able to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":39047,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-43216","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=43216"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/43216\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/39047"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=43216"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=43216"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=43216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}