{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "MPAK`s page: заметки с тегом #swap",
    "_rss_description": "Подсказки для себя..",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/ae79.ru\/tags\/swap\/",
    "feed_url": "https:\/\/ae79.ru\/tags\/swap\/json\/",
    "icon": "https:\/\/ae79.ru\/pictures\/userpic\/userpic@2x.jpg?1536141104",
    "authors": [
        {
            "name": "MPAK",
            "url": "https:\/\/ae79.ru\/",
            "avatar": "https:\/\/ae79.ru\/pictures\/userpic\/userpic@2x.jpg?1536141104"
        }
    ],
    "items": [
        {
            "id": "5",
            "url": "https:\/\/ae79.ru\/all\/sozdanie-swap-a-v-centos\/",
            "title": "Создание swap`а в Centos",
            "content_html": "<pre class=\"e2-text-code\"><code class=\"bash\">\ndd if=\/dev\/zero of=\/swapfile count=4096 bs=1MiB\nchmod 600 \/swapfile\nmkswap \/swapfile\nswapon \/swapfile\n<\/code>\n<\/pre>\n<p>и добавить в \/etc\/fstab строку:<\/p>\n<pre class=\"e2-text-code\"><code class=\"bash\">\n\/swapfile   swap    swap    sw  0   0\n<\/code>\n<\/pre>\n",
            "date_published": "2018-09-15T16:40:14+05:00",
            "date_modified": "2018-09-15T16:41:01+05:00",
            "tags": [
                "#centos7",
                "#swap"
            ],
            "_date_published_rfc2822": "Sat, 15 Sep 2018 16:40:14 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "5",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}