Linux Easter Eggs.

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • When I used to use Windows there were some hidden software and text commands that we call Easter Eggs. Well they also have this on Linux. Here I show you some of them.
  • ХоббиХобби

Комментарии • 69

  • @DisabledCookie
    @DisabledCookie 24 дня назад +57

    The realest linux user

  • @xmeo209
    @xmeo209 24 дня назад +54

    I actually didn't know linux had any easter eggs :)

    • @AndreaBorman
      @AndreaBorman  24 дня назад +23

      I found out about it from another Linux user. This is Arch but Ubuntu also has this It's the weather one:
      ruclips.net/video/IENSMizDpIw/видео.html&t

    • @yanatmehdi798
      @yanatmehdi798 23 дня назад +1

      ​@@AndreaBorman❤

  • @inononeeee
    @inononeeee 24 дня назад +98

    I don't even give such attention to my gf; I landed the next second I received the notification.

    • @manonamission2000
      @manonamission2000 24 дня назад +1

      can't blame you 🩶

    • @fujikawa_j
      @fujikawa_j 24 дня назад +34

      cherish your gf, she dates a linux user she's one in a million

    • @Vexcenot
      @Vexcenot 24 дня назад +5

      @@fujikawa_j Linux > girlfriends

    • @DisabledCookie
      @DisabledCookie 24 дня назад +15

      @@Vexcenot let me guess, you use arch?

    • @j_stasHCR
      @j_stasHCR 15 дней назад +1

      @@DisabledCookie btw

  • @thrantax
    @thrantax 24 дня назад +41

    Man I love the charm to this channel, I’m excited for this

  • @GlitchyZorua
    @GlitchyZorua 24 дня назад +27

    A game in a package manager? Random, but cool

    • @TheRealCakelover4578
      @TheRealCakelover4578 13 дней назад

      hey just to say i did not die, i just lost my youtube password and stopped using discord for a while

  • @faeu987
    @faeu987 21 день назад +4

    the youtube algorithm has blessed me again.

  • @pocoraven
    @pocoraven 24 дня назад +12

    5:40 top & htop are two completely separate programs. both were written by different people. top was made back in 1984 while htop was made years later, in 2004.
    htop was created and is intended as an alternative to top, as htop is more interactive than the former.

    • @n0rbert79
      @n0rbert79 24 дня назад

      There are also more recent alternatives to htop like "btop" and "atop". Worth checking them out.

    • @AndreaBorman
      @AndreaBorman  24 дня назад +5

      Oh I didn't know that but I know now. The Htop Program which you launch from the start menu also opens in the terminal.

    • @nabbeunkamja
      @nabbeunkamja 24 дня назад +5

      Other similar programs that are worth knowing about are "iotop" and "powertop".
      "iotop" tells you which program are reading/writing the most data.
      "powertop" estimates which programs are causing your computer to use the most energy, which is very useful when using a laptop.

  • @rafagomezguillen
    @rafagomezguillen 19 дней назад +4

    Grettings from Canary Islands. You are the best!!

  • @franksmonst6369
    @franksmonst6369 23 дня назад +6

    i have seen a few of your videos, i'm a linux enthusiast and i love your content :) i hope you're having a great year and a great time, and a big thanks

    • @AndreaBorman
      @AndreaBorman  23 дня назад +3

      Thanks. I have been using Linux full time for 2 years now after switching from Windows. It is going so well. Everything I used to do on Windows can be done on Linux. I only wish I had known that sooner instead of staying on Windows 8 all these years. In fact I find it easier to do things on Linux that what I did on Windows. Also I don't have any of the slowness and crashing I had with Windows 8.

  • @infoyps
    @infoyps 24 дня назад +9

    'htop' is also an terminal based Task Manager though, like 'top'. It just got colours & it updates faster.

  • @eplazai
    @eplazai 23 дня назад +3

    This is exactly how a top tier linux user looks like. I love this channel!

  • @grantschilb8019
    @grantschilb8019 24 дня назад +7

    Interesting factoid: a lot of these Easter eggs are also available on other popular operating systems, such as FreeBSD (basically a free operating system but without the Linux kernel) and Apple's macOS. This is because many of these are not only Linux Easter eggs, but also UNIX Easter eggs. I had never heard of the minesweeper Easter egg. Great find!

    • @AndreaBorman
      @AndreaBorman  24 дня назад +6

      Yes I was surprised as I didn't expect to see a clock that looks exactly like the clock on Windows 3.1 on Linux. Linux still uses Xorg and a lot of these apps are X-11 apps. Which the system depends on to make it run or for backward compatibility. That's probably why they are still there. Though I don't think many people would use them as there are more modern apps that work better. Though you can use them if you want. As for the game in Aptitude, I don't know why it's there. It's interesting though but I cannot play the game. Terminal apps are not as easy to use as GUI aps.

    • @sashakoshka
      @sashakoshka 23 дня назад +1

      freebsd is not a gnu operating system, it does not use the gnu coreutils. they maintain their own set.

    • @grantschilb8019
      @grantschilb8019 23 дня назад

      @@sashakoshka Thank you for the clarification, ill fix that.

  • @candyts-sj7zh
    @candyts-sj7zh 24 дня назад +4

    6:39. Actually that should work on every Linux distro. The error message you get, "bash: curl: command not found" is actually because curl isn't installed on your system. Curl normally comes pre-installed on debain so I am not sure why yours doesn't have it.
    You can run, "sudo apt install curl" and that should work!😊

    • @AndreaBorman
      @AndreaBorman  23 дня назад

      Yes it's on Ubuntu and it's on Linux Mint but it's not on Debian. It is in Synaptic so I could install it if I want to. Maybe it was in previous versions of Debian but they removed it in the later versions. I have updated my system with the Debian Bookworm Backports. And when I checked there is a Curl but only the backports version but I could install that and then install the weather program. It's called Ansiweather and it does depend on Curl but I could install the backports version since that is the only one in Synaptic.

  • @mrtommy9220
    @mrtommy9220 23 дня назад +3

    I really love this channel

  • @ValkrycX
    @ValkrycX 23 дня назад +4

    atleast a grandma known how to use linux

  • @darkpowder2430
    @darkpowder2430 24 дня назад +3

    11:16 the logo from xlogo seems to be red version of X11 logo. I can say by the characteristic 'cut' in the middle

    • @AndreaBorman
      @AndreaBorman  23 дня назад +3

      Thanks I was wondering what that was.

  • @vaqal3140
    @vaqal3140 23 дня назад +3

    The greatest of all time posts again

  • @Supervisor360
    @Supervisor360 22 дня назад +1

    I love your content, god bless you!

  • @dinorme
    @dinorme 21 день назад +2

    best grandma

  • @atlantic_love
    @atlantic_love 22 дня назад +1

    Never, ever try to hide the cookies from Granny.

  • @Cuperino
    @Cuperino 23 дня назад

    The Linux inspired game Freedroid RPG contains a full copy of another game inside of the city’s terminals. And the only Linux app I’ve written with a Patreon page contains an Easter egg reminiscent of the opening of a series of movies that take place on a galaxy far far away…

  • @TheI.L.Y
    @TheI.L.Y 22 дня назад

    Thank you Andrea

  • @ivancomp_inside
    @ivancomp_inside 20 дней назад

    I don't know what is ico exactly but I think that's a demo program, something like a benchmark

  • @ARKofRandomKindness
    @ARKofRandomKindness 23 дня назад +2

    Lots of respect to granny 🫡

  • @kamrynrist6049
    @kamrynrist6049 18 дней назад

    Some of these don't come pre-installed depending on the distro

  • @chessjames
    @chessjames 20 дней назад +1

    fugging legend

  • @alexmarcinkiewicz1370
    @alexmarcinkiewicz1370 24 дня назад +3

    Is there a way I can download this wallpaper from somewhere?

    • @AndreaBorman
      @AndreaBorman  24 дня назад +3

      They are from the Trinity website. I did a video about how to get them here:
      ruclips.net/video/B6q9-1OxwcY/видео.html&t

  • @tediashvili
    @tediashvili 24 дня назад +8

    I have no idea why I'm watching this.

  • @JoelCarnat
    @JoelCarnat 18 дней назад

    Those are not really easter eggs :) Those are just old X11 applications, from before GTK/Gnome or KDE were things. From the terminal, you can use "man xgc" (or any other commands) to get information about those commands. You may also have text-based games. On my OpenBSD desktop, I have "tetris" in the terminal :)
    They are "hidden" because there is no .desktop file for those. But I think you could create a .desktop file and they would appear in your menu.

    • @AndreaBorman
      @AndreaBorman  16 дней назад +1

      You can. I use a menu editor called Menulibre or if I am on another desktop like KDE I use the KDE menu editor. Sometimes the software does not always appear on the start menu but it's easy to add it. You can create a shortcut to anything you want in both your start menu and desktop. You just put in the command or the path to where the program file or item is then put a name for the program and add an icon. It's the same on Linux as it is on Windows except that you have tools such as a menu editor to help you. I don't know about OpenBSD as I have never used it. I should think it's the same.

  • @robertgordon103
    @robertgordon103 14 дней назад

    Another one is glxgears! It's like the Directx cube that used to be in older versions of Windows. I don't know if it will be installed on Debian or if it will need to be downloaded first though. And glxinfo which is like Dxdiag but in text form.

    • @AndreaBorman
      @AndreaBorman  13 дней назад

      I have just tried it on Debian and it works. It looks like a screensaver. Thanks. Are you using Linux or Windows? I used to use Windows 7 as well as Windows XP and I don't remember seeing it in Windows. Windows had other easter eggs though.

    • @robertgordon103
      @robertgordon103 13 дней назад

      @@AndreaBorman Cool! I'm using both Windows 11 and Linux Mint! I still love and use Windows a lot but I also love Linux too. I even have Red Hat 5.2 set up in the 86box emulator to see what the old LInux of the 1990s was like, and what I've found out is that it used to be one seriously grumpy and fickle OS back then, even setting up the CDRom was a chore with old Linux, thank goodness it got better xD

    • @AndreaBorman
      @AndreaBorman  13 дней назад

      @@robertgordon103 Linux is similar to Windows in a lot of ways when you think about it but has none of the risks or viruses like Windows. Yes you can dual boot Windows with Linux but I don't like Windows 11 or Windows 10. I like the old Windows better but Windows XP and Windows 7 are no longer supported. So there is no going back to that. So I am on Linux full time now. Red Hat that's the only version of Linux that is not free. You have to pay to use it. I would have thought Debian or Zorin Os would be better as they are set up for Windows users in mind and it doesn't cost you any money to use it. There are many other Ubuntu and Debian based distros you could try.

    • @robertgordon103
      @robertgordon103 12 дней назад

      @@AndreaBorman Oh I don't mean using Red Hat as my daily OS today, I installed the 1998 version in a virtual machine because I wanted to see what 90s Linux was like. Old versions like 5.2 can still be used and downloaded today to play with in virtual machines. It was given out for free with a lot of books and magazines back then I read. I use Linux Mint and Windows 11 as my daily OS.

    • @AndreaBorman
      @AndreaBorman  12 дней назад

      @@robertgordon103 From what I read on the web Red Hat is still around but you have to pay to use it. At least you do with the latest version but Fedora which is based on it is free to use. I wouldn't use Fedora or Arch because as an ex Windows user I have just started to learn Linux. I have been on Linux for 2 years now and have gotten to know Linux Mint and now Debian very well. Both are Apt based but arch and Fedora are completely different. They use a different package manager and a different system with different commands. So if I used those distros I would have to go back to the beginning and start all over again. Also Arch and Fedora are not very stable that's why I stick with Ubuntu and Debian based Linux. Those are the best ones I think. Debian is great as you can install what desktop you want and choose to have a full install or a minimal instal with just the desktop environment and you choose what software or web browser you want. Ubuntu also has this option but it also has Snaps which I don't like. Linux Mint gives you the full desktop with many software such as media players you might not use as I prefer VLC. But that's nothing because you can change that and new users coming over from Windows won't know what software to install. That's why I think Mint provide a full desktop and you don't get as much choice as they don't do KDE. Although they used to do more desktops but Mint is stable and you can always change the desktop environment once you update everything. Linux Mint is the best one to start with and it is very stable.

  • @randomazzy11
    @randomazzy11 23 дня назад +1

    i love you andrea borman

  • @chlantutztetr
    @chlantutztetr 23 дня назад

    there is no way a grandma knows how to use linux

  • @lucaadesigns
    @lucaadesigns 24 дня назад +6

    you're so cool

  • @LukeHoneyball
    @LukeHoneyball 23 дня назад

    The top command isn't exactly an easter egg, as its used casually on non graphical Linux environments.

    • @AndreaBorman
      @AndreaBorman  23 дня назад +3

      There are a lot of apps that have a terminal version even though they are also GUI app a terminal version also gets installed. Timeshift and GUFW Firewall also has this. I think this is because if you ever get locked out of your desktop or your system cannot boot. You can book into Recovery Mode or the TTY and access these tools to recover your system. if you are in Recovery Mode only the terminal apps will work. With Timeshift for example you can still restore your system.

  • @Kristijan_
    @Kristijan_ 24 дня назад +1

    She's amazing lol

  • @smartphonecomputerundmehr
    @smartphonecomputerundmehr 24 дня назад +6

    13 seconds ago!

  • @darky1337
    @darky1337 24 дня назад +2

    poggers!

  • @goob8945
    @goob8945 24 дня назад

    swag

  • @hakansapling
    @hakansapling 23 дня назад

    the oldest linux user. damn. congrats.

  • @YahooOfficials
    @YahooOfficials 24 дня назад +1

    1 minute ago, third!

  • @XPFTP
    @XPFTP 22 дня назад

    like watching paint dry omg