UNIX login greeters which we deserve
Just run tellfortunes.sh
Build fortune files:
make
Run fortune
utility:
fortune gfortunes
- Install
xinetd
service using sample config inxinetd.d/tellfortune
by placing it in/etc/xinetd.d
directory - Connect to service using command like:
telnet SERVER-ADDRESS 5051
nc SERVER-ADDRESS 5051
cat < /dev/tcp/SERVER-ADDRESS/5051