Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
programaFortune=$(which fortune)
fraseFortune=‘’
if [ -f $programaFortune ]; then
fraseFortune=$($programaFortune)
fi
if [ “$fraseFortune” == ‘’ ]; then
fraseFortune=$(hostname)
fi
programaCowSay=$(which cowsay)
if [ -f $programaCowSay ]; then
diretorioCows=‘/usr/share/cowsay/cows’
numeroArquivosCow=$(ls -1 $diretorioCows | wc -l)
# http://www.cyberciti.biz/faq/bash-shell-script-generating-random-numbers/
numeroArquivoCowAleatorio=$( echo $((RANDOM%$numeroArquivosCow-1)) )
numeroArquivoCowAtual=0
for arquivoCow in $(ls $diretorioCows); do
numeroArquivoCowAtual=$(($numeroArquivoCowAtual+1))
if [ $numeroArquivoCowAtual -eq $numeroArquivoCowAleatorio ]; then
echo $fraseFortune | $programaCowSay -f $arquivoCow
fi
done
fi
Another one to the ‘vim’ editor list:
a) Open the editor from the command line: vim
b) type: :Ni!
Generate a random acronym for any given word:
for w in `echo $YOUR_WORD_HERE | grep -o .`
do grep ^$w /usr/share/dict/words | shuf | head -n1; done
You’ll need to have a wordlist installed, obviously.
This comment has been deleted
This comment has been deleted
Here’s another easter egg i found: sudo apt install bsdgames, then you can write just rain and see what happens
( ) (@@) ( ) (@) () @@ O @ O @
(@@@)
( )
(@@@@)
( )
==== ________ ___________
_D _| |_______/ \__I_I_____===__|_________|
|(_)--- | H\________/ | | =|___ ___| _________________
/ | | H | | | | ||_| |_|| _| \___
| | | H |__--------------------| [___] | =|
| ________|___H__/__|_____/[][]~\_______| | -|
|/ | |-----------I_____I [][] [] D |=======|____|______________________
/ =| o |=-\ /\ /\ /\ Y_____||______________________
|/-=||=O=====O=====O=====O |/~_/ |D__D__D| |D__D__D
_/ _/ _/ _/ __/ _/ _/ _/ _/ \ HAHAHAHAHAHA
\ . .
\ / . .' " \ .---. < > < > .---. \ | \ \ - ~ ~ - / / | _____ ..-~ ~-..-~ | | \~~~\.' ./~/
--------- _/ _/
.’ O \ / / \ "
(_____, |
~-.| /_ - ~ ^| /- _ ._.' | } \/~~~/ ----. / } | / __/
-. | / | / . ,..-' | / | / ~-. -. _ _ _
|| |__| ~ - . _ _ _ _ _>
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
( ) (@@) ( ) (@) () @@ O @ O @
(@@@)
( )
(@@@@)
( )
==== ________ ___________
_D _| |_______/ \__I_I_____===__|_________|
|(_)--- | H\________/ | | =|___ ___| _________________
/ | | H | | | | ||_| |_|| _| \___
| | | H |__--------------------| [___] | =|
| ________|___H__/__|_____/[][]~\_______| | -|
|/ | |-----------I_____I [][] [] D |=======|____|______________________
/ =| o |=-\ /\ /\ /\ Y_____||______________________
|/-=||=O=====O=====O=====O |/~_/ |D__D__D| |D__D__D
_/ _/ _/ _/ __/ _/ _/ _/ _/ \
Easter Eggs Not Working, but this is working! HAHAHAHAHAHAHAHAHA!!!
echo "Panic! panic!" | cowsay -f tux
_______________
< Panic! panic! >
---------------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/