Joe_0237

joined 2 years ago
[โ€“] Joe_0237@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

Apple asks users to install GNU+Linux in this Vision Pro ad:

 

GNU/Linux: software center; install

Android/Linux: system app store; install

Windows/NTOS: web browser; maybe verify website url?, download, open, run as administrator, next, next, next, next, next, next, next, next, next, next, next, next, next, next, finish!

4
Ugh, yes ๐Ÿ™„ (media.mas.to)
submitted 2 years ago* (last edited 2 years ago) by Joe_0237@lemmy.ml to c/linuxhumor@lemmy.ml
 
  • Engineer: No problem, we can fix this on the terminal
  • Designer: Woah, you're a hacker!
  • Engineer: No, it's just the terminal.
  • Designer: Where are all the buttons, icons, and dropdown menus?
  • Designer: Is this the matrix?
  • Engineer: Yes.

Author signed on the right "PABLO STANLEY" look him up. I cant seem to find the original post.

 

this is from this post on !linuxhumor@lemmy.ml

You can find an explanation there if you are confused or learning

2
submitted 2 years ago* (last edited 2 years ago) by Joe_0237@lemmy.ml to c/linuxhumor@lemmy.ml
 
[joe@fedora ~]$ echo echo echo echo
echo echo echo
[joe@fedora ~]$ cat speak
Meow meau miaw meooou!
[joe@fedora ~]$ source code
print('Hello World!')
[joe@fedora ~]$ cd rom
[joe@fedora rom]$
  • echo: repeats you, it repeated "echo echo echo"
  • cat: displays the content of a file if given, the content of the file "speak" was "Meow meau miaw meooou!"
  • cd: I changed the directory my shell is working in to a directory called rom
  • source: runs the commands in the specified file in your shell the command in the file "code" was
         echo "print('Hello World!')"
 

Upvote if you get the joke (the title)