Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[renamed] apt-get and apt moo art, etc.

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: apt-get has been updated!

#16 Post by Head_on_a_Stick »

RU55EL wrote:

Code: Select all

russel@debian-K55A:~$ aptitude -vvvvv moo
All right, you win.

                               /----\
                       -------/      \
                      /               \
                     /                |
   -----------------/                  --------\
   ----------------------------------------------
What is it?  It's an elephant being eaten by a snake, of course.
http://deji.chez.com/se_eng/textes/littprin.htm

I ♥ literary references :)

Isn't the new version of APT supposed to be way fasterer as well?
http://news.softpedia.com/news/debian-s ... 8180.shtml
deadbang

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: apt-get has been updated!

#17 Post by GarryRicketson »

Thanks H_O_A_S, for the link...
THE LITTLE PRINCE
That is neat.
Not exactly related to "apt-get" but any way , thought I would share this.
Pretty simple:

Code: Select all

#!/usr/bin/perl
system("cowsay Porfavor,escribe tu nombre:");
$name = <>;
chomp($name);
system("cowsay Hola ,$name,");
system("cowsay $name,Vamos a hacer tablas ,tecla algunas letras o numeros:"); 

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: apt-get has been updated!

#18 Post by RU55EL »

Got a new one today, from apt-get:

Code: Select all

russel@debian-K55A:~$ apt-get moo
               _     _
              (_\___( \,
                )___   _  Have you smashed some milk today?
               /( (_)-(_)    /
    ,---------'         \_
  //(  ',__,'      \  (' ')
 //  )              '----'
 '' ; \     .--.  ,/
    | )',_,'----( ;
    ||| '''     '||
Only fitting, seeing as how it is april fools day...

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: apt-get has been updated!

#19 Post by RU55EL »

Another new one that I haven't seen before.

Code: Select all

russel@Debian:~$ apt-get moo
                      (__) 
                      (oo) 
                /------\/ 
               / |    ||   
              *  /\---/\ 
                 ~~   ~~   
..."Whoever needs milk, bows to the animal."...

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: apt-get has been updated!

#20 Post by arochester »

Instead of "apt-get" just use "apt" instead. Simplify Your Command-Line with APT instead of apt-get

So instead of say

Code: Select all

apt-get update
apt-get upgrade
apt-get dist-upgrade 
Just use

Code: Select all

apt update
apt upgrade
apt dist-upgrade
It looks slightly different, but some might say it is an improvement.

...By the way this works

Code: Select all

apt moo

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: apt-get has been updated!

#21 Post by GarryRicketson »

Code: Select all

garry@debian:~$ apt-get moo
         (__) 
         (oo) 
   /------\/ 
  / |    ||   
 *  /\---/\ 
    ~~   ~~   
...."Have you mooed today?"...
garry@debian:~$ apt moo
bash: apt: command not found
garry@debian:~$ 
  

Code: Select all

 < I don't have that "feature". >
 ------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
 

MALsPa
Posts: 678
Joined: 2007-12-07 19:20
Location: albuquerque
Been thanked: 2 times

Re: apt-get has been updated!

#22 Post by MALsPa »

Code: Select all

live@live:~$ apt moo
                      (__) 
                      (oo) 
                /------\/ 
               / |    ||   
              *  /\---/\ 
                 ~~   ~~   
..."Whoever needs milk, bows to the animal."...
live@live:~$
From a live session of SparkyLinux 4.4 (Testing-based).


User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: apt-get has been updated!

#24 Post by RU55EL »

arochester wrote:Instead of "apt-get" just use "apt" instead. ...
True. I like to perform updates using an alias called "update". The computer that I was updating when I noticed the art is from an older .bash_aliases file. I thought I changed them all from apt-get to apt. Guess I missed one! ( like the green update line that apt displays when updating.) I typed it like I saw it on the screen... At least I didn't post

Code: Select all


sudo apt-get moo
[edit]

Huh, I just tried it on "Bash on Ubuntu on Windows" (a Bash terminal window in Windows 10) and got the same thing.

Code: Select all

russel@PARTS:~$ apt moo
                      (__)
                      (oo)
                /------\/
               / |    ||
              *  /\---/\
                 ~~   ~~
..."Whoever needs milk, bows to the animal."...
Garry, what version of Debian are you using?

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: apt-get has been updated!

#25 Post by GarryRicketson »

Code: Select all

 / Distributor ID: Debian Description:    \
| Debian GNU/Linux 7.0 (wheezy) Release: |
\ 7.0 Codename: wheezy                   /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
  

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: apt-get has been updated!

#26 Post by RU55EL »

GarryRicketson wrote:

Code: Select all

    garry@debian:~$ apt-get moo
             (__)
             (oo)
       /------\/
      / |    ||   
     *  /\---/\
        ~~   ~~   
    ...."Have you mooed today?"...
    garry@debian:~$ apt moo
    bash: apt: command not found
    garry@debian:~$ 
I wonder if you arn't getting the new art because you are using an older version of debian? I know with Jessie stable, I get the same cow with apt-get and apt.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: apt-get has been updated!

#27 Post by GarryRicketson »

I think so also, everything I am using comes from the "LTS" archives,
To go into details, etc, would be a totally different topic,
actually these days I am mostly using OpenBsd now, as my main system, on the PC, my server is still Debian,
OpenBsd does not
use 'apt' or apt-get,...and that would be another topic as well, but
here is the "cowsay"

Code: Select all

< OpenBsd 6.0 GENERIC#1917 i386 >
 ------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

#######                         ######
#     #  #####   ######  #    # #     #   ####   #####
#     #  #    #  #       ##   # #     #  #       #    #
#     #  #    #  #####   # #  # ######    ####   #    #
#     #  #####   #       #  # # #     #       #  #    #
#     #  #       #       #   ## #     #  #    #  #    #
#######  #       ######  #    # ######    ####   ##### 


User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: apt-get has been updated!

#28 Post by RU55EL »

GarryRicketson wrote:...I am mostly using OpenBsd now...
OpenBSD is a good operating system. I wonder what easter eggs OpenBSD has?

pendrachken
Posts: 1394
Joined: 2007-03-04 21:10
Location: U.S.A. - WI.

Re: apt-get has been updated!

#29 Post by pendrachken »

Code: Select all

< BSD you say? >
 --------------
   \         ,        ,
    \       /(        )`
     \      \ \___   / |
            /- _  `-/  '
           (/\/ \ \   /\
           / /   | `    \
           O O   ) /    |
           `-^--'`<     '
          (_.)  _  )   /
           `.___/`    /
             `-----' /
<----.     __ / __   \
<----|====O)))==) \) /====
<----'    `--' `.__,' \
             |        |
              \       /
        ______( (_  / \______
      ,'  ,-----'   |        \
      `--{__________)        \/

fortune -o
Your love life will be... interesting.
:twisted: How did it know?

The U.S. uses the metric system too, we have tenths, hundredths and thousandths of inches :-P

Post Reply