{"id":1945,"date":"2026-08-15T03:53:28","date_gmt":"2026-08-14T22:23:28","guid":{"rendered":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/"},"modified":"2026-08-15T03:53:28","modified_gmt":"2026-08-14T22:23:28","slug":"linux-commands-and-tools-reference","status":"publish","type":"post","link":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/","title":{"rendered":"Must-Know Linux Commands and Tools: The Complete Reference"},"content":{"rendered":"<p>Linux comes with a vast toolbox, and knowing which tool to reach for saves a lot of time. Here&#8217;s a categorized reference of the commands and utilities you&#8217;ll use most often when managing a Linux VPS.<\/p>\n<h2>System Monitoring and Management<\/h2>\n<p><code>htop<\/code> (interactive process viewer), <code>top<\/code> (real-time system monitor), <code>ps<\/code> (list running processes), <code>systemctl<\/code> (manage systemd services), <code>journalctl<\/code> (view system logs), <code>df<\/code> (disk space usage), <code>du<\/code> (directory size usage), <code>free<\/code> (memory usage), <code>lsof<\/code> (list open files), <code>strace<\/code> (trace system calls for debugging).<\/p>\n<h2>File and Text Manipulation<\/h2>\n<p><code>grep<\/code> (search text with patterns), <code>awk<\/code> (text processing), <code>sed<\/code> (stream editing), <code>find<\/code> (search for files), <code>rsync<\/code> (sync files locally or remotely), <code>tar<\/code> (archive files), <code>zip<\/code>\/<code>unzip<\/code> (compress\/decompress), <code>scp<\/code> (secure file copy), <code>chmod<\/code> (change permissions), <code>chown<\/code> (change ownership), <code>ln<\/code> (create links), <code>diff<\/code> (compare files).<\/p>\n<h2>Networking<\/h2>\n<p><code>ssh<\/code> (secure remote access), <code>ping<\/code> (check connectivity), <code>curl<\/code> (transfer data to\/from a server), <code>wget<\/code> (download files), <code>netstat<\/code> \/ <code>ss<\/code> (connection and socket statistics), <code>nmap<\/code> (network scanning), <code>traceroute<\/code> (trace packet routes), <code>ip<\/code> (configure network interfaces), <code>dig<\/code> (DNS lookups), <code>nc<\/code>\/netcat (general-purpose networking tool).<\/p>\n<h2>Package Management<\/h2>\n<p><code>apt<\/code> (Debian\/Ubuntu), <code>yum<\/code>\/<code>dnf<\/code> (RHEL\/CentOS\/Fedora), <code>pacman<\/code> (Arch Linux), <code>zypper<\/code> (openSUSE), <code>snap<\/code> and <code>flatpak<\/code> (cross-distro package formats).<\/p>\n<h2>Shell and Terminal<\/h2>\n<p><code>bash<\/code> and <code>zsh<\/code> (shells), <code>tmux<\/code>\/<code>screen<\/code> (terminal session management &mdash; keeps processes running after you disconnect), <code>alias<\/code> (command shortcuts), <code>history<\/code> (recall previous commands), <code>man<\/code>\/<code>apropos<\/code> (documentation lookup).<\/p>\n<h2>File Editors<\/h2>\n<p><code>vim<\/code> (powerful, keyboard-driven), <code>nano<\/code> (simple and beginner-friendly), <code>emacs<\/code> (extensible editor), <code>gedit<\/code> (graphical editor for GNOME desktops).<\/p>\n<h2>Disk and Partition Management<\/h2>\n<p><code>fdisk<\/code> (partition tables), <code>lsblk<\/code> (list block devices), <code>mount<\/code>\/<code>umount<\/code> (attach\/detach filesystems), <code>fsck<\/code> (check and repair filesystems), <code>parted<\/code>\/<code>gparted<\/code> (partition editing).<\/p>\n<h2>Security<\/h2>\n<p><code>sudo<\/code> (run commands as superuser), <code>ufw<\/code> (simplified firewall management), <code>fail2ban<\/code> (block brute-force attempts), <code>openssl<\/code> (SSL\/TLS toolkit), <code>gpg<\/code> (encryption and signing), <code>clamav<\/code> (antivirus scanning).<\/p>\n<h2>Development<\/h2>\n<p><code>gcc<\/code> (C\/C++ compiler), <code>gdb<\/code> (debugger), <code>make<\/code> (build automation), <code>git<\/code> (version control), <code>docker<\/code> (containers), <code>valgrind<\/code> (memory profiling).<\/p>\n<h2>Scheduling and Miscellaneous<\/h2>\n<p><code>cron<\/code> (recurring scheduled tasks), <code>at<\/code> (one-time scheduled tasks), <code>watch<\/code> (repeat a command and watch the output), <code>tee<\/code> (write output to a file and the terminal simultaneously), <code>xargs<\/code> (build commands from piped input), <code>cut<\/code>\/<code>tr<\/code> (text field extraction and character translation).<\/p>\n<h2>GUI Tools<\/h2>\n<p>If you&#8217;re running a desktop environment on your VPS: <strong>GParted<\/strong> (partition editor), <strong>Nautilus<\/strong> (GNOME file manager), <strong>Konsole<\/strong> (KDE terminal), <strong>Terminator<\/strong> (advanced terminal emulator), and <strong>Wireshark<\/strong> (network protocol analyzer).<\/p>\n<p>You don&#8217;t need to memorize all of these &mdash; bookmark this page and come back to it. A <a href=\"https:\/\/kwikserver.com\/linux-vps.php\">KwikServer Linux VPS<\/a> gives you full root access to practice with every tool on this list.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A categorized reference of the Linux commands and utilities you&#8217;ll use most often, from process monitoring to networking to security.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"footnotes":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_yoast_wpseo_focuskw":"","rank_math_title":"","rank_math_description":"","rank_math_focus_keyword":""},"categories":[20],"tags":[],"class_list":["post-1945","post","type-post","status-publish","format-standard","hentry","category-linux"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"A categorized reference of the Linux commands and utilities you&#039;ll use most often, from process monitoring to networking to security.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kwik Server\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tutorials Kwik Server -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server\" \/>\n\t\t<meta property=\"og:description\" content=\"A categorized reference of the Linux commands and utilities you&#039;ll use most often, from process monitoring to networking to security.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-14T22:23:28+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-14T22:23:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server\" \/>\n\t\t<meta name=\"twitter:description\" content=\"A categorized reference of the Linux commands and utilities you&#039;ll use most often, from process monitoring to networking to security.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#blogposting\",\"name\":\"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server\",\"headline\":\"Must-Know Linux Commands and Tools: The Complete Reference\",\"author\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\"},\"datePublished\":\"2026-08-15T03:53:28+05:30\",\"dateModified\":\"2026-08-15T03:53:28+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#webpage\"},\"articleSection\":\"Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/linux\\\/#listItem\",\"position\":2,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#listItem\",\"name\":\"Must-Know Linux Commands and Tools: The Complete Reference\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#listItem\",\"position\":3,\"name\":\"Must-Know Linux Commands and Tools: The Complete Reference\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\",\"name\":\"Tutorials Kwik Server\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/\",\"name\":\"Kwik Server\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b0b10492ce76cec12cc2303f4951f725e776449ce91e8fff43130c3174c94d70?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kwik Server\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#webpage\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/\",\"name\":\"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server\",\"description\":\"A categorized reference of the Linux commands and utilities you'll use most often, from process monitoring to networking to security.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/linux-commands-and-tools-reference\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/author\\\/server2202kwik\\\/#author\"},\"datePublished\":\"2026-08-15T03:53:28+05:30\",\"dateModified\":\"2026-08-15T03:53:28+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#website\",\"url\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/\",\"name\":\"Tutorials Kwik Server\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/kwikserver.com\\\/tutorials\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server","description":"A categorized reference of the Linux commands and utilities you'll use most often, from process monitoring to networking to security.","canonical_url":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#blogposting","name":"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server","headline":"Must-Know Linux Commands and Tools: The Complete Reference","author":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"publisher":{"@id":"https:\/\/kwikserver.com\/tutorials\/#organization"},"datePublished":"2026-08-15T03:53:28+05:30","dateModified":"2026-08-15T03:53:28+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#webpage"},"isPartOf":{"@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#webpage"},"articleSection":"Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials#listItem","position":1,"name":"Home","item":"https:\/\/kwikserver.com\/tutorials","nextItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/linux\/#listItem","name":"Linux"}},{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/linux\/#listItem","position":2,"name":"Linux","item":"https:\/\/kwikserver.com\/tutorials\/category\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#listItem","name":"Must-Know Linux Commands and Tools: The Complete Reference"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#listItem","position":3,"name":"Must-Know Linux Commands and Tools: The Complete Reference","previousItem":{"@type":"ListItem","@id":"https:\/\/kwikserver.com\/tutorials\/category\/linux\/#listItem","name":"Linux"}}]},{"@type":"Organization","@id":"https:\/\/kwikserver.com\/tutorials\/#organization","name":"Tutorials Kwik Server","url":"https:\/\/kwikserver.com\/tutorials\/"},{"@type":"Person","@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author","url":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/","name":"Kwik Server","image":{"@type":"ImageObject","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/b0b10492ce76cec12cc2303f4951f725e776449ce91e8fff43130c3174c94d70?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kwik Server"}},{"@type":"WebPage","@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#webpage","url":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/","name":"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server","description":"A categorized reference of the Linux commands and utilities you'll use most often, from process monitoring to networking to security.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/kwikserver.com\/tutorials\/#website"},"breadcrumb":{"@id":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/#breadcrumblist"},"author":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"creator":{"@id":"https:\/\/kwikserver.com\/tutorials\/author\/server2202kwik\/#author"},"datePublished":"2026-08-15T03:53:28+05:30","dateModified":"2026-08-15T03:53:28+05:30"},{"@type":"WebSite","@id":"https:\/\/kwikserver.com\/tutorials\/#website","url":"https:\/\/kwikserver.com\/tutorials\/","name":"Tutorials Kwik Server","inLanguage":"en-US","publisher":{"@id":"https:\/\/kwikserver.com\/tutorials\/#organization"}}]},"og:locale":"en_US","og:site_name":"Tutorials Kwik Server -","og:type":"article","og:title":"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server","og:description":"A categorized reference of the Linux commands and utilities you'll use most often, from process monitoring to networking to security.","og:url":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/","article:published_time":"2026-08-14T22:23:28+00:00","article:modified_time":"2026-08-14T22:23:28+00:00","twitter:card":"summary_large_image","twitter:title":"Must-Know Linux Commands and Tools: The Complete Reference - Tutorials Kwik Server","twitter:description":"A categorized reference of the Linux commands and utilities you'll use most often, from process monitoring to networking to security."},"aioseo_meta_data":{"post_id":"1945","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,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-08-14 23:06:49","updated":"2026-08-14 23:06:49","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kwikserver.com\/tutorials\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kwikserver.com\/tutorials\/category\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMust-Know Linux Commands and Tools: The Complete Reference\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/kwikserver.com\/tutorials"},{"label":"Linux","link":"https:\/\/kwikserver.com\/tutorials\/category\/linux\/"},{"label":"Must-Know Linux Commands and Tools: The Complete Reference","link":"https:\/\/kwikserver.com\/tutorials\/linux-commands-and-tools-reference\/"}],"_links":{"self":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts\/1945","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/comments?post=1945"}],"version-history":[{"count":0,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/posts\/1945\/revisions"}],"wp:attachment":[{"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/media?parent=1945"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/categories?post=1945"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kwikserver.com\/tutorials\/wp-json\/wp\/v2\/tags?post=1945"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}