{"id":17502,"date":"2023-09-12T11:30:10","date_gmt":"2023-09-12T09:30:10","guid":{"rendered":"https:\/\/contabo.com\/blog\/?p=17502"},"modified":"2023-10-23T15:43:25","modified_gmt":"2023-10-23T13:43:25","slug":"top-10-linux-easter-eggs","status":"publish","type":"post","link":"https:\/\/contabo.com\/blog\/top-10-linux-easter-eggs\/","title":{"rendered":"Top 10 Linux Easter Eggs"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"630\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg\" alt=\"Top 10 Linux Easter Eggs (head image)\" class=\"wp-image-17521\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg 1200w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs-600x315.jpg 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs-768x403.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Linux is known for its powerful and versatile nature, but beneath its serious exterior lies a playful side full of hidden surprises called &#8220;Easter eggs.&#8221; These Easter eggs are tucked away in the <a href=\"https:\/\/contabo.com\/blog\/guide-to-operating-systems-for-vps\/\">Linux operating system<\/a>. In this article, we will take you on a journey through the top 10 coolest Linux Easter eggs, offering step-by-step instructions on how to reproduce or trigger them. Have fun!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-the-fortune-command-nbsp\">1. The Fortune Command&nbsp;<\/h2>\n\n\n\n<p>Our journey starts with the &#8216;fortune&#8217; command. Linux has a talent for surprising users with funny and thought-provoking quotes. First install the fortune-mod package with this command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install fortune-mod<\/code><\/pre>\n\n\n\n<p>On Debian you need to enable the fortune command by creating an alias. To do so open the bashrc file with the nano-editor:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano ~\/.bashrc&nbsp;<\/code><\/pre>\n\n\n\n<p>And add the following line at the end of the file:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias fortune=\u201d\/usr\/games\/fortune\u201d<\/code><\/pre>\n\n\n\n<p>Save the file with <strong>[CTRL]<\/strong> + <strong>[O]<\/strong> and exit the editor with <strong>[CTRL]<\/strong> + <strong>[X]<\/strong>&nbsp;<\/p>\n\n\n\n<p>For the changes to take effect, reload the file with this command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc&nbsp;<\/code><\/pre>\n\n\n\n<p>Now you can use the following command to get a nice quote:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>fortune&nbsp;<\/code><\/pre>\n\n\n\n<p>Hit <strong>[Enter]<\/strong>, and you will be greeted with a random quote or joke. It is a delightful way to start your day or add a touch of humor to your command-line adventures.&nbsp;<\/p>\n\n\n\n<p>&nbsp;The output might look like this:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"843\" height=\"78\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-2.png\" alt=\"Top 10 Linux Easter Eggs (fortune command)\" class=\"wp-image-17503\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-2.png 843w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-2-600x56.png 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-2-768x71.png 768w\" sizes=\"auto, (max-width: 843px) 100vw, 843px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-what-does-the-cow-say-nbsp\">2. What Does the Cow Say?&nbsp;<\/h2>\n\n\n\n<p>Next up, meet the ASCII cow! Linux has a hidden gem called &#8216;cowsay&#8217; that lets you create amusing ASCII art.&nbsp;<\/p>\n\n\n\n<p>To install cowsay use this command:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install cowsay&nbsp;<\/code><\/pre>\n\n\n\n<p>Now run the program with:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cowsay \"Hello, Linux!\"&nbsp;<\/code><\/pre>\n\n\n\n<p>&nbsp;The output looks like this:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"314\" height=\"171\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-3.png\" alt=\"Top 10 Linux Easter Eggs (Cow say)\" class=\"wp-image-17508\"\/><\/figure>\n\n\n\n<p>You&#8217;ll see a cute cow saying your message in a speech bubble. It&#8217;s a fun way to communicate in the terminal.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-the-hidden-games-nbsp\">3. The Hidden Games&nbsp;<\/h2>\n\n\n\n<p>Linux is home to secret games. Some classic ones include Snake and Tetris.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Discover these hidden gems in your terminal for a quick gaming break:&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-snake\">Snake<\/h3>\n\n\n\n<p>To play snake in your terminal, you need to install it first. This can be done by executing the following command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install bsdgames&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>If you are using Ubuntu as your Linux distribution just execute the following command to play a game of snake:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>snake&nbsp;<\/code><\/pre>\n\n\n\n<p>If you are on Debian, you need to create an alias again. To do open the bashrc file with the nano-editor:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano ~\/.bashrc&nbsp;<\/code><\/pre>\n\n\n\n<p>And add the following line at the end of the file:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias snake=\u201d\/usr\/games\/snake\u201d&nbsp;<\/code><\/pre>\n\n\n\n<p>Save the file with <strong>[CTRL]<\/strong> + <strong>[O]<\/strong> and exit the editor with <strong>[CTRL]<\/strong> + <strong>[X]<\/strong>&nbsp;<\/p>\n\n\n\n<p>For the changes to take effect, reload the file with this command:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc&nbsp;<\/code><\/pre>\n\n\n\n<p>Now you can play snake in your terminal too by using the snake command.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tetris\">Tetris<\/h3>\n\n\n\n<p>To play Tetris in your terminal, you also need to install it first. This can be done by executing the following command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install bastet&nbsp;<\/code><\/pre>\n\n\n\n<p>If you are using Ubuntu as your Linux distribution just execute the following command to play Tetris:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bastet&nbsp;<\/code><\/pre>\n\n\n\n<p>If you are on Debian, you need to create an alias again. To do that, open the bashrc file with the nano-editor:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano ~\/.bashrc&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>Then add the following line at the end of the file:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias bastet=\u201d\/usr\/games\/bastet\u201d&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>Save the file with <strong>[CTRL]<\/strong> + <strong>[O]<\/strong> and exit the editor with <strong>[CTRL]<\/strong> + <strong>[X]<\/strong>&nbsp;&nbsp;<\/p>\n\n\n\n<p>For the changes to take effect, reload the file with this command:&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>Now you will be able to play Tetris in your terminal as well by using the <em>bastet <\/em>command.&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1293\" height=\"582\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-5.png\" alt=\"Tetris-menu\" class=\"wp-image-17513\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-5.png 1293w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-5-600x270.png 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-5-768x346.png 768w\" sizes=\"auto, (max-width: 1293px) 100vw, 1293px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"467\" height=\"481\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-4.png\" alt=\"Top 10 Linux Easter Eggs (tetris)\" class=\"wp-image-17511\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-vim-amp-the-meaning-of-life-nbsp\">4. Vim &amp; The Meaning of Life&nbsp;<\/h2>\n\n\n\n<p>The Vim 42 Easter egg is a reference to the science fiction series &#8220;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Phrases_from_The_Hitchhiker%27s_Guide_to_the_Galaxy#The_Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything_is_42\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">The Hitchhiker&#8217;s Guide to the Galaxy<\/a>&#8221; by Douglas Adams, where the number 42 is famously cited as the &#8220;Answer to the Ultimate Question of Life, the Universe, and Everything.&#8221; In Vim, you can trigger this Easter egg by following these steps:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open your terminal.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Type the following command to open Vim with a specific file:&nbsp;<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>vim +h42<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Press Enter.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Vim will open with the help documentation displayed, and you will see a section that humorously relates the number 42 to Vim. It is a playful reference to the Hitchhiker&#8217;s Guide to the Galaxy and adds a touch of humor to your Vim experience.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"747\" height=\"244\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-7.png\" alt=\"Top 10 Linux Easter Eggs (vim 42)\" class=\"wp-image-17505\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-7.png 747w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-7-600x196.png 600w\" sizes=\"auto, (max-width: 747px) 100vw, 747px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-the-rev-command-nbsp\">5. The Rev Command&nbsp;<\/h2>\n\n\n\n<p>Discover a playful twist with the &#8216;rev&#8217; command, which reverses text. To use it, simply type:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"Linux\" | rev&nbsp;<\/code><\/pre>\n\n\n\n<p>The output will be &#8220;xinuL,&#8221; showing Linux from a different perspective.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"412\" height=\"111\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-6.png\" alt=\"\" class=\"wp-image-17507\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-6-the-sl-command-nbsp\">6. The Sl Command&nbsp;<\/h2>\n\n\n\n<p>Add a touch of whimsy with the &#8216;sl&#8217; command. It is a fun, accidental misspelling of &#8216;ls&#8217; that results in a train running across your terminal when used.&nbsp;<\/p>\n\n\n\n<p>To try it, install it if necessary:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install sl&nbsp;<\/code><\/pre>\n\n\n\n<p>If you are using Ubuntu as your Linux distribution just execute the following command to trigger the easter egg:&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sl&nbsp;<\/code><\/pre>\n\n\n\n<p>The output will look like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"859\" height=\"732\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-10.png\" alt=\"\" class=\"wp-image-17518\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-10.png 859w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-10-600x511.png 600w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-10-768x654.png 768w\" sizes=\"auto, (max-width: 859px) 100vw, 859px\" \/><\/figure>\n\n\n\n<p>If you are on Debian, you need to create an alias. To do open the bashrc file with the nano-editor:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano ~\/.bashrc&nbsp;&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>And add the following line at the end of the file:&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>alias sl=\u201d\/usr\/games\/sl\u201d&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>Save the file with <strong>[CTRL]<\/strong> + <strong>[O]<\/strong> and exit the editor with <strong>[CTRL]<\/strong> + <strong>[X]<\/strong>&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p>For the changes to take effect, reload the file with this command:&nbsp;&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>source ~\/.bashrc&nbsp;&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>Now you will be able to trigger the event by executing this command:&nbsp;&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sl&nbsp;<\/code><\/pre>\n\n\n\n<p>Now, watch the train chug along your terminal tracks.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-7-apt-amp-the-cow-nbsp\">7. Apt &amp; The Cow&nbsp;<\/h2>\n\n\n\n<p>When using the &#8216;apt&#8217; command to install packages in Debian-based systems, add some fun by typing:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt moo&nbsp;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"507\" height=\"209\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-9.png\" alt=\"\" class=\"wp-image-17516\"\/><\/figure>\n\n\n\n<p>Keep adding moos to reveal a playful message. It is a nod to the sense of humor in Linux development.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-8-ascii-art-banner-nbsp\">8. ASCII Art Banner&nbsp;<\/h2>\n\n\n\n<p>This Easter egg lets you create ASCII art banners.&nbsp;<\/p>\n\n\n\n<p>To get started install the banner package with this command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install sysvbanner&nbsp;<\/code><\/pre>\n\n\n\n<p>Now just type in the following command to create such a banner:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>banner \"Contabo\u201d&nbsp;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"644\" height=\"188\" src=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-8.png\" alt=\"\" class=\"wp-image-17515\" srcset=\"https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-8.png 644w, https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/image-8-600x175.png 600w\" sizes=\"auto, (max-width: 644px) 100vw, 644px\" \/><\/figure>\n\n\n\n<p>You&#8217;ll see your message turned into a large ASCII art banner, adding a distinctive touch to your terminal.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-9-the-robot-finds-kitten-game\">9. The &#8220;Robot-Finds-Kitten&#8221; Game&nbsp;<\/h2>\n\n\n\n<p>Linux has its own version of the &#8220;find the hidden object&#8221; game called &#8220;Robot Finds Kitten.&#8221; To play, you need to install it first. Use the following command to install it on your server:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install robotfindskitten&nbsp;<\/code><\/pre>\n\n\n\n<p>Now open your terminal and type:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>robotfindskitten&nbsp;<\/code><\/pre>\n\n\n\n<p>Now, navigate through the terminal to find the hidden kitten.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-10-the-bb-command-nbsp\">10. The &#8220;bb&#8221; Command&nbsp;<\/h2>\n\n\n\n<p>Enjoy a blast from the past with the &#8220;bb&#8221; command. It is a demo of a 3D text and graphics engine that harks back to early computer graphics.&nbsp;<\/p>\n\n\n\n<p>Install the package with this command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt install bb&nbsp;&nbsp;<\/code><\/pre>\n\n\n\n<p>To run it, execute:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bb&nbsp;<\/code><\/pre>\n\n\n\n<p>You&#8217;ll be treated to a nostalgic journey into the world of retro computer graphics.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion-nbsp\">Conclusion&nbsp;<\/h2>\n\n\n\n<p>Linux is not just about commands and code; it&#8217;s also about creativity and fun. These Easter eggs highlight the human side of the Linux community. So, go ahead, try them out, and discover the playful spirit that thrives within the world of Linux.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-more-easter-eggs-please\">More Easter Eggs, Please!&nbsp;<\/h2>\n\n\n\n<p>If you&#8217;re hungry for more Linux Easter eggs, there are countless hidden gems waiting to be uncovered. Explore online forums, communities, and books dedicated to these delightful surprises. Dive deeper into the Linux culture and uncover even more Easter eggs to brighten your Linux journey.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover the hidden treasures of the Linux world with our list of the &#8216;Top 10 Linux Easter Eggs. Try them out yourself!<\/p>\n","protected":false},"author":50,"featured_media":17521,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[18],"tags":[],"ppma_author":[1491],"class_list":["post-17502","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"uagb_featured_image_src":{"full":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg",1200,630,false],"thumbnail":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs-150x150.jpg",150,150,true],"medium":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs-600x315.jpg",600,315,true],"medium_large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs-768x403.jpg",768,403,true],"large":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg",1200,630,false],"1536x1536":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg",1200,630,false],"2048x2048":["https:\/\/contabo.com\/blog\/wp-content\/uploads\/2023\/09\/blog-head_top-10-linux-easter-eggs.jpg",1200,630,false]},"uagb_author_info":{"display_name":"Tobias Mildenberger","author_link":"https:\/\/contabo.com\/blog\/author\/tobias\/"},"uagb_comment_info":0,"uagb_excerpt":"Discover the hidden treasures of the Linux world with our list of the 'Top 10 Linux Easter Eggs. Try them out yourself!","authors":[{"term_id":1491,"user_id":50,"is_guest":0,"slug":"tobias","display_name":"Tobias Mildenberger","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/077178d5dce6c3d4c0c0396857a7e544bfdf8adf04145fff5160b33a22e28b1f?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/17502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/users\/50"}],"replies":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/comments?post=17502"}],"version-history":[{"count":5,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/17502\/revisions"}],"predecessor-version":[{"id":18098,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/posts\/17502\/revisions\/18098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media\/17521"}],"wp:attachment":[{"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/media?parent=17502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/categories?post=17502"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/tags?post=17502"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/contabo.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=17502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}