Here is a tutorial for creating your own fortune
cookie files. If you are not sure what fortune
is, it is a 'nix utility to print out random quotes typically admins will use it as a MOTD (Message Of The Day) for login shells.
To create your own fortune
cookie file you need to first create a file that has a % and only a % (and linefeed) between the quotes. One should end the file as well with no newline after it. I use vim
though feel free to use your favorite editor. Note that I do not use extensions on filenames if they are not consumed by other applications that can make use of them as this is a 'nix thing 😉.
eg.
$ vim myfortunes